add wallmounts things
This commit is contained in:
@@ -0,0 +1,98 @@
|
||||
- type: entity
|
||||
id: CP14WallmountWoodenBoards
|
||||
parent:
|
||||
- BaseStructure
|
||||
- CP14BaseWooden #TODO: make BaseFlammable
|
||||
name: wooden boards
|
||||
description: Nailed to the wall with wooden boards. Why? It's not clear.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Decoration/wallmount_decor.rsi
|
||||
layers:
|
||||
- state: boards
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Wood
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "0.49,0.49,-0.49,0.36"
|
||||
density: 60
|
||||
mask:
|
||||
- MachineMask
|
||||
layer:
|
||||
- MidImpassable
|
||||
- LowImpassable
|
||||
|
||||
- type: entity
|
||||
id: CP14WallmountWeb
|
||||
parent:
|
||||
- BaseStructure
|
||||
- CP14BaseWooden #TODO: make BaseFlammable
|
||||
name: web
|
||||
description: Cobwebs clinging to dark corners with tiny spiders in them.
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Decoration/wallmount_decor.rsi
|
||||
layers:
|
||||
- state: web
|
||||
map: ["random"]
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Wood
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "0.49,0.49,-0.49,0.36"
|
||||
density: 60
|
||||
mask:
|
||||
- MachineMask
|
||||
layer:
|
||||
- MidImpassable
|
||||
- LowImpassable
|
||||
hard: false
|
||||
- type: RandomSprite
|
||||
available:
|
||||
- random:
|
||||
web: ""
|
||||
web2: ""
|
||||
|
||||
- type: entity
|
||||
id: CP14WallmountVines
|
||||
parent:
|
||||
- BaseStructure
|
||||
- CP14BaseWooden #TODO: make BaseFlammable
|
||||
name: vines
|
||||
description: The timid shoots of weeds trying to climb the wall upward toward the light
|
||||
placement:
|
||||
mode: SnapgridCenter
|
||||
components:
|
||||
- type: Sprite
|
||||
sprite: _CP14/Structures/Decoration/wallmount_decor.rsi
|
||||
layers:
|
||||
- state: vines
|
||||
- type: Damageable
|
||||
damageContainer: Inorganic
|
||||
damageModifierSet: Wood
|
||||
- type: Fixtures
|
||||
fixtures:
|
||||
fix1:
|
||||
shape:
|
||||
!type:PhysShapeAabb
|
||||
bounds: "0.49,0.49,-0.49,0.36"
|
||||
density: 60
|
||||
mask:
|
||||
- MachineMask
|
||||
layer:
|
||||
- MidImpassable
|
||||
- LowImpassable
|
||||
hard: false
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 625 B |
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "By jaraten(discord)",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 96
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "boards",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "web",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "web2",
|
||||
"directions": 4
|
||||
},
|
||||
{
|
||||
"name": "vines",
|
||||
"directions": 4
|
||||
}
|
||||
]
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 777 B |
Binary file not shown.
|
After Width: | Height: | Size: 392 B |
Binary file not shown.
|
After Width: | Height: | Size: 434 B |
Reference in New Issue
Block a user