We are actively looking for staff to help us build the wiki. If you are interested please join our Discord server and apply.
Loot Containers: Difference between revisions
Jump to navigation
Jump to search
m (testing) |
m (testing) |
||
Line 1: | Line 1: | ||
<!-- First Table --> | <div class="table-container"> | ||
<!-- First Table Container --> | |||
<div class="table-item"> | |||
<!-- Icon and Description for First Table --> | <!-- Icon and Description for First Table --> | ||
[[File:Framed_Chest.png|frameless|64x64px]] Test | [[File:Framed_Chest.png|frameless|64x64px]] Test | ||
<!-- First Table Content --> | <!-- First Table Content --> | ||
{| class="wikitable" style="text-align: center; vertical-align: middle;" | |||
! Item !! Rarity !! Diffuse Value | |||
|- | |||
| [[File:Branch.png|frameless|64x64px]]<br/>Branch || Row 3, Cell 2 || Row 3, Cell 3 | |||
|- | |||
| Row 2, Cell 1 || Row 2, Cell 2 || Row 2, Cell 3 | |||
|} | |||
<!-- Second Table --> | </div> | ||
<!-- Second Table Container --> | |||
<div class="table-item"> | |||
<!-- Icon and Description for Second Table --> | <!-- Icon and Description for Second Table --> | ||
[[File:Framed_Chest.png|frameless|64x64px]] | [[File:Framed_Chest.png|frameless|64x64px]] | ||
<!-- Second Table Content --> | <!-- Second Table Content --> | ||
{| class="wikitable" | |||
! Header 1 !! Header 2 !! Header 3 | |||
|- | |||
| Row 3, Cell 1 || Row 3, Cell 2 || Row 3, Cell 3 | |||
|- | |||
| Row 4, Cell 1 || Row 4, Cell 2 || Row 4, Cell 3 | |||
|} | |||
</div> | |||
<!-- Third Table Container --> | |||
<div class="table-item"> | |||
<!-- Icon and Description for Third Table --> | |||
[[File:Framed_Chest.png|frameless|64x64px]] | [[File:Framed_Chest.png|frameless|64x64px]] | ||
<!-- Third Table Content --> | <!-- Third Table Content --> | ||
{| class="wikitable" | |||
! Header 1 !! Header 2 !! Header 3 | |||
|- | |||
| Row 3, Cell 1 || Row 3, Cell 2 || Row 3, Cell 3 | |||
|- | |||
| Row 4, Cell 1 || Row 4, Cell 2 || Row 4, Cell 3 | |||
|} | |||
</div> | </div> | ||
</div> | </div> |