Merge 6d0513e297 into c3c6a6abd9
|
|
@ -256,3 +256,144 @@
|
|||
- state: gibtonite_inactive
|
||||
visible: false
|
||||
map: [ "enum.MiningScannerVisualLayers.Overlay", "gib" ]
|
||||
|
||||
# Un-mineable Variants
|
||||
|
||||
- type: entity
|
||||
id: WallRockUnmineable
|
||||
parent: MountainRock
|
||||
name: compacted rock
|
||||
description: It looks too tough to mine.
|
||||
components:
|
||||
- type: Icon
|
||||
sprite: _DV/Structures/Walls/compacted_rocks.rsi
|
||||
state: rock_wall
|
||||
- type: Sprite
|
||||
sprite: _DV/Structures/Walls/compacted_rocks.rsi
|
||||
layers:
|
||||
- state: rock_base
|
||||
- map: [ "enum.EdgeLayer.South" ]
|
||||
state: rock_south
|
||||
- map: [ "enum.EdgeLayer.East" ]
|
||||
state: rock_east
|
||||
- map: [ "enum.EdgeLayer.North" ]
|
||||
state: rock_north
|
||||
- map: [ "enum.EdgeLayer.West" ]
|
||||
state: rock_west
|
||||
- type: IconSmooth
|
||||
mode: NoSprite
|
||||
- type: SmoothEdge
|
||||
|
||||
- type: entity
|
||||
id: WallRockBasaltUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted basalt
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_wall
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: rock_wall
|
||||
- map: [ "enum.EdgeLayer.South" ]
|
||||
state: rock_wall_south
|
||||
- map: [ "enum.EdgeLayer.East" ]
|
||||
state: rock_wall_east
|
||||
- map: [ "enum.EdgeLayer.North" ]
|
||||
state: rock_wall_north
|
||||
- map: [ "enum.EdgeLayer.West" ]
|
||||
state: rock_wall_west
|
||||
|
||||
- type: entity
|
||||
id: WallRockSandUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted sandstone
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_sand
|
||||
- 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
|
||||
|
||||
- type: entity
|
||||
id: WallRockChromiteUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted chromite
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_chromite
|
||||
- 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
|
||||
|
||||
- type: entity
|
||||
id: WallRockAndesiteUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted andesite
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_andesite
|
||||
- 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
|
||||
|
||||
- type: entity
|
||||
id: WallRockSnowUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted snowdrift
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_snow
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: rock_snow
|
||||
- map: [ "enum.EdgeLayer.South" ]
|
||||
state: rock_snow_south
|
||||
- map: [ "enum.EdgeLayer.East" ]
|
||||
state: rock_snow_east
|
||||
- map: [ "enum.EdgeLayer.North" ]
|
||||
state: rock_snow_north
|
||||
- map: [ "enum.EdgeLayer.West" ]
|
||||
state: rock_snow_west
|
||||
|
||||
- type: entity
|
||||
id: WallRockAsteroidUnmineable
|
||||
parent: WallRockUnmineable
|
||||
name: compacted asteroid
|
||||
components:
|
||||
- type: Icon
|
||||
state: rock_asteroid
|
||||
- type: Sprite
|
||||
layers:
|
||||
- state: rock_asteroid
|
||||
- map: [ "enum.EdgeLayer.South" ]
|
||||
state: rock_asteroid_south
|
||||
- map: [ "enum.EdgeLayer.East" ]
|
||||
state: rock_asteroid_east
|
||||
- map: [ "enum.EdgeLayer.North" ]
|
||||
state: rock_asteroid_north
|
||||
- map: [ "enum.EdgeLayer.West" ]
|
||||
state: rock_asteroid_west
|
||||
|
|
|
|||
|
|
@ -0,0 +1,116 @@
|
|||
{
|
||||
"version": 1,
|
||||
"license": "CC-BY-SA-3.0",
|
||||
"copyright": "Original sprites from https://github.com/space-wizards/space-station-14/tree/417bb52ea7b21c9bad37cd137040dc3f40336693/Resources/Textures/Structures/Walls/rock.rsi, modified by @Stxcking (github) for DV.",
|
||||
"size": {
|
||||
"x": 32,
|
||||
"y": 32
|
||||
},
|
||||
"states": [
|
||||
{
|
||||
"name": "rock_base"
|
||||
},
|
||||
{
|
||||
"name": "rock_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_sand"
|
||||
},
|
||||
{
|
||||
"name": "rock_sand_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_sand_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_sand_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_sand_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_snow"
|
||||
},
|
||||
{
|
||||
"name": "rock_snow_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_snow_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_snow_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_snow_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_chromite"
|
||||
},
|
||||
{
|
||||
"name": "rock_chromite_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_chromite_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_chromite_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_chromite_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_andesite"
|
||||
},
|
||||
{
|
||||
"name": "rock_andesite_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_andesite_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_andesite_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_andesite_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_wall"
|
||||
},
|
||||
{
|
||||
"name": "rock_wall_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_wall_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_wall_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_wall_north"
|
||||
},
|
||||
{
|
||||
"name": "rock_asteroid"
|
||||
},
|
||||
{
|
||||
"name": "rock_asteroid_east"
|
||||
},
|
||||
{
|
||||
"name": "rock_asteroid_west"
|
||||
},
|
||||
{
|
||||
"name": "rock_asteroid_south"
|
||||
},
|
||||
{
|
||||
"name": "rock_asteroid_north"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
After Width: | Height: | Size: 1010 B |
|
After Width: | Height: | Size: 254 B |
|
After Width: | Height: | Size: 222 B |
|
After Width: | Height: | Size: 192 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 698 B |
|
After Width: | Height: | Size: 194 B |
|
After Width: | Height: | Size: 220 B |
|
After Width: | Height: | Size: 197 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 768 B |
|
After Width: | Height: | Size: 731 B |
|
After Width: | Height: | Size: 269 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 190 B |
|
After Width: | Height: | Size: 248 B |
|
After Width: | Height: | Size: 221 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 775 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 226 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 544 B |
|
After Width: | Height: | Size: 203 B |
|
After Width: | Height: | Size: 218 B |
|
After Width: | Height: | Size: 219 B |
|
After Width: | Height: | Size: 228 B |
|
After Width: | Height: | Size: 244 B |
|
After Width: | Height: | Size: 912 B |
|
After Width: | Height: | Size: 239 B |
|
After Width: | Height: | Size: 205 B |
|
After Width: | Height: | Size: 208 B |
|
After Width: | Height: | Size: 238 B |
|
After Width: | Height: | Size: 253 B |