Skip to content

Commit

Permalink
[Port] Advanced Prying (#31)
Browse files Browse the repository at this point in the history
* balance: Less rcds, more axe functions (#132)

* Revert "Adds RCD and RCD ammo to all engineer lockers. (#22688)"

This reverts commit 4e94a2727d63bd5e880929bf57b74726c4d8edd4.

* add: Axe can pry platings. Again.

* fix: RCD in CE locker

* Make Axe great again

---------

Co-authored-by: Nair Sark <26607408+NairSark@users.noreply.github.com>
  • Loading branch information
RedBurningPhoenix and NairSark authored Aug 31, 2024
1 parent a502eea commit f49de4a
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Resources/Locale/en-US/tools/tool-qualities.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,9 @@ tool-quality-rolling-name = Rolling
tool-quality-rolling-tool-name = Rolling Pin
tool-quality-digging-name = Digging
tool-quality-digging-tool-name = Shovel
tool-quality-digging-tool-name = Shovel
# White Dream
tool-quality-advanced-prying-tool-name = Advanced Prying
tool-quality-advanced-prying-tool-name = Axe
# White Dream
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
- type: Tool
qualities:
- Prying
- AdvancedPrying # White Dream
- type: ToolTileCompatible
- type: Prying
- type: UseDelay
Expand Down
3 changes: 3 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 ] # White Dream
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -20,6 +21,7 @@
- 1.0
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ] # White Dream
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -31,6 +33,7 @@
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ AdvancedPrying ] # White Dream
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand Down
6 changes: 6 additions & 0 deletions Resources/Prototypes/_White/tool_qualities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- type: tool
id: AdvancedPrying
name: tool-quality-advanced-prying-tool-name
toolName: tool-quality-advanced-prying-tool-name
spawn: FireAxe
icon: { sprite: Objects/Weapons/Melee/fireaxe.rsi, state: icon }

0 comments on commit f49de4a

Please sign in to comment.