documentation/markdown/internal/weapon-ids.md
2024-06-19 16:20:50 -07:00

108 lines
No EOL
2.5 KiB
Markdown

% Weapon IDs - NZ:P Internal Documentation
# Weapon IDs
## Introduction
This documentation page serves as a list of Nazi Zombies: Portable's internal weapon identifiers, both numerical and string based. They are categorized based on weapon type first, then numerical ID. The format is as follows:
- Weapon Name - `internal_string` - `internal_number`
Note that Pack-A-Punch variants of weapons do not contain a string identifier at this time.
## Standard Weapons
### Bolt Action Rifles
- Kar98k - `kar98k` - `2`
- Scoped Kar98k - `kar98k_scoped` - `11`
- PTRS-41 - `ptrs-41` - `19`
- Springfield - `springfield` - `58`
### Rifles
- Gewehr - `gewehr` - `10`
- M1 Garand - `m1_garand` - `12`
- M1A1 Carbine - `m1a1_carbine` - `13`
- STG-44 - `stg-44` - `22`
### Submachine Guns
- Thompson - `thompson` - `3`
- MP40 - `mp40` - `15`
- PPSh-41 - `ppsh` - `18`
- Type 100 - `type_100` - `24`
### Shotguns
- Double-Barreled Shotgun - `double_barreled_shotgun` - `8`
- Sawed-Off Shotgun - `sawed_off_shotgun` - `21`
- M1897 Trench Gun - `trenchgun` - `23`
### Machine Guns
- BAR - `bar` - `5`
- FG42 - `fg42` - `9`
- MG42 - `mg42` - `16`
- Browning M1919 - `browning` - `7`
### Pistols
- Colt M1911 - `m1911` - `1`
- .357 Magnum - `357_magnum` - `4`
### Special Weapons
- Ballistic Knife - `ballistic_knife` - `6`
- M2 Flamethrower - `m2_flamethrower` - `14`
- Panzerschreck - `panzerschreck` - `17`
- Ray Gun - `ray_gun` - `20`
- Wunderwaffe DG-2 - `wunderwaffe` - `56`
## Pack-A-Punch Weapons
### Bolt Action Rifles
- Armageddon (Kar 98k) - `36`
- Headcracker (Scoped Kar 98k) - `49`
- The Penetrator (PTRS-41) - `51`
- Pulverizer (Springfield) - `59`
### Rifles
- G115 Compressor (Gewehr) - `30`
- M1000 (M1 Garand) - `31`
- Widdershins RC-1 (M1A1 Carbine) - `34`
- Spatz-447 + (STG-44) - `41`
### Submachine Guns
- Gibs-O-Matic (Thompson) - `38`
- 1001 Samurais (Type 100) - `39`
- The Afterburner (MP40) - `40`
- The Reaper (PPSh-41) - `48`
### Shotguns
- 24 Bore Long Range (Double-Barreled Shotgun) - `43`
- The Snuff Box (Sawed-Off Shotgun) - `42`
- Gut Shot (M1897 Trench Gun) - `47`
### Machine Guns
- 420 Impeller (FG42) - `44`
- Barracuda FU-A11 (MG42) - `45`
- B115 Accelerator (Browning M1919) - `46`
- The Widow Maker (BAR) - `52`
### Pistols
- Mustang & Sally (Colt M1911) - `28`
- .357 Plus 1 K1L-u (.357 Magnum) - `29`
### Special Weapons
- Porter's X2 Ray Gun (Ray Gun) - `33`
- F1W Nitrogen Cooled (M2 Flamethrower) - `35`
- Longinus (Panzerschreck) - `50`
- The Krauss Refibrillator (Ballistic Knife) - `53`
- Wunderwaffe DG-3 JZ (Wunderwaffe DG-2) - `57`