« Accueil » : différence entre les versions
De Odyssey
Aller à la navigationAller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications Balise : Révoqué |
||
| Ligne 1 : | Ligne 1 : | ||
< | <div class="item-box"> | ||
<h2>{{{name}}}</h2> | |||
<div class="item-stats"> | |||
<img src="{{{image}}}" alt="{{{name}}} illustration" class="item-image" /> | |||
== | <ul> | ||
<li><strong>Type:</strong> {{{type}}}</li> | |||
<li><strong>Rarity:</strong> {{{rarity}}}</li> | |||
<li><strong>AC Bonus:</strong> {{{ac_bonus}}}</li> | |||
<li><strong>Damage:</strong> {{{damage}}}</li> | |||
<li><strong>Weight:</strong> {{{weight}}}</li> | |||
<li><strong>Properties:</strong> {{{properties}}}</li> | |||
</ul> | |||
</div> | |||
<h3>Description</h3> | |||
<p>{{{description}}}</p> | |||
<h3>Crafting Recipe</h3> | |||
<ul> | |||
<li>{{{recipe_ingredient_1}}}</li> | |||
<li>{{{recipe_ingredient_2}}}</li> | |||
</ul> | |||
<h3>Crafting Time</h3> | |||
<p>{{{crafting_time}}}</p> | |||
</div> | |||
Version du 9 septembre 2024 à 16:52
{{{name}}}
<img src="{{{image}}}" alt="{{{name}}} illustration" class="item-image" />
- Type: {{{type}}}
- Rarity: {{{rarity}}}
- AC Bonus: {{{ac_bonus}}}
- Damage: {{{damage}}}
- Weight: {{{weight}}}
- Properties: {{{properties}}}
Description
{{{description}}}
Crafting Recipe
- {{{recipe_ingredient_1}}}
- {{{recipe_ingredient_2}}}
Crafting Time
{{{crafting_time}}}