diff --git a/assets/images/ui/totems/loner.webp b/assets/images/ui/totems/loner.webp index 52a3372..b7efbfe 100644 Binary files a/assets/images/ui/totems/loner.webp and b/assets/images/ui/totems/loner.webp differ diff --git a/lang/en.json b/lang/en.json index 982f09b..55bce54 100644 --- a/lang/en.json +++ b/lang/en.json @@ -134,7 +134,8 @@ "group_members": "Membres", "encounters": "Rencontres", "road": "La Route", - "totem_picker": "Sélecteur de totem" + "totem_picker": "Sélecteur de totem", + "actor_picker": "Sélecteur de personnage" }, "ITEMS": { "defense": "Protection", diff --git a/module/system/applications.mjs b/module/system/applications.mjs index c168ac3..b27b5d7 100644 --- a/module/system/applications.mjs +++ b/module/system/applications.mjs @@ -15,8 +15,8 @@ export class TotemPicker extends Application { template:'systems/vermine2047/templates/applications/choose-totem.hbs', popOut:true, resizable:true, - height:"600", - width:"600" + height:"800", + width:"800" }); } @@ -67,7 +67,7 @@ export class ActorPicker extends Application { template:'systems/vermine2047/templates/applications/choose-actor.hbs', popOut:true, resizable:true, - height:"600", + height:"350", width:"600" }); } diff --git a/system.json b/system.json index 933fb87..b23a3f3 100644 --- a/system.json +++ b/system.json @@ -2,7 +2,7 @@ "id": "vermine2047", "title": "Vermine 2047", "description": "The Vermine 2047 system for FoundryVTT!", - "version": "0.1.2", + "version": "0.1.3", "compatibility": { "minimum": 10, "verified": "10.287", diff --git a/templates/applications/choose-actor.hbs b/templates/applications/choose-actor.hbs index 6b548fb..ec9630d 100644 --- a/templates/applications/choose-actor.hbs +++ b/templates/applications/choose-actor.hbs @@ -1,8 +1,8 @@ -

+
+
+
Instincts : {{ smarttlk "TOTEMS" tk "instincts"}}
Interdits : {{ smarttlk "TOTEMS" tk "bans"}}
Comportements : {{ smarttlk "TOTEMS" tk "behaviour"}}