Удаление тайлов топором (#3306)

Co-authored-by: Vigers Ray <vigersray@gmail.com>
Co-authored-by: ReWAFFlution <153686236+ReWAFFlution@users.noreply.github.com>
This commit is contained in:
F1di 2025-12-25 20:05:45 +03:00 committed by GitHub
parent 7636b26d87
commit 493bdc8a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,2 @@
tool-quality-axing-name = Axing
tool-quality-axing-tool-name = Fireaxe

View file

@ -42,6 +42,7 @@
- type: Tool
qualities:
- Prying
- Axing # Sunrise-Add
- type: ToolTileCompatible
- type: Prying
- type: UseDelay

View file

@ -4,6 +4,7 @@
sprite: /Textures/Tiles/plating.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # Sunrise-Add
footstepSounds:
collection: FootstepPlating
friction: 1.5
@ -20,6 +21,7 @@
- 1.0
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # Sunrise-Add
footstepSounds:
collection: FootstepPlating
friction: 1.5
@ -31,6 +33,7 @@
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # Sunrise-Add
footstepSounds:
collection: FootstepPlating
friction: 1.5
@ -42,6 +45,7 @@
sprite: /Textures/Tiles/Misc/clockwork/clockwork_floor.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # Sunrise-Add
footstepSounds:
collection: FootstepPlating
friction: 1.5
@ -53,6 +57,7 @@
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
deconstructTools: [ Axing ] # Sunrise-Add
footstepSounds:
collection: FootstepPlating
friction: 0.75 #a little less then actual snow

View file

@ -82,3 +82,12 @@
toolName: tool-quality-fine-screwing-tool-name
spawn: ThinTippedScrewdriver
icon: { sprite: Objects/Tools/screwdriver.rsi, state: screwdriver-map }
# Sunrise-Start
- 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 }
# Sunrise-End