Fix/add translation key for Unarmed Attack

This commit is contained in:
Chris Ryan 2025-08-16 14:20:35 +10:00
parent 264ba44a14
commit c27b03463b
2 changed files with 2 additions and 2 deletions

View file

@ -1985,7 +1985,7 @@
"true": "True", "true": "True",
"type": "Type", "type": "Type",
"unarmed": "Unarmed", "unarmed": "Unarmed",
"unarmedStrike": "Unarmed Strike", "unarmedAttack": "Unarmed Attack",
"unarmored": "Unarmored", "unarmored": "Unarmored",
"use": "Use", "use": "Use",
"used": "Used", "used": "Used",

View file

@ -95,7 +95,7 @@ export default class DhCharacter extends BaseDataActor {
}), }),
attack: new ActionField({ attack: new ActionField({
initial: { initial: {
name: 'Unarmed Attack', name: 'DAGGERHEART.GENERAL.unarmedAttack',
img: 'icons/skills/melee/unarmed-punch-fist-yellow-red.webp', img: 'icons/skills/melee/unarmed-punch-fist-yellow-red.webp',
_id: foundry.utils.randomID(), _id: foundry.utils.randomID(),
systemPath: 'attack', systemPath: 'attack',