32 lines
1.3 KiB
HTML
32 lines
1.3 KiB
HTML
<h3>Terrans</h3>
|
|
<p>
|
|
The Terrans are a sturdy and resilient people, born from the rich soil of the land to thrive in the everyday
|
|
world. Their physical form is unremarkable, yet serviceable, with bodies that adapt to their surroundings, eyes
|
|
that see clearly through the mundane, and hearts that beat with a deep connection to the earth. As ordinary
|
|
individuals, they possess an extraordinary capacity for empathy, compassion, and determination, making them
|
|
formidable mediators, leaders, and guardians of the common good. Terrans are not remarkable in any one way, yet
|
|
their collective strength lies in their ability to work together, support each other, and build a better world
|
|
through incremental progress and everyday heroism.
|
|
|
|
</p>
|
|
|
|
<div class="row align-items-center justify-content-center">
|
|
<div class="col-12 col-md-6">
|
|
<img src="{{ url_for('static', filename='images/races/terran.jpg') }}" style="width: 300px;" alt="Race Image"/>
|
|
</div>
|
|
|
|
<div class="col-12 col-md-6" id="attributes">
|
|
<h4>Attributes: + / - from 10</h4>
|
|
<ul>
|
|
<li>Strength (Str): +1</li>
|
|
<li>Dexterity (Dex): +3</li>
|
|
<li>Intelligence (Int): 0</li>
|
|
<li>Wisdom (Wis): -2</li>
|
|
<li>Luck (Luk): +5</li>
|
|
<li>Charisma (Cha): +1</li>
|
|
<li>Constitution (Con): -1</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|