Skip to content

Commit

Permalink
Space Artillery ammunition rebalance
Browse files Browse the repository at this point in the history
  • Loading branch information
Qulibly committed Jan 5, 2024
1 parent b99a493 commit 0e91c59
Show file tree
Hide file tree
Showing 10 changed files with 286 additions and 29 deletions.
19 changes: 17 additions & 2 deletions Resources/Prototypes/_NF/SpaceArtillery/armaments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
- type: BallisticAmmoProvider
autoCycle: true
capacity: 60
proto: CartridgeMachineGun
proto: CartridgeMachineGunArmorPiercing
whitelist:
tags:
- CartridgeMachineGun
Expand Down Expand Up @@ -330,7 +330,7 @@
- type: BallisticAmmoProvider
autoCycle: true
capacity: 120
proto: CartridgeMachineGun
proto: CartridgeMachineGunArmorPiercing
whitelist:
tags:
- CartridgeMachineGun
Expand Down Expand Up @@ -456,8 +456,20 @@
powerUseActive: 500000
isPowerRequiredForSignal: true
isPowerRequiredToFire: true
isCoolantRequiredToFire: true
coolantConsumed: 30
maxCoolantStored: 120
linearRecoilGrid: 900
angularInstabilityGrid: 30
SpaceArtillery-CoolantSlot:
name: SpaceArtillery-CoolantSlot
insertSound: /Audio/Machines/scanning.ogg
ejectSound: /Audio/Machines/tray_eject.ogg
ejectOnBreak: true
swap: false
whitelist:
components:
- Stack
- type: Actions
- type: CombatMode
IsInCombatMode: true
Expand All @@ -467,6 +479,9 @@
- type: BatterySelfRecharger
- type: RadiationBlocker
resistance: 8
- type: ContainerContainer
containers:
SpaceArtillery-CoolantSlot: !type:ContainerSlot {}

- type: entity
id: Military_Laser
Expand Down
6 changes: 3 additions & 3 deletions Resources/Prototypes/_NF/SpaceArtillery/laser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
id: Mining
damage:
types:
Heat: 10
Structural: 300
Heat: 5
Structural: 100
muzzleFlash:
sprite: _NF/Objects/SpaceArtillery/lasers.rsi
state: muzzle_mining
Expand All @@ -20,7 +20,7 @@
damage:
types:
Heat: 30
Structural: 1000
Structural: 800
muzzleFlash:
sprite: _NF/Objects/SpaceArtillery/lasers.rsi
state: muzzle_focused_pulse
Expand Down
Loading

0 comments on commit 0e91c59

Please sign in to comment.