New grass & dirt tiles. Split minor update. (#10260)
Co-authored-by: Kara <lunarautomaton6@gmail.com>
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -663,6 +663,54 @@
|
||||
item_drop: FloorTileItemGrassJungle
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorGrassDark
|
||||
name: dark grass floor
|
||||
texture: grassdark
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- FloorDirt
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_grass
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorGrassLight
|
||||
name: light grass floor
|
||||
texture: grasslight
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- FloorDirt
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_grass
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
id: FloorDirt
|
||||
name: dirt floor
|
||||
texture: dirt
|
||||
variants: 4
|
||||
placementVariants: [0, 1, 2, 3]
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
# Asteroid
|
||||
- type: tile
|
||||
@@ -708,38 +756,14 @@
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
|
||||
- type: tileAlias
|
||||
id: floor_asteroid_coarse_sand1
|
||||
name: asteroid coarse sand [DO NOT USE]
|
||||
texture: Asteroid/asteroid_coarse_sand
|
||||
variants: 3
|
||||
placementVariants: [ 0, 1, 2 ]
|
||||
base_turfs:
|
||||
- space
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
|
||||
- type: tile
|
||||
target: floor_asteroid_coarse_sand0
|
||||
|
||||
- type: tileAlias
|
||||
id: floor_asteroid_coarse_sand2
|
||||
name: asteroid coarse sand [DO NOT USE]
|
||||
texture: Asteroid/asteroid_coarse_sand
|
||||
variants: 3
|
||||
placementVariants: [ 0, 1, 2 ]
|
||||
base_turfs:
|
||||
- space
|
||||
is_subfloor: false
|
||||
can_crowbar: false
|
||||
footstep_sounds:
|
||||
collection: footstep_asteroid
|
||||
friction: 0.30
|
||||
thermalConductivity: 0.04
|
||||
heatCapacity: 10000
|
||||
target: floor_asteroid_coarse_sand0
|
||||
|
||||
- type: tile
|
||||
id: floor_asteroid_coarse_sand_dug
|
||||
|
||||
@@ -28,5 +28,4 @@
|
||||
# The final step in underplating's deprecation before it gets completely wiped from the codebase.
|
||||
- type: tileAlias
|
||||
id: underplating
|
||||
target: plating
|
||||
|
||||
target: plating
|
||||
@@ -38,4 +38,9 @@
|
||||
- files: ["cave.png", "cavedrought.png"]
|
||||
license: "CC-BY-NC-SA-3.0"
|
||||
copyright: "Mojave-Sun, taken at commit 0587dd16e28108bdf0b0a28e2caae4319845e861"
|
||||
source: "https://github.com/Mojave-Sun/mojave-sun-13"
|
||||
source: "https://github.com/Mojave-Sun/mojave-sun-13"
|
||||
|
||||
- files: ["grassdark.png", "grasslight.png", "dirt.png"]
|
||||
license: "CC-BY-SA-3.0"
|
||||
copyright: "Fortuna commit 2a9408a47e2f83d945335e4feeeeafb552173e6f, grasslight and dirt by Peptide based on grassdark.png and dirt."
|
||||
source: "https://github.com/FortunaSS13/Fortuna"
|
||||
BIN
Resources/Textures/Tiles/dirt.png
Normal file
BIN
Resources/Textures/Tiles/dirt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 768 B |
BIN
Resources/Textures/Tiles/grassdark.png
Normal file
BIN
Resources/Textures/Tiles/grassdark.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 972 B |
BIN
Resources/Textures/Tiles/grasslight.png
Normal file
BIN
Resources/Textures/Tiles/grasslight.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 972 B |
Reference in New Issue
Block a user