Newer version:
PHP Code:
"custom_weapons_v3" // Leave this alone
{
"*" //asterisk means these changes apply to all players
{
"20" //20 is the weapon index of the Stickybomb Launcher
{
"1" "2 ; 1" //attribute number 2 (damage bonus) given new value of 150%
"2" "4 ; 2" //attribute number 4 (clip size) given new value of 200%
"3" "78 ; 3" //attritbute number 78 (max ammo secondary) given new value of 300%
"4" "6 ; 0.4" //attribute number 6 (fire rate bonus) is 60% faster (inverted percentage)
"5" "88 ; 8" // extra stickies on ground
}
"265" //sticky jumper
{
"1" "88 ; 8" //more stickies
"2" "4 ; 2" //more clip size
"3" "6 ; 0.25" //higher fire rate
"4" "58 ; 2" //higher self push force
}
"45" //force a nature
{
"1" "6 ; 0.05" //fire rate
"2" "4 ; 10" //clip size
"3" "76 ; 2" //max ammo increase
"4" "44 ; 1" //it do have knockback tho
"5" "518 ; 4" //increases KNOCKBACK
}
}
}
Only the sticky bomb launcher and force a nature are changed, and the knockback thing isn't working.