Fortune: Introduce fortune display
Add a new sub-module that displays Fortune in character and party sheets. In the character sheet, this is an input field and is automatically tracked thanks to flags. Add an icon for the party sheet and the according CSS class.
This commit is contained in:
parent
eba433cc05
commit
67d4b0387a
7 changed files with 155 additions and 4 deletions
|
@ -25,6 +25,15 @@
|
|||
"Hint": "Moves both attribute bars below the token, the nameplate above and, for PCs, the status icons to the right."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Fortune": {
|
||||
"Name": "Fortune",
|
||||
"Settings": {
|
||||
"DisplayEnabled": {
|
||||
"Name": "Fortune display",
|
||||
"Hint": "Display and track \"Fortune\" currency in the character and party sheets."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,6 +25,15 @@
|
|||
"Hint": "Déplace les barres d'attributs sous le token, le nom au dessus et, pour les PJs, les indicateurs de statut à droite."
|
||||
}
|
||||
}
|
||||
},
|
||||
"Fortune": {
|
||||
"Name": "Fortune",
|
||||
"Settings": {
|
||||
"DisplayEnabled": {
|
||||
"Name": "Affichage de la Fortune",
|
||||
"Hint": "Affiche et gère une monnaie, la \"Fortune\", dans les fiches de personnage et de groupe."
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue