.38 Special mindbreaker fix + ammo techfab (#795)
* Fix the funny mindbreaker boolet * add .38 to ammo techfab * Add practice .38 to secfab + categories * Practice is plastic whoops * give mantis a buff with printable extra mags I'm sure no one will use this for traitorous acts :trollface: --------- Co-authored-by: VMSolidus <evilexecutive@gmail.com>
This commit is contained in:
parent
ae2790bcb2
commit
28cc34d755
|
|
@ -48,10 +48,26 @@
|
|||
- type: entity
|
||||
id: BulletSpecialMindbreaker
|
||||
name: bullet (.38 special mindbreaker)
|
||||
parent: BaseBullet
|
||||
parent: BaseBulletPractice
|
||||
noSpawn: true
|
||||
components:
|
||||
- type: Projectile
|
||||
damage:
|
||||
types:
|
||||
Blunt: 3
|
||||
Blunt: 1
|
||||
- type: SolutionContainerManager
|
||||
solutions:
|
||||
ammo:
|
||||
maxVol: 9
|
||||
- type: RefillableSolution
|
||||
solution: ammo
|
||||
- type: DrainableSolution
|
||||
solution: ammo
|
||||
- type: SolutionInjectOnCollide
|
||||
transferAmount: 9
|
||||
blockSlots: NONE #shouldn't be blocked by a mask
|
||||
- type: InjectableSolution
|
||||
solution: ammo
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- Psionics
|
||||
|
|
|
|||
|
|
@ -1,13 +1,23 @@
|
|||
- type: latheRecipe
|
||||
id: SpeedLoaderSpecial
|
||||
result: SpeedLoaderSpecial
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 200
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazinePistolSpecial
|
||||
result: MagazinePistolSpecial
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 100
|
||||
|
||||
- type: latheRecipe
|
||||
id: CartridgeSpecial
|
||||
result: CartridgeSpecial
|
||||
category: Ammo
|
||||
completetime: 2
|
||||
materials:
|
||||
Steel: 20
|
||||
|
|
@ -15,6 +25,7 @@
|
|||
- type: latheRecipe
|
||||
id: CartridgeSpecialRubber
|
||||
result: CartridgeSpecialRubber
|
||||
category: Ammo
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 5
|
||||
|
|
@ -23,6 +34,7 @@
|
|||
- type: latheRecipe
|
||||
id: CartridgeSpecialHoly
|
||||
result: CartridgeSpecialHoly
|
||||
category: Ammo
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 5
|
||||
|
|
@ -32,6 +44,7 @@
|
|||
- type: latheRecipe
|
||||
id: CartridgeSpecialMindbreaker
|
||||
result: CartridgeSpecialMindbreaker
|
||||
category: Ammo
|
||||
completetime: 2
|
||||
materials:
|
||||
Plastic: 5
|
||||
|
|
@ -41,13 +54,23 @@
|
|||
- type: latheRecipe
|
||||
id: MagazineBoxSpecial
|
||||
result: MagazineBoxSpecial
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 1000
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxSpecialPractice
|
||||
result: MagazineBoxSpecialPractice
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Plastic: 950
|
||||
|
||||
- type: latheRecipe
|
||||
id: MagazineBoxSpecialRubber
|
||||
result: MagazineBoxSpecialRubber
|
||||
category: Ammo
|
||||
completetime: 5
|
||||
materials:
|
||||
Steel: 350
|
||||
|
|
@ -68,43 +91,47 @@
|
|||
materials:
|
||||
Steel: 500
|
||||
Plastic: 1000
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponEnergyGun
|
||||
result: WeaponEnergyGun
|
||||
category: Weapons
|
||||
completetime: 8
|
||||
materials:
|
||||
Steel: 2000
|
||||
Glass: 800
|
||||
Plastic: 500
|
||||
|
||||
- type: latheRecipe
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponEnergyGunMini
|
||||
result: WeaponEnergyGunMini
|
||||
category: Weapons
|
||||
completetime: 4
|
||||
materials: #Half of Energy Gun Recipe
|
||||
Steel: 1000
|
||||
Glass: 400
|
||||
Plastic: 250
|
||||
Plastic: 250
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponEnergyGunPistol
|
||||
result: WeaponEnergyGunPistol
|
||||
category: Weapons
|
||||
completetime: 10
|
||||
materials:
|
||||
Steel: 1500
|
||||
Glass: 600
|
||||
Plastic: 400
|
||||
Gold: 150
|
||||
|
||||
|
||||
- type: latheRecipe
|
||||
id: WeaponGunLaserCarbineAutomatic
|
||||
result: WeaponGunLaserCarbineAutomatic
|
||||
category: Weapons
|
||||
completetime: 15
|
||||
materials:
|
||||
materials:
|
||||
Steel: 2000
|
||||
Glass: 1000
|
||||
Plastic: 500
|
||||
Gold: 250
|
||||
Silver: 100
|
||||
Plasma: 500
|
||||
Plasma: 500
|
||||
|
|
|
|||
|
|
@ -677,6 +677,7 @@
|
|||
- ShellShotgunSlug
|
||||
- ShellShotgunFlare
|
||||
- ShellTranquilizer
|
||||
- MagazinePistolSpecial # DeltaV - .38 Special psi-breaker
|
||||
- MagazinePistol
|
||||
- MagazinePistolSubMachineGun
|
||||
- MagazinePistolSubMachineGunTopMounted
|
||||
|
|
@ -684,6 +685,7 @@
|
|||
- MagazineLightRifle
|
||||
- MagazineBoxPistol
|
||||
- MagazineBoxSpecial # DeltaV - .38 Special revolver
|
||||
- MagazineBoxSpecialPractice # DeltaV - .38 Special revolver
|
||||
- MagazineBoxMagnum
|
||||
- MagazineBoxRifle
|
||||
- MagazineBoxLightRifle
|
||||
|
|
@ -802,6 +804,7 @@
|
|||
staticRecipes:
|
||||
- CartridgePistol
|
||||
- CartridgeMagnum
|
||||
- CartridgeSpecial # DeltaV - .38 Special revolver
|
||||
- ShellShotgun
|
||||
- ShellShotgunSlug
|
||||
- ShellShotgunFlare
|
||||
|
|
@ -810,6 +813,7 @@
|
|||
- CartridgeRifle
|
||||
- MagazineBoxPistol
|
||||
- MagazineBoxMagnum
|
||||
- MagazineBoxSpecial # DeltaV - .38 Special revolver
|
||||
- MagazineBoxRifle
|
||||
- MagazineBoxLightRifle
|
||||
- type: MaterialStorage
|
||||
|
|
|
|||
Loading…
Reference in New Issue