bigger magnum boxes (and they fit in bandoliers now) (#6226)
* doubled magnum box capacity, whitelist for bandoliers holdin magnum cartridges, and fixed 2 misspellings (cause i mighta caused one of em oops) * dumbass dog is stupid who woulda thunk it....
This commit is contained in:
parent
987678965f
commit
daf03f45ed
|
|
@ -1,5 +1,5 @@
|
|||
uplink-speedloader-magnum-regular-name = Speedloader (.45 magnum)
|
||||
uplink-speedloader-magnum-regular-desc = Revolver speedloader with 6 regular catridges. Compatible with the Python.
|
||||
uplink-speedloader-magnum-regular-desc = Revolver speedloader with 6 regular cartridges. Compatible with the Python.
|
||||
|
||||
uplink-pistol-magazine-delta-name = Machine pistol magazine (.35 auto)
|
||||
uplink-pistol-magazine-delta-desc = Machine pistol magazine with 20 cartridges. Compatible with the Viper.
|
||||
|
|
|
|||
|
|
@ -82,6 +82,7 @@
|
|||
whitelist:
|
||||
tags:
|
||||
- ShellShotgun
|
||||
- CartridgeMagnum
|
||||
# End Delta V Changes
|
||||
|
||||
- type: entity
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
tags:
|
||||
- CartridgeMagnum
|
||||
proto: CartridgeMagnum
|
||||
capacity: 12
|
||||
capacity: 24 # Delta V - was 12
|
||||
- type: Item
|
||||
size: Small
|
||||
- type: ContainerContainer
|
||||
|
|
|
|||
|
|
@ -332,29 +332,29 @@
|
|||
id: MagazineBoxMagnum
|
||||
result: MagazineBoxMagnum
|
||||
materials:
|
||||
Steel: 240
|
||||
Steel: 480 # Delta V - was 240
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseAmmoBoxRecipe
|
||||
id: MagazineBoxMagnumIncendiary
|
||||
result: MagazineBoxMagnumIncendiary
|
||||
materials:
|
||||
Plastic: 240
|
||||
Plastic: 480 # Delta V- was 240
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseAmmoBoxRecipe
|
||||
id: MagazineBoxMagnumPractice
|
||||
result: MagazineBoxMagnumPractice
|
||||
materials:
|
||||
Steel: 60
|
||||
Steel: 120 # Delta V - was 60
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseAmmoBoxRecipe
|
||||
id: MagazineBoxMagnumUranium
|
||||
result: MagazineBoxMagnumUranium
|
||||
materials:
|
||||
Plastic: 240
|
||||
Uranium: 180
|
||||
Plastic: 480 # Delta V - was 240
|
||||
Uranium: 360 # Delta V - was 180
|
||||
|
||||
# .50 Shell
|
||||
- type: latheRecipe
|
||||
|
|
|
|||
|
|
@ -309,7 +309,7 @@
|
|||
parent: WeaponRifleLaser
|
||||
id: WeaponRifleLaserERT
|
||||
name: IK-60-M
|
||||
description: A short, compact carbine, utilizing battery catridges rather than a built in power cell. Utilized by the Nanotrasen Navy for combat operations.
|
||||
description: A short, compact carbine, utilizing battery cartridges rather than a built in power cell. Utilized by the Nanotrasen Navy for combat operations.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _DV/Objects/Weapons/Guns/Rifles/lasercarbineert.rsi
|
||||
|
|
|
|||
|
|
@ -169,7 +169,7 @@
|
|||
id: MagazineBoxMagnumRubber
|
||||
result: MagazineBoxMagnumRubber
|
||||
materials:
|
||||
Plastic: 240
|
||||
Plastic: 480
|
||||
|
||||
- type: latheRecipe
|
||||
parent: BaseAmmoRecipe
|
||||
|
|
|
|||
Loading…
Reference in New Issue