Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #95 from FireNameFN/ReturnFireaxeAdvancedPrying
Browse files Browse the repository at this point in the history
Returned advanced prying to fireaxe
  • Loading branch information
Zekins3366 authored Apr 30, 2024
2 parents 0cac50a + 4b5f353 commit dd80173
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Resources/Locale/en-US/tools/tool-qualities.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ tool-quality-anchoring-tool-name = Wrench
tool-quality-prying-name = Prying
tool-quality-prying-tool-name = Crowbar
tool-quality-advanced-prying-name = Advanced Prying
tool-quality-advanced-prying-tool-name = Fireaxe
tool-quality-screwing-name = Screwing
tool-quality-screwing-tool-name = Screwdriver
Expand Down
2 changes: 2 additions & 0 deletions Resources/Locale/ru-RU/tools/tool-qualities.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ tool-quality-anchoring-name = Закрепление
tool-quality-anchoring-tool-name = Гаечный ключ
tool-quality-prying-name = Монтирование
tool-quality-prying-tool-name = Лом
tool-quality-advanced-prying-name = Продвинутое Монтирование
tool-quality-advanced-prying-tool-name = Пожарный Топор
tool-quality-screwing-name = Свинчивание
tool-quality-screwing-tool-name = Отвертка
tool-quality-cutting-name = Резка
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
- type: Tool
qualities:
- Prying
- AdvancedPrying
- type: ToolTileCompatible
- type: Prying
- type: UseDelay
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/Tiles/plating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
sprite: /Textures/Tiles/plating.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -20,6 +21,7 @@
- 1.0
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -31,6 +33,7 @@
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -42,6 +45,7 @@
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -53,6 +57,7 @@
sprite: /Textures/Tiles/Misc/clockwork/clockwork_floor.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -64,6 +69,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: [ AdvancedPrying ]
footstepSounds:
collection: FootstepPlating
friction: 0.15 #a little less then actual snow
Expand Down
7 changes: 7 additions & 0 deletions Resources/Prototypes/tool_qualities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@
spawn: Crowbar
icon: { sprite: Objects/Tools/crowbar.rsi, state: icon }

- type: tool
id: AdvancedPrying
name: tool-quality-advanced-prying-name
toolName: tool-quality-advanced-prying-tool-name
spawn: FireAxe
icon: { sprite: Objects/Weapons/Melee/fireaxe.rsi, state: icon }

- type: tool
id: Screwing
name: tool-quality-screwing-name
Expand Down

0 comments on commit dd80173

Please sign in to comment.