Skip to content

Commit

Permalink
UPDATE: Phoenix token & Roulette
Browse files Browse the repository at this point in the history
  • Loading branch information
FlackoRJ committed Jan 16, 2024
1 parent c916575 commit d210f74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local config = {
right = 9111
},
playItem = {
itemId = 43732, -- item required to pull lever
itemId = 55073, -- item required to pull lever
count = 1
},
rouletteOptions = {
Expand All @@ -22,7 +22,7 @@ local config = {
{itemId = 34209, count = {1, 1}, chance = 500},
{itemId = 24948, count = {1, 1}, chance = 500},
{itemId = 20139, count = {1, 1}, chance = 500},
{itemId = 20138, count = {1, 1}, chance = 500},
{itemId = 20138, count = {1, 1}, chance = 500},
{itemId = 21445, count = {1, 1}, chance = 500},
{itemId = 3043, count = {100, 100}, chance = 500},
{itemId = 37536, count = {1, 1}, chance = 500},
Expand Down
2 changes: 1 addition & 1 deletion src/utils/utils_definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ enum ItemID_t : uint16_t {
ITEM_GOLD_COIN = 3031,
ITEM_PLATINUM_COIN = 3035,
ITEM_CRYSTAL_COIN = 3043,
ITEM_STORE_COIN = 22118,
ITEM_STORE_COIN = 55074,

ITEM_MINOR_CRYSTALLINE_TOKENS = 16128,
ITEM_MAJOR_CRYSTALLINE_TOKENS = 16129,
Expand Down

0 comments on commit d210f74

Please sign in to comment.