resistance: 2
# Ore veins
+- type: entity
+ id: WallRockCoal
+ parent: WallRock
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockGold
parent: WallRock
- map: [ "enum.EdgeLayer.West" ]
state: rock_wall_west
+- type: entity
+ id: WallRockBasaltCoal
+ parent: WallRockBasalt
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockBasaltGold
parent: WallRockBasalt
- map: [ "enum.EdgeLayer.West" ]
state: rock_snow_west
+- type: entity
+ id: WallRockSnowCoal
+ parent: WallRockSnow
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockSnowGold
parent: WallRockSnow
- map: [ "enum.EdgeLayer.West" ]
state: rock_sand_west
+- type: entity
+ id: WallRockSandCoal
+ parent: WallRockSand
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockSandGold
parent: WallRockSand
- map: [ "enum.EdgeLayer.West" ]
state: rock_chromite_west
+- type: entity
+ id: WallRockChromiteCoal
+ parent: WallRockChromite
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockChromiteGold
parent: WallRockChromite
- map: [ "enum.EdgeLayer.West" ]
state: rock_andesite_west
+- type: entity
+ id: WallRockAndesiteCoal
+ parent: WallRockAndesite
+ description: An ore vein rich with coal.
+ suffix: Coal
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreCoal
+ - 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_coal
+
- type: entity
id: WallRockAndesiteGold
parent: WallRockAndesite