Skip to content

Commit

Permalink
Улучшение энергетического вооружения
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkSide-droids authored and DarkSide-droids committed Nov 11, 2024
1 parent 28f1739 commit 3355239
Showing 1 changed file with 32 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
- type: entity
name : disabler bolt
id: BulletDisabler
parent: BaseBullet
parent: [ BaseBullet, BaseBulletTrigger ]
noSpawn: true
components:
- type: Reflective
Expand All @@ -232,8 +232,9 @@
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi
layers:
- state: omnilaser
- state: omnilaser_greyscale
shader: unshaded
color: '#00DCF0'
- type: Physics
- type: Fixtures
fixtures:
Expand All @@ -249,6 +250,14 @@
- type: Ammo
- type: StaminaDamageOnCollide
damage: 30
- type: EmpOnTrigger
range: 0.5
energyConsumption: 10
disableDuration: 0.1
- type: PointLight
radius: 2.3
color: '#00DCF0'
energy: 0.7
- type: Projectile
impactEffect: BulletImpactEffectDisabler
damage:
Expand All @@ -272,8 +281,9 @@
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi
layers:
- state: omnilaser
- state: omnilaser_greyscale
shader: unshaded
color: '#00DCF0'
- type: Physics
- type: Fixtures
fixtures:
Expand All @@ -289,6 +299,10 @@
- type: Ammo
- type: StaminaDamageOnCollide
damage: 1
- type: PointLight
radius: 2.3
color: '#00DCF0'
energy: 0.7
- type: Projectile
impactEffect: BulletImpactEffectDisabler
damage:
Expand Down Expand Up @@ -925,7 +939,7 @@
- type: entity
name : disabler bolt smg
id: BulletDisablerSmg
parent: BaseBullet
parent: [ BaseBullet, BaseBulletTrigger ]
noSpawn: true
components:
- type: Reflective
Expand All @@ -939,8 +953,9 @@
- type: Sprite
sprite: Objects/Weapons/Guns/Projectiles/projectiles_tg.rsi
layers:
- state: omnilaser
- state: omnilaser_greyscale
shader: unshaded
color: '#00DCF0'
- type: Physics
- type: Fixtures
fixtures:
Expand All @@ -956,6 +971,14 @@
- type: Ammo
- type: StaminaDamageOnCollide
damage: 15
- type: EmpOnTrigger
range: 0.5
energyConsumption: 5
disableDuration: 0.1
- type: PointLight
radius: 2.3
color: '#00DCF0'
energy: 0.7
- type: Projectile
impactEffect: BulletImpactEffectDisabler
damage:
Expand Down Expand Up @@ -1041,3 +1064,7 @@
Heat: 20 # Slightly more damage than the 17heat from the Captain's Hitscan lasgun
soundHit:
collection: MeatLaserImpact
- type: PointLight
radius: 2.3
color: red
energy: 0.7

0 comments on commit 3355239

Please sign in to comment.