Weapons: Difference between revisions
mNo edit summary |
|||
Line 74: | Line 74: | ||
|} | |} | ||
== Technical == | == Technical == | ||
Line 108: | Line 80: | ||
Some special weapon's have their own Scripts, like: Taser (Taser.cs), Repulser (RepulsiveGun.cs in code). However some more common weapons, like the: Revolver, Glock, Pistol use a script named "Gun.cs". Weapon has some variables, like damage, headMultiplier, timeBetweenFire, etc.. | Some special weapon's have their own Scripts, like: Taser (Taser.cs), Repulser (RepulsiveGun.cs in code). However some more common weapons, like the: Revolver, Glock, Pistol use a script named "Gun.cs". Weapon has some variables, like damage, headMultiplier, timeBetweenFire, etc.. | ||
For Modders: if you plan to extract Weapon Values, Please List them under Weapons/Technical/Weapon Stats | For Modders: if you plan to extract Weapon Values, Please List them under Weapons/Technical/Weapon Stats. |
Revision as of 05:17, 5 December 2024
Core Weapons
DLC Weapons
DLC Weapons | ||||
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|||
![]() |
Technical
Scripts
Some special weapon's have their own Scripts, like: Taser (Taser.cs), Repulser (RepulsiveGun.cs in code). However some more common weapons, like the: Revolver, Glock, Pistol use a script named "Gun.cs". Weapon has some variables, like damage, headMultiplier, timeBetweenFire, etc..
For Modders: if you plan to extract Weapon Values, Please List them under Weapons/Technical/Weapon Stats.