Respriting the codebase (#4820)
* Walls * Airlocks mostly ported * Disposal Unit * Tiles * Lighting * Catwalk * Windows * Some vending machine work * More Vending Machines * Rest of vending machine sprites ported * Fixes to vending machines * Tables (This took a lot of work) * Fixes low walls being required for window smoothing - Also replaces window damage visualization * Plasma Window * APC * SMES + Reorganized parts.yml * Furniture and Organization and Removed Shelf * Renamed seats.yml to chairs.yml * Dispensers * Lazy-fixed the glass airlocks * Don't need this no more * Tilez * blue circuit my fucking beloved * Switches lights to cev one * Conveyors and Switch * Reorients lights * !ALERT! MAP CHANGES !ALERT! Co-authored-by: Vera Aguilera Puerto <gradientvera@outlook.com>
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
item_drop: FloorTileItemDark
|
||||
@@ -61,6 +61,18 @@
|
||||
friction: 0.30
|
||||
item_drop: FloorTileItemGCircuit
|
||||
|
||||
- type: tile
|
||||
name: floor_blue_circuit
|
||||
display_name: Blue circuit floor
|
||||
texture: "blue_circuit"
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_lino
|
||||
display_name: Linoleum floor
|
||||
@@ -274,6 +286,18 @@
|
||||
friction: 0.30
|
||||
item_drop: FloorTileItemGold
|
||||
|
||||
- type: tile
|
||||
name: floor_silver
|
||||
display_name: Silver Tile
|
||||
texture: silver
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_glass
|
||||
display_name: glass floor
|
||||
@@ -300,54 +324,6 @@
|
||||
friction: 0.30
|
||||
item_drop: SheetRGlass1
|
||||
|
||||
- type: tile
|
||||
name: floor_warning1
|
||||
display_name: Warning Tile
|
||||
texture: steel_warning1
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_warning2
|
||||
display_name: Beware Tile
|
||||
texture: steel_warning2
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_white_warning1
|
||||
display_name: White Warning Tile
|
||||
texture: white_warning1
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_white_warning2
|
||||
display_name: White Beware Tile
|
||||
texture: white_warning2
|
||||
base_turfs:
|
||||
- plating
|
||||
is_subfloor: false
|
||||
can_crowbar: true
|
||||
footstep_sounds:
|
||||
collection: footstep_floor
|
||||
friction: 0.30
|
||||
|
||||
- type: tile
|
||||
name: floor_blue
|
||||
display_name: Blue Tile
|
||||
|
||||
Reference in New Issue
Block a user