mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-14 12:41:07 +01:00
Fixed up data model and a basic placeholder template
This commit is contained in:
parent
746e0f239a
commit
ece00c4fcb
15 changed files with 300 additions and 145 deletions
56
lang/en.json
56
lang/en.json
|
|
@ -261,6 +261,12 @@
|
|||
"Description": "When an effect makes a creature Restrained, it means they cannot move until this condition is cleared.\nThey can still take actions from their current position."
|
||||
}
|
||||
},
|
||||
"Tiers": {
|
||||
"tier1": "Tier 1",
|
||||
"tier2": "Tier 2",
|
||||
"tier3": "Tier 3",
|
||||
"tier4": "Tier 4"
|
||||
},
|
||||
"Adversary": {
|
||||
"Bruiser": {
|
||||
"Name": "Bruiser",
|
||||
|
|
@ -320,6 +326,26 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Environment": {
|
||||
"Type": {
|
||||
"Exploration": {
|
||||
"label": "Exploration",
|
||||
"description": ""
|
||||
},
|
||||
"Social": {
|
||||
"label": "Social",
|
||||
"description": ""
|
||||
},
|
||||
"Traversal": {
|
||||
"label": "Traversal",
|
||||
"description": ""
|
||||
},
|
||||
"Event": {
|
||||
"label": "Event",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
},
|
||||
"Domains": {
|
||||
"Arcana": {
|
||||
"Description": "This is the domain of the innate or instinctual use of magic. Those who walk this path tap into the raw, enigmatic forces of the realms to manipulate both the elements and their own energy. Arcana offers wielders a volatile power, but it is incredibly potent when correctly channeled."
|
||||
|
|
@ -1030,9 +1056,33 @@
|
|||
"NewFeature": "New Feature"
|
||||
},
|
||||
"Environment": {
|
||||
"ToneAndFeel": "Tone And feel",
|
||||
"PotentialAdversaries": "Potential Adversaries",
|
||||
"NewFeature": "New Feature"
|
||||
"FIELDS": {
|
||||
"tier": {
|
||||
"label": "Tier"
|
||||
},
|
||||
"type": {
|
||||
"label": "Type"
|
||||
},
|
||||
"difficulty": {
|
||||
"label": "Difficulty"
|
||||
}
|
||||
},
|
||||
"Tabs": {
|
||||
"Main": "Data",
|
||||
"Information": "Information"
|
||||
},
|
||||
"general": "General",
|
||||
"newAdversary": "New Adversary",
|
||||
"newFeature": "New feature",
|
||||
"description": "Description",
|
||||
"impulses": "Impulses",
|
||||
"potentialAdversaries": {
|
||||
"label": "Potential Adversaries",
|
||||
"placeholder": "Optionally drag and drop adversaries here"
|
||||
},
|
||||
"features": {
|
||||
"label": "Features"
|
||||
}
|
||||
},
|
||||
"Armor": {
|
||||
"baseScore": "Base Score",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue