forked from public/fvtt-yggdrasill
Fix v9
This commit is contained in:
parent
45922a1277
commit
bafaaad6b4
@ -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;
|
||||||
|
@ -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 */
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user