Fix skills and multiple maneuvers per weapons

This commit is contained in:
2025-11-29 11:14:16 +01:00
parent 7dfffcb855
commit 58d9b10251
8 changed files with 233 additions and 97 deletions
+22 -1
View File
@@ -60,6 +60,24 @@
}
},
"Character": {
"str": {
"label": "Strength"
},
"dex": {
"label": "Dexterity"
},
"con": {
"label": "Constitution"
},
"int": {
"label": "Intelligence"
},
"wis": {
"label": "Wisdom"
},
"cha": {
"label": "Charisma"
},
"FIELDS": {
"moneys": {
"tinbit": {
@@ -500,7 +518,9 @@
"groupPassive": "Weapon Group Passive",
"groupPassiveName": "Group Passive Name",
"weaponPassive": "Weapon Passive",
"weaponManeuver": "Weapon Maneuver",
"weaponManeuvers": "Weapon Maneuvers",
"addManeuver": "Add Maneuver",
"deleteManeuver": "Delete Maneuver",
"maneuverName": "Maneuver Name",
"maneuverDescription": "Maneuver Description",
"weaponAugment": "Weapon Augment",
@@ -666,6 +686,7 @@
"violet": "Violet"
},
"Hint": {
"noManeuvers": "No maneuvers defined. Click the + button to add one.",
"isCoreSkill": "Check this if this is your character's chosen Core Skill",
"attributeBonus": "Choose which attribute receives the +2 bonus",
"advancedChecks": "Only Core Skills allow advanced checks",