Goon floor pack 1 (#8267)

* floors boxing, arcadeblue2 and carpet clown

* adds gym, metaldiamond and carpetoffice from goon

* adds variants for boxing and gym

* tile variants updated
This commit is contained in:
Peptide90
2022-06-02 03:10:58 +01:00
committed by GitHub
parent 227a86f494
commit 8d9b56fce6
17 changed files with 243 additions and 0 deletions

View File

@@ -53,6 +53,25 @@
- type: Construction
graph: TileSteel
node: steeltile
- type: entity
name: steel tile
parent: FloorTileItemBase
id: FloorTileItemMetalDiamond
components:
- type: Sprite
state: metaldiamond
- type: Item
HeldPrefix: steel
- type: FloorTile
outputs:
- plating
- FloorMetalDiamond
- type: Stack
stackType: FloorTileMetalDiamond
# - type: Construction
# graph: TileSteel
# node: steeltile
- type: entity
name: wood floor
@@ -386,6 +405,22 @@
- FloorArcadeBlue
- type: Stack
stackType: FloorTileStackArcadeBlue
- type: entity
name: blue arcade floor
parent: FloorTileItemBase
id: FloorTileItemArcadeBlue2
components:
- type: Sprite
state: arcadeblue2
- type: Item
HeldPrefix: generic
- type: FloorTile
outputs:
- plating
- FloorArcadeBlue2
- type: Stack
stackType: FloorTileStackArcadeBlue2
- type: entity
name: red arcade floor
@@ -418,6 +453,70 @@
- FloorEighties
- type: Stack
stackType: FloorTileStackEighties
- type: entity
name: clown carpet floor
parent: FloorTileItemBase
id: FloorTileItemCarpetClown
components:
- type: Sprite
state: carpetclown
- type: Item
HeldPrefix: generic
- type: FloorTile
outputs:
- plating
- FloorCarpetClown
- type: Stack
stackType: FloorTileStackCarpetClown
- type: entity
name: office carpet floor
parent: FloorTileItemBase
id: FloorTileItemCarpetOffice
components:
- type: Sprite
state: carpetoffice
- type: Item
HeldPrefix: generic
- type: FloorTile
outputs:
- plating
- FloorCarpetOffice
- type: Stack
stackType: FloorTileStackCarpetOffice
- type: entity
name: boxing ring floor
parent: FloorTileItemBase
id: FloorTileItemBoxing
components:
- type: Sprite
state: boxing
- type: Item
HeldPrefix: generic
- type: FloorTile
outputs:
- plating
- FloorBoxing
- type: Stack
stackType: FloorTileStackBoxing
- type: entity
name: gym floor
parent: FloorTileItemBase
id: FloorTileItemGym
components:
- type: Sprite
state: gym
- type: Item
HeldPrefix: generic
- type: FloorTile
outputs:
- plating
- FloorGym
- type: Stack
stackType: FloorTileStackGym
# Shuttles
- type: entity

View File

@@ -2,6 +2,11 @@
id: FloorTileSteel
name: steel tile
spawn: FloorTileItemSteel
- type: stack
id: FloorTileMetalDiamond
name: steel tile
spawn: FloorTileItemMetalDiamond
- type: stack
id: FloorTileWood
@@ -102,6 +107,11 @@
id: FloorTileStackArcadeBlue
name: blue arcade tile
spawn: FloorTileItemArcadeBlue
- type: stack
id: FloorTileStackArcadeBlue2
name: blue arcade tile
spawn: FloorTileItemArcadeBlue2
- type: stack
id: FloorTileStackArcadeRed
@@ -147,6 +157,26 @@
id: FloorCarpetPink
name: pink carpet tile
spawn: FloorCarpetItemPink
- type: stack
id: FloorTileStackCarpetClown
name: clown carpet tile
spawn: FloorTileItemCarpetClown
- type: stack
id: FloorTileStackCarpetOffice
name: office carpet tile
spawn: FloorTileItemCarpetOffice
- type: stack
id: FloorTileStackBoxing
name: boxing ring tile
spawn: FloorTileItemBoxing
- type: stack
id: FloorTileStackGym
name: gym floor tile
spawn: FloorTileItemGym
- type: stack
id: FloorTileElevatorShaft

View File

@@ -14,6 +14,21 @@
item_drop: FloorTileItemSteel
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorMetalDiamond
name: diamond plate floor
texture: "metaldiamond"
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.30
item_drop: FloorTileItemMetalDiamond
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: floor_wood
@@ -325,6 +340,21 @@
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorArcadeBlue2
name: blue arcade floor
texture: arcadeblue2
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.40
item_drop: FloorTileItemArcadeBlue2
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorArcadeRed
name: red arcade floor
@@ -354,6 +384,70 @@
item_drop: FloorTileItemEighties
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorCarpetClown
name: clown carpet floor
texture: carpetclown
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.40
item_drop: FloorTileItemCarpetClown
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorCarpetOffice
name: office carpet floor
texture: carpetoffice
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.40
item_drop: FloorTileItemCarpetOffice
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorBoxing
name: boxing ring floor
texture: boxing
variants: 4
placementVariants: [0, 1, 2, 3]
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.40
item_drop: FloorTileItemBoxing
thermalConductivity: 0.04
heatCapacity: 10000
- type: tile
id: FloorGym
name: gym floor
texture: gym
variants: 4
placementVariants: [0, 1, 2, 3]
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds:
collection: footstep_floor
friction: 0.40
item_drop: FloorTileItemGym
thermalConductivity: 0.04
heatCapacity: 10000
# Shuttle
- type: tile