Skip to content

Commit

Permalink
update drygore prices (#6191)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwjgit authored Nov 23, 2024
1 parent 8acbb7e commit 0716f57
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/lib/customItems/customItems.ts
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ setCustomItem(
requirements: null
}
},
100_000_000
200_000_000
);

setCustomItem(
Expand Down Expand Up @@ -1013,7 +1013,7 @@ setCustomItem(
requirements: null
}
},
100_000_000
200_000_000
);

setCustomItem(
Expand Down Expand Up @@ -1070,7 +1070,7 @@ setCustomItem(
requirements: null
}
},
100_000_000
200_000_000
);

setCustomItem(47_517, 'Perfect chitin', 'Magic seed', {}, 1_000_000);
Expand Down Expand Up @@ -8477,7 +8477,7 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
10_000
400_000_000
);

setCustomItem(
Expand All @@ -8501,7 +8501,7 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
10_000
400_000_000
);

setCustomItem(
Expand Down Expand Up @@ -9085,7 +9085,7 @@ setCustomItem(
cantDropFromMysteryBoxes: true
}
},
1_000_000
400_000_000
);

setCustomItem(
Expand Down Expand Up @@ -12247,7 +12247,7 @@ setCustomItem(
requirements: null
}
},
100_000_000
200_000_000
);

setCustomItem(
Expand Down

0 comments on commit 0716f57

Please sign in to comment.