diff --git a/changelog.md b/changelog.md index 90570f92..70384690 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,8 @@ # 11.2 +## 11.2.7 - Les explications d'Akarlikarlikar +- Ajout de tooltips sur la plupart des boutons, liens clickables, objets, tâches, ... +- Fix: on peut de nouveau regarder l'inventaire avec les droits limités/observateur + ## 11.2.6 - Les réveils difficiles d'Akarlikarlikar - Les changements de points de Cœur sont temporaires jusqu'à fin Château Dormant - Fix: tous les petits fixes (feuille qui s'ouvre plus, compagnons animaux, potions qui bloquent Château Dormant, ...) diff --git a/module/actor/base-actor-sang.js b/module/actor/base-actor-sang.js index 262ee13e..88eacabf 100644 --- a/module/actor/base-actor-sang.js +++ b/module/actor/base-actor-sang.js @@ -189,7 +189,7 @@ export class RdDBaseActorSang extends RdDBaseActorReve { this.setEffect(STATUSES.StatusComma, true); encaissement.mort = true; ChatMessage.create({ - content: `charge + content: ` ${this.name} vient de succomber à une seconde blessure critique ! Que les Dragons gardent son Archétype en paix !` }); } diff --git a/module/time/rdd-timestamp.js b/module/time/rdd-timestamp.js index b7dd7a88..ad6f1948 100644 --- a/module/time/rdd-timestamp.js +++ b/module/time/rdd-timestamp.js @@ -115,7 +115,7 @@ export class RdDTimestamp { } static imgSigne(signe) { - return signe == undefined ? '' : `${signe.label}` + return signe == undefined ? '' : `` } static ajustementAstrologiqueHeure(hn, nbAstral, heure) { diff --git a/system.json b/system.json index f17d000d..a10866f6 100644 --- a/system.json +++ b/system.json @@ -1,8 +1,8 @@ { "id": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", - "version": "11.2.6", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.6.zip", + "version": "11.2.7", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.7.zip", "manifest": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/v11/system.json", "changelog": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/raw/branch/v11/changelog.md", "compatibility": { diff --git a/templates/actor-creature-sheet.html b/templates/actor-creature-sheet.html index 6995640c..2b63d62c 100644 --- a/templates/actor-creature-sheet.html +++ b/templates/actor-creature-sheet.html @@ -4,14 +4,14 @@
- +

- Encaisser des dommages + {{#if @root.options.isGM}} - Remise à neuf + {{/if}}
diff --git a/templates/actor-entite-sheet.html b/templates/actor-entite-sheet.html index fe6c1018..93d93e88 100644 --- a/templates/actor-entite-sheet.html +++ b/templates/actor-entite-sheet.html @@ -4,14 +4,14 @@
- +

- Encaisser des dommages + {{#if @root.options.isGM}} - Remise à neuf + {{/if}}
diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 71c34d2d..7c35256e 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -10,7 +10,7 @@ {{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-buttons.html"}}
- + {{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-compteurs.html"}} {{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-etat.html"}} {{>"systems/foundryvtt-reve-de-dragon/templates/actor/header-hautreve.html"}} @@ -22,14 +22,14 @@ {{!-- Sheet Tab Navigation --}} {{!-- Sheet Body --}} diff --git a/templates/actor-vehicule-sheet.html b/templates/actor-vehicule-sheet.html index ea6527f4..66d1a4e2 100644 --- a/templates/actor-vehicule-sheet.html +++ b/templates/actor-vehicule-sheet.html @@ -4,7 +4,7 @@
- +

diff --git a/templates/actor/alchimie.html b/templates/actor/alchimie.html index 87226fe0..9b8741ac 100644 --- a/templates/actor/alchimie.html +++ b/templates/actor/alchimie.html @@ -4,8 +4,8 @@ {{#each (trier recettesAlchimiques) as |recette id|}}
  • {{recette.name}}
    - - + +
  • {{/each}} diff --git a/templates/actor/blessure.hbs b/templates/actor/blessure.hbs index 4dd54b07..9e801614 100644 --- a/templates/actor/blessure.hbs +++ b/templates/actor/blessure.hbs @@ -1,7 +1,7 @@ -
  • +
  • - {{system.label}} {{#if (gt system.gravite 6)}} @@ -34,8 +34,8 @@ {{#if system.localisation}}{{system.localisation}}{{/if}} - - - + + +
  • diff --git a/templates/actor/blessures.html b/templates/actor/blessures.html index 910b2480..f7506ca2 100644 --- a/templates/actor/blessures.html +++ b/templates/actor/blessures.html @@ -1,8 +1,8 @@

    blessures

      diff --git a/templates/actor/carac-derivee.html b/templates/actor/carac-derivee.html index 0e08859e..a7123b13 100644 --- a/templates/actor/carac-derivee.html +++ b/templates/actor/carac-derivee.html @@ -7,7 +7,7 @@
    • @@ -15,9 +15,9 @@ @@ -29,7 +29,7 @@
    • - +
    • @@ -52,7 +52,7 @@
    • -
    • +
    • @@ -68,10 +68,10 @@
      - + {{#unless @root.disabled}} - - + + {{/unless}}
    • diff --git a/templates/actor/commerce-inventaire-item.html b/templates/actor/commerce-inventaire-item.html index 5a8683ce..7679d591 100644 --- a/templates/actor/commerce-inventaire-item.html +++ b/templates/actor/commerce-inventaire-item.html @@ -9,7 +9,7 @@ {{else}}far fa-plus-square {{/if~}}"> {{/if}} - + {{item.name}} @@ -41,19 +41,19 @@ {{#if options.isOwner}} - + {{#unless (and (eq item.type 'conteneur') (not vide))}} - + {{#if (or item.parent.system.illimite (ne item.system.quantite 0))}} - + {{/if}} {{/unless}} {{/if}} {{#unless (and (eq item.type 'conteneur') (not vide))}} {{#if (or item.parent.system.illimite (gt item.system.quantite 0))}} - + {{/if}} - + {{/unless}} diff --git a/templates/actor/commerce-inventaire.html b/templates/actor/commerce-inventaire.html index 87529b9d..980c1044 100644 --- a/templates/actor/commerce-inventaire.html +++ b/templates/actor/commerce-inventaire.html @@ -1,7 +1,7 @@

      Boutique

      {{#if options.isGM}} - Nouvel objet + Nouvel objet Tout vider {{/if}} diff --git a/templates/actor/comp-creature.html b/templates/actor/comp-creature.html index 98d1ed8d..a51f4b3f 100644 --- a/templates/actor/comp-creature.html +++ b/templates/actor/comp-creature.html @@ -2,7 +2,7 @@ {{#each (trier competences) as |comp key|}}
    • - + {{comp.name}} @@ -23,8 +23,8 @@ /> {{#if @root.options.vueDetaillee}}
      - - + +
      {{/if}}
    • diff --git a/templates/actor/comp-possession.html b/templates/actor/comp-possession.html index 0464b1df..69382805 100644 --- a/templates/actor/comp-possession.html +++ b/templates/actor/comp-possession.html @@ -3,11 +3,11 @@
        {{#each possessions as |possession key|}}
      1. - + {{possession.name}}
        - - + +
      2. {{/each}} diff --git a/templates/actor/competence.html b/templates/actor/competence.html index 5b204d95..a90045f8 100644 --- a/templates/actor/competence.html +++ b/templates/actor/competence.html @@ -1,5 +1,5 @@ {{#unless system.isHidden}} -
      3. +
      4. {{name}} @@ -7,7 +7,7 @@ {{#if system.isLevelUp}} Vous pouvez dépenser {{system.xpNext}} points d'Experience pour augmenter de 1 votre compétence {{name}} - + {{/if}} @@ -19,7 +19,7 @@ {{#if @root.options.vueDetaillee}} {{#unless system.isLevelUp}} Vous devez acquérir {{system.xpNext}} points d'Experience pour augmenter de 1 votre compétence {{name}} @@ -28,25 +28,25 @@ {{/if}} {{#if (eq system.categorie 'draconic')}} {{/if}} {{#if @root.options.vueDetaillee}} {{/if}} diff --git a/templates/actor/dragon-queue.html b/templates/actor/dragon-queue.html index 889a752e..5bf3ad82 100644 --- a/templates/actor/dragon-queue.html +++ b/templates/actor/dragon-queue.html @@ -1,13 +1,14 @@ -
      5. - +
      6. + {{#if (eq queue.type 'ombre')}} - + {{/if}} {{queue.name}}
        - + {{#if queue.system.refoulement}} Refouler {{/if}} diff --git a/templates/actor/dragon-souffles.html b/templates/actor/dragon-souffles.html index 4671b429..7b8ac6f6 100644 --- a/templates/actor/dragon-souffles.html +++ b/templates/actor/dragon-souffles.html @@ -2,11 +2,11 @@

        Souffles

          {{#each souffles as |souffle key|}} -
        • - +
        • + {{souffle.name}}
          - +
        • {{/each}} diff --git a/templates/actor/dragon-tetes.html b/templates/actor/dragon-tetes.html index 28785008..af43979c 100644 --- a/templates/actor/dragon-tetes.html +++ b/templates/actor/dragon-tetes.html @@ -2,11 +2,11 @@

          Tetes

            {{#each tetes as |tete key|}} -
          • - +
          • + {{tete.name}}
            - +
          • {{/each}} diff --git a/templates/actor/haut-revant.html b/templates/actor/haut-revant.html index a2419446..604fca15 100644 --- a/templates/actor/haut-revant.html +++ b/templates/actor/haut-revant.html @@ -1,10 +1,11 @@ {{#if options.isGM}}
          • - Ré-insertion aléatoire + Ré-insertion aléatoire - {{#if hautreve.cacheTMR}}Montrer les TMR{{else}}Cacher les TMR{{/if}} + {{#if hautreve.cacheTMR}}Montrer les TMR{{else}}Cacher les TMR{{/if}}
          • {{/if}} diff --git a/templates/actor/header-buttons.html b/templates/actor/header-buttons.html index af6a9703..36d59535 100644 --- a/templates/actor/header-buttons.html +++ b/templates/actor/header-buttons.html @@ -1,19 +1,19 @@
            - Appel à la chance + - Encaisser des dommages + - Boire + - Se reposer + {{#if @root.options.isGM}} - Remise à neuf + {{/if}}
            diff --git a/templates/actor/header-compteurs-creature.html b/templates/actor/header-compteurs-creature.html index 4e90ad78..d896c8c4 100644 --- a/templates/actor/header-compteurs-creature.html +++ b/templates/actor/header-compteurs-creature.html @@ -2,7 +2,7 @@