state: ironrock_west
- state: rock_artifact_fragment
+- type: entity
+ id: IronRockDiamond
+ parent: IronRock
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: ironrock
+ - map: [ "enum.EdgeLayer.South" ]
+ state: ironrock_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: ironrock_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: ironrock_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: ironrock_west
+ - state: rock_diamond
+
# Rocks and ore veins
- type: entity
id: WallRock