First official release

This commit is contained in:
2023-08-25 23:00:21 +02:00
parent dca78fd4b6
commit b383481915
53 changed files with 337 additions and 146 deletions

View File

@ -17,6 +17,21 @@
</li>
{{/if}}
{{#if weapon}}
<li>Weapon : {{weapon.name}}
</li>
{{/if}}
{{#if maneuver}}
<li>Maneuver : {{maneuver.name}}
</li>
{{/if}}
{{#if power}}
<li>Power : {{power.name}}
</li>
{{/if}}
{{#if rollSource}}
<li>Roll : {{rollSource}}</li>
{{/if}}