From 493bdc8a0c990456f72b12fa7fa386f2b9699002 Mon Sep 17 00:00:00 2001 From: F1di Date: Thu, 25 Dec 2025 20:05:45 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B5=20=D1=82=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D1=82=D0=BE?= =?UTF-8?q?=D0=BF=D0=BE=D1=80=D0=BE=D0=BC=20(#3306)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Vigers Ray Co-authored-by: ReWAFFlution <153686236+ReWAFFlution@users.noreply.github.com> --- .../en-US/_prototypes/_sunrise/tools/tool-qualities.ftl | 2 ++ .../Entities/Objects/Weapons/Melee/fireaxe.yml | 1 + Resources/Prototypes/Tiles/plating.yml | 5 +++++ Resources/Prototypes/tool_qualities.yml | 9 +++++++++ 4 files changed, 17 insertions(+) create mode 100644 Resources/Locale/en-US/_prototypes/_sunrise/tools/tool-qualities.ftl diff --git a/Resources/Locale/en-US/_prototypes/_sunrise/tools/tool-qualities.ftl b/Resources/Locale/en-US/_prototypes/_sunrise/tools/tool-qualities.ftl new file mode 100644 index 0000000000..2925275188 --- /dev/null +++ b/Resources/Locale/en-US/_prototypes/_sunrise/tools/tool-qualities.ftl @@ -0,0 +1,2 @@ +tool-quality-axing-name = Axing +tool-quality-axing-tool-name = Fireaxe diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index e049b1457e..35c9f24cf8 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -42,6 +42,7 @@ - type: Tool qualities: - Prying + - Axing # Sunrise-Add - type: ToolTileCompatible - type: Prying - type: UseDelay diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 2879272a59..ce8cd7c4c4 100644 --- a/Resources/Prototypes/Tiles/plating.yml +++ b/Resources/Prototypes/Tiles/plating.yml @@ -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 diff --git a/Resources/Prototypes/tool_qualities.yml b/Resources/Prototypes/tool_qualities.yml index 6959452608..366da3fa48 100644 --- a/Resources/Prototypes/tool_qualities.yml +++ b/Resources/Prototypes/tool_qualities.yml @@ -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