Mods: Difference between revisions
Appearance
No edit summary |
SirJoshalot (talk | contribs) No edit summary |
||
| Line 110: | Line 110: | ||
<div class="mw-tab-btn" data-tab="mask">Mask</div> | <div class="mw-tab-btn" data-tab="mask">Mask</div> | ||
</div> | </div> | ||
<!-- ================= WEAPON ================= --> | <!-- ================= WEAPON ================= --> | ||
<div id="weapon" class="mw-tab-content active"> | <div id="weapon" class="mw-tab-content active"> | ||
| Line 122: | Line 123: | ||
<div class="mw-tab-btn" data-tab="weapon-bounce">Bounce</div> | <div class="mw-tab-btn" data-tab="weapon-bounce">Bounce</div> | ||
<div class="mw-tab-btn" data-tab="weapon-shrapnel">Shrapnel</div> | <div class="mw-tab-btn" data-tab="weapon-shrapnel">Shrapnel</div> | ||
<div class="mw-tab-btn" data-tab="weapon-shrapnel">Normal</div> | |||
</div> | </div> | ||
<!-- BURN --> | <!-- BURN --> | ||
<div id="weapon-burn" class="mw-tab-content active"> | <div id="weapon-burn" class="mw-tab-content active"> | ||
| Line 130: | Line 133: | ||
<option value="flame_resonance">Flame Resonance</option> | <option value="flame_resonance">Flame Resonance</option> | ||
<option value="ember">Ember</option> | <option value="ember">Ember</option> | ||
<option value="blaze_blessing">Blaze Blessing</option> | |||
</select> | </select> | ||
</div> | </div> | ||
<div id="burnOutput" class="output" style="display:none;"></div> | <div id="burnOutput" class="output" style="display:none;"></div> | ||
</div> | </div> | ||
<!-- FROST --> | <!-- FROST --> | ||
<div id="weapon-frost" class="mw-tab-content"> | <div id="weapon-frost" class="mw-tab-content"> | ||
<div class="dropdown"> | |||
<select id="frostSelect"> | |||
<option value="">Select Frost Vortex Mod</option> | |||
<option value="shattering_ice">Shattering Ice</option> | |||
<option value="vortex_multiplier">Vortex Multiplier</option> | |||
<option value="frosty_blessing">Frosty Blessing</option> | |||
</select> | |||
</div> | |||
<div id="frostOutput" class="output" style="display:none;"></div> | |||
</div> | </div> | ||
<!-- POWER --> | <!-- POWER --> | ||
<div id="weapon-power" class="mw-tab-content"> | <div id="weapon-power" class="mw-tab-content"> | ||
<div class="dropdown"> | |||
<select id="surgeSelect"> | |||
<option value="">Select Power Surge Mod</option> | |||
<option value="surge_amplifier">Surge Amplifier</option> | |||
<option value="shock_rampage">Shock Rampage</option> | |||
<option value="static_shock">Static Shock</option> | |||
</select> | |||
</div> | |||
<div id="surgeOutput" class="output" style="display:none;"></div> | |||
</div> | </div> | ||
<!-- UNSTABLE --> | <!-- UNSTABLE --> | ||
<div id="weapon-unstable" class="mw-tab-content"> | <div id="weapon-unstable" class="mw-tab-content"> | ||
<div class="dropdown"> | |||
<select id="unstableSelect"> | |||
<option value="">Select Unstable Bomber Mod</option> | |||
<option value="super_charged">Super Charged</option> | |||
<option value="bombardier_souvenir">Bombardier Souvenir</option> | |||
<option value="heavy_explosives">Heavy Explosives</option> | |||
<option value="reckless_bomber">Reckless Bomber</option> | |||
</select> | |||
</div> | |||
<div id="unstableOutput" class="output" style="display:none;"></div> | |||
</div> | </div> | ||
<!-- FORTRESS --> | <!-- FORTRESS --> | ||
<div id="weapon-fortress" class="mw-tab-content"> | <div id="weapon-fortress" class="mw-tab-content"> | ||
<div class="empty-note">No Fortress Warfare mods listed yet.</div> | <div class="empty-note">No Fortress Warfare mods listed yet.</div> | ||
</div> | </div> | ||
<!-- GUNNER --> | <!-- GUNNER --> | ||
<div id="weapon-gunner" class="mw-tab-content"> | <div id="weapon-gunner" class="mw-tab-content"> | ||
<div class="empty-note">No Fast Gunner mods listed yet.</div> | <div class="empty-note">No Fast Gunner mods listed yet.</div> | ||
</div> | </div> | ||
<!-- BULLSEYE --> | <!-- BULLSEYE --> | ||
<div id="weapon-bullseye" class="mw-tab-content"> | <div id="weapon-bullseye" class="mw-tab-content"> | ||
<div class="empty-note">No Bulls Eye mods listed yet.</div> | <div class="empty-note">No Bulls Eye mods listed yet.</div> | ||
</div> | </div> | ||
<!-- BOUNCE --> | <!-- BOUNCE --> | ||
<div id="weapon-bounce" class="mw-tab-content"> | <div id="weapon-bounce" class="mw-tab-content"> | ||
<div class="empty-note">No Bounce mods listed yet.</div> | <div class="empty-note">No Bounce mods listed yet.</div> | ||
</div> | </div> | ||
<!-- SHRAPNEL --> | <!-- SHRAPNEL --> | ||
<div id="weapon-shrapnel" class="mw-tab-content"> | <div id="weapon-shrapnel" class="mw-tab-content"> | ||
<div class="empty-note">No Shrapnel mods listed yet.</div> | <div class="empty-note">No Shrapnel mods listed yet.</div> | ||
</div> | |||
<div id="weapon-normal" class="mw-tab-content"> | |||
<div class="empty-note">Normal mods listed yet.</div> | |||
</div> | </div> | ||
</div> | </div> | ||
<!-- ================= HELMET ================= --> | <!-- ================= HELMET ================= --> | ||
<div id="helmet" class="mw-tab-content"> | <div id="helmet" class="mw-tab-content"> | ||
| Line 193: | Line 235: | ||
</div> | </div> | ||
<script> | <script> | ||
/* TAB SYSTEM (nested-tab aware) */ | /* TAB SYSTEM (nested-tab aware) */ | ||
document.querySelectorAll('.mw-tab-btn').forEach(btn => { | document.querySelectorAll('.mw-tab-btn').forEach(btn => { | ||
| Line 206: | Line 249: | ||
}; | }; | ||
}); | }); | ||
/* DATA */ | /* DATA */ | ||
const burnData = { | const burnData = { | ||
Revision as of 12:14, 4 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 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.
Normal 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.