This commit is contained in:
Halo3moth 2026-08-14 01:46:10 +00:00 committed by GitHub
commit 93c83491c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 27 additions and 7 deletions

View File

@ -742,7 +742,7 @@
Heat: 0.5
Radiation: 0.5
Caustic: 0.5
Cold: 0.8 # DeltaV - Cold res
Cold: 0.85 # DeltaV - Cold res
- type: DamageOnShootProtection # imp
slots: OUTERCLOTHING
damageProtection:
@ -970,7 +970,7 @@
Heat: 0.2
Radiation: 0.2
Caustic: 0.2
Cold: 0.6 # DeltaV - Cold res
Cold: 0.7 # DeltaV - Cold res
staminaMeleeDamageCoefficient: 0.8 # DeltaV - Reduced Melee Stamina Resistance
- type: DamageOnShootProtection # imp
slots: OUTERCLOTHING

View File

@ -299,7 +299,10 @@
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: BatteryAmmoProvider
proto: ColdLaser
fireCost: 66.6
fireCost: 50
- type: Battery
maxCharge: 750
startingCharge: 750
- type: entity
parent: [ BaseWeaponBattery, BaseGunWieldable, BaseSecurityContraband ]
@ -423,13 +426,19 @@
sprite: _DV/Objects/Weapons/Guns/Battery/immolator.rsi
- type: Gun
fireRate: 1.5
- type: BatteryAmmoProvider
proto: BulletEnergyGunMediumImmolator
fireCost: 100
- type: BatteryWeaponFireModes
fireModes:
- proto: BulletEnergyGunMediumImmolator
fireCost: 50
- proto: BulletEnergyGunLightImmolatorWeakSpread
fireCost: 100
soundGunshot:
path: /Audio/_DV/Weapons/Guns/Gunshots/laser.ogg
soundEmpty:
path: /Audio/_DV/Weapons/Guns/Empty/dry_fire.ogg
- type: BatteryAmmoProvider
proto: BulletEnergyGunMediumImmolator
fireCost: 100
- type: Battery
maxCharge: 800
startingCharge: 800

View File

@ -84,7 +84,7 @@
- type: entity
parent: BulletEnergyGunLaser
id: BulletEnergyGunMediumImmolator
name: Medium Immolator Bolt
name: Immolator Bolt
categories: [ HideSpawnMenu ]
components:
- type: IgniteOnCollide
@ -116,6 +116,17 @@
types:
Heat: 8
- type: entity
parent: BulletEnergyGunLaser
id: BulletEnergyGunLightImmolatorWeakSpread
name: immolator barrage
categories: [ HideSpawnMenu ]
components:
- type: ProjectileSpread
proto: BulletEnergyGunLightImmolator
count: 4
spread: 15
- type: entity
parent: BulletEnergyGunLaser
id: BulletEnergyGunLightImmolatorSpread