Skip to content

Commit

Permalink
Add override for Grimoire
Browse files Browse the repository at this point in the history
  • Loading branch information
DaPigGuy committed Dec 14, 2023
1 parent 00b758c commit 6446a49
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions updater/update_items.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ const OVERWRITES = {
buildPrice: 1000
}
},
SECONDARY: {
Grimoire: {
mr: 10,
components: {
"Entrati Obols": 2000,
Necracoil: 50,
"Echo Voca": 15,
"Entrati Lanthorn": 10
},
buildPrice: 25000
}
},
MELEE: {
"Tenet Agendus": { components: undefined }
},
Expand Down

0 comments on commit 6446a49

Please sign in to comment.