User:Hefner/Sandbox7: Difference between revisions

From Roat Pkz
Jump to navigation Jump to search
(Replaced content with "{{Mmgtable2 |isperkill = y |kph = 5000 |Input1 = Revenant ether |Input1num = 36 |Output1=Voidwaker gem |Output1num={{#expr:1*(2/1536)}} }}")
Tag: Replaced
No edit summary
Line 1: Line 1:
{{Mmgtable2
<div class="tierlist">
|isperkill = y
  <div class="tier">
|kph = 5000
    <h3>S Tier</h3>
|Input1 = Revenant ether
    <ul class="sortable">
|Input1num = 36
      <li>Vesta's Longsword</li>
|Output1=Voidwaker gem
      <li>Dragon Claws</li>
|Output1num={{#expr:1*(2/1536)}}
    </ul>
}}
  </div>
  <div class="tier">
    <h3>A Tier</h3>
    <ul class="sortable">
      <li>AGS</li>
      <li>Ballista</li>
    </ul>
  </div>
  <div class="tier">
    <h3>B Tier</h3>
    <ul class="sortable">
      <li>MSB</li>
    </ul>
  </div>
</div>
 
<style>
  .tierlist { display: flex; gap: 20px; flex-wrap: wrap; }
  .tier {
    border: 1px solid #ccc;
    padding: 10px;
    width: 200px;
    min-height: 150px;
    background: #f9f9f9;
    border-radius: 8px;
  }
  .tier h3 {
    text-align: center;
    margin-top: 0;
  }
  .sortable {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 50px;
  }
  .sortable li {
    padding: 6px 8px;
    margin: 6px 0;
    background-color: #e0e0e0;
    border-radius: 4px;
    cursor: grab;
  }
</style>

Revision as of 13:05, 8 May 2025

S Tier

  • Vesta's Longsword
  • Dragon Claws

A Tier

  • AGS
  • Ballista

B Tier

  • MSB

<style>

 .tierlist { display: flex; gap: 20px; flex-wrap: wrap; }
 .tier {
   border: 1px solid #ccc;
   padding: 10px;
   width: 200px;
   min-height: 150px;
   background: #f9f9f9;
   border-radius: 8px;
 }
 .tier h3 {
   text-align: center;
   margin-top: 0;
 }
 .sortable {
   list-style: none;
   padding: 0;
   margin: 0;
   min-height: 50px;
 }
 .sortable li {
   padding: 6px 8px;
   margin: 6px 0;
   background-color: #e0e0e0;
   border-radius: 4px;
   cursor: grab;
 }

</style>