#52 : Suite astrologie

This commit is contained in:
sladecraven 2020-12-11 16:19:19 +01:00
parent 96bcb7ec55
commit 285403c427
6 changed files with 1 additions and 2 deletions

BIN
GPUCache/data_0 Normal file

Binary file not shown.

BIN
GPUCache/data_1 Normal file

Binary file not shown.

BIN
GPUCache/data_2 Normal file

Binary file not shown.

BIN
GPUCache/data_3 Normal file

Binary file not shown.

BIN
GPUCache/index Normal file

Binary file not shown.

View File

@ -192,7 +192,6 @@ export class RdDCalendrier extends Application {
data.heureKey = heureKey;
data.moisKey = moisKey;
data.jourMois = this.calendrier.jour + 1;
data.nomSaison = saisonsDef[heuresDef[moisKey].saison].label;
data.nomMois = mois.label; // heures et mois nommés identiques
data.iconMois = dossierIconesHeures + mois.icon;
data.nomHeure = heure.label;
@ -200,11 +199,11 @@ export class RdDCalendrier extends Application {
data.nomSaison = saisonsDef[mois.saison].label;
data.heuresRelative = this.calendrier.heuresRelative;
data.minutesRelative = this.calendrier.minutesRelative;
data.lettreFont = heure.lettreFont;
data.isGM = game.user.isGM;
return data;
}
/* -------------------------------------------- */
getAjustementAstrologique(heureNaissance)
{
let hn = heuresDef[heureNaissance].heure;