diff --git a/changelog.md b/changelog.md index b0d84536..e00adc3f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,4 +1,9 @@ # 11.2 +## 11.2.11 - Le miroir d'Akarlikarlikar +- Changement des images de compétence de créatures morsure/pinces pour être dans le thème +- Suppression de la bordure autour des portraits d'acteurs, remplacés par un légèr éclaircissement du fond +- Fix: le refoulement ajoute correctement un souffle et revient à 0 en cas d'échec + ## 11.2.10 - Les expériences d'Akarlikarlikar - En cas d'expérience des caractéristiques dérivées, - si plusieurs caractéristiques pourraient recevoir l'expérience, une fenêtre demande au joueur diff --git a/icons/compcreature-mandibules.webp b/icons/compcreature-mandibules.webp index 84f6402b..323561c3 100644 Binary files a/icons/compcreature-mandibules.webp and b/icons/compcreature-mandibules.webp differ diff --git a/icons/compcreature-morsure.webp b/icons/compcreature-morsure.webp index cb7726fc..1dfc1729 100644 Binary files a/icons/compcreature-morsure.webp and b/icons/compcreature-morsure.webp differ diff --git a/icons/empoignade.svg b/icons/empoignade.svg deleted file mode 100644 index 149efad2..00000000 --- a/icons/empoignade.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/module/actor.js b/module/actor.js index 1c2e0e75..d687af52 100644 --- a/module/actor.js +++ b/module/actor.js @@ -896,7 +896,7 @@ export class RdDActor extends RdDBaseActorSang { /* -------------------------------------------- */ async ajouterRefoulement(value = 1, refouler) { - const refoulement = this.system.reve.refoulement.value + value; + let refoulement = this.system.reve.refoulement.value + value; const roll = new Roll("1d20"); await roll.evaluate({ async: true }); await roll.toMessage({ flavor: `${this.name} refoule ${refouler} pour ${value} points de refoulement (total: ${refoulement})` }); diff --git a/styles/simple.css b/styles/simple.css index 80d9a24e..619b839e 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -93,6 +93,7 @@ --background-control-selected: linear-gradient(to bottom, hsla(0, 100%, 25%, 0.5) 5%, hsla(0, 100%, 12%, 0.5) 100%); --background-tooltip: hsla(60, 12%, 85%, 0.95); --background-error:hsla(16, 100%, 50%, 0.8); + --color-profile-border: hsla(0, 0%, 80%, 0.05); } /*@import url("https://fonts.googleapis.com/css2?family=Martel:wght@400;800&family=Roboto:wght@300;400;500&display=swap");*/ @@ -195,11 +196,10 @@ i:is(.fas, .far, .fa-solid, .fa-regular, .fa-sharp ) { flex: 0 0 110px; height: 110px; width: 110px; - margin-right: 0.5rem; - object-fit: scale-down; - object-position: 50% 0; - margin: 0.1rem; + padding: 0.2rem; object-fit: contain; + background-color: var(--color-profile-border); + border: 1px solid var(--color-profile-border); } .system-foundryvtt-reve-de-dragon .rdd-item-sheet-tarot img.profile-img { @@ -963,12 +963,6 @@ section.sheet-body { padding: 0.25rem 0.5rem; } -.sheet header.sheet-header :is(.profile-img, .profile-img-token) { - object-fit: scale-down; - object-position: 50% 0; - margin: 0.5rem 0 0.5rem 0.5rem; - padding: 0; -} .sheet header.sheet-header h1 { flex: 3; } diff --git a/system.json b/system.json index 4085c85b..55979dcc 100644 --- a/system.json +++ b/system.json @@ -1,8 +1,8 @@ { "id": "foundryvtt-reve-de-dragon", "title": "Rêve de Dragon", - "version": "11.2.10", - "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.10.zip", + "version": "11.2.11", + "download": "https://www.uberwald.me/gitea/public/foundryvtt-reve-de-dragon/archive/foundryvtt-reve-de-dragon-11.2.11.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": {