Skip to content

Commit

Permalink
temporary fix for rebase
Browse files Browse the repository at this point in the history
kill me
  • Loading branch information
musicmanvr committed Jan 28, 2024
1 parent 600cee7 commit 74dc775
Showing 1 changed file with 0 additions and 43 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -257,46 +257,3 @@
steps: 5
zeroVisible: true
- type: Appearance

- type: entity
name: Decimator Laser
parent: BaseWeaponBattery
id: WeaponLaserRailgun
description: Limited run energy variant of the Decimator railcannon. Self recharging, slow firing but extremely powerful.
components:
- type: Item
size: Huge
- type: Sprite
sprite: DeltaV/Objects/Weapons/Guns/Railguns/railgun_laser.rsi
layers:
- state: base
map: ["enum.GunVisualLayers.Base"]
- type: Clothing
sprite: DeltaV/Objects/Weapons/Guns/Railguns/railgun_laser.rsi
quickEquip: false
slots:
- Back
- type: Wieldable
wieldSound:
path: /Audio/DeltaV/Effects/railgun_charge.ogg
- type: UseDelay
delay: 5
- type: GunRequiresWield
- type: Gun
fireRate: 0.30
selectedMode: SemiAuto
availableModes:
- SemiAuto
soundGunshot:
path: /Audio/DeltaV/Weapons/Guns/Gunshots/railgun_laser.ogg
- type: HitscanBatteryAmmoProvider
proto: DecimatorLaser
fireCost: 25000
- type: Battery
maxCharge: 75000
startingCharge: 75000
- type: BatterySelfRecharger
autoRecharge: true
autoRechargeRate: 500
- type: StaticPrice
price: 15000

0 comments on commit 74dc775

Please sign in to comment.