Weapons: Difference between revisions

From Straftat Wiki
mNo edit summary
Line 74: Line 74:
|}
|}


== Legacy Core Weapons ==
This is here for organisation, the above is the updated section
=== Automatic ===
* AAA12
* [[AK]]
* AR15
* Dispenser
* [[Kanye]]
* Minigun
* Warden
=== Semi-Automatic ===
* Carbine
* Elephant
* M2000
*
=== Special ===
== DLC Weapons ==
=== Automatic ===
This is where things go!
=== Semi-Automatic ===
This is where things go!


== 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

Core Weapons
AK
AR
Baseball Bat
Claymore
Cleaver
Dispenser
Elephant
Flashlight
Gamma
Glock
Hand Cannon
Havoc
Kanye
MAC10
M2000
Minigun
Mortini
Phoenix
Pistol
Proximity Mine
Propeller
Prophet
Repulsar
Revolver
Rocket Launcher
Sawed Off
Placeholder
Shotgun
Silenzzio
SMG
Smith Carbine
Stylus
Taser
Tromblonj
Warden

DLC Weapons

DLC Weapons
AAA-12
Bender
Blank Slate
Crisis
Javal Mahmaerd
Nizeh
Oklahoma
Placeholder


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.