View Single Post
Author Message
whiteskypony
Member
Join Date: Jun 2015
Location: vsh_crevice_b5
Old 06-08-2020 , 12:22   Apply stat to all weapon variants
Reply With Quote #1

Im doing some weapon balance on my server adding buff and nerfs to some weapons using the index of it and the strange variant, but i dont have an easy way to apply these changes to the decorated skins the weapons may have, and i dont think the index list is updated with all of them.

In resume as the tittle says is there an easy way to apply stat to all weapon variants, right now im just doing it like this.

Code:
//// ---------- SMG ----------
		"16"
		{
			"1"                     "4 ; 1.20"
			"2"						"78 ; 1.20"

			"preserve-attributes" "1"
		}
		
		"203"
		{
			"1"                     "4 ; 1.20"
			"2"						"78 ; 1.20"

			"preserve-attributes" "1"
		}
		
		"1149"
		{
			"1"                     "4 ; 1.20"
			"2"						"78 ; 1.20"

			"preserve-attributes" "1"
		}
		"15001"
		{
			"1"                     "4 ; 1.20"
			"2"						"78 ; 1.20"

			"preserve-attributes" "1"
		}
		"15022"
		{
			"1"                     "4 ; 1.20"
			"2"						"78 ; 1.20"

			"preserve-attributes" "1"
		}
And all the others SMG decorated skins.
whiteskypony is offline