@@ -120,3 +120,4 @@ tiles-web = web tile
|
|||||||
tiles-chromite = chromite
|
tiles-chromite = chromite
|
||||||
tiles-astro-grass = astro-grass
|
tiles-astro-grass = astro-grass
|
||||||
tiles-astro-ice = astro-ice
|
tiles-astro-ice = astro-ice
|
||||||
|
tiles-wood-large = large wood
|
||||||
@@ -1026,3 +1026,22 @@
|
|||||||
- FloorAstroIce
|
- FloorAstroIce
|
||||||
- type: Stack
|
- type: Stack
|
||||||
stackType: FloorTileAstroIce
|
stackType: FloorTileAstroIce
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
name: large wood floor
|
||||||
|
parent: FloorTileItemBase
|
||||||
|
id: FloorTileItemWoodLarge
|
||||||
|
components:
|
||||||
|
- type: Sprite
|
||||||
|
state: wood-large
|
||||||
|
- type: Item
|
||||||
|
heldPrefix: wood
|
||||||
|
- type: FloorTile
|
||||||
|
outputs:
|
||||||
|
- Plating
|
||||||
|
- FloorWoodLarge
|
||||||
|
- type: Stack
|
||||||
|
stackType: FloorTileWoodLarge
|
||||||
|
- type: Construction
|
||||||
|
graph: TileWoodLarge
|
||||||
|
node: woodtilelarge
|
||||||
@@ -78,3 +78,19 @@
|
|||||||
amount: 1
|
amount: 1
|
||||||
- node: fleshTile
|
- node: fleshTile
|
||||||
entity: FloorTileItemFlesh
|
entity: FloorTileItemFlesh
|
||||||
|
|
||||||
|
- type: constructionGraph
|
||||||
|
id: TileWoodLarge
|
||||||
|
start: start
|
||||||
|
graph:
|
||||||
|
- node: start
|
||||||
|
edges:
|
||||||
|
- to: woodtilelarge
|
||||||
|
completed:
|
||||||
|
- !type:SetStackCount
|
||||||
|
amount: 4
|
||||||
|
steps:
|
||||||
|
- material: WoodPlank
|
||||||
|
amount: 2
|
||||||
|
- node: woodtilelarge
|
||||||
|
entity: FloorTileItemWoodLarge
|
||||||
@@ -164,3 +164,14 @@
|
|||||||
# description: "A dirty station tile."
|
# description: "A dirty station tile."
|
||||||
# icon: { sprite: Objects/Tiles/tile.rsi, state: dirty }
|
# icon: { sprite: Objects/Tiles/tile.rsi, state: dirty }
|
||||||
# objectType: Item
|
# objectType: Item
|
||||||
|
|
||||||
|
- type: construction
|
||||||
|
name: large wood floor
|
||||||
|
id: TileWoodLarge
|
||||||
|
graph: TileWoodLarge
|
||||||
|
startNode: start
|
||||||
|
targetNode: woodtilelarge
|
||||||
|
category: construction-category-tiles
|
||||||
|
description: "Four pieces of wooden station flooring."
|
||||||
|
icon: { sprite: Objects/Tiles/tile.rsi, state: wood-large }
|
||||||
|
objectType: Item
|
||||||
@@ -453,3 +453,9 @@
|
|||||||
spawn: FloorTileItemAstroIce
|
spawn: FloorTileItemAstroIce
|
||||||
maxCount: 30
|
maxCount: 30
|
||||||
itemSize: 5
|
itemSize: 5
|
||||||
|
|
||||||
|
- type: stack
|
||||||
|
id: FloorTileWoodLarge
|
||||||
|
name: large wood floor
|
||||||
|
spawn: FloorTileItemWoodLarge
|
||||||
|
maxCount: 30
|
||||||
@@ -1862,3 +1862,23 @@
|
|||||||
mobFrictionNoInput: 0.05
|
mobFrictionNoInput: 0.05
|
||||||
mobAcceleration: 2
|
mobAcceleration: 2
|
||||||
itemDrop: FloorTileItemAstroIce
|
itemDrop: FloorTileItemAstroIce
|
||||||
|
|
||||||
|
- type: tile
|
||||||
|
id: FloorWoodLarge
|
||||||
|
name: tiles-wood-large
|
||||||
|
sprite: /Textures/Tiles/wood_large.png
|
||||||
|
variants: 4
|
||||||
|
placementVariants:
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
- 1.0
|
||||||
|
baseTurf: Plating
|
||||||
|
isSubfloor: false
|
||||||
|
deconstructTools: [ Prying ]
|
||||||
|
footstepSounds:
|
||||||
|
collection: FootstepWood
|
||||||
|
barestepSounds:
|
||||||
|
collection: BarestepWood
|
||||||
|
itemDrop: FloorTileItemWoodLarge
|
||||||
|
heatCapacity: 10000
|
||||||
@@ -414,6 +414,9 @@
|
|||||||
{
|
{
|
||||||
"name": "hydro-inhand-left",
|
"name": "hydro-inhand-left",
|
||||||
"directions": 4
|
"directions": 4
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "wood-large"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
BIN
Resources/Textures/Objects/Tiles/tile.rsi/wood-large.png
Normal file
BIN
Resources/Textures/Objects/Tiles/tile.rsi/wood-large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 268 B |
@@ -120,3 +120,8 @@
|
|||||||
license: "CC0-1.0"
|
license: "CC0-1.0"
|
||||||
copyright: "Created by TheShuEd (github) for space-station-14."
|
copyright: "Created by TheShuEd (github) for space-station-14."
|
||||||
source: "https://github.com/space-wizards/space-station-14/pull/ED_INSERT_PR_CODE_HERE!"
|
source: "https://github.com/space-wizards/space-station-14/pull/ED_INSERT_PR_CODE_HERE!"
|
||||||
|
|
||||||
|
- files: ["wood_large.png"]
|
||||||
|
license: "CC0-1.0"
|
||||||
|
copyright: "Created by ps3moira (github) for space-station-14."
|
||||||
|
source: "https://github.com/space-wizards/space-station-14/"
|
||||||
BIN
Resources/Textures/Tiles/wood_large.png
Normal file
BIN
Resources/Textures/Tiles/wood_large.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 KiB |
Reference in New Issue
Block a user