diff --git a/styles/simple.css b/styles/simple.css index 1828502..383bd64 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1430,3 +1430,8 @@ textarea { background: #443e37E0; background-color: #443e37E0; } +.predilection-text { + padding-left: 8px; + font-style: italic; + font-size: 0.6rem; +} diff --git a/system.json b/system.json index 7acf0b5..5ab2706 100644 --- a/system.json +++ b/system.json @@ -1,7 +1,7 @@ { "id": "fvtt-hawkmoon-cyd", "description": "Hawkmoon RPG for FoundryVTT (CYD system - French)", - "version": "11.0.7", + "version": "11.0.8", "authors": [ { "name": "Uberwald/LeRatierBretonnien", @@ -35,7 +35,7 @@ "gridUnits": "m", "license": "LICENSE.txt", "manifest": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/raw/branch/master/system.json", - "download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-11.0.7.zip", + "download": "https://www.uberwald.me/gitea/public/fvtt-hawkmoon-cyd/archive/fvtt-hawkmoon-cyd-11.0.8.zip", "languages": [ { "lang": "fr", diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index f7c312e..a101ac9 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -199,8 +199,20 @@ {{#each skills as |skill key|}}
  • - + + {{skill.name}} + + + {{#each skill.system.predilections as |pred key|}} + {{#if pred.acquise}} + {{pred.name}}, + {{/if}} + {{/each}} + + +