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
@@ -664,6 +664,54 @@
|
|||||||
thermalConductivity: 0.04
|
thermalConductivity: 0.04
|
||||||
heatCapacity: 10000
|
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
|
# Asteroid
|
||||||
- type: tile
|
- type: tile
|
||||||
id: floor_asteroid_sand
|
id: floor_asteroid_sand
|
||||||
@@ -709,37 +757,13 @@
|
|||||||
thermalConductivity: 0.04
|
thermalConductivity: 0.04
|
||||||
heatCapacity: 10000
|
heatCapacity: 10000
|
||||||
|
|
||||||
- type: tile
|
- type: tileAlias
|
||||||
id: floor_asteroid_coarse_sand1
|
id: floor_asteroid_coarse_sand1
|
||||||
name: asteroid coarse sand [DO NOT USE]
|
target: floor_asteroid_coarse_sand0
|
||||||
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
|
- type: tileAlias
|
||||||
id: floor_asteroid_coarse_sand2
|
id: floor_asteroid_coarse_sand2
|
||||||
name: asteroid coarse sand [DO NOT USE]
|
target: floor_asteroid_coarse_sand0
|
||||||
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
|
- type: tile
|
||||||
id: floor_asteroid_coarse_sand_dug
|
id: floor_asteroid_coarse_sand_dug
|
||||||
|
|||||||
@@ -29,4 +29,3 @@
|
|||||||
- type: tileAlias
|
- type: tileAlias
|
||||||
id: underplating
|
id: underplating
|
||||||
target: plating
|
target: plating
|
||||||
|
|
||||||
|
|||||||
@@ -39,3 +39,8 @@
|
|||||||
license: "CC-BY-NC-SA-3.0"
|
license: "CC-BY-NC-SA-3.0"
|
||||||
copyright: "Mojave-Sun, taken at commit 0587dd16e28108bdf0b0a28e2caae4319845e861"
|
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