[Fix] Adversary Compendium Pass (#960)

* Went over all adversaries to fix missing ranges

* Fixed translation for itemFeatures Protective

* Updated all instances of the 'Paired' WeaponFeature in the compendium

* Changed all adversary attacks to be chatDisplay=false
This commit is contained in:
WBHarry 2025-08-16 01:56:51 +02:00 committed by GitHub
parent ab76d9e91d
commit b241b36653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
140 changed files with 1490 additions and 1201 deletions

View file

@ -49,8 +49,8 @@
</div>
<div class="status-number">
<div class='status-value armor-slots'>
{{#if source.system.attack.roll.bonus}}
<p>{{source.system.attack.roll.bonus}}</p>
{{#if source.system.attack.roll.bonus includeZero=true}}
<p>{{numberFormat source.system.attack.roll.bonus sign=true}}</p>
{{else}}
<p>-</p>
{{/if}}