Main Page: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
| Line 18: | Line 18: | ||
<i>Step 6:</i> <b>Pick your mod</b> | <i>Step 6:</i> <b>Pick your mod</b> | ||
<br> | <br> | ||
<i>Step 7:</i> <b>If wanting Mask, Pick Keyword Suffix Mod Selection Crate& | <i>Step 7:</i> <b>If wanting Mask, Pick Keyword Suffix Mod Selection Crate → Keyword</b> | ||
<br><br> | <br><br> | ||
<div style="max-width:900px; margin:0 auto;"> | <div style="max-width:900px; margin:0 auto;"> | ||
| Line 128: | Line 128: | ||
<select id="burnSelect"> | <select id="burnSelect"> | ||
<option value="">Select Burn Mod</option> | <option value="">Select Burn Mod</option> | ||
<option value=" | <option value="flame_resonance">Flame Resonance</option> | ||
</select> | </select> | ||
</div> | </div> | ||
| Line 211: | Line 207: | ||
/* DATA */ | /* DATA */ | ||
const burnData = { | const burnData = { | ||
flame_resonance: { | |||
title: "Flame Resonance | title: "Flame Resonance", | ||
lines: ["Max Burn | lines: [ | ||
"<b>Max Burn Stack +2, Burn Duration -20%</b>", | |||
"Burn (Add Flash Effect: Burn DMG +5%): Burn DMG + _%", | |||
"Deviant Energy: Element DMG + _%", | |||
"Violent: Crit DMG + _%", | |||
"Survival: Max HP + _%", | |||
"General: DMG + _%" | |||
] | |||
} | } | ||
}; | }; | ||
| Line 245: | Line 232: | ||
const item = data[val]; | const item = data[val]; | ||
output.innerHTML = | output.innerHTML = | ||
[item.lines.map](http://item.lines.map)(line => `<div class="output-line">${line}</div>`).join(""); | [item.lines.map](http://item.lines.map)(line => `<div class="output-line">${line}</div>`).join(""); | ||
[output.style](http://output.style).display = "block"; | [output.style](http://output.style).display = "block"; | ||
Revision as of 19:17, 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.