add ore vein wall dumb proto

This commit is contained in:
Ed
2024-04-18 13:37:16 +03:00
parent dc1b38054e
commit 390249f0cc
2 changed files with 43 additions and 15 deletions

View File

@@ -0,0 +1,43 @@
- type: entity
id: CPCaveStoneWall
name: rock
parent: CPBaseWall
description: A solid stone natural wall. It has a cave-like coldness to it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone.rsi
- type: IconSmooth
key: CPwall
base: stone
- type: entity
id: CPCaveStoneWallIronOre
name: rock
suffix: iron ore
parent: CPBaseWall
description: A solid stone natural wall. You can see the sharp flecks of iron in it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone_iron.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone_iron.rsi
- type: IconSmooth
key: CPwall
base: stone
- type: entity
id: CPCaveStoneWallGoldOre
name: rock
suffix: gold ore
parent: CPBaseWall
description: A solid stone natural wall. You see the tantalizing particles of gold in it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone_gold.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone_gold.rsi
- type: IconSmooth
key: CPwall
base: stone

View File

@@ -88,21 +88,6 @@
sprite: _CP14/Effects/fire.rsi
normalState: full
- type: entity
id: CPCaveStoneWall
name: rock
suffix: Outdated sprite format!
parent: CPBaseWall
description: A solid stone natural wall. It has a cave-like coldness to it.
components:
- type: Sprite
sprite: _CP14/Structures/Walls/cave_stone.rsi
- type: Icon
sprite: _CP14/Structures/Walls/cave_stone.rsi
- type: IconSmooth
key: CPwallsbrick
base: stone
- type: entity
id: CPStoneRuinFragment
parent: BaseRock