From: Ed <96445749+TheShuEd@users.noreply.github.com> Date: Fri, 20 Oct 2023 21:00:24 +0000 (+0300) Subject: Orewall and cobblestone wall pack (#21034) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=82627cab15a7980138c437052d2e6b52efe4ce73;p=space-station-14.git 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: --- diff --git a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml index 5ecbb8214c..e64af7cbae 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/asteroid.yml @@ -766,3 +766,589 @@ - map: [ "enum.EdgeLayer.West" ] state: rock_snow_west - 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 diff --git a/Resources/Prototypes/Entities/Structures/Walls/walls.yml b/Resources/Prototypes/Entities/Structures/Walls/walls.yml index be2927fcb9..51d611ba8d 100644 --- a/Resources/Prototypes/Entities/Structures/Walls/walls.yml +++ b/Resources/Prototypes/Entities/Structures/Walls/walls.yml @@ -1143,3 +1143,108 @@ - type: Icon sprite: Structures/Magic/forcewall.rsi 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 diff --git a/Resources/Prototypes/Reagents/Materials/materials.yml b/Resources/Prototypes/Reagents/Materials/materials.yml index 4c94798dbf..e9a0cad37d 100644 --- a/Resources/Prototypes/Reagents/Materials/materials.yml +++ b/Resources/Prototypes/Reagents/Materials/materials.yml @@ -98,4 +98,4 @@ unit: materials-unit-piece icon: { sprite: Objects/Materials/materials.rsi, state: bones } color: "#896f5e" - price: 0 + price: 0 \ No newline at end of file diff --git a/Resources/Prototypes/Recipes/Construction/structures.yml b/Resources/Prototypes/Recipes/Construction/structures.yml index 3539cc2065..d1b711ec0a 100644 --- a/Resources/Prototypes/Recipes/Construction/structures.yml +++ b/Resources/Prototypes/Recipes/Construction/structures.yml @@ -1078,4 +1078,4 @@ sprite: Structures/Doors/secret_door.rsi state: closed conditions: - - !type:TileNotBlocked + - !type:TileNotBlocked \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick0.png new file mode 100644 index 0000000000..d829c8fb0f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick1.png new file mode 100644 index 0000000000..629682fae7 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick2.png new file mode 100644 index 0000000000..d829c8fb0f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick3.png new file mode 100644 index 0000000000..629682fae7 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick4.png new file mode 100644 index 0000000000..5dc8dab560 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick5.png new file mode 100644 index 0000000000..52860683ac Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick6.png new file mode 100644 index 0000000000..5dc8dab560 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick7.png new file mode 100644 index 0000000000..057ca4de00 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick.rsi/full.png new file mode 100644 index 0000000000..ee90ee5784 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick0.png new file mode 100644 index 0000000000..afbb796966 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick1.png new file mode 100644 index 0000000000..ac003cb33f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick2.png new file mode 100644 index 0000000000..afbb796966 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick3.png new file mode 100644 index 0000000000..ac003cb33f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick4.png new file mode 100644 index 0000000000..45b294e9f2 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick5.png new file mode 100644 index 0000000000..72c3f5d722 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick6.png new file mode 100644 index 0000000000..45b294e9f2 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick7.png new file mode 100644 index 0000000000..16827d09ac Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/full.png new file mode 100644 index 0000000000..2ad3175d89 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_andesite.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick0.png new file mode 100644 index 0000000000..be4cb50141 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick1.png new file mode 100644 index 0000000000..a53cf2a468 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick2.png new file mode 100644 index 0000000000..be4cb50141 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick3.png new file mode 100644 index 0000000000..a53cf2a468 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick4.png new file mode 100644 index 0000000000..fb90090c08 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick5.png new file mode 100644 index 0000000000..5c47ec9174 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick6.png new file mode 100644 index 0000000000..fb90090c08 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick7.png new file mode 100644 index 0000000000..346a01875c Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/full.png new file mode 100644 index 0000000000..eeb51205bc Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_asteroid.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick0.png new file mode 100644 index 0000000000..4b870dae09 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick1.png new file mode 100644 index 0000000000..30b7e9a1d4 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick2.png new file mode 100644 index 0000000000..4b870dae09 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick3.png new file mode 100644 index 0000000000..30b7e9a1d4 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick4.png new file mode 100644 index 0000000000..60825b047f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick5.png new file mode 100644 index 0000000000..a19dd1274e Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick6.png new file mode 100644 index 0000000000..60825b047f Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick7.png new file mode 100644 index 0000000000..52451993f5 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/full.png new file mode 100644 index 0000000000..2f32cf44bb Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_basalt.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick0.png new file mode 100644 index 0000000000..1564e62a88 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick1.png new file mode 100644 index 0000000000..0b5b8915c0 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick2.png new file mode 100644 index 0000000000..ee6e54a2da Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick3.png new file mode 100644 index 0000000000..0b5b8915c0 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick4.png new file mode 100644 index 0000000000..31901ada52 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick5.png new file mode 100644 index 0000000000..2c48c6e55d Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick6.png new file mode 100644 index 0000000000..31901ada52 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick7.png new file mode 100644 index 0000000000..242e9d8019 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/full.png new file mode 100644 index 0000000000..f3dec960d6 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_chromite.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick0.png new file mode 100644 index 0000000000..587b49cf26 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick1.png new file mode 100644 index 0000000000..852bb8c0e4 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick2.png new file mode 100644 index 0000000000..587b49cf26 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick3.png new file mode 100644 index 0000000000..852bb8c0e4 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick4.png new file mode 100644 index 0000000000..ff355cd112 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick5.png new file mode 100644 index 0000000000..496007e924 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick6.png new file mode 100644 index 0000000000..ff355cd112 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick7.png new file mode 100644 index 0000000000..35ec497566 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/full.png new file mode 100644 index 0000000000..3032a730b2 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_sand.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick0.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick0.png new file mode 100644 index 0000000000..e5044aba52 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick0.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick1.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick1.png new file mode 100644 index 0000000000..98e733c198 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick1.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick2.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick2.png new file mode 100644 index 0000000000..e5044aba52 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick2.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick3.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick3.png new file mode 100644 index 0000000000..98e733c198 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick3.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick4.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick4.png new file mode 100644 index 0000000000..b77649331c Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick4.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick5.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick5.png new file mode 100644 index 0000000000..f2688e45ed Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick5.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick6.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick6.png new file mode 100644 index 0000000000..b77649331c Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick6.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick7.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick7.png new file mode 100644 index 0000000000..3caa75ca28 Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/cobblebrick7.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/full.png b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/full.png new file mode 100644 index 0000000000..8a721053bc Binary files /dev/null and b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/full.png differ diff --git a/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/meta.json b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/meta.json new file mode 100644 index 0000000000..c5029fedeb --- /dev/null +++ b/Resources/Textures/Structures/Walls/cobblebrick_snow.rsi/meta.json @@ -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 + } + ] + } + \ No newline at end of file diff --git a/Resources/Textures/Structures/Walls/rock.rsi/meta.json b/Resources/Textures/Structures/Walls/rock.rsi/meta.json index 5c5277dad5..d9e72a5055 100644 --- a/Resources/Textures/Structures/Walls/rock.rsi/meta.json +++ b/Resources/Textures/Structures/Walls/rock.rsi/meta.json @@ -1,7 +1,7 @@ { "version": 1, "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": { "x": 32, "y": 32 @@ -147,6 +147,51 @@ }, { "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" } ] } diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite.png new file mode 100644 index 0000000000..fbc964e4d8 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_east.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_east.png new file mode 100644 index 0000000000..3e8b9b7b27 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_east.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_north.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_north.png new file mode 100644 index 0000000000..d9faf04c8a Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_north.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_south.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_south.png new file mode 100644 index 0000000000..14260cc8b6 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_south.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_west.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_west.png new file mode 100644 index 0000000000..2f9542b210 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_andesite_west.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite.png new file mode 100644 index 0000000000..ae8f83f4b9 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_east.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_east.png new file mode 100644 index 0000000000..3793b4c3c0 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_east.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_north.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_north.png new file mode 100644 index 0000000000..2d478f3b27 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_north.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_south.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_south.png new file mode 100644 index 0000000000..1730dcc345 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_south.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_west.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_west.png new file mode 100644 index 0000000000..3d8889a734 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_chromite_west.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_sand.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand.png new file mode 100644 index 0000000000..e27c78fd77 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_east.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_east.png new file mode 100644 index 0000000000..3165be15af Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_east.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_north.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_north.png new file mode 100644 index 0000000000..756e153672 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_north.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_south.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_south.png new file mode 100644 index 0000000000..94c237ed23 Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_south.png differ diff --git a/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_west.png b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_west.png new file mode 100644 index 0000000000..a546d97b3c Binary files /dev/null and b/Resources/Textures/Structures/Walls/rock.rsi/rock_sand_west.png differ