Skip to content

Commit

Permalink
Update and rename TestWeapon.json to ExampleWeapon.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ArKaNeMaN authored Jun 7, 2024
1 parent 640be6f commit 65f7f58
Showing 1 changed file with 11 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
{
"Name": "Weapon_for_testing",
"Name": "ExampleWeapon",
"Reference": "weapon_deagle",
"DamageMult": 5.0,
"MaxClip": 42,
"MaxAmmo": 84,
"DeployTime": 0.1,

"ReloadTime": 0.2,

"Models": {
"View": "models/v_p228.mdl",
"Player": "models/p_p228.mdl",
"World": "models/w_p228.mdl"
},

"Sounds": {
"Shot": "weapons/famas-1.wav",
"ShotSilenced": "weapons/galil-1.wav",
"ShotBurst": "weapons/hegrenade-1.wav"
},

"Abilities": {
"TestAbility": {
"TestInteger": 123,
"TestString": "321"
"TestInteger": 123
}
}
}
}

0 comments on commit 65f7f58

Please sign in to comment.