Added 50 items to ArchipIDLE (#385)
This commit is contained in:
parent
06c8caa3cc
commit
95f8647f09
|
@ -11,7 +11,7 @@ item_table = (
|
|||
'Towel',
|
||||
'Scarf',
|
||||
'2012 Magic the Gathering Core Set Starter Box',
|
||||
'Pokemon Booster Pack',
|
||||
'Poke\'mon Booster Pack',
|
||||
'USB Speakers',
|
||||
'Plastic Spork',
|
||||
'Cheeseburger',
|
||||
|
@ -22,7 +22,7 @@ item_table = (
|
|||
'One-Up Mushroom',
|
||||
'Nokia N-GAGE',
|
||||
'2-Liter of Sprite',
|
||||
'Free trial of the critically acclaimed MMORPG Final Fantasy XIV, including the entirety of A Realm Reborn and the award winning Heavenasward expansion up to level 60 with no restrictions on playtime!',
|
||||
'Free trial of the critically acclaimed MMORPG Final Fantasy XIV, including the entirety of A Realm Reborn and the award winning Heavensward expansion up to level 60 with no restrictions on playtime!',
|
||||
'Can of Compressed Air',
|
||||
'Striped Kitten',
|
||||
'USB Power Adapter',
|
||||
|
@ -249,4 +249,54 @@ item_table = (
|
|||
'Fire Extinguisher',
|
||||
'Beeping Smoke Alarm',
|
||||
'Greasy Spatula',
|
||||
'Progressive Auto Insurance',
|
||||
'Mace Windu\'s Purple Lightsaber',
|
||||
'An Old Fixer-Upper',
|
||||
'Gamer Chair',
|
||||
'Comfortable Reclining Chair',
|
||||
'Shirt Covered in Dog Hair',
|
||||
'Angry Praying Mantis',
|
||||
'Card Games on Motorcycles',
|
||||
'Trucker Hat',
|
||||
'The DK Rap',
|
||||
'Three Great Balls',
|
||||
'Some Very Sus Behavior',
|
||||
'Glass of Orange Juice',
|
||||
'Turkey Bacon',
|
||||
'Bald Barbie Doll',
|
||||
'Developer Commentary',
|
||||
'Subscription to Nintendo Power Magazine',
|
||||
'DeLorean Time Machine',
|
||||
'Unkillable Cockroach',
|
||||
'Dungeons & Dragons Rulebook',
|
||||
'Boxed Copy of Quest 64',
|
||||
'James Bond\'s Gadget Wristwatch',
|
||||
'Tube of Go-Gurt',
|
||||
'Digital Watch',
|
||||
'Laser Pointer',
|
||||
'The Secret Cow Level',
|
||||
'AOL Free Trial CD-ROM',
|
||||
'E.T. for Atari 2600',
|
||||
'Season 2 of Knight Rider',
|
||||
'Spam E-Mails',
|
||||
'Half-Life 3 Release Date',
|
||||
'Source Code of Jurassic Park',
|
||||
'Moldy Cheese',
|
||||
'Comic Book Collection',
|
||||
'Hardcover Copy of Scott Pilgrim VS the World',
|
||||
'Old Gym Shorts',
|
||||
'Very Cool Sunglasses',
|
||||
'Your High School Yearbook Picture',
|
||||
'Written Invitation to Prom',
|
||||
'The Star Wars Holiday Special',
|
||||
'Oil Change Coupon',
|
||||
'Finger Guns',
|
||||
'Box of Tabletop Games',
|
||||
'Sock Puppets',
|
||||
'The Dog of Wisdom',
|
||||
'Surprised Chipmunk',
|
||||
'Stonks',
|
||||
'A Shrubbery',
|
||||
'Roomba with a Knife',
|
||||
'Wet Cat',
|
||||
)
|
||||
|
|
|
@ -14,7 +14,7 @@ class ArchipIDLEWorld(World):
|
|||
"""
|
||||
game = "ArchipIDLE"
|
||||
topology_present = False
|
||||
data_version = 2
|
||||
data_version = 3
|
||||
web = ArchipIDLEWebWorld()
|
||||
|
||||
item_name_to_id = {}
|
||||
|
|
Loading…
Reference in New Issue