Orewall and cobblestone wall pack (#21034)
* start work * remove crafting things * remove * fix yml * remove all pebbles add sand stone add sand cobblestone wall add asteroid cobblestone wall resprite basaltand snow walls * add new walls * :trollface:
@@ -766,3 +766,589 @@
|
|||||||
- map: [ "enum.EdgeLayer.West" ]
|
- map: [ "enum.EdgeLayer.West" ]
|
||||||
state: rock_snow_west
|
state: rock_snow_west
|
||||||
- state: rock_artifact_fragment
|
- state: rock_artifact_fragment
|
||||||
|
|
||||||
|
|
||||||
|
# Sand variants
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSand
|
||||||
|
parent: WallRock
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/rock.rsi
|
||||||
|
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
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandGold
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with gold.
|
||||||
|
suffix: Gold
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreGold
|
||||||
|
- 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_gold
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandPlasma
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with plasma.
|
||||||
|
suffix: Plasma
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OrePlasma
|
||||||
|
- 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_phoron
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandQuartz
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with quartz.
|
||||||
|
suffix: Quartz
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSpaceQuartz
|
||||||
|
- 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_quartz
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandSilver
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with silver.
|
||||||
|
suffix: Silver
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSilver
|
||||||
|
- 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_silver
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandTin
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with steel.
|
||||||
|
suffix: Steel
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSteel
|
||||||
|
- 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_tin
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandUranium
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with uranium.
|
||||||
|
suffix: Uranium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreUranium
|
||||||
|
- 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_uranium
|
||||||
|
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandBananium
|
||||||
|
parent: WallRockSand
|
||||||
|
description: An ore vein rich with bananium.
|
||||||
|
suffix: Bananium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreBananium
|
||||||
|
- 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_bananium
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockSandArtifactFragment
|
||||||
|
parent: WallRockSand
|
||||||
|
description: A rock wall. What's that sticking out of it?
|
||||||
|
suffix: Artifact Fragment
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreArtifactFragment
|
||||||
|
- 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_artifact_fragment
|
||||||
|
|
||||||
|
# Chromite variants
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromite
|
||||||
|
parent: WallRock
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/rock.rsi
|
||||||
|
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
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteGold
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with gold.
|
||||||
|
suffix: Gold
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreGold
|
||||||
|
- 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_chromite
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromitePlasma
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with plasma.
|
||||||
|
suffix: Plasma
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OrePlasma
|
||||||
|
- 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_phoron
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteQuartz
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with quartz.
|
||||||
|
suffix: Quartz
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSpaceQuartz
|
||||||
|
- 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_quartz
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteSilver
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with silver.
|
||||||
|
suffix: Silver
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSilver
|
||||||
|
- 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_silver
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteTin
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with steel.
|
||||||
|
suffix: Steel
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSteel
|
||||||
|
- 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_tin
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteUranium
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with uranium.
|
||||||
|
suffix: Uranium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreUranium
|
||||||
|
- 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_uranium
|
||||||
|
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteBananium
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: An ore vein rich with bananium.
|
||||||
|
suffix: Bananium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreBananium
|
||||||
|
- 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_bananium
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockChromiteArtifactFragment
|
||||||
|
parent: WallRockChromite
|
||||||
|
description: A rock wall. What's that sticking out of it?
|
||||||
|
suffix: Artifact Fragment
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreArtifactFragment
|
||||||
|
- 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_artifact_fragment
|
||||||
|
|
||||||
|
# Andesite variants
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesite
|
||||||
|
parent: WallRock
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/rock.rsi
|
||||||
|
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
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteGold
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with gold.
|
||||||
|
suffix: Gold
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreGold
|
||||||
|
- 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_andesite
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesitePlasma
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with plasma.
|
||||||
|
suffix: Plasma
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OrePlasma
|
||||||
|
- 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_phoron
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteQuartz
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with quartz.
|
||||||
|
suffix: Quartz
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSpaceQuartz
|
||||||
|
- 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_quartz
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteSilver
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with silver.
|
||||||
|
suffix: Silver
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSilver
|
||||||
|
- 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_silver
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteTin
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with steel.
|
||||||
|
suffix: Steel
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreSteel
|
||||||
|
- 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_tin
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteUranium
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with uranium.
|
||||||
|
suffix: Uranium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreUranium
|
||||||
|
- 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_uranium
|
||||||
|
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteBananium
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: An ore vein rich with bananium.
|
||||||
|
suffix: Bananium
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreBananium
|
||||||
|
- 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_bananium
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: WallRockAndesiteArtifactFragment
|
||||||
|
parent: WallRockAndesite
|
||||||
|
description: A rock wall. What's that sticking out of it?
|
||||||
|
suffix: Artifact Fragment
|
||||||
|
components:
|
||||||
|
- type: OreVein
|
||||||
|
oreChance: 1.0
|
||||||
|
currentOre: OreArtifactFragment
|
||||||
|
- 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_artifact_fragment
|
||||||
|
|||||||
@@ -1143,3 +1143,108 @@
|
|||||||
- type: Icon
|
- type: Icon
|
||||||
sprite: Structures/Magic/forcewall.rsi
|
sprite: Structures/Magic/forcewall.rsi
|
||||||
state: forcewall
|
state: forcewall
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: BaseWall
|
||||||
|
id: WallCobblebrick
|
||||||
|
name: cobblestone brick wall
|
||||||
|
description: Stone by stone, perfectly fitted together to form a wall.
|
||||||
|
components:
|
||||||
|
- type: Tag
|
||||||
|
tags:
|
||||||
|
- Wall
|
||||||
|
- RCDDeconstructWhitelist
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick.rsi
|
||||||
|
- type: Destructible
|
||||||
|
thresholds:
|
||||||
|
- trigger:
|
||||||
|
!type:DamageTrigger
|
||||||
|
damage: 100
|
||||||
|
behaviors:
|
||||||
|
- !type:DoActsBehavior
|
||||||
|
acts: [ "Destruction" ]
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallBasaltCobblebrick
|
||||||
|
name: basalt brick wall
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_basalt.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_basalt.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallSnowCobblebrick
|
||||||
|
name: snow brick wall
|
||||||
|
description: A cold, not-so-impenetrable wall.
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_snow.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_snow.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallAsteroidCobblebrick
|
||||||
|
name: asteroid stone brick wall
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_asteroid.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_asteroid.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallSandCobblebrick
|
||||||
|
name: sandstone brick wall
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_sand.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_sand.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallChromiteCobblebrick
|
||||||
|
name: chromite brick wall
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_chromite.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_chromite.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
parent: WallCobblebrick
|
||||||
|
id: WallAndesiteCobblebrick
|
||||||
|
name: andesite brick wall
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Walls/cobblebrick_andesite.rsi
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Walls/cobblebrick_andesite.rsi
|
||||||
|
- type: IconSmooth
|
||||||
|
key: walls
|
||||||
|
base: cobblebrick
|
||||||
|
|||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 941 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 941 B |
|
After Width: | Height: | Size: 965 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 965 B |
|
After Width: | Height: | Size: 257 B |
BIN
Resources/Textures/Structures/Walls/cobblebrick.rsi/full.png
Normal file
|
After Width: | Height: | Size: 815 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 973 B |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 973 B |
|
After Width: | Height: | Size: 999 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 999 B |
|
After Width: | Height: | Size: 257 B |
|
After Width: | Height: | Size: 828 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 910 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 910 B |
|
After Width: | Height: | Size: 935 B |
|
After Width: | Height: | Size: 1023 B |
|
After Width: | Height: | Size: 935 B |
|
After Width: | Height: | Size: 251 B |
|
After Width: | Height: | Size: 796 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 884 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 258 B |
|
After Width: | Height: | Size: 980 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 258 B |
|
After Width: | Height: | Size: 904 B |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 255 B |
|
After Width: | Height: | Size: 1.1 KiB |
@@ -0,0 +1,47 @@
|
|||||||
|
{
|
||||||
|
"version": 1,
|
||||||
|
"license": "CC-BY-SA-3.0",
|
||||||
|
"copyright": "Created by TheShuEd for Space Station 14",
|
||||||
|
"size": {
|
||||||
|
"x": 32,
|
||||||
|
"y": 32
|
||||||
|
},
|
||||||
|
"states": [
|
||||||
|
{
|
||||||
|
"name": "full"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick0",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick1",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick2",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick3",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick4",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick5",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick6",
|
||||||
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "cobblebrick7",
|
||||||
|
"directions": 4
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"license": "CC-BY-SA-3.0",
|
"license": "CC-BY-SA-3.0",
|
||||||
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/turf/walls.dmi, rock_bananium made by brainfood1183 (github) for ss14, rock_snow, rock_asteroid, & rock_wall and co from https://github.com/tgstation/tgstation/tree/e929cf39cded5207d63df1fa8521f41f2816b383. ironrock taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/02b9f6894af4419c9f7e699a22c402b086d8067e",
|
"copyright": "https://github.com/Citadel-Station-13/Citadel-Station-13-RP/blob/817e7c1f225876b45891e3f06908e6d032f0a8bc/icons/turf/walls.dmi, rock_bananium made by brainfood1183 (github) for ss14, rock_snow, rock_asteroid, & rock_wall and co from https://github.com/tgstation/tgstation/tree/e929cf39cded5207d63df1fa8521f41f2816b383. ironrock taken from /vg/station at commit https://github.com/vgstation-coders/vgstation13/commit/02b9f6894af4419c9f7e699a22c402b086d8067e, sand rock made by TheShuEd for ss14",
|
||||||
"size": {
|
"size": {
|
||||||
"x": 32,
|
"x": 32,
|
||||||
"y": 32
|
"y": 32
|
||||||
@@ -147,6 +147,51 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "rock_bananium"
|
"name": "rock_bananium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_sand"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_sand_south"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_sand_east"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_sand_north"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_sand_west"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_chromite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_chromite_south"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_chromite_east"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_chromite_north"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_chromite_west"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_andesite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_andesite_south"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_andesite_east"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_andesite_north"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "rock_andesite_west"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_andesite.png
Normal file
|
After Width: | Height: | Size: 930 B |
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 223 B |
|
After Width: | Height: | Size: 189 B |
|
After Width: | Height: | Size: 241 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_chromite.png
Normal file
|
After Width: | Height: | Size: 724 B |
|
After Width: | Height: | Size: 265 B |
|
After Width: | Height: | Size: 225 B |
|
After Width: | Height: | Size: 193 B |
|
After Width: | Height: | Size: 257 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_sand.png
Normal file
|
After Width: | Height: | Size: 737 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_sand_east.png
Normal file
|
After Width: | Height: | Size: 236 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_sand_north.png
Normal file
|
After Width: | Height: | Size: 228 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_sand_south.png
Normal file
|
After Width: | Height: | Size: 225 B |
BIN
Resources/Textures/Structures/Walls/rock.rsi/rock_sand_west.png
Normal file
|
After Width: | Height: | Size: 238 B |