images add totems
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
<form class='{{cssClass}} flexcol' autocomplete='off'>
|
||||
<div class="flexcol">
|
||||
<div class="flexrow boxrow">
|
||||
{{>createBox type="group" id="new-group" labelkey="VERMINE.type_group" img="icons/environment/settlement/wagon-black.webp"}}
|
||||
{{>createBox type="character" labelkey="VERMINE.type_character" img="icons/creatures/eyes/human-single-blue.webp"}}
|
||||
{{>createBox type="npc" labelkey="VERMINE.type_npc" img="icons/environment/wilderness/cave-entrance-vulcano.webp"}}
|
||||
{{>createBox type="creature" labelkey="VERMINE.type_creature" img="icons/creatures/eyes/lizard-single-slit-pink.webp"}}
|
||||
{{>createBox type="group" id="new-group" labelkey="VERMINE.type_group" img="/systems/vermine2047/assets/images/ui/actors/group.webp"}}
|
||||
{{>createBox type="character" labelkey="VERMINE.type_character" img="/systems/vermine2047/assets/images/ui/actors/character.webp"}}
|
||||
{{>createBox type="npc" labelkey="VERMINE.type_npc" img="/systems/vermine2047/assets/images/ui/actors/npc.webp"}}
|
||||
{{>createBox type="creature" labelkey="VERMINE.type_creature" img="/systems/vermine2047/assets/images/ui/actors/creature.webp"}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
<div class="totem choose">
|
||||
<div class="totem choose grid grid-2col" style="padding:5px;">
|
||||
{{#each config.totems as | totem tk|}}
|
||||
{{#if (ne tk "human")}}
|
||||
{{#if (ne tk "adapted")}}
|
||||
<div class="flexrow row mdb">
|
||||
<h4 style="flex:20%;"><a class="totem" data-totem="{{ tk }}" title="{{ smarttlk "TOTEMS" tk "description"}}"><img src="" alt="{{ localize totem }}" /></a></h4>
|
||||
<p style="flex:80%;">
|
||||
<h4 style="flex:33%;"><a class="totem" data-totem="{{ tk }}" title="{{ smarttlk "TOTEMS" tk "description"}}"><img src="/systems/vermine2047/assets/images/ui/totems/{{ tk }}.webp" alt="{{ localize totem }}" width="80" height="80" /></a></h4>
|
||||
<p style="flex:66%;">
|
||||
<strong>Instincts</strong> : {{ smarttlk "TOTEMS" tk "instincts"}}<br>
|
||||
<strong>Interdits</strong> : {{ smarttlk "TOTEMS" tk "bans"}}<br>
|
||||
<strong>Comportements</strong> : {{ smarttlk "TOTEMS" tk "behaviour"}}<br>
|
||||
|
||||
Reference in New Issue
Block a user