- map: [ "enum.EdgeLayer.West" ]
state: ironrock_west
+- type: entity
+ id: AsteroidRockSalt
+ parent: AsteroidRock
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
+
- type: entity
id: IronRockMining
parent: IronRock
state: rock_west
- state: rock_artifact_fragment
+- type: entity
+ id: WallRockSalt
+ parent: WallRock
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
+
# Basalt variants
- type: entity
id: WallRockBasalt
state: rock_wall_west
- state: rock_artifact_fragment
+- type: entity
+ id: WallRockBasaltSalt
+ parent: WallRockBasalt
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
+
# Snow variants
- type: entity
id: WallRockSnow
state: rock_snow_west
- state: rock_artifact_fragment
+- type: entity
+ id: WallRockSnowSalt
+ parent: WallRockSnow
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
# Sand variants
- type: entity
state: rock_sand_west
- state: rock_artifact_fragment
+- type: entity
+ id: WallRockSandSalt
+ parent: WallRockSand
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
+
# Chromite variants
- type: entity
id: WallRockChromite
state: rock_chromite_west
- state: rock_artifact_fragment
+- type: entity
+ id: WallRockChromiteSalt
+ parent: WallRockChromite
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt
+
# Andesite variants
- type: entity
id: WallRockAndesite
- map: [ "enum.EdgeLayer.West" ]
state: rock_andesite_west
- state: rock_artifact_fragment
+
+- type: entity
+ id: WallRockAndesiteSalt
+ parent: WallRockAndesite
+ description: An ore vein rich with salt.
+ suffix: Salt
+ components:
+ - type: OreVein
+ oreChance: 1.0
+ currentOre: OreSalt
+ - 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_salt