#52 : Suite astrologie
This commit is contained in:
parent
96bcb7ec55
commit
285403c427
BIN
GPUCache/data_0
Normal file
BIN
GPUCache/data_0
Normal file
Binary file not shown.
BIN
GPUCache/data_1
Normal file
BIN
GPUCache/data_1
Normal file
Binary file not shown.
BIN
GPUCache/data_2
Normal file
BIN
GPUCache/data_2
Normal file
Binary file not shown.
BIN
GPUCache/data_3
Normal file
BIN
GPUCache/data_3
Normal file
Binary file not shown.
BIN
GPUCache/index
Normal file
BIN
GPUCache/index
Normal file
Binary file not shown.
@ -192,7 +192,6 @@ export class RdDCalendrier extends Application {
|
|||||||
data.heureKey = heureKey;
|
data.heureKey = heureKey;
|
||||||
data.moisKey = moisKey;
|
data.moisKey = moisKey;
|
||||||
data.jourMois = this.calendrier.jour + 1;
|
data.jourMois = this.calendrier.jour + 1;
|
||||||
data.nomSaison = saisonsDef[heuresDef[moisKey].saison].label;
|
|
||||||
data.nomMois = mois.label; // heures et mois nommés identiques
|
data.nomMois = mois.label; // heures et mois nommés identiques
|
||||||
data.iconMois = dossierIconesHeures + mois.icon;
|
data.iconMois = dossierIconesHeures + mois.icon;
|
||||||
data.nomHeure = heure.label;
|
data.nomHeure = heure.label;
|
||||||
@ -200,11 +199,11 @@ export class RdDCalendrier extends Application {
|
|||||||
data.nomSaison = saisonsDef[mois.saison].label;
|
data.nomSaison = saisonsDef[mois.saison].label;
|
||||||
data.heuresRelative = this.calendrier.heuresRelative;
|
data.heuresRelative = this.calendrier.heuresRelative;
|
||||||
data.minutesRelative = this.calendrier.minutesRelative;
|
data.minutesRelative = this.calendrier.minutesRelative;
|
||||||
data.lettreFont = heure.lettreFont;
|
|
||||||
data.isGM = game.user.isGM;
|
data.isGM = game.user.isGM;
|
||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* -------------------------------------------- */
|
||||||
getAjustementAstrologique(heureNaissance)
|
getAjustementAstrologique(heureNaissance)
|
||||||
{
|
{
|
||||||
let hn = heuresDef[heureNaissance].heure;
|
let hn = heuresDef[heureNaissance].heure;
|
||||||
|
Loading…
Reference in New Issue
Block a user