Jump to content

Mods: Difference between revisions

From Once Human Guide
No edit summary
No edit summary
Line 214: Line 214:
   flame_resonance: {
   flame_resonance: {
     lines: [
     lines: [
       "!Max Burn Stack +2, Burn Duration -20%",
       "Max Burn Stack +2, Burn Duration -20%",
       "Burn: (Add Flash Effect: Burn DMG +5%) Burn DMG + _%",
       "Burn: (Add Flash Effect: Burn DMG +5%) Burn DMG + _%",
       "Deviant Energy: Element DMG + _%",
       "Deviant Energy: Element DMG + _%",
Line 224: Line 224:
   ember: {
   ember: {
     lines: [
     lines: [
       "!When Burn is removed, stacks only - 50%",
       "When Burn is removed, stacks only - 50%",
       "Burn: Burn DMG + _%",
       "Burn: Burn DMG + _%",
       "Deviant Energy: Element DMG + _%",
       "Deviant Energy: Element DMG + _%",
Line 234: Line 234:
   blaze_blessing: {
   blaze_blessing: {
     lines: [
     lines: [
       "!When defeating an enemy affected by Burn, recover 5.0% health",
       "When defeating an enemy affected by Burn, recover 5.0% health",
       "Burn: Burn DMG + _%",
       "Burn: Burn DMG + _%",
       "Deviant Energy: Element DMG + _%",
       "Deviant Energy: Element DMG + _%",
Line 244: Line 244:
   burning_wrath: {
   burning_wrath: {
     lines: [
     lines: [
       "!Triggering Burn has a 25.0% chance to grant +1.0 Burn stack(s)",
       "Triggering Burn has a 25.0% chance to grant +1.0 Burn stack(s)",
       "Burn: Burn DMG + _%",
       "Burn: Burn DMG + _%",
       "Deviant Energy: Element DMG + _%",
       "Deviant Energy: Element DMG + _%",
Line 266: Line 266:
     const item = data[val];
     const item = data[val];
     output.innerHTML =
     output.innerHTML =
       [item.lines.map](http://item.lines.map)(line => {
       [item.lines.map](http://item.lines.map)((line, i) => `<div class="output-line${i === 0 ? ' bold' : ''}">${line}</div>`).join("");
        const bold = line.charAt(0) === "!";
        const text = bold ? line.substring(1) : line;
        return '<div class="output-line' + (bold ? ' bold' : '') + '">' + text + '</div>';
      }).join("");
     [output.style](http://output.style).display = "block";
     [output.style](http://output.style).display = "block";
   };
   };

Revision as of 16:52, 14 May 2026

Return to Front Page

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

Weapon
Helmet
Top
Bottoms
Shoes
Gloves
Mask
Burn
Frost Vortex
Power Surge
Unstable Bomber
Fortress Warfare
Fast Gunner
Bulls Eye
Bounce
Shrapnel
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.