Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the return of fireaxe prying #1700

Merged
Merged
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
2 changes: 2 additions & 0 deletions Resources/Locale/en-US/deltav/tools/tool-qualities.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
tool-quality-axing-name = Axing
tool-quality-axing-tool-name = Fireaxe
6 changes: 6 additions & 0 deletions Resources/Prototypes/DeltaV/tool_qualities.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- 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 }
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
- type: Tool
qualities:
- Prying
- Axing # DeltaV - The return of fireaxe prying
- 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/DeltaV/Tiles/plating.png #Delta V - Resprite Tile
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -20,6 +21,7 @@
- 1.0
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -31,6 +33,7 @@
sprite: /Textures/Tiles/plating_burnt.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 0.3
Expand All @@ -42,6 +45,7 @@
sprite: /Textures/Tiles/Asteroid/asteroid_plating.png
baseTurf: Lattice
isSubfloor: true
deconstructTools: [ Axing ] # DeltaV - The return of fireaxe prying
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: [ Axing ] # DeltaV - The return of fireaxe prying
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: [ Axing ] # DeltaV - The return of fireaxe prying
footstepSounds:
collection: FootstepPlating
friction: 0.15 #a little less then actual snow
Expand Down
Loading