Merge b049a185d2 into fd5b16abb3
This commit is contained in:
commit
93c83491c2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue