Merged with action branch

This commit is contained in:
WBHarry 2025-06-24 16:03:58 +02:00
commit f4539ab158
48 changed files with 2747 additions and 387 deletions

View file

@ -280,17 +280,17 @@
"SpellcastingTrait": "Spellcasting Trait"
},
"Condition": {
"Vulnerable": {
"Name": "Vulnerable",
"Description": "While a creature is Vulnerable, all rolls targeting them have advantage.\nA creature who is already Vulnerable cant be made to take the condition again."
"vulnerable": {
"name": "Vulnerable",
"description": "While a creature is Vulnerable, all rolls targeting them have advantage.\nA creature who is already Vulnerable cant be made to take the condition again."
},
"Hidden": {
"Name": "Hidden",
"Description": "While Hidden, attacks cannot be made directly targeting them nd any rolls against them are at disadvantage.\nWhen a Hidden creature moves or attacks, they are no longer Hidden. However, if a creature is Hidden when they begin making an attack, the roll has advantage; the Hidden condition isnt cleared until after the attack is resolved."
"hidden": {
"name": "Hidden",
"description": "While Hidden, attacks cannot be made directly targeting them nd any rolls against them are at disadvantage.\nWhen a Hidden creature moves or attacks, they are no longer Hidden. However, if a creature is Hidden when they begin making an attack, the roll has advantage; the Hidden condition isnt cleared until after the attack is resolved."
},
"Restrained": {
"Name": "Restrained",
"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."
"restrained": {
"name": "Restrained",
"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": {
@ -1104,6 +1104,8 @@
"PC": {
"Name": "Name",
"Pronouns": "Pronouns",
"age": "Age",
"faith": "Faith",
"ShortRest": "Take a Short Rest",
"LongRest": "Take a Long Rest",
"Level": "Level",
@ -1115,7 +1117,9 @@
"Loadout": "Loadout",
"Vault": "Vault",
"Heritage": "Heritage",
"Story": "Story"
"Story": "Story",
"biography": "Biography",
"effects": "Effects"
},
"Armor": {
"Title": "Active Armor"
@ -1194,6 +1198,7 @@
"BackgroundTitle": "Background",
"AppearanceTitle": "Appearance",
"ConnectionsTitle": "Connections",
"characteristics": "Characteristics",
"Scars": {
"Title": "Scars"
}
@ -1353,7 +1358,9 @@
},
"Global": {
"Actions": "Actions",
"Effects": "Effects"
"Effects": "Effects",
"activeEffects": "Active Effects",
"inativeEffects": "Inative Effects"
},
"DomainCard": {
"Type": "Type",
@ -1444,6 +1451,10 @@
}
},
"Effects": {
"duration": {
"passive": "Passive",
"temporary": "Temporary"
},
"Types": {
"health": {
"Name": "Health"
@ -1469,7 +1480,13 @@
},
"Tooltip": {
"openItemWorld": "Open Item World",
"delete": "Delete"
"sendToChat": "Send to Chat",
"moreOptions": "More Options",
"equip": "Equip",
"unequip": "Unequip",
"delete": "Delete",
"sendToVault": "Send to Vault",
"sendToLoadout": "Send to Loadout"
},
"Actions": {
"Types": {