@@ -1,6 +1,7 @@
|
||||
- type: entity
|
||||
id: FloorChasmEntity
|
||||
name: chasm
|
||||
noSpawn: true
|
||||
description: You can't even see the bottom.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
@@ -49,6 +50,7 @@
|
||||
- type: entity
|
||||
parent: FloorChasmEntity
|
||||
id: FloorChromiteChasm
|
||||
noSpawn: true
|
||||
suffix: Chromite
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -59,6 +61,7 @@
|
||||
- type: entity
|
||||
parent: FloorChasmEntity
|
||||
id: FloorDesertChasm
|
||||
noSpawn: true
|
||||
suffix: Desert
|
||||
components:
|
||||
- type: Sprite
|
||||
@@ -69,6 +72,7 @@
|
||||
- type: entity
|
||||
parent: FloorChasmEntity
|
||||
id: FloorSnowChasm
|
||||
noSpawn: true
|
||||
suffix: Snow
|
||||
components:
|
||||
- type: Sprite
|
||||
|
||||
@@ -0,0 +1,47 @@
|
||||
- type: entity
|
||||
id: CP14Chasm
|
||||
name: chasm
|
||||
description: You can't even see the bottom.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
snap:
|
||||
- Wall
|
||||
components:
|
||||
- type: PlacementReplacement
|
||||
key: floorTile
|
||||
- type: Sprite
|
||||
drawdepth: BelowFloor
|
||||
sprite: _CP14/Tiles/chasm.rsi
|
||||
- type: Icon
|
||||
sprite: _CP14/Tiles/chasm.rsi
|
||||
state: full
|
||||
- type: IconSmooth
|
||||
key: chasm
|
||||
base: chasm_
|
||||
- type: Transform
|
||||
anchored: true
|
||||
- type: Chasm
|
||||
- type: StepTrigger
|
||||
requiredTriggeredSpeed: 0
|
||||
intersectRatio: 0.4
|
||||
blacklist:
|
||||
tags:
|
||||
- Catwalk #TODO
|
||||
- type: Clickable
|
||||
- type: Physics
|
||||
bodyType: Static
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "-0.4,-0.4,0.4,0.4"
|
||||
layer:
|
||||
- WallLayer
|
||||
mask:
|
||||
- ItemMask
|
||||
density: 1000
|
||||
hard: false
|
||||
- type: Tag
|
||||
tags:
|
||||
- HideContextMenu
|
||||
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_0.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_1.png
Normal file
|
After Width: | Height: | Size: 896 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_2.png
Normal file
|
After Width: | Height: | Size: 916 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_3.png
Normal file
|
After Width: | Height: | Size: 850 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_4.png
Normal file
|
After Width: | Height: | Size: 863 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_5.png
Normal file
|
After Width: | Height: | Size: 479 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_6.png
Normal file
|
After Width: | Height: | Size: 838 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/chasm_7.png
Normal file
|
After Width: | Height: | Size: 253 B |
BIN
Resources/Textures/_CP14/Tiles/chasm.rsi/full.png
Normal file
|
After Width: | Height: | Size: 664 B |
46
Resources/Textures/_CP14/Tiles/chasm.rsi/meta.json
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "All rights reserved for the CrystallPunk14 project only",
|
||||
"copyright": "Created by TheShuEd (Github) for CrystallPunk14",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "full"
|
||||
},
|
||||
{
|
||||
"name": "chasm_0",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_1",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_3",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_4",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_5",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_6",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "chasm_7",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||