Laser nerf attempt (#8280)

This commit is contained in:
T-Stalker
2022-05-19 02:51:54 -03:00
committed by GitHub
parent afb907acf0
commit 70f8253127

View File

@@ -73,7 +73,7 @@
- type: RangedWeapon - type: RangedWeapon
- type: BatteryBarrel - type: BatteryBarrel
minAngle: 10 minAngle: 10
fireCost: 40 fireCost: 80
- type: Appearance - type: Appearance
visuals: visuals:
- type: MagVisualizer - type: MagVisualizer
@@ -97,7 +97,7 @@
map: ["enum.RangedBarrelVisualLayers.MagUnshaded"] map: ["enum.RangedBarrelVisualLayers.MagUnshaded"]
shader: unshaded shader: unshaded
- type: Item - type: Item
size: 24 size: 48
sprite: Objects/Weapons/Guns/Battery/makeshift.rsi sprite: Objects/Weapons/Guns/Battery/makeshift.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 240 fireCost: 240
@@ -122,7 +122,7 @@
size: 12 size: 12
sprite: Objects/Weapons/Guns/Battery/svalinn.rsi sprite: Objects/Weapons/Guns/Battery/svalinn.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 25 fireCost: 50
- type: entity - type: entity
name: PDW-10 pulse pistol name: PDW-10 pulse pistol
@@ -143,7 +143,7 @@
size: 12 size: 12
sprite: Objects/Weapons/Guns/Battery/pulse_pistol.rsi sprite: Objects/Weapons/Guns/Battery/pulse_pistol.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 25 fireCost: 50
ammoPrototype: Pulse ammoPrototype: Pulse
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
@@ -173,7 +173,7 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/cog.rsi sprite: Objects/Weapons/Guns/Battery/cog.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 140 fireCost: 280
ammoPrototype: RedMediumLaser ammoPrototype: RedMediumLaser
- type: entity - type: entity
@@ -195,7 +195,7 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/nightfall.rsi sprite: Objects/Weapons/Guns/Battery/nightfall.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 100 fireCost: 200
ammoPrototype: RedMediumLaser ammoPrototype: RedMediumLaser
- type: Appearance - type: Appearance
visuals: visuals:
@@ -223,7 +223,7 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/pulse_carbine.rsi sprite: Objects/Weapons/Guns/Battery/pulse_carbine.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 120 fireCost: 240
ammoPrototype: Pulse ammoPrototype: Pulse
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
@@ -253,7 +253,7 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/pulse_rifle.rsi sprite: Objects/Weapons/Guns/Battery/pulse_rifle.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 100 fireCost: 200
ammoPrototype: Pulse ammoPrototype: Pulse
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
@@ -283,7 +283,8 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/laser_cannon.rsi sprite: Objects/Weapons/Guns/Battery/laser_cannon.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 4000 fireCost: 18000
fireRate: 1
ammoPrototype: RedHeavyLaser ammoPrototype: RedHeavyLaser
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
@@ -313,7 +314,8 @@
size: 24 size: 24
sprite: Objects/Weapons/Guns/Battery/xray.rsi sprite: Objects/Weapons/Guns/Battery/xray.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 6000 fireRate: 0.5
fireCost: 54000
ammoPrototype: XrayLaser ammoPrototype: XrayLaser
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser3.ogg path: /Audio/Weapons/Guns/Gunshots/laser3.ogg
@@ -358,7 +360,7 @@
- type: BatteryBarrel - type: BatteryBarrel
minAngle: 5 minAngle: 5
angleIncrease: 20 angleIncrease: 20
fireCost: 360 fireCost: 620
ammoPrototype: BulletTaser ammoPrototype: BulletTaser
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/taser.ogg path: /Audio/Weapons/Guns/Gunshots/taser.ogg
@@ -394,7 +396,7 @@
size: 12 size: 12
sprite: Objects/Weapons/Guns/Battery/antiquelasergun.rsi sprite: Objects/Weapons/Guns/Battery/antiquelasergun.rsi
- type: BatteryBarrel - type: BatteryBarrel
fireCost: 120 fireCost: 240
soundGunshot: soundGunshot:
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
- type: RangedWeapon - type: RangedWeapon