Implements actions management
All checks were successful
Release Creation / build (release) Successful in 53s
All checks were successful
Release Creation / build (release) Successful in 53s
This commit is contained in:
15
lang/en.json
15
lang/en.json
@ -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"
|
||||
}
|
||||
|
Reference in New Issue
Block a user