This commit is contained in:
sladecraven 2022-01-12 12:09:36 +01:00
parent 45922a1277
commit bafaaad6b4
3 changed files with 6 additions and 2 deletions

View File

@ -225,7 +225,7 @@ export class YggdrasillActor extends Actor {
} }
/* -------------------------------------------- */ /* -------------------------------------------- */
getInitiativeScore() { getInitiativeScore() {
if ( this.type == 'character') { if ( this.type == 'personnage') {
return this.data.data.caracsecondaire.reaction.max; return this.data.data.caracsecondaire.reaction.max;
} else { } else {
return this.data.data.attributs.physique.values.defaut.value; return this.data.data.attributs.physique.values.defaut.value;

View File

@ -548,6 +548,10 @@ section.sheet-body:after {
text-align: center; text-align: center;
} }
#combat #combat-round .encounters a {
color: #3f1f1f;
}
/* ======================================== */ /* ======================================== */
/* Global UI elements */ /* Global UI elements */

View File

@ -2,7 +2,7 @@
"name": "fvtt-yggdrasill", "name": "fvtt-yggdrasill",
"title": "Yggdrasill", "title": "Yggdrasill",
"description": "Système non-officiel Yggdrasill (7ièm Cercle) pour FoundryVTT", "description": "Système non-officiel Yggdrasill (7ièm Cercle) pour FoundryVTT",
"version": "1.1.7", "version": "1.1.9",
"manifestPlusVersion": "1.0.0", "manifestPlusVersion": "1.0.0",
"minimumCoreVersion": "0.8.0", "minimumCoreVersion": "0.8.0",
"compatibleCoreVersion": "9", "compatibleCoreVersion": "9",