stack-old-concrete-tile = old concrete tile
stack-old-concrete-mono-tile = old concrete mono tile
stack-old-concrete-smooth = old concrete smooth
+stack-ironsand-concrete-tile = ironsand concrete tile
+stack-ironsand-concrete-mono-tile = ironsand concrete mono tile
+stack-ironsand-concrete-smooth = ironsand concrete smooth
stack-silver-floor-tile = silver floor tile
stack-bcircuit-floor-tile = bcircuit floor tile
stack-grass-floor-tile = grass floor tile
stack-dark-marble-floor = dark marble floor
stack-plasma-marble-floor = plasmarble floor
stack-uranium-marble-floor = uranium marble floor
+stack-astro-ironsand-floor = astro-ironsand floor
+stack-astro-ironsand-floor-borderless = borderless astro-ironsand floor
tiles-astro-snow = astro-snow
tiles-astro-asteroid-sand = asteroid astro-sand
tiles-astro-asteroid-sand-borderless = borderless asteroid astro-sand
+tiles-astro-ironsand = astro-ironsand
+tiles-astro-ironsand-borderless = borderless astro-ironsand
tiles-desert-astro-sand = desert astro-sand
tiles-wood-large = large wood
tiles-xeno-floor = xeno floor
tiles-dark-marble = dark marble tile
tiles-plasma-marble = plasmarble tile
tiles-uranium-marble = uranium marble tile
+tiles-ironsand-plating = ironsand plating
+tiles-ironsand-tile = ironsand tile
+tiles-ironsand-concrete-tile = ironsand concrete tile
+tiles-ironsand-concrete-slab = ironsand concrete slab
+tiles-ironsand-concrete-smooth = smooth ironsand concrete floor
+tiles-ironsand-packed = packed ironsand
+tiles-ironsand-paved = paved ironsand
- type: Stack
stackType: FloorTileOldConcreteSmooth
+- type: entity
+ parent: FloorTileItemBase
+ id: FloorTileItemIronsandConcrete
+ name: iron sand concrete tile
+ components:
+ - type: Sprite
+ state: ironsandconcrete
+ - type: Item
+ heldPrefix: ironsandconcrete
+ - type: FloorTile
+ outputs:
+ - Plating
+ - FloorIronsandConcrete
+ - type: Stack
+ stackType: FloorTileIronsandConcrete
+
+- type: entity
+ parent: FloorTileItemIronsandConcrete
+ id: FloorTileItemIronsandConcreteMono
+ name: iron sand concrete mono tile
+ components:
+ - type: Sprite
+ state: ironsandconcrete-mono
+ - type: FloorTile
+ outputs:
+ - Plating
+ - FloorIronsandConcreteMono
+ - type: Stack
+ stackType: FloorTileIronsandConcreteMono
+
+- type: entity
+ parent: FloorTileItemIronsandConcrete
+ id: FloorTileItemIronsandConcreteSmooth
+ name: iron sand concrete smooth
+ components:
+ - type: Sprite
+ state: ironsandconcrete-smooth
+ - type: FloorTile
+ outputs:
+ - Plating
+ - FloorIronsandConcreteSmooth
+ - type: Stack
+ stackType: FloorTileIronsandConcreteSmooth
+
# Carpets
- type: entity
name: blue arcade floor
- type: Stack
stackType: FloorTileAstroAsteroidSand
+- type: entity
+ parent: FloorTileItemBase
+ id: FloorTileItemAstroIronsand
+ name: astro-ironsand
+ description: Fake red sand. Imported from fake Mars.
+ components:
+ - type: Sprite
+ state: astro-ironsand
+ - type: Item
+ heldPrefix: ironsand
+ - type: FloorTile
+ outputs:
+ - Plating
+ - FloorAstroIronsand
+ - type: Stack
+ stackType: FloorTileAstroIronsand
+
+- type: entity
+ parent: FloorTileItemBase
+ id: FloorTileItemAstroIronsandBorderless
+ name: borderless astro-ironsand
+ description: Fake red sand. Imported from fake Mars.
+ components:
+ - type: Sprite
+ state: ironsand
+ - type: Item
+ heldPrefix: ironsand
+ - type: FloorTile
+ outputs:
+ - Plating
+ - FloorAstroIronsandBorderless
+ - type: Stack
+ stackType: FloorTileAstroIronsandBorderless
+
- type: entity
parent: FloorTileItemBase
id: FloorTileItemDesertAstroSand
- type: Construction
graph: BananiumStatueClown
node: bananiumStatue
+
+# Ironsand Statues
+
+- type: entity
+ abstract: true
+ parent: BaseStructure
+ id: BaseIronsandStatue
+ description: A mysterious statue found in a desert of iron sand.
+ components:
+ - type: Sprite
+ noRot: true
+ drawdepth: Mobs
+ - type: Damageable
+ damageContainer: StructuralInorganic
+ damageModifierSet: Rock
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 150 # Overkill
+ behaviors:
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+ - trigger:
+ !type:DamageTrigger
+ damage: 100
+ behaviors:
+ - !type:PlaySoundBehavior
+ sound:
+ path: /Audio/Effects/break_stone.ogg
+ params:
+ volume: -6
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+ - !type:SpawnEntitiesBehavior
+ spawn:
+ SteelOre1:
+ min: 1
+ max: 2
+
+- type: entity
+ parent: BaseIronsandStatue
+ id: StatueIronsandSmall
+ name: ironsand small statue
+ components:
+ - type: Sprite
+ sprite: Structures/Decoration/ironsand_statue.rsi
+ state: small_pillar
+ - type: Fixtures
+ fixtures:
+ fix1:
+ shape:
+ !type:PhysShapeAabb
+ bounds: "-0.25,-0.25,0.25,0.25"
+ density: 60
+ mask:
+ - MachineMask
+ layer:
+ - MachineLayer
+
+- type: entity
+ parent: BaseIronsandStatue
+ id: StatueIronsandSmall2
+ name: ironsand small statue
+ components:
+ - type: Sprite
+ sprite: Structures/Decoration/ironsand_statue.rsi
+ state: small_pillar_2
+ - type: Fixtures
+ fixtures:
+ fix1:
+ shape:
+ !type:PhysShapeAabb
+ bounds: "-0.35,-0.35,0.35,0.35"
+ density: 60
+ mask:
+ - MachineMask
+ layer:
+ - MachineLayer
+
+- type: entity
+ parent: BaseIronsandStatue
+ id: StatueIronsandTall
+ name: ironsand tall statue
+ components:
+ - type: Sprite
+ sprite: Structures/Decoration/ironsand_statue_tall.rsi
+ state: pillar_of_weh
+ offset: "0.0,0.5"
+ - type: Fixtures
+ fixtures:
+ fix1:
+ shape:
+ !type:PhysShapeAabb
+ bounds: "-0.30,-0.30,0.30,0.30"
+ density: 60
+ mask:
+ - MachineMask
+ layer:
+ - MachineLayer
+
+- type: entity
+ parent: BaseIronsandStatue
+ id: StatueIronsandTall2
+ name: ironsand tall statue
+ components:
+ - type: Sprite
+ sprite: Structures/Decoration/ironsand_statue_tall.rsi
+ state: inverse_pillar
+ offset: "0.0,0.5"
+ - type: Fixtures
+ fixtures:
+ fix1:
+ shape:
+ !type:PhysShapeAabb
+ bounds: "-0.45,-0.1,0.45,0.1"
+ density: 60
+ mask:
+ - MachineMask
+ layer:
+ - MachineLayer
MaterialCardboard:
min: 3
max: 5
+
+- type: entity
+ parent: BaseMaterialDoorNavMap
+ id: IronstoneDoor
+ name: ironstone door
+ description: A mysterious door made of rune-etched stone.
+ components:
+ - type: Sprite
+ sprite: Structures/Doors/MineralDoors/ironstone_door.rsi
+ - type: Door
+ openSound:
+ path: /Audio/Effects/stonedoor_openclose.ogg
+ closeSound:
+ path: /Audio/Effects/stonedoor_openclose.ogg
+ - type: RCDDeconstructable
+ deconstructable: false
+ - type: Damageable
+ damageModifierSet: Rock
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 400
+ behaviors: *OverkillBehavior
+ - trigger:
+ !type:DamageTrigger
+ damage: 250 # A pickaxe can destroy this in two hits, since the door is rock.
+ behaviors: &IronstoneDestructionBehavior
+ - !type:DoActsBehavior
+ acts: ["Destruction"]
+ - !type:PlaySoundBehavior
+ sound:
+ path: /Audio/Effects/break_stone.ogg
+ params:
+ volume: -6
+ - !type:SpawnEntitiesBehavior
+ spawn:
+ SteelOre1:
+ min: 0
+ max: 1
+
+- type: entity
+ parent: IronstoneDoor
+ id: EncrustedIronstoneDoor
+ name: encrusted ironstone door
+ description: A stone door covered in nacreous blobs of an unknown substance.
+ components:
+ - type: Sprite
+ sprite: Structures/Doors/MineralDoors/encrusted_ironstone_door.rsi
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 500
+ behaviors: *OverkillBehavior
+ - trigger:
+ !type:DamageTrigger
+ damage: 375
+ behaviors: *IronstoneDestructionBehavior
oreChance: 0.33
oreRarityPrototypeId: RandomOreDistributionStandard
+- type: entity
+ id: IronSandstone
+ parent: AsteroidRock
+ name: ironsandstone
+ suffix: no ore yield
+ components:
+ - type: Icon
+ state: ironsandstone
+ - type: Sprite
+ sprite: Structures/Walls/rock.rsi
+ layers:
+ - state: ironsandstone
+ - map: [ "enum.EdgeLayer.South" ]
+ state: ironsandstone_south
+ - map: [ "enum.EdgeLayer.East" ]
+ state: ironsandstone_east
+ - map: [ "enum.EdgeLayer.North" ]
+ state: ironsandstone_north
+ - map: [ "enum.EdgeLayer.West" ]
+ state: ironsandstone_west
+
+- type: entity
+ id: IronSandstoneMining
+ parent: IronSandstone
+ name: ironsandstone
+ suffix: higher ore yield
+ components:
+ - type: OreVein
+ oreChance: 0.33
+ oreRarityPrototypeId: RandomOreDistributionStandard
+
# Ore veins
- type: entity
id: IronRockCoal
key: cobblebricks
base: cobblebrick
+- type: entity
+ parent: WallCobblebrick
+ id: WallIronsandCobblebrick
+ name: ironsand brick wall
+ description: The pale, rounded shapes that make up this wall look strikingly different from the iron sands they were allegedly made from.
+ components:
+ - type: Sprite
+ sprite: Structures/Walls/cobblebrick_ironsand.rsi
+ - type: Icon
+ sprite: Structures/Walls/cobblebrick_ironsand.rsi
+ - type: IconSmooth
+ key: cobblebricks
+ base: cobblebrick
+ - type: RCDDeconstructable
+ deconstructable: false
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 100
+ behaviors:
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+ - !type:PlaySoundBehavior
+ sound:
+ path: /Audio/Effects/break_stone.ogg
+ params:
+ volume: -6
+ - !type:SpawnEntitiesBehavior
+ spawn:
+ SteelOre1:
+ min: 0
+ max: 2
+
# Cardboard
- type: entity
--- /dev/null
+- type: entity
+ parent: BaseFloorDecoration
+ id: IronsandStep
+ name: ironsand step
+ description: Takes your ironsand up a level.
+ components:
+ - type: Sprite
+ sprite: Structures/ironsand_steps.rsi
+ state: straight
+ - type: Damageable
+ damageContainer: StructuralInorganic
+ damageModifierSet: Rock
+ - type: Destructible
+ thresholds:
+ - trigger:
+ !type:DamageTrigger
+ damage: 500
+ behaviors:
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+ - trigger:
+ !type:DamageTrigger
+ damage: 50
+ behaviors:
+ - !type:PlaySoundBehavior
+ sound:
+ path: /Audio/Effects/break_stone.ogg
+ params:
+ volume: -6
+ - !type:SpawnEntitiesBehavior
+ spawn:
+ SteelOre1:
+ min: 0
+ max: 1
+ - !type:DoActsBehavior
+ acts: [ "Destruction" ]
+
+- type: entity
+ parent: IronsandStep
+ id: IronsandStepConvexCorner
+ name: ironsand step convex corner
+ components:
+ - type: Sprite
+ state: corner_convex
+
+- type: entity
+ parent: IronsandStep
+ id: IronsandStepConcaveCorner
+ name: ironsand step concave corner
+ components:
+ - type: Sprite
+ state: corner_concave
+- type: entity
+ abstract: true
+ id: BaseFloorDecoration
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Transform
+ anchored: true
+ - type: Clickable
+ - type: Sprite
+ drawdepth: FloorTiles
+
- type: entity
id: Stairs
+ parent: BaseFloorDecoration
name: stairs
suffix: Steel
description: The greatest invention since rocket-propelled grenades.
- placement:
- mode: SnapgridCenter
components:
- type: Anchorable
flags:
- Anchorable
- type: Rotatable
- - type: Clickable
- type: Sprite
sprite: Structures/stairs.rsi
state: stairs_steel
- drawdepth: FloorTiles
- - type: Transform
- anchored: true
- type: Damageable
damageContainer: StructuralInorganic
damageModifierSet: Metallic
- FloorTileItemOldConcrete
- FloorTileItemOldConcreteMono
- FloorTileItemOldConcreteSmooth
+ - FloorTileItemIronsandConcrete
+ - FloorTileItemIronsandConcreteMono
+ - FloorTileItemIronsandConcreteSmooth
- type: latheRecipePack
id: CircuitFloorsStatic
- FauxTileAstroSnow
- FauxTileAstroAsteroidSand
- FauxTileDesertAstroSand
+ - FauxTileAstroIronsand
+ - FauxTileAstroIronsandBorderless
id: FloorTileItemOldConcreteSmooth
result: FloorTileItemOldConcreteSmooth
+- type: latheRecipe
+ parent: BaseConcreteTileRecipe
+ id: FloorTileItemIronsandConcrete
+ result: FloorTileItemIronsandConcrete
+
+- type: latheRecipe
+ parent: BaseConcreteTileRecipe
+ id: FloorTileItemIronsandConcreteMono
+ result: FloorTileItemIronsandConcreteMono
+
+- type: latheRecipe
+ parent: BaseConcreteTileRecipe
+ id: FloorTileItemIronsandConcreteSmooth
+ result: FloorTileItemIronsandConcreteSmooth
+
# Faux
- type: latheRecipe
parent: BaseFauxTileRecipe
id: FauxTileDesertAstroSand
result: FloorTileItemDesertAstroSand
+- type: latheRecipe
+ parent: BaseFauxTileRecipe
+ id: FauxTileAstroIronsand
+ result: FloorTileItemAstroIronsand
+
+- type: latheRecipe
+ parent: BaseFauxTileRecipe
+ id: FauxTileAstroIronsandBorderless
+ result: FloorTileItemAstroIronsandBorderless
+
# Marble
- type: latheRecipe
parent: BaseMarbleTileRecipe
- FauxTileAstroSnow
- FauxTileAstroAsteroidSand
- FauxTileDesertAstroSand
+ - FauxTileAstroIronsand
+ - FauxTileAstroIronsandBorderless
- type: technology
id: BiochemicalStasis
id: FloorTileOldConcreteSmooth
name: stack-old-concrete-smooth
spawn: FloorTileItemOldConcreteSmooth
+
+- type: stack
+ parent: BaseTileStack
+ id: FloorTileIronsandConcrete
+ name: stack-ironsand-concrete-tile
+ spawn: FloorTileItemIronsandConcrete
+
+- type: stack
+ parent: BaseTileStack
+ id: FloorTileIronsandConcreteMono
+ name: stack-ironsand-concrete-mono-tile
+ spawn: FloorTileItemIronsandConcreteMono
+
+- type: stack
+ parent: BaseTileStack
+ id: FloorTileIronsandConcreteSmooth
+ name: stack-ironsand-concrete-smooth
+ spawn: FloorTileItemIronsandConcreteSmooth
id: FloorTileDesertAstroSand
name: stack-desert-astro-sand-floor
spawn: FloorTileItemDesertAstroSand
+
+- type: stack
+ parent: BaseTileStack
+ id: FloorTileAstroIronsand
+ name: stack-astro-ironsand-floor
+ spawn: FloorTileItemAstroIronsand
+
+- type: stack
+ parent: BaseTileStack
+ id: FloorTileAstroIronsandBorderless
+ name: stack-astro-ironsand-floor-borderless
+ spawn: FloorTileItemAstroIronsandBorderless
itemDrop: FloorTileItemDesertAstroSand
weather: false
+- type: tile
+ id: FloorAstroIronsand
+ name: tiles-astro-ironsand
+ parent: FloorAsteroidIronsand
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ itemDrop: FloorTileItemAstroIronsand
+ weather: false
+
+- type: tile
+ id: FloorAstroIronsandBorderless
+ name: tiles-astro-ironsand-borderless
+ parent: FloorAsteroidIronsandBorderless
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ itemDrop: FloorTileItemAstroIronsandBorderless
+ weather: false
+
- type: tile
id: FloorWoodLarge
name: tiles-wood-large
--- /dev/null
+- type: tile
+ id: FloorIronsandTile
+ name: tiles-ironsand-tile
+ sprite: /Textures/Tiles/Asteroid/ironsand_tile.png
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ footstepSounds:
+ collection: FootstepAsteroid
+ heatCapacity: 10000
+
+- type: tile
+ id: FloorIronsandConcrete
+ name: tiles-ironsand-concrete-tile
+ sprite: /Textures/Tiles/Planet/Concrete/ironsandconcrete.png
+ variants: 4
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ footstepSounds:
+ collection: FootstepTile
+ itemDrop: FloorTileItemIronsandConcrete
+ heatCapacity: 10000
+
+- type: tile
+ id: FloorIronsandConcreteMono
+ name: tiles-ironsand-concrete-slab
+ sprite: /Textures/Tiles/Planet/Concrete/ironsandconcrete_mono.png
+ variants: 4
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ footstepSounds:
+ collection: FootstepTile
+ itemDrop: FloorTileItemIronsandConcreteMono
+ heatCapacity: 10000
+
+- type: tile
+ id: FloorIronsandConcreteSmooth
+ name: tiles-ironsand-concrete-smooth
+ sprite: /Textures/Tiles/Planet/Concrete/ironsandconcrete_smooth.png
+ variants: 4
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Plating
+ isSubfloor: false
+ deconstructTools: [ Prying ]
+ footstepSounds:
+ collection: FootstepTile
+ itemDrop: FloorTileItemIronsandConcreteSmooth
+ heatCapacity: 10000
+
+- type: tile
+ id: IronsandPacked
+ name: tiles-ironsand-packed
+ sprite: /Textures/Tiles/Asteroid/ironsand_packed.png
+ variants: 4
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Space
+ isSubfloor: true
+ footstepSounds:
+ collection: FootstepAsteroid
+ friction: 1.5
+ heatCapacity: 10000
+
+- type: tile
+ id: IronsandPaved
+ name: tiles-ironsand-paved
+ sprite: /Textures/Tiles/Asteroid/ironsand_uneven_paved.png
+ variants: 4
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Space
+ isSubfloor: false
+ footstepSounds:
+ collection: FootstepTile
+ friction: 1.5
+ heatCapacity: 10000
friction: 0.75 #a little less then actual snow
heatCapacity: 10000
+- type: tile
+ id: PlatingIronsand
+ name: tiles-ironsand-plating
+ sprite: /Textures/Tiles/Asteroid/ironsand_plating.png
+ baseTurf: Lattice
+ isSubfloor: true
+ footstepSounds:
+ collection: FootstepPlating
+ friction: 1.5
+ heatCapacity: 10000
+
- type: tile
id: Lattice
name: tiles-lattice
{
"version": 1,
"license": "CC-BY-SA-3.0",
- "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional attributions available in the Resources/Textures/Tiles/attributions.yml file. Ice tile and Snow tile modifications, Astreroid tile and in-hands created by Southbridge-fur (github), Astro-asteroid by kosticia (Github)",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/commit/c6e3401f2e7e1e55c57060cdf956a98ef1fefc24, additional attributions available in the Resources/Textures/Tiles/attributions.yml file. Ice tile and Snow tile modifications, Astreroid tile and in-hands created by Southbridge-fur (github), Astro-asteroid by kosticia (Github), Ironsands concrete variants modified from other concrete and inhands modified from generic inhands by SeaWyrm (github Aearo-Deepwater)",
"size": {
"x": 32,
"y": 32
{
"name": "oldconcrete-smooth"
},
+ {
+ "name": "ironsandconcrete"
+ },
+ {
+ "name": "ironsandconcrete-mono"
+ },
+ {
+ "name": "ironsandconcrete-smooth"
+ },
+ {
+ "name": "ironsandconcrete-inhand-left",
+ "directions": 4
+ },
+ {
+ "name": "ironsandconcrete-inhand-right",
+ "directions": 4
+ },
{
"name": "gcircuit"
},
"name": "asteroid-inhand-left",
"directions": 4
},
+ {
+ "name": "ironsand"
+ },
+ {
+ "name": "astro-ironsand"
+ },
+ {
+ "name": "ironsand-inhand-right",
+ "directions": 4
+ },
+ {
+ "name": "ironsand-inhand-left",
+ "directions": 4
+ },
{
"name": "xenofloor"
},
{
"name": "dark-squiggly"
},
- {
- "name": "white-marble"
- },
- {
+ {
+ "name": "white-marble"
+ },
+ {
"name": "white-marble-inhand-left",
"directions": 4
},
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created for Space Station 14 by SeaWyrm (github Aearo-Deepwater)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "small_pillar"
+ },
+ {
+ "name": "small_pillar_2"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created for Space Station 14 by SeaWyrm (github Aearo-Deepwater)",
+ "size": {
+ "x": 32,
+ "y": 64
+ },
+ "states": [
+ {
+ "name": "pillar_of_weh"
+ },
+ {
+ "name": "inverse_pillar"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created for Space Station 14 by SeaWyrm (github Aearo-Deepwater)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "closed",
+ "directions": 1,
+ "delays": [
+ [
+ 1.0
+ ]
+ ]
+ },
+ {
+ "name": "closing",
+ "directions": 1,
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ },
+ {
+ "name": "open",
+ "directions": 1,
+ "delays": [
+ [
+ 1.0
+ ]
+ ]
+ },
+ {
+ "name": "opening",
+ "directions": 1,
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created for Space Station 14 by SeaWyrm (github Aearo-Deepwater)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "closed",
+ "directions": 1,
+ "delays": [
+ [
+ 1.0
+ ]
+ ]
+ },
+ {
+ "name": "closing",
+ "directions": 1,
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ },
+ {
+ "name": "open",
+ "directions": 1,
+ "delays": [
+ [
+ 1.0
+ ]
+ ]
+ },
+ {
+ "name": "opening",
+ "directions": 1,
+ "delays": [
+ [
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2,
+ 0.2
+ ]
+ ]
+ },
+ {
+ "name": "runes_dim"
+ },
+ {
+ "name": "runes_bright"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Created by SeaWyrm (github Aearo-Deepwater) for SS14, based on the 'cobblebrick' sprites created by TheShuEd for SS14",
+ "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
+ }
+ ]
+ }
+
{
"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, \u0026 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, https://github.com/tgstation/tgstation/blob/5f3e12178e1fbe75ae4b1ff12e256f61b5bdddd5/icons/turf/mining.dmi",
+ "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, \u0026 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, https://github.com/tgstation/tgstation/blob/5f3e12178e1fbe75ae4b1ff12e256f61b5bdddd5/icons/turf/mining.dmi, ironsandstone made by SeaWyrm (github Aearo-Deepwater) for SS14",
"size": {
"x": 32,
"y": 32
{
"name": "ironrock_west"
},
+ {
+ "name": "ironsandstone"
+ },
+ {
+ "name": "ironsandstone_south"
+ },
+ {
+ "name": "ironsandstone_east"
+ },
+ {
+ "name": "ironsandstone_north"
+ },
+ {
+ "name": "ironsandstone_west"
+ },
{
"name": "rock_artifact_fragment"
},
--- /dev/null
+{
+ "version": 1,
+ "license": "CC0-1.0",
+ "copyright": "Created for Space Station 14 by SeaWyrm (github Aearo-Deepwater)",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "straight",
+ "directions": 4
+ },
+ {
+ "name": "corner_convex",
+ "directions": 4
+ },
+ {
+ "name": "corner_concave",
+ "directions": 4
+ }
+ ]
+}