diff --git a/Resources/Locale/en-US/tools/tool-qualities.ftl b/Resources/Locale/en-US/tools/tool-qualities.ftl index 14e42390a7..50b0325858 100644 --- a/Resources/Locale/en-US/tools/tool-qualities.ftl +++ b/Resources/Locale/en-US/tools/tool-qualities.ftl @@ -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-tool-name = Advanced Prying +tool-quality-advanced-prying-tool-name = Axe + tool-quality-screwing-name = Screwing tool-quality-screwing-tool-name = Screwdriver @@ -32,4 +35,4 @@ tool-quality-rolling-name = Rolling tool-quality-rolling-tool-name = Rolling Pin tool-quality-digging-name = Digging -tool-quality-digging-tool-name = Shovel \ No newline at end of file +tool-quality-digging-tool-name = Shovel diff --git a/Resources/Locale/ru-RU/tools/tool-qualities.ftl b/Resources/Locale/ru-RU/tools/tool-qualities.ftl index 1ce8ecd6bd..20da692b5a 100644 --- a/Resources/Locale/ru-RU/tools/tool-qualities.ftl +++ b/Resources/Locale/ru-RU/tools/tool-qualities.ftl @@ -4,6 +4,9 @@ tool-quality-anchoring-tool-name = Гаечный ключ tool-quality-prying-name = Монтирование tool-quality-prying-tool-name = Лом +tool-quality-advanced-prying-tool-name = Продвинутое монтирование +tool-quality-advanced-prying-tool-name = Топор + tool-quality-screwing-name = Свинчивание tool-quality-screwing-tool-name = Отвертка diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml index 6ea009dba5..f10bebce0c 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/engineer.yml @@ -90,8 +90,6 @@ - id: MedkitOxygenFilled - id: HolofanProjector - id: DoorRemoteFirefight - - id: RCD - - id: RCDAmmo - type: entity id: LockerAtmosphericsFilled @@ -107,8 +105,6 @@ - id: MedkitOxygenFilled - id: HolofanProjector - id: DoorRemoteFirefight - - id: RCD - - id: RCDAmmo - type: entity id: LockerEngineerFilledHardsuit @@ -123,8 +119,6 @@ - id: OxygenTankFilled - id: NitrogenTankFilled - id: ClothingShoesBootsMag - - id: RCD - - id: RCDAmmo - type: entity id: LockerEngineerFilled @@ -136,8 +130,6 @@ - id: ClothingHandsGlovesColorYellow - id: ClothingMaskGas - id: trayScanner - - id: RCD - - id: RCDAmmo - type: entity id: ClosetRadiationSuitFilled diff --git a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml index ce96e08eb2..4f5e315534 100644 --- a/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml +++ b/Resources/Prototypes/Entities/Objects/Weapons/Melee/fireaxe.yml @@ -40,6 +40,7 @@ - type: Tool qualities: - Prying + - AdvancedPrying - type: ToolTileCompatible - type: Prying - type: UseDelay diff --git a/Resources/Prototypes/Tiles/plating.yml b/Resources/Prototypes/Tiles/plating.yml index 5e888fbf6e..1bd5a0356e 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: [ AdvancedPrying ] footstepSounds: collection: FootstepPlating friction: 0.3 @@ -20,6 +21,7 @@ - 1.0 baseTurf: Lattice isSubfloor: true + deconstructTools: [ AdvancedPrying ] footstepSounds: collection: FootstepPlating friction: 0.3 @@ -31,6 +33,7 @@ sprite: /Textures/Tiles/plating_burnt.png baseTurf: Lattice isSubfloor: true + deconstructTools: [ AdvancedPrying ] footstepSounds: collection: FootstepPlating friction: 0.3 diff --git a/Resources/Prototypes/tool_qualities.yml b/Resources/Prototypes/tool_qualities.yml index ff55d9fcf1..e62fa5bfed 100644 --- a/Resources/Prototypes/tool_qualities.yml +++ b/Resources/Prototypes/tool_qualities.yml @@ -12,6 +12,13 @@ spawn: Crowbar icon: { sprite: Objects/Tools/crowbar.rsi, state: icon } +- 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 } + - type: tool id: Screwing name: tool-quality-screwing-name