Skip to content

Commit

Permalink
Updated more rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbrq committed Apr 20, 2024
1 parent c720cb7 commit 9098f38
Show file tree
Hide file tree
Showing 6 changed files with 649 additions and 545 deletions.
26 changes: 13 additions & 13 deletions worlds/ttyd/Items.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class TTYDItem(Item):
ItemData(77772030, "Chuckola Cola", ItemClassification.progression),
ItemData(77772031, "Close Call", ItemClassification.useful),
ItemData(77772032, "Close Call P", ItemClassification.useful),
ItemData(77772033, "Coconut", ItemClassification.filler),
ItemData(77772033, "Coconut", ItemClassification.progression),
ItemData(77772034, "Cog", ItemClassification.progression),
ItemData(77772035, "Coin", ItemClassification.filler),
ItemData(77772036, "Contact Lens", ItemClassification.progression),
Expand Down Expand Up @@ -131,7 +131,7 @@ class TTYDItem(Item):
ItemData(77772114, "Mega Rush P", ItemClassification.useful),
ItemData(77772115, "Mini Mr.Mini", ItemClassification.filler),
ItemData(77772116, "Money Money", ItemClassification.useful),
ItemData(77772117, "Moon Stone", ItemClassification.useful),
ItemData(77772117, "Moon Stone", ItemClassification.progression),
ItemData(77772118, "Mr. Softener", ItemClassification.filler),
ItemData(77772119, "Multibounce", ItemClassification.useful),
ItemData(77772120, "Mushroom", ItemClassification.filler),
Expand Down Expand Up @@ -231,13 +231,13 @@ class TTYDItem(Item):
]

item_frequencies: typing.Dict[str, int] = {
"10 Coins": 7,
"10 Coins": 10,
"Boo's Sheet": 4,
"Castle Key": 4,
"Close Call": 2,
"Close Call P": 2,
"Coconut": 2,
"Coin": 28,
"Coin": 30,
"Courage Shell": 3,
"Damage Dodge": 2,
"Damage Dodge P": 2,
Expand All @@ -249,7 +249,7 @@ class TTYDItem(Item):
"Dried Shroom": 4,
"Earth Quake": 3,
"Fire Drive": 2,
"Fire Flower": 7,
"Fire Flower": 10,
"Flower Saver": 2,
"Flower Saver P": 2,
"FP Plus": 3,
Expand All @@ -269,7 +269,7 @@ class TTYDItem(Item):
"Ice Smash": 2,
"Ice Storm": 5,
"Inn Coupon": 7,
"Jammin' Jelly": 9,
"Jammin' Jelly": 10,
"Last Stand": 2,
"Last Stand P": 2,
"Life Shroom": 9,
Expand All @@ -280,7 +280,7 @@ class TTYDItem(Item):
"Mushroom": 13,
"Mystery": 3,
"Palace Key": 3,
"Palace Key (Riddle Tower)": 13,
"Palace Key (Riddle Tower)": 8,
"Point Swap": 2,
"POW Block": 3,
"Power Jump": 2,
Expand All @@ -294,25 +294,25 @@ class TTYDItem(Item):
"Quake Hammer": 2,
"Repel Cape": 3,
"Ruin Powder": 3,
"Shine Sprite": 42,
"Shooting Star": 6,
"Shine Sprite": 50,
"Shooting Star": 8,
"Shrink Stomp": 2,
"Simplifier": 2,
"Sleepy Sheep": 4,
"Sleepy Sheep": 5,
"Sleepy Stomp": 2,
"Slow Shroom": 2,
"Soft Stomp": 2,
"Spite Pouch": 2,
"Star Piece": 100,
"Star Piece": 120,
"Stopwatch": 5,
"Super Appeal": 2,
"Super Appeal P": 2,
"Super Shroom": 11,
"Super Shroom": 15,
"Tasty Tonic": 2,
"Thunder Bolt": 2,
"Thunder Rage": 8,
"Tornado Jump": 2,
"Ultra Mushroom": 11,
"Ultra Mushroom": 15,
"Unsimplifier": 2,
"Volt Shroom": 2,
"Whacka Bump": 8
Expand Down
Loading

0 comments on commit 9098f38

Please sign in to comment.