Make metal crates reflect energy projectiles (#18884)
While here, change the crates that look plastic to actually be made of plastic so they don't reflect.
This commit is contained in:
@@ -117,3 +117,8 @@
|
||||
node: cratesecure
|
||||
containers:
|
||||
- entity_storage
|
||||
- type: Reflect
|
||||
reflects:
|
||||
- Energy
|
||||
reflectProb: 0.2
|
||||
spread: 90
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
sprite: Structures/Storage/Crates/generic.rsi
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/generic.rsi
|
||||
- type: Reflect
|
||||
reflects:
|
||||
- Energy
|
||||
reflectProb: 0.2
|
||||
spread: 90
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
@@ -26,7 +31,7 @@
|
||||
price: 80
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CratePlastic
|
||||
id: CrateFreezer
|
||||
name: freezer
|
||||
components:
|
||||
@@ -37,9 +42,9 @@
|
||||
- type: AntiRottingContainer
|
||||
|
||||
- type: entity
|
||||
parent: CratePlastic
|
||||
id: CrateHydroponics
|
||||
name: hydroponics crate
|
||||
parent: CrateBaseWeldable
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/hydroponics.rsi
|
||||
@@ -47,7 +52,7 @@
|
||||
sprite: Structures/Storage/Crates/hydroponics.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CratePlastic
|
||||
id: CrateMedical
|
||||
name: medical crate
|
||||
components:
|
||||
@@ -57,7 +62,7 @@
|
||||
sprite: Structures/Storage/Crates/medical.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CrateGenericSteel
|
||||
id: CrateRadiation
|
||||
name: radiation gear crate
|
||||
description: Is not actually lead lined. Do not store your plutonium in this.
|
||||
@@ -68,7 +73,7 @@
|
||||
sprite: Structures/Storage/Crates/radiation.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CratePlastic
|
||||
id: CrateInternals
|
||||
name: oxygen crate
|
||||
components:
|
||||
@@ -78,7 +83,7 @@
|
||||
sprite: Structures/Storage/Crates/o2.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CratePlastic
|
||||
id: CrateElectrical
|
||||
name: electrical crate
|
||||
components:
|
||||
@@ -88,7 +93,7 @@
|
||||
sprite: Structures/Storage/Crates/electrical.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CrateGenericSteel
|
||||
id: CrateEngineering
|
||||
name: engineering crate
|
||||
components:
|
||||
@@ -98,7 +103,7 @@
|
||||
sprite: Structures/Storage/Crates/engineering.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CrateGenericSteel
|
||||
id: CrateScience
|
||||
name: science crate
|
||||
components:
|
||||
@@ -108,7 +113,7 @@
|
||||
sprite: Structures/Storage/Crates/science.rsi
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CrateGenericSteel
|
||||
id: CrateSurgery
|
||||
name: surgery crate
|
||||
components:
|
||||
@@ -482,13 +487,12 @@
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/stone_grave.rsi
|
||||
state: base
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: CrateBaseWeldable
|
||||
parent: CrateGenericSteel
|
||||
id: CrateSyndicate
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: Structures/Storage/Crates/syndicate.rsi
|
||||
- type: Sprite
|
||||
sprite: Structures/Storage/Crates/syndicate.rsi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user