Adjusted the powercell and the power consumption of laserGuns (#7833)
This commit is contained in:
@@ -29,8 +29,32 @@
|
|||||||
zeroVisible: false
|
zeroVisible: false
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: retro laser gun
|
id: BatteryGunSmall
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunBase
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: PowerCellSlot
|
||||||
|
slotSize: Small
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BatteryGunMedium
|
||||||
|
parent: BatteryGunBase
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: PowerCellSlot
|
||||||
|
slotSize: Medium
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: BatteryGunLarge
|
||||||
|
parent: BatteryGunBase
|
||||||
|
abstract: true
|
||||||
|
components:
|
||||||
|
- type: PowerCellSlot
|
||||||
|
slotSize: Large
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: retro laser gun
|
||||||
|
parent: BatteryGunSmall
|
||||||
id: LaserGun
|
id: LaserGun
|
||||||
description: A weapon using light amplified by the stimulated emission of radiation.
|
description: A weapon using light amplified by the stimulated emission of radiation.
|
||||||
components:
|
components:
|
||||||
@@ -59,7 +83,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: makeshift laser gun
|
name: makeshift laser gun
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunMedium
|
||||||
id: MakeshiftLaser
|
id: MakeshiftLaser
|
||||||
description: Better pray it won't burn your hands off.
|
description: Better pray it won't burn your hands off.
|
||||||
components:
|
components:
|
||||||
@@ -76,11 +100,11 @@
|
|||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Weapons/Guns/Battery/makeshift.rsi
|
sprite: Objects/Weapons/Guns/Battery/makeshift.rsi
|
||||||
- type: BatteryBarrel
|
- type: BatteryBarrel
|
||||||
fireCost: 40
|
fireCost: 120
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: svalinn laser pistol
|
name: svalinn laser pistol
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunSmall
|
||||||
id: LaserPistolSvalinn
|
id: LaserPistolSvalinn
|
||||||
description: A cheap and widely used laser pistol.
|
description: A cheap and widely used laser pistol.
|
||||||
components:
|
components:
|
||||||
@@ -101,7 +125,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: PDW-10 pulse pistol
|
name: PDW-10 pulse pistol
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunSmall
|
||||||
id: PulsePistolPdw
|
id: PulsePistolPdw
|
||||||
description: A state of the art energy pistol favoured as a sidearm by the NT-ERT operatives.
|
description: A state of the art energy pistol favoured as a sidearm by the NT-ERT operatives.
|
||||||
components:
|
components:
|
||||||
@@ -131,7 +155,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: cog laser carbine
|
name: cog laser carbine
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunMedium
|
||||||
id: LaserRifleCog
|
id: LaserRifleCog
|
||||||
description: Favoured by Nanotrasen Security for being cheap and easy to use.
|
description: Favoured by Nanotrasen Security for being cheap and easy to use.
|
||||||
components:
|
components:
|
||||||
@@ -148,11 +172,11 @@
|
|||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Weapons/Guns/Battery/cog.rsi
|
sprite: Objects/Weapons/Guns/Battery/cog.rsi
|
||||||
- type: BatteryBarrel
|
- type: BatteryBarrel
|
||||||
fireCost: 12
|
fireCost: 120
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: nightfall laser rifle
|
name: nightfall laser rifle
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunMedium
|
||||||
id: LaserRifleSniper
|
id: LaserRifleSniper
|
||||||
description: A scoped high capacity laser rifle.
|
description: A scoped high capacity laser rifle.
|
||||||
components:
|
components:
|
||||||
@@ -179,7 +203,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: DEAC-12 pulse carbine
|
name: DEAC-12 pulse carbine
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunMedium
|
||||||
id: PulseCarbineDeac
|
id: PulseCarbineDeac
|
||||||
description: A high tech energy carbine favoured by the NT-ERT operatives.
|
description: A high tech energy carbine favoured by the NT-ERT operatives.
|
||||||
components:
|
components:
|
||||||
@@ -196,7 +220,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: 12
|
fireCost: 120
|
||||||
ammoPrototype: Pulse
|
ammoPrototype: Pulse
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
|
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
|
||||||
@@ -205,11 +229,11 @@
|
|||||||
ejectOnUse: true
|
ejectOnUse: true
|
||||||
soundOptions:
|
soundOptions:
|
||||||
volume: -2
|
volume: -2
|
||||||
startingItem: PowerCellSmallHigh
|
startingItem: PowerCellMediumHigh
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: destroyer pulse rifle
|
name: destroyer pulse rifle
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunMedium
|
||||||
id: PulseRifleDeathSquad
|
id: PulseRifleDeathSquad
|
||||||
description: A weapon that fully lives up to its name.
|
description: A weapon that fully lives up to its name.
|
||||||
components:
|
components:
|
||||||
@@ -235,11 +259,11 @@
|
|||||||
ejectOnUse: true
|
ejectOnUse: true
|
||||||
soundOptions:
|
soundOptions:
|
||||||
volume: -2
|
volume: -2
|
||||||
startingItem: PowerCellSmallHigh
|
startingItem: PowerCellMediumHigh
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: laser cannon
|
name: laser cannon
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunLarge
|
||||||
id: LaserCannon
|
id: LaserCannon
|
||||||
description: A heavy duty, high powered laser weapon.
|
description: A heavy duty, high powered laser weapon.
|
||||||
components:
|
components:
|
||||||
@@ -256,7 +280,7 @@
|
|||||||
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: 200
|
fireCost: 4000
|
||||||
ammoPrototype: RedHeavyLaser
|
ammoPrototype: RedHeavyLaser
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
|
path: /Audio/Weapons/Guns/Gunshots/laser_cannon.ogg
|
||||||
@@ -265,11 +289,11 @@
|
|||||||
ejectOnUse: true
|
ejectOnUse: true
|
||||||
soundOptions:
|
soundOptions:
|
||||||
volume: -2
|
volume: -2
|
||||||
startingItem: PowerCellSmallSuper
|
startingItem: PowerCellLargeSuper
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: x-ray cannon
|
name: x-ray cannon
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunLarge
|
||||||
id: XrayCannon
|
id: XrayCannon
|
||||||
description: An experimental weapon that uses concentrated x-ray energy against its target.
|
description: An experimental weapon that uses concentrated x-ray energy against its target.
|
||||||
components:
|
components:
|
||||||
@@ -286,7 +310,7 @@
|
|||||||
size: 24
|
size: 24
|
||||||
sprite: Objects/Weapons/Guns/Battery/xray.rsi
|
sprite: Objects/Weapons/Guns/Battery/xray.rsi
|
||||||
- type: BatteryBarrel
|
- type: BatteryBarrel
|
||||||
fireCost: 600
|
fireCost: 6000
|
||||||
ammoPrototype: XrayLaser
|
ammoPrototype: XrayLaser
|
||||||
soundGunshot:
|
soundGunshot:
|
||||||
path: /Audio/Weapons/Guns/Gunshots/laser3.ogg
|
path: /Audio/Weapons/Guns/Gunshots/laser3.ogg
|
||||||
@@ -295,7 +319,7 @@
|
|||||||
ejectOnUse: true
|
ejectOnUse: true
|
||||||
soundOptions:
|
soundOptions:
|
||||||
volume: -2
|
volume: -2
|
||||||
startingItem: PowerCellSmallSuper
|
startingItem: PowerCellLargeSuper
|
||||||
- type: Appearance
|
- type: Appearance
|
||||||
visuals:
|
visuals:
|
||||||
- type: MagVisualizer
|
- type: MagVisualizer
|
||||||
@@ -305,7 +329,7 @@
|
|||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
name: taser
|
name: taser
|
||||||
parent: BatteryGunBase
|
parent: BatteryGunSmall
|
||||||
id: TaserGun
|
id: TaserGun
|
||||||
description: A low-capacity, energy-based stun gun used by security teams to subdue targets at range.
|
description: A low-capacity, energy-based stun gun used by security teams to subdue targets at range.
|
||||||
components:
|
components:
|
||||||
|
|||||||
Reference in New Issue
Block a user