Initial (#3470)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
BIN
Resources/Textures/Constructible/Tiles/glass.png
Normal file
BIN
Resources/Textures/Constructible/Tiles/glass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 547 B |
BIN
Resources/Textures/Constructible/Tiles/rglass.png
Normal file
BIN
Resources/Textures/Constructible/Tiles/rglass.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 413 B |
Reference in New Issue
Block a user