Merge branch 'Foundryborne:main' into main

This commit is contained in:
Sasmira 2025-08-14 16:32:51 +02:00 committed by GitHub
commit e4db746e44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
210 changed files with 1453 additions and 902 deletions

View file

@ -189,7 +189,11 @@
"title": "Multiclass Subclass",
"text": "Do you want to add this subclass as your multiclass subclass?"
},
"cannotRemoveCoreExperience": "You are using Levelup Auto. You cannot remove an experience given to you by the rule progression."
"cannotRemoveCoreExperience": "You are using Levelup Auto. You cannot remove an experience given to you by the rule progression.",
"companionLevelup": {
"confirmTitle": "Companion Levelup",
"confirmText": "Would you like to level up your companion {name} by {levelChange} levels at this time? (You can do it manually later)"
}
},
"Companion": {
"FIELDS": {
@ -233,13 +237,14 @@
},
"APPLICATIONS": {
"CharacterCreation": {
"setupTabs": {
"tabs": {
"ancestry": "Ancestry",
"community": "Community",
"class": "Class",
"experience": "Experience",
"traits": "Traits",
"domainCards": "Domain Cards"
"domainCards": "Domain Cards",
"equipment": "Equipment"
},
"ancestryNamePlaceholder": "Your ancestry's name",
"buttonTitle": "Character Setup",
@ -816,6 +821,10 @@
"name": "Dead",
"description": "The character is dead"
},
"defeated": {
"name": "Defeated",
"description": "This adversary is defeated."
},
"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."
@ -1865,7 +1874,8 @@
"tier3": "Tier 3",
"tier4": "tier 4",
"domains": "Domains",
"downtime": "Downtime"
"downtime": "Downtime",
"rules": "Rules"
},
"Tiers": {
"singular": "Tier",
@ -1934,6 +1944,7 @@
"itemResource": "Item Resource",
"label": "Label",
"level": "Level",
"levelShort": "Lv",
"levelUp": "Level Up",
"loadout": "Loadout",
"max": "Max",
@ -2081,7 +2092,12 @@
"FIELDS": {
"displayFear": { "label": "Fear Display" },
"dualityColorScheme": { "label": "Chat Style" },
"showGenericStatusEffects": { "label": "Show Foundry Status Effects" }
"showGenericStatusEffects": { "label": "Show Foundry Status Effects" },
"expandedTitle": "Auto-expand Descriptions",
"extendCharacterDescriptions": { "label": "Characters" },
"extendAdversaryDescriptions": { "label": "Adversaries" },
"extendEnvironmentDescriptions": { "label": "Environments" },
"extendItemDescriptions": { "label": "Items" }
},
"fearDisplay": {
"token": "Tokens",
@ -2099,6 +2115,13 @@
"label": "Damage Reduction Rules Default",
"hint": "Wether using armor and reductions has rules on by default"
},
"defeated": {
"enabled": { "label": "Enabled" },
"overlay": { "label": "Overlay Effect" },
"characterDefault": { "label": "Character Default Defeated Status" },
"adversaryDefault": { "label": "Adversary Default Defeated Status" },
"companionDefault": { "label": "Companion Default Defeated Status" }
},
"hopeFear": {
"label": "Hope & Fear",
"gm": { "label": "GM" },
@ -2130,6 +2153,9 @@
"label": "Players Can Manually Edit Character Settings",
"hint": "Players are allowed to access the manual Character Settings and change their statistics beyond the rules."
}
},
"defeated": {
"title": "Defeated Handling"
}
},
"Homebrew": {
@ -2369,7 +2395,8 @@
"rulesOn": "Rules On",
"rulesOff": "Rules Off",
"remainingUses": "Uses refresh on {type}",
"rightClickExtand": "Right-Click to extand"
"rightClickExtand": "Right-Click to extand",
"companionPartnerLevelBlock": "The companion needs an assigned partner to level up."
}
}
}