Added Custom Adversary Types

This commit is contained in:
WBHarry 2025-08-22 17:46:39 +02:00
parent e9f7c0c16b
commit 73667a3a03
11 changed files with 156 additions and 10 deletions

View file

@ -12,7 +12,7 @@
</div>
<div class="tooltip-information">
<label>{{localize "Type"}}</label>
{{#with (lookup config.ACTOR.adversaryTypes item.system.type) as | type |}}
{{#with (lookup adversaryTypes item.system.type) as | type |}}
<div>{{localize type.label}}</div>
{{/with}}
</div>