Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,9 @@
- type: Tool
qualities:
- Prying
- Axing # QB - add fireaxe tile prying
- type: ToolTileCompatible
delay: 3 # QB - increase doafter
- type: Prying
- type: UseDelay
delay: 1
Expand Down
45 changes: 20 additions & 25 deletions Resources/Prototypes/Tiles/plating.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
- type: tile
id: Plating
name: tiles-plating
sprite: /Textures/_QB/Tiles/Plating/plating.png # QB Edit
baseTurf: Lattice
- type: tile # QB addition - add baseplating to parent
id: BasePlating
abstract: true
friction: 1.5
heatCapacity: 10000
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 1.5
heatCapacity: 10000
baseTurf: Lattice
baseWhitelist:
- TrainLattice
# QB addition end

- type: tile
id: Plating
parent: BasePlating # QB add baseplating
name: tiles-plating
sprite: /Textures/_QB/Tiles/Plating/plating.png # QB Edit

- type: tile
id: PlatingDamaged
parent: BasePlating # QB add baseplating
name: tiles-plating
sprite: /Textures/_QB/Tiles/Plating/plating_damaged.png # QB Edit
variants: 6
Expand All @@ -21,27 +31,17 @@
- 1.0
- 1.0
- 1.0
baseTurf: Lattice
isSubfloor: true
footstepSounds:
collection: FootstepPlating
friction: 1.5
heatCapacity: 10000

- type: tile
id: PlatingAsteroid
parent: BasePlating # QB add baseplating
name: tiles-asteroid-plating
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
isSubfloor: true
footstepSounds:
collection: FootstepPlating
friction: 1.5
heatCapacity: 10000

# QB - No longer plating but instead now just a regular floor, but i'm not gonna bother moving this
- type: tile
id: PlatingBrass
parent: BasePlating
name: tiles-brass-plating
sprite: /Textures/_QB/Tiles/Brass/clockwork_floor.png # QB Edit
baseTurf: Plating # QB
Expand All @@ -50,18 +50,13 @@
footstepSounds:
collection: FootstepHull # QB
itemDrop: SheetBrass1 # QB
heatCapacity: 10000

- type: tile
id: PlatingSnow
parent: BasePlating # QB add baseplating
name: tiles-snow-plating
sprite: /Textures/Tiles/snow_plating.png #Not in the snow planet RSI because it doesn't have any metadata. Should probably be moved to its own folder later.
baseTurf: Lattice
isSubfloor: true
footstepSounds:
collection: FootstepPlating
friction: 0.75 #a little less then actual snow
heatCapacity: 10000

- type: tile
id: Lattice
Expand Down
9 changes: 9 additions & 0 deletions Resources/Prototypes/tool_qualities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,12 @@
toolName: tool-quality-brushing-tool-name
spawn: WireBrush
icon: { sprite: Objects/Specific/Janitorial/wirebrush.rsi, state: icon }

# QB Addition - fireaxe prying
- type: tool
id: Axing
name: tool-quality-axing-name
toolName: tool-quality-axing-tool-name
spawn: FireAxe
icon: { sprite: Objects/Weapons/Melee/fireaxe.rsi, state: icon }
# QB addition end
Loading