Merge branch 'main' into feature/death-moves

This commit is contained in:
Chris Ryan 2025-12-23 11:17:37 +10:00
commit 9a3355175b
229 changed files with 2452 additions and 893 deletions

View file

@ -36,6 +36,7 @@
},
"DAGGERHEART": {
"CharacterSheet": "Character Sheet",
"ACTIONS": {
"TYPES": {
"attack": {
@ -611,6 +612,9 @@
"insufficientHope": "The initiating character doesn't have enough hope",
"createTagTeam": "Create TagTeam Roll",
"chatMessageRollTitle": "Roll"
},
"TokenConfig": {
"actorSizeUsed": "Actor size is set, determining the dimensions"
}
},
"CLASS": {
@ -620,11 +624,6 @@
}
},
"CONFIG": {
"ActionType": {
"passive": "Passive",
"action": "Action",
"reaction": "Reaction"
},
"AdversaryTrait": {
"relentless": {
"name": "Relentless",
@ -1033,6 +1032,12 @@
"description": ""
}
},
"FeatureForm": {
"label": "Feature Form",
"passive": "Passive",
"action": "Action",
"reaction": "Reaction"
},
"Gold": {
"title": "Gold",
"coins": "Coins",
@ -1146,6 +1151,14 @@
"rect": "Rectangle",
"ray": "Ray"
},
"TokenSize": {
"tiny": "Tiny",
"small": "Small",
"medium": "Medium",
"large": "Large",
"huge": "Huge",
"gargantuan": "Gargantuan"
},
"Traits": {
"agility": {
"name": "Agility",
@ -2096,6 +2109,7 @@
"fear": "Fear",
"features": "Features",
"formula": "Formula",
"general": "General",
"gm": "GM",
"healing": "Healing",
"healingRoll": "Healing Roll",
@ -2168,10 +2182,12 @@
"plural": "Targets"
},
"title": "Title",
"tokenSize": "Token Size",
"total": "Total",
"traitModifier": "Trait Modifier",
"true": "True",
"type": "Type",
"typeSheet": "System {type} Sheet",
"unarmed": "Unarmed",
"unarmedAttack": "Unarmed Attack",
"unarmored": "Unarmored",
@ -2224,6 +2240,7 @@
"tokenRingImg": { "label": "Subject Texture" },
"tokenSize": {
"placeholder": "Using character dimensions",
"disabledPlaceholder": "Set by character size",
"height": { "label": "Height" },
"width": { "label": "Width" }
},
@ -2249,7 +2266,9 @@
"hybridizeFeatureTitle": "Hybrid Features",
"hybridizeDrag": "Drag a form here to hybridize it.",
"mainTrait": "Main Trait",
"traitBonus": "Trait Bonus"
"traitBonus": "Trait Bonus",
"evolvedTokenHint": "An evolved beastform's token is based on that of the form you evolve",
"evolvedImagePlaceholder": "The image for the form selected for evolution will be used"
},
"Class": {
"hopeFeatures": "Hope Features",
@ -2529,8 +2548,8 @@
"enabled": { "label": "Enabled" },
"tokens": { "label": "Tokens" }
},
"massiveDamage":{
"title":"Massive Damage",
"massiveDamage": {
"title": "Massive Damage",
"enabled": { "label": "Enabled" }
}
}
@ -2804,7 +2823,8 @@
"companionPartnerLevelBlock": "The companion needs an assigned partner to level up.",
"configureAttribution": "Configure Attribution",
"deleteItem": "Delete Item",
"immune": "Immune"
"immune": "Immune",
"tokenSize": "The token size used on the canvas"
}
}
}