Skip to content

Commit

Permalink
account for nc hardcap
Browse files Browse the repository at this point in the history
  • Loading branch information
horrible-little-slime committed Dec 26, 2024
1 parent 1c6182c commit 60a1b75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/outfit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export function islandOutfit(
}
}

outfit.modifier = [`2 ${island.element} resistance 40 max`, "-combat"];
outfit.modifier = [`2 ${island.element} resistance 40 max`, "-combat -35 min"];

if ($familiars`Peace Turkey, Temporal Riftlet, Reagnimated Gnome` as (Familiar | undefined)[]) {
outfit.modifier.push("0.01 Familiar Weight");
Expand Down

0 comments on commit 60a1b75

Please sign in to comment.