adding missing files

This commit is contained in:
2025-11-03 21:43:13 -06:00
parent efdf3570c5
commit 0443d1553f
36 changed files with 1765 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
<h3>Elves</h3>
<p>
Elves are an ancient and enigmatic people, known for their striking physical beauty, exceptional magical
abilities, and unparalleled connection with nature. They possess a deep understanding of the natural world,
allowing them to communicate with animals, manipulate plants, and wield the elements with precision. Elves are
highly attuned to their surroundings, making them formidable hunters, skilled archers, and gifted warriors.
Despite their refined features, elves are not immune to the harsh realities of life, and they have developed a
rich culture that reflects their struggles against the forces of darkness.
</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/elf.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): -2</li>
<li>Dexterity (Dex): +5</li>
<li>Intelligence (Int): +3</li>
<li>Wisdom (Wis): 0</li>
<li>Luck (Luk): 1</li>
<li>Charisma (Cha): 1</li>
<li>Constitution (Con): -1</li>
</ul>
</div>
</div>