Template:Adversary: Difference between revisions

From Velthuryn
No edit summary
No edit summary
Line 3: Line 3:


   <!-- Header -->
   <!-- Header -->
  <div class="vh-card__header">
{{#vardefine:advname|{{{name|{{PAGENAME}}}}}}}
    <div class="vh-card__title">
{{#if:{{{name|}}}|{{#set:Has name={{{name}}}}}}}
      {{{name|{{PAGENAME}}}}}
 
      {{#if: {{{name|}}} | {{#set:Has name={{{name}}}}} }}
<div class="vh-card__header">
    </div>
  <div class="vh-card__title">{{#var:advname}}</div>
    {{#if: {{{link|}}} |
  {{#if:{{{link|}}}|
      <div class="vh-card__icon">
    <div class="vh-card__icon">[[{{{link}}}|<span class="vh-card__icon-glyph" aria-hidden="true">↗</span>]]</div>
        [[{{{link}}}|<span class="vh-card__icon-glyph" aria-hidden="true">↗</span>]]
  }}
      </div>
</div>
    }}
 
  </div>


   <!-- Meta -->
   <!-- Meta -->

Revision as of 22:31, 23 December 2025


Semantic “card” adversary template for Velthuryn.

Usage

{{Adversary
 |name=Acid Burrower
 |tier=1
 |adversary_type=Solo
 |description=A horse-sized insect with digging claws and acidic blood.
 |motives=Burrow, drag away, feed
 |tactics=Reposition
 |difficulty=14
 |major_threshold=8
 |severe_threshold=15
 |hit_points=8
 |stress=3
 |attack=+3 (Claws, Very Close) 1d12+2 phy
 |experience=Tremor Sense +2
 |features=
* ''<strong>Relentless (3) – Passive:</strong>'' The Burrower can be spotlighted up to three times per GM turn.
* ''<strong>Earth Eruption – Action:</strong>'' Mark a <strong>Stress</strong> to burst out of the ground…
}}

Tip: put each feature as a bullet. Your CSS can apply hanging-indent to .vh-card__features li.