state: rock_asteroid_west
- state: rock_gold
+- type: entity
+ id: AsteroidRockDiamond
+ parent: AsteroidRock
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_asteroid
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_asteroid_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_asteroid_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_asteroid_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_asteroid_west
+ - state: rock_diamond
+
- type: entity
id: AsteroidRockPlasma
parent: AsteroidRock
state: rock_west
- state: rock_gold
+- type: entity
+ id: WallRockDiamond
+ parent: WallRock
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_west
+ - state: rock_diamond
+
- type: entity
id: WallRockPlasma
parent: WallRock
state: rock_wall_west
- state: rock_gold
+- type: entity
+ id: WallRockBasaltDiamond
+ parent: WallRockBasalt
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_wall
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_wall_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_wall_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_wall_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_wall_west
+ - state: rock_diamond
+
- type: entity
id: WallRockBasaltPlasma
parent: WallRockBasalt
state: rock_snow_west
- state: rock_gold
+- type: entity
+ id: WallRockSnowDiamond
+ parent: WallRockSnow
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_snow
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_snow_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_snow_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_snow_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_snow_west
+ - state: rock_diamond
+
- type: entity
id: WallRockSnowPlasma
parent: WallRockSnow
state: rock_sand_west
- state: rock_gold
+- type: entity
+ id: WallRockSandDiamond
+ parent: WallRockSand
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_sand
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_sand_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_sand_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_sand_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_sand_west
+ - state: rock_diamond
+
- type: entity
id: WallRockSandPlasma
parent: WallRockSand
state: rock_sand_west
- state: rock_uranium
-
- type: entity
id: WallRockSandBananium
parent: WallRockSand
state: rock_chromite_west
- state: rock_gold
+- type: entity
+ id: WallRockChromiteDiamond
+ parent: WallRockChromite
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_chromite
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_chromite_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_chromite_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_chromite_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_chromite_west
+ - state: rock_diamond
+
- type: entity
id: WallRockChromitePlasma
parent: WallRockChromite
state: rock_andesite_west
- state: rock_gold
+- type: entity
+ id: WallRockAndesiteDiamond
+ parent: WallRockAndesite
+ description: An ore vein rich with diamonds.
+ suffix: Diamond
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreDiamond
+ - type: Sprite
+ layers:
+ - state: rock_andesite
+ - map: [ "enum.EdgeLayer.South" ]
+ state: rock_andesite_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: rock_andesite_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: rock_andesite_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: rock_andesite_west
+ - state: rock_diamond
+
- type: entity
id: WallRockAndesitePlasma
parent: WallRockAndesite