diff --git a/Resources/Prototypes/Entities/Objects/Tools/tools.yml b/Resources/Prototypes/Entities/Objects/Tools/tools.yml index af8dfc7c1d..0f470756ed 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/tools.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/tools.yml @@ -116,29 +116,20 @@ - type: entity name: emergency crowbar - parent: BaseItem + parent: Crowbar id: CrowbarRed - description: A multipurpose tool to pry open doors and fight interdimensional invaders. components: - type: Tag tags: - Crowbar - CrowbarRed - type: Sprite - sprite: Objects/Tools/crowbar_red.rsi - state: icon + sprite: Objects/Tools/crowbar.rsi + state: red-icon - type: Item - sprite: Objects/Tools/crowbar_red.rsi - size: 5 - - type: ItemCooldown - - type: MeleeWeapon - damage: 7 - - type: Tool - qualities: - - Prying - useSound: - path: /Audio/Items/crowbar.ogg - - type: TilePrying + sprite: Objects/Tools/crowbar.rsi + size: 10 + HeldPrefix: red - type: entity name: multitool diff --git a/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json b/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json index 0fa78806cf..1778efa00c 100644 --- a/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json +++ b/Resources/Textures/Objects/Tools/crowbar.rsi/meta.json @@ -15,12 +15,27 @@ "name": "inhand-right", "directions": 4 }, + { + "name": "red-inhand-left", + "directions": 4 + }, + { + "name": "red-inhand-right", + "directions": 4 + }, { "name": "icon" }, + { + "name": "red-icon" + }, { "name": "equipped-BELT", "directions": 4 + }, + { + "name": "red-equipped-BELT", + "directions": 4 } ] } diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/equipped-BELT.png b/Resources/Textures/Objects/Tools/crowbar.rsi/red-equipped-BELT.png similarity index 100% rename from Resources/Textures/Objects/Tools/crowbar_red.rsi/equipped-BELT.png rename to Resources/Textures/Objects/Tools/crowbar.rsi/red-equipped-BELT.png diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/icon.png b/Resources/Textures/Objects/Tools/crowbar.rsi/red-icon.png similarity index 100% rename from Resources/Textures/Objects/Tools/crowbar_red.rsi/icon.png rename to Resources/Textures/Objects/Tools/crowbar.rsi/red-icon.png diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/inhand-left.png b/Resources/Textures/Objects/Tools/crowbar.rsi/red-inhand-left.png similarity index 100% rename from Resources/Textures/Objects/Tools/crowbar_red.rsi/inhand-left.png rename to Resources/Textures/Objects/Tools/crowbar.rsi/red-inhand-left.png diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/inhand-right.png b/Resources/Textures/Objects/Tools/crowbar.rsi/red-inhand-right.png similarity index 100% rename from Resources/Textures/Objects/Tools/crowbar_red.rsi/inhand-right.png rename to Resources/Textures/Objects/Tools/crowbar.rsi/red-inhand-right.png diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-equipped-BELT.png b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-equipped-BELT.png new file mode 100644 index 0000000000..e512032624 Binary files /dev/null and b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-equipped-BELT.png differ diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-icon.png b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-icon.png new file mode 100644 index 0000000000..ac25643123 Binary files /dev/null and b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-icon.png differ diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-left.png b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-left.png new file mode 100644 index 0000000000..79cada41ce Binary files /dev/null and b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-left.png differ diff --git a/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-right.png b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-right.png new file mode 100644 index 0000000000..328dfe02b3 Binary files /dev/null and b/Resources/Textures/Objects/Tools/crowbar_red.rsi/red-inhand-right.png differ