Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
sprite: _Impstation/Objects/Weapons/Guns/Battery/emergency_laser_gun.rsi
state: icon
product: EmergencyLaserCrate
cost: 5000
cost: 2500 #Delta-V was 5000
category: cargoproduct-category-name-emergency
group: market
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
parent: CrateCommandSecure
id: EmergencyLaserCrate
name: emergency lasers crate
description: A crate of four emergency laser rifles, for situations where getting clearance isn't an option.
description: A crate of five emergency laser rifles, the cheapest thing we can legally call a gun.
components:
- type: StorageFill
contents:
- id: EmergencyWeaponLaserCarbine
amount: 4
amount: 5 #Delta-V was 4
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: EmergencyRedLaser
damage:
types:
Heat: 12
Heat: 16 #Delta-V was 12
muzzleFlash:
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
state: muzzle_laser
Expand Down
Loading