Main Page: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 198: | Line 198: | ||
btn.parentElement.querySelectorAll('.mw-tab-btn').forEach(b => b.classList.remove('active')); | btn.parentElement.querySelectorAll('.mw-tab-btn').forEach(b => b.classList.remove('active')); | ||
btn.classList.add('active'); | btn.classList.add('active'); | ||
const target = document.getElementById( | const target = document.getElementById(btn.dataset.tab); | ||
if (!target) return; | if (!target) return; | ||
// Deactivate sibling tab-contents at the same level | // Deactivate sibling tab-contents at the same level | ||
| Line 227: | Line 227: | ||
const output = document.getElementById(outputId); | const output = document.getElementById(outputId); | ||
if (!val) { | if (!val) { | ||
output.style.display = "none"; | |||
return; | return; | ||
} | } | ||
const item = data[val]; | const item = data[val]; | ||
output.innerHTML = | output.innerHTML = | ||
item.lines.map(line => `<div class="output-line">${line}</div>`).join(""); | |||
output.style.display = "block"; | |||
}; | }; | ||
} | } | ||
Revision as of 19:19, 1 May 2026
How to get specific Mods you are looking for
Step 1: Go to Redemption Shop (F3 on PC)
Step 2: Click Mod Shop
Step 3: Click Credit Card Icon
Step 4: Buy Mod Selection Crate
Step 5: Open from Backpack → Consumables
Step 6: Pick your mod
Step 7: If wanting Mask, Pick Keyword Suffix Mod Selection Crate → Keyword
No Frost Vortex mods listed yet.
No Power Surge mods listed yet.
No Unstable Bomber mods listed yet.
No Fortress Warfare mods listed yet.
No Fast Gunner mods listed yet.
No Bulls Eye mods listed yet.
No Bounce mods listed yet.
No Shrapnel mods listed yet.
No Helmet mods listed yet.
No Top mods listed yet.
No Bottoms mods listed yet.
No Shoes mods listed yet.
No Gloves mods listed yet.
No Mask mods listed yet.