Implements actions management
All checks were successful
Release Creation / build (release) Successful in 53s

This commit is contained in:
2025-04-17 17:35:45 +02:00
parent cb60bb6027
commit 87a90b73ce
28 changed files with 487 additions and 226 deletions

View File

@ -93,7 +93,7 @@
}
},
"developmentPoints": {
"label": "Development points",
"label": "Development points",
"total": {
"label": "Total"
},
@ -191,7 +191,7 @@
}
},
"developmentPoints": {
"label": "Development points",
"label": "Development points",
"total": {
"label": "Total"
},
@ -281,6 +281,9 @@
}
},
"Label": {
"combatAction": "Combat action",
"currentAction": "Current ongoing action",
"selectAction": "Select an action",
"spell-power": "Spell - Power",
"spell-attack": "Spell - Attack",
"miracle-power": "Miracle - Power",
@ -430,7 +433,7 @@
},
"materialComponent": {
"label": "Material component"
},
},
"catalyst": {
"label": "Catalyst"
},
@ -485,7 +488,9 @@
"rollFromWeapon": "Roll from an equipped weapon",
"rollTypeNotFound": "Roll type not found",
"skillNotFound": "Skill not found",
"messageProgressionOK": "{name} can attack this second with {weapon}.",
"messageProgressionOK": "{name} can perform a new action !",
"messageLethargyOK": "Lethargy ended. <br>{name} can perform a new action !",
"messageLethargyKO": "Lethargy stil ongoing ...",
"messageProgressionKO": "{name} can't attack this second.",
"messageProgressionOKMonster": "{name} can attack this second with {weapon}.",
"messageProgressionKOMonster": "{name} can't attack this second."
@ -704,7 +709,7 @@
},
"materialComponent": {
"label": "Material component"
},
},
"catalyst": {
"label": "Catalyst"
}