Vault Walls (alien, sandstone and rock) (#7799)
This commit is contained in:
@@ -38,6 +38,3 @@
|
||||
sizeX: 32
|
||||
sizeY: 32
|
||||
- type: Airtight
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
base: solid
|
||||
|
||||
@@ -27,9 +27,6 @@
|
||||
- type: IconSmooth
|
||||
key: walls
|
||||
base: brick
|
||||
- type: Occluder
|
||||
sizeX: 32
|
||||
sizeY: 32
|
||||
|
||||
- type: entity
|
||||
parent: WallBase
|
||||
@@ -650,6 +647,57 @@
|
||||
key: walls
|
||||
base: wood
|
||||
|
||||
|
||||
# Vault Walls
|
||||
|
||||
- type: entity
|
||||
parent: WallBase
|
||||
id: WallVaultAlien
|
||||
name: alien vault wall
|
||||
description: A mysterious ornate looking wall. There may be ancient dangers inside.
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: alienvault
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: alienvault
|
||||
- type: Destructible
|
||||
thresholds:
|
||||
- trigger:
|
||||
!type:DamageTrigger
|
||||
damage: 500
|
||||
behaviors:
|
||||
- !type:DoActsBehavior
|
||||
acts: [ "Destruction" ]
|
||||
|
||||
- type: entity
|
||||
parent: WallVaultAlien
|
||||
id: WallVaultRock
|
||||
name: rock vault wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: rockvault
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: rockvault
|
||||
|
||||
- type: entity
|
||||
parent: WallVaultAlien
|
||||
id: WallVaultSandstone
|
||||
name: sandstone vault wall
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: sandstonevault
|
||||
- type: Icon
|
||||
sprite: Structures/Walls/vault.rsi
|
||||
state: sandstonevault
|
||||
|
||||
|
||||
# Mime
|
||||
|
||||
- type: entity
|
||||
id: WallInvisible
|
||||
name: Invisible Wall
|
||||
@@ -670,4 +718,4 @@
|
||||
- SmallImpassable
|
||||
mask:
|
||||
- Impassable
|
||||
- type: Airtight
|
||||
- type: Airtight
|
||||
BIN
Resources/Textures/Structures/Walls/vault.rsi/alienvault.png
Normal file
BIN
Resources/Textures/Structures/Walls/vault.rsi/alienvault.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 404 B |
20
Resources/Textures/Structures/Walls/vault.rsi/meta.json
Normal file
20
Resources/Textures/Structures/Walls/vault.rsi/meta.json
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/e09101cb4be860ff02e035b18bef93a08b9c204c modified by Peptide",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "alienvault"
|
||||
},
|
||||
{
|
||||
"name": "rockvault"
|
||||
},
|
||||
{
|
||||
"name": "sandstonevault"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
Resources/Textures/Structures/Walls/vault.rsi/rockvault.png
Normal file
BIN
Resources/Textures/Structures/Walls/vault.rsi/rockvault.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 404 B |
BIN
Resources/Textures/Structures/Walls/vault.rsi/sandstonevault.png
Normal file
BIN
Resources/Textures/Structures/Walls/vault.rsi/sandstonevault.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 404 B |
Reference in New Issue
Block a user