Status effect v13

This commit is contained in:
2026-01-10 22:26:34 +01:00
parent 74fecac47e
commit 80b4cde130
4 changed files with 11 additions and 1 deletions

View File

@@ -4,6 +4,8 @@
- Les ajustements de portée sont calculés pour les attaques à distance
- L'appel au moral dans le tchat ne déplace plus les boutons d'appel à la chance
- Correction d'apparence V13
- la fenêtre de choix des status utilisés est affichée correctement
## 13.0.27 - Les lunettes d'Illysis

View File

@@ -1210,6 +1210,10 @@ body {
color: rgba(173, 36, 26, 0.9);
text-shadow: 1px 1px 4px #3c3c3c;
}
.system-foundryvtt-reve-de-dragon .rdd-dialog.status-effects li {
display: flex;
flex-direction: row;
}
.system-foundryvtt-reve-de-dragon .rdd-dialog-select img.select-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 48px;

View File

@@ -484,7 +484,10 @@
color: rgba(173, 36, 26, 0.9);
text-shadow: 1px 1px 4px rgba(60, 60, 60, 1);
}
.rdd-dialog.status-effects li {
display: flex;
flex-direction: row;
}
.rdd-dialog-select img.select-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 48px;

View File

@@ -160,6 +160,7 @@ export class StatusEffects extends FormApplication {
foundry.utils.mergeObject(options, {
id: "status-effects",
template: "systems/foundryvtt-reve-de-dragon/templates/settings/status-effects.hbs",
classes: ["rdd-dialog", "status-effects"],
height: 800,
width: 350,
minimizable: false,