Add plastitanium walls (#10572)
This commit is contained in:
@@ -381,6 +381,36 @@
|
||||
key: walls
|
||||
base: plastic
|
||||
|
||||
- type: entity
|
||||
parent: BaseWall
|
||||
id: WallPlastitanium
|
||||
name: plastitanium wall
|
||||
components:
|
||||
- type: Tag
|
||||
tags:
|
||||
- Wall
|
||||
- RCDDeconstructWhitelist
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/plastitanium.rsi
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/plastitanium.rsi
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 1000
|
||||
behaviors:
|
||||
- !type:SpawnEntitiesBehavior
|
||||
spawn:
|
||||
Girder:
|
||||
min: 1
|
||||
max: 1
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
base: plastitanium
|
||||
|
||||
- type: entity
|
||||
parent: BaseWall
|
||||
id: WallReinforced
|
||||
@@ -650,7 +680,7 @@
|
||||
base: solid
|
||||
- type: StaticPrice
|
||||
price: 1 # total material cost. If you change the recipe for the wall you should recalculate this.
|
||||
|
||||
|
||||
- type: entity
|
||||
parent: BaseWall
|
||||
id: WallSolidRust
|
||||
|
||||
Reference in New Issue
Block a user