mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-13 20:21:06 +01:00
rework adversary templates, add setting dialog to adversary and fix erratas
This commit is contained in:
parent
19cc10a3c9
commit
31b2423da4
32 changed files with 1765 additions and 210 deletions
57
lang/en.json
57
lang/en.json
|
|
@ -222,7 +222,14 @@
|
|||
"Major": "Major",
|
||||
"Minor": "Minor",
|
||||
"None": "None"
|
||||
}
|
||||
},
|
||||
"tabs": {
|
||||
"details": "Details",
|
||||
"attack": "Attack",
|
||||
"experiences": "Experiences",
|
||||
"features": "Features"
|
||||
},
|
||||
"basics": "Basics"
|
||||
},
|
||||
"ActionType": {
|
||||
"Passive": "Passive",
|
||||
|
|
@ -311,45 +318,45 @@
|
|||
},
|
||||
"Adversary": {
|
||||
"Type": {
|
||||
"Bruiser": {
|
||||
"bruiser": {
|
||||
"label": "Bruiser",
|
||||
"Description": "Tough adversaries with powerful attacks."
|
||||
"description": "Tough adversaries with powerful attacks."
|
||||
},
|
||||
"Horde": {
|
||||
"horde": {
|
||||
"label": "Horde",
|
||||
"Description": "A Horde represents a number of foes working in a group."
|
||||
"description": "A Horde represents a number of foes working in a group."
|
||||
},
|
||||
"Leader": {
|
||||
"leader": {
|
||||
"label": "Leader",
|
||||
"Description": "Adversaries that command and summon other adversaries."
|
||||
"description": "Adversaries that command and summon other adversaries."
|
||||
},
|
||||
"Minion": {
|
||||
"minion": {
|
||||
"label": "Minion",
|
||||
"Description": "Basic enemies that are easily dispatched but dangerous in numbers."
|
||||
"description": "Basic enemies that are easily dispatched but dangerous in numbers."
|
||||
},
|
||||
"Ranged": {
|
||||
"ranged": {
|
||||
"label": "Ranged",
|
||||
"Description": "Adversaries that attack from a distance."
|
||||
"description": "Adversaries that attack from a distance."
|
||||
},
|
||||
"Skulk": {
|
||||
"skulk": {
|
||||
"label": "Skulk",
|
||||
"Description": "Adversaries that maneuver and exploit opportunities to ambush their opponents."
|
||||
"description": "Adversaries that maneuver and exploit opportunities to ambush their opponents."
|
||||
},
|
||||
"Social": {
|
||||
"social": {
|
||||
"label": "Social",
|
||||
"Description": "Adversaries that are primarily interpersonal threats or challenges."
|
||||
"description": "Adversaries that are primarily interpersonal threats or challenges."
|
||||
},
|
||||
"Solo": {
|
||||
"solo": {
|
||||
"label": "Solo",
|
||||
"Description": "Designed to present a challenge to a whole party."
|
||||
"description": "Designed to present a challenge to a whole party."
|
||||
},
|
||||
"Standard": {
|
||||
"standard": {
|
||||
"label": "Standard",
|
||||
"Description": "Rank and File adversaries."
|
||||
"description": "Rank and File adversaries."
|
||||
},
|
||||
"Support": {
|
||||
"support": {
|
||||
"label": "Support",
|
||||
"Description": "Enemies that enhance their allies and/or disrupt their opponents."
|
||||
"description": "Enemies that enhance their allies and/or disrupt their opponents."
|
||||
}
|
||||
},
|
||||
"Trait": {
|
||||
|
|
@ -1284,14 +1291,18 @@
|
|||
},
|
||||
"Tabs": {
|
||||
"Main": "Data",
|
||||
"Information": "Information"
|
||||
"Information": "Information",
|
||||
"features": "Features",
|
||||
"notes": "Notes",
|
||||
"effects": "Effects"
|
||||
},
|
||||
"General": "General",
|
||||
"DamageThresholds": "Damage Thresholds",
|
||||
"HitPoints": "Hit Points",
|
||||
"Stress": "Stress",
|
||||
"Experiences": "Experiences",
|
||||
"Attack": "Attack"
|
||||
"Attack": "Attack",
|
||||
"horderHp": "Horde/HP"
|
||||
},
|
||||
"Environment": {
|
||||
"FIELDS": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue