components:
- type: Sprite
state: treestumpconifer
+
+- type: entity
+ parent: FloraTree01
+ id: ShadowTree01
+ name: tree
+ components:
+ - type: Sprite
+ sprite: Objects/Decoration/Flora/flora_shadow_trees.rsi
+ state: tree01
+
+- type: entity
+ parent: ShadowTree01
+ id: ShadowTree02
+ name: tree
+ components:
+ - type: Sprite
+ state: tree02
+
+- type: entity
+ parent: ShadowTree01
+ id: ShadowTree03
+ name: tree
+ components:
+ - type: Sprite
+ state: tree03
+
+- type: entity
+ parent: ShadowTree01
+ id: ShadowTree04
+ name: tree
+ components:
+ - type: Sprite
+ state: tree04
+
+- type: entity
+ parent: ShadowTree01
+ id: ShadowTree05
+ name: tree
+ components:
+ - type: Sprite
+ state: tree05
+
+- type: entity
+ parent: ShadowTree01
+ id: ShadowTree06
+ name: tree
+ components:
+ - type: Sprite
+ state: tree06
\ No newline at end of file
state: rock_chromite_north
- map: [ "enum.EdgeLayer.West" ]
state: rock_chromite_west
- - state: rock_chromite
+ - state: rock_gold
- type: entity
id: WallRockChromitePlasma
state: rock_andesite_north
- map: [ "enum.EdgeLayer.West" ]
state: rock_andesite_west
- - state: rock_andesite
+ - state: rock_gold
- type: entity
id: WallRockAndesitePlasma
--- /dev/null
+- type: entity
+ id: ShadowBasaltOne
+ name: shadowstone
+ description: Cold rock
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Clickable
+ - type: Sprite
+ sprite: /Textures/Tiles/Planet/shadowbasalt.rsi
+ layers:
+ - state: basalt1
+ shader: unshaded
+ drawdepth: LowFloors
+ - type: SyncSprite
+ - type: RequiresTile
+ - type: Transform
+ anchored: true
+ - type: Tag
+ tags:
+ - HideContextMenu
+
+- type: entity
+ id: ShadowBasaltTwo
+ parent: BasaltOne
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Sprite
+ layers:
+ - state: basalt2
+ shader: unshaded
+
+- type: entity
+ id: ShadowBasaltThree
+ parent: BasaltOne
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Sprite
+ layers:
+ - state: basalt3
+ shader: unshaded
+
+- type: entity
+ id: ShadowBasaltFour
+ parent: BasaltOne
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Sprite
+ layers:
+ - state: basalt4
+ shader: unshaded
+
+- type: entity
+ id: ShadowBasaltFive
+ parent: BasaltOne
+ placement:
+ mode: SnapgridCenter
+ components:
+ - type: Sprite
+ layers:
+ - state: basalt5
+ shader: unshaded
+
+- type: entity
+ id: ShadowBasaltRandom
+ parent: ShadowBasaltOne
+ suffix: Random
+ components:
+ - type: RandomSprite
+ available:
+ - 0:
+ basalt1: ""
+ - 0:
+ basalt2: ""
+ - 0:
+ basalt3: ""
+ - 0:
+ basalt4: ""
+ - 0:
+ basalt5: ""
\ No newline at end of file
itemDrop: FloorTileItemWeb
heatCapacity: 10000
+- type: tile
+ id: FloorChromite
+ name: tiles-chromite
+ sprite: /Textures/Tiles/chromite.png
+ variants: 7
+ placementVariants:
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ - 1.0
+ baseTurf: Space
+ isSubfloor: true
+ canCrowbar: false
+ footstepSounds:
+ collection: FootstepAsteroid
+ heatCapacity: 10000
+
#Hull tiles
- type: tile
id: FloorHull
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "Taken from tgstation at commit https://github.com/tgstation/tgstation/blob/e00cae8d065f9cf520688cc0dd0e15ba5bef12a9/icons/obj/flora/jungleflora.dmi and recolor by TheShuEd",
+ "size": {
+ "x": 96,
+ "y": 96
+ },
+ "states": [
+ {
+ "name": "tree01"
+ },
+ {
+ "name": "tree02"
+ },
+ {
+ "name": "tree03"
+ },
+ {
+ "name": "tree04"
+ },
+ {
+ "name": "tree05"
+ },
+ {
+ "name": "tree06"
+ }
+ ]
+}
--- /dev/null
+{
+ "version": 1,
+ "license": "CC-BY-SA-3.0",
+ "copyright": "taken from tgstation @ commit a0ca7b3f46132517f71f08bfda465667d133b5d7 and edited by TheShuEd",
+ "size": {
+ "x": 32,
+ "y": 32
+ },
+ "states": [
+ {
+ "name": "basalt1",
+ "delays": [
+ [
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ]
+ },
+ {
+ "name": "basalt2",
+ "delays": [
+ [
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ]
+ },
+ {
+ "name": "basalt3",
+ "delays": [
+ [
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ]
+ },
+ {
+ "name": "basalt4",
+ "delays": [
+ [
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ]
+ },
+ {
+ "name": "basalt5",
+ "delays": [
+ [
+ 2,
+ 2,
+ 2,
+ 2
+ ]
+ ]
+ }
+ ]
+}
\ No newline at end of file
license: "CC-BY-SA-3.0"
copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi"
source: "https://github.com/ParadiseSS13/Paradise"
+
+- files: ["chromite.png"]
+ license: "CC-BY-NC-SA-3.0"
+ copyright: "taken at commit 0587dd16e28108bdf0b0a28e2caae4319845e861, and recolored by TheShuEd"
+ source: "https://github.com/Mojave-Sun/mojave-sun-13"
\ No newline at end of file