Dc12d13: Diferență între versiuni
| [versiune verificată] | [versiune verificată] |
(Ștergerea conținutului paginii) (Etichetă: Golire) |
m |
||
| Linia 1: | Linia 1: | ||
| + | <div style="display: flex; border: 1px solid #8B4513; padding: 5px; width: 100%; background-color: #26211D; color: white;"> | ||
| + | <!-- Column for Monsters --> | ||
| + | <div style="flex: 1; border-right: 1px solid #8B4513; padding: 5px;"> | ||
| + | <div style="height: 200px; overflow-y: scroll;"> | ||
| + | <ul id="monster-list" style="list-style-type: none; padding-left: 0;"> | ||
| + | <li data-monster="Câine_Sălbatic">Câine Sălbatic</li> | ||
| + | <li data-monster="Lup">Lup</li> | ||
| + | <li data-monster="Lup_Alpha">Lup Alpha</li> | ||
| + | <li data-monster="Lup_Albastru">Lup Albastru</li> | ||
| + | <li data-monster="Lup_Alpha_Albastru">Lup Alpha Albastru</li> | ||
| + | <li data-monster="Lup_Gri">Lup Gri</li> | ||
| + | <li data-monster="Lup_Alpha_Gri">Lup Alpha Gri</li> | ||
| + | <li data-monster="Mistreț_Sălbatic">Mistreț Sălbatic</li> | ||
| + | <li data-monster="Mistreț_Sălbatic_Roșu">Mistreț Sălbatic Roșu</li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | </div> | ||
| + | <!-- Column for Possible Loot --> | ||
| + | <div style="flex: 1; padding: 5px;"> | ||
| + | <div style="height: 200px; overflow-y: scroll;"> | ||
| + | <ul id="loot-list" style="list-style-type: none; padding-left: 0;"> | ||
| + | <li>Selectează un monstru pentru a vedea prada</li> | ||
| + | </ul> | ||
| + | </div> | ||
| + | </div> | ||
| + | </div> | ||
Versiunea de la data 22 august 2024 09:39
- Câine Sălbatic
- Lup
- Lup Alpha
- Lup Albastru
- Lup Alpha Albastru
- Lup Gri
- Lup Alpha Gri
- Mistreț Sălbatic
- Mistreț Sălbatic Roșu
- Selectează un monstru pentru a vedea prada