more balanced math,

adventurer max levels,
recruits duplicate protection
This commit is contained in:
2023-03-25 16:32:14 +01:00
parent c71eeda11f
commit b6e2a7e813
5 changed files with 55 additions and 32 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
:title="adventurer.name + (adventurer.busy ? ' (busy)' : '')"
>
<img :src="adventurer.portrait" :alt="adventurer.name" draggable="false">
<div class="level">{{adventurer.level}}</div>
<div class="level" :title="adventurer.isMaxLevel() ? 'Max level' : ''">{{adventurer.level}}<span v-if="adventurer.isMaxLevel()"></span></div>
<div class="exp"></div>
</article>
</template>