diff --git a/GPUCache/data_0 b/GPUCache/data_0 new file mode 100644 index 00000000..d76fb77e Binary files /dev/null and b/GPUCache/data_0 differ diff --git a/GPUCache/data_1 b/GPUCache/data_1 new file mode 100644 index 00000000..dcaafa97 Binary files /dev/null and b/GPUCache/data_1 differ diff --git a/GPUCache/data_2 b/GPUCache/data_2 new file mode 100644 index 00000000..c7e2eb9a Binary files /dev/null and b/GPUCache/data_2 differ diff --git a/GPUCache/data_3 b/GPUCache/data_3 new file mode 100644 index 00000000..5eec9735 Binary files /dev/null and b/GPUCache/data_3 differ diff --git a/GPUCache/index b/GPUCache/index new file mode 100644 index 00000000..4ca8739f Binary files /dev/null and b/GPUCache/index differ diff --git a/module/rdd-calendrier.js b/module/rdd-calendrier.js index 1fd03476..161b365e 100644 --- a/module/rdd-calendrier.js +++ b/module/rdd-calendrier.js @@ -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;