Shadow Dimension visual pack (#21237)
Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com>
@@ -392,3 +392,52 @@
|
|||||||
components:
|
components:
|
||||||
- type: Sprite
|
- type: Sprite
|
||||||
state: treestumpconifer
|
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
|
||||||
@@ -1000,7 +1000,7 @@
|
|||||||
state: rock_chromite_north
|
state: rock_chromite_north
|
||||||
- map: [ "enum.EdgeLayer.West" ]
|
- map: [ "enum.EdgeLayer.West" ]
|
||||||
state: rock_chromite_west
|
state: rock_chromite_west
|
||||||
- state: rock_chromite
|
- state: rock_gold
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: WallRockChromitePlasma
|
id: WallRockChromitePlasma
|
||||||
@@ -1195,7 +1195,7 @@
|
|||||||
state: rock_andesite_north
|
state: rock_andesite_north
|
||||||
- map: [ "enum.EdgeLayer.West" ]
|
- map: [ "enum.EdgeLayer.West" ]
|
||||||
state: rock_andesite_west
|
state: rock_andesite_west
|
||||||
- state: rock_andesite
|
- state: rock_gold
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: WallRockAndesitePlasma
|
id: WallRockAndesitePlasma
|
||||||
|
|||||||
83
Resources/Prototypes/Entities/Tiles/shadow_basalt.yml
Normal file
@@ -0,0 +1,83 @@
|
|||||||
|
- 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: ""
|
||||||
@@ -1622,6 +1622,26 @@
|
|||||||
itemDrop: FloorTileItemWeb
|
itemDrop: FloorTileItemWeb
|
||||||
heatCapacity: 10000
|
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
|
#Hull tiles
|
||||||
- type: tile
|
- type: tile
|
||||||
id: FloorHull
|
id: FloorHull
|
||||||
|
|||||||
@@ -0,0 +1,29 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
After Width: | Height: | Size: 5.2 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 5.1 KiB |
BIN
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/basalt1.png
Normal file
|
After Width: | Height: | Size: 968 B |
BIN
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/basalt2.png
Normal file
|
After Width: | Height: | Size: 1016 B |
BIN
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/basalt3.png
Normal file
|
After Width: | Height: | Size: 1.3 KiB |
BIN
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/basalt4.png
Normal file
|
After Width: | Height: | Size: 867 B |
BIN
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/basalt5.png
Normal file
|
After Width: | Height: | Size: 736 B |
66
Resources/Textures/Tiles/Planet/shadowbasalt.rsi/meta.json
Normal file
@@ -0,0 +1,66 @@
|
|||||||
|
{
|
||||||
|
"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
|
||||||
|
]
|
||||||
|
]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -95,3 +95,8 @@
|
|||||||
license: "CC-BY-SA-3.0"
|
license: "CC-BY-SA-3.0"
|
||||||
copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi"
|
copyright: "taken at https://github.com/ParadiseSS13/Paradise/blob/8b7f4c8b69c74c6de5a755272eb8d3520f3d87c7/icons/turf/floors.dmi"
|
||||||
source: "https://github.com/ParadiseSS13/Paradise"
|
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"
|
||||||
BIN
Resources/Textures/Tiles/chromite.png
Normal file
|
After Width: | Height: | Size: 3.1 KiB |