This commit is contained in:
Swept
2021-03-01 20:57:04 +00:00
committed by GitHub
parent 45a09bc7ea
commit d42d3ec2e6
6 changed files with 39 additions and 2 deletions

View File

@@ -36,6 +36,9 @@
- glass - glass
- glass_2 - glass_2
- glass_3 - glass_3
- type: FloorTile
outputs:
- floor_glass
- type: entity - type: entity
id: SheetGlass1 id: SheetGlass1
@@ -69,6 +72,9 @@
- rglass - rglass
- rglass_2 - rglass_2
- rglass_3 - rglass_3
- type: FloorTile
outputs:
- floor_rglass
- type: entity - type: entity
id: SheetRGlass1 id: SheetRGlass1

View File

@@ -36,7 +36,10 @@
- steel - steel
- steel_2 - steel_2
- steel_3 - steel_3
- type: FloorTile
outputs:
- underplating
- type: entity - type: entity
id: SheetSteel1 id: SheetSteel1
name: steel name: steel

View File

@@ -35,7 +35,11 @@
- rods_3 - rods_3
- rods_4 - rods_4
- rods_5 - rods_5
- type: FloorTile
outputs:
- lattice
- floor_reinforced
- type: entity - type: entity
id: PartRodMetal1 id: PartRodMetal1
name: metal rod name: metal rod

View File

@@ -253,3 +253,27 @@
footstep_sounds: footstep_floor footstep_sounds: footstep_floor
friction: 0.35 friction: 0.35
item_drop: FloorTileItemGold item_drop: FloorTileItemGold
- type: tile
name: floor_glass
display_name: glass floor
texture: glass
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
item_drop: SheetGlass1
- type: tile
name: floor_rglass
display_name: reinforced glass floor
texture: rglass
base_turfs:
- plating
is_subfloor: false
can_crowbar: true
footstep_sounds: footstep_floor
friction: 0.35
item_drop: SheetRGlass1

Binary file not shown.

After

Width:  |  Height:  |  Size: 547 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 413 B