From 390249f0cc2b37bacf5bbb919e1fb9aec1c35d19 Mon Sep 17 00:00:00 2001 From: Ed Date: Thu, 18 Apr 2024 13:37:16 +0300 Subject: [PATCH] add ore vein wall dumb proto --- .../Entities/Structures/Walls/natural.yml | 43 +++++++++++++++++++ .../_CP14/Entities/Structures/Walls/walls.yml | 15 ------- 2 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 Resources/Prototypes/_CP14/Entities/Structures/Walls/natural.yml diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Walls/natural.yml b/Resources/Prototypes/_CP14/Entities/Structures/Walls/natural.yml new file mode 100644 index 0000000000..8a2dc177cc --- /dev/null +++ b/Resources/Prototypes/_CP14/Entities/Structures/Walls/natural.yml @@ -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 \ No newline at end of file diff --git a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml index aaf0678f9a..8bfeeb12ff 100644 --- a/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/_CP14/Entities/Structures/Walls/walls.yml @@ -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