Template:Adversary: Difference between revisions

From Velthuryn
No edit summary
No edit summary
 
(9 intermediate revisions by the same user not shown)
Line 10: Line 10:
   <!-- Meta -->
   <!-- Meta -->
   <div class="vh-card__meta">
   <div class="vh-card__meta">
     <div class="vh-card__tier">Tier {{{tier|}}}{{#if:{{{tier|}}}|{{#set:Has tier={{{tier}}}}}}}{{{adversary_type|}}} {{#if:{{{adversary_type|}}}|{{#set:Has adversary type={{{adversary_type}}}}}}}</div>
     <div class="vh-card__tier">Tier {{{tier|}}}{{#if:{{{tier|}}}|{{#set:Has tier={{{tier}}}}}}}         {{{adversary_type|}}}{{#if:{{{adversary_type|}}}|{{#set:Has adversary type={{{adversary_type}}}}}}}</div>


     {{#if:{{{description|}}}|<div class="vh-card__desc">{{{description}}}{{#set:Has description={{{description}}}}}</div>}}
     {{#if:{{{description|}}}|<div class="vh-card__desc">{{{description}}}{{#set:Has description={{{description}}}}}</div>}}
Line 31: Line 31:
   <!-- Features -->
   <!-- Features -->
   {{#if:{{{features|}}}|<div class="vh-card__section-title">Features</div><div class="vh-card__features">{{{features}}}{{#set:Has features={{{features}}}}}</div>}}
   {{#if:{{{features|}}}|<div class="vh-card__section-title">Features</div><div class="vh-card__features">{{{features}}}{{#set:Has features={{{features}}}}}</div>}}
</div>
</div>
<!-- Semantic annotation -->
<!-- Semantic annotation -->
{{#set:Has entity type=Adversary}}
{{#set:Has entity type=Adversary}}
{{#if:{{{nocat|}}}||[[Category:Adversary]]}}
{{#if:{{{nocat|}}}||[[Category:Adversary]]}}
</includeonly>
</includeonly><noinclude>
 
<noinclude>
Semantic “card” adversary template for Velthuryn.
Semantic “card” adversary template for Velthuryn.


Line 47: Line 42:
{{Adversary
{{Adversary
  |name=Acid Burrower
  |name=Acid Burrower
  |tier=1
  |tier=1+
  |adversary_type=Solo
  |adversary_type=Solo
  |description=A horse-sized insect with digging claws and acidic blood.
  |description=A horse-sized insect with digging claws and acidic blood.

Latest revision as of 13:50, 26 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
 |attack_name=Claws
 |attack_range=Very Close
 |attack_damage=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.