Skip to content

Commit 5791be3

Browse files
authored
emergency laser buff (#4197)
* emergency laser buff * 💔 * grr * ragebait
1 parent 2e9675d commit 5791be3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Resources/Prototypes/_Impstation/Catalog/Cargo/cargo_emergency.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
sprite: _Impstation/Objects/Weapons/Guns/Battery/emergency_laser_gun.rsi
55
state: icon
66
product: EmergencyLaserCrate
7-
cost: 5000
7+
cost: 2500 # DeltaV was 5000
88
category: cargoproduct-category-name-emergency
99
group: market

Resources/Prototypes/_Impstation/Catalog/Fills/Crates/emergency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
parent: CrateCommandSecure
33
id: EmergencyLaserCrate
44
name: emergency lasers crate
5-
description: A crate of four emergency laser rifles, for situations where getting clearance isn't an option.
5+
description: A crate of five emergency laser rifles, the cheapest thing we can legally call a gun.
66
components:
77
- type: StorageFill
88
contents:
99
- id: EmergencyWeaponLaserCarbine
10-
amount: 4
10+
amount: 5 # DeltaV was 4

Resources/Prototypes/_Impstation/Entities/Objects/Weapons/Guns/Projectiles/hitscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: EmergencyRedLaser
33
damage:
44
types:
5-
Heat: 12
5+
Heat: 16 # DeltaV was 12
66
muzzleFlash:
77
sprite: Objects/Weapons/Guns/Projectiles/projectiles.rsi
88
state: muzzle_laser

0 commit comments

Comments
 (0)