You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update item pool to include 25 jokes and videos as progression items, as well as a progression GeroCities profile
* Fix a bug in Items.py causing item names to be appended inappropriately
* Remove unnecessary import
* Change item pool to have 50 jokes and 20 motivational videos
* Adjust item pool to have 40 of both jokes and videos
* Fix imports to allow compressing for distribution as a .apworld
Copy file name to clipboardexpand all lines: worlds/archipidle/Items.py
+5-2
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
item_table= (
2
+
'An Old GeoCities Profile',
3
+
'Very Funny Joke',
4
+
'Motivational Video',
2
5
'Staples Easy Button',
3
6
'One Million Dollars',
4
7
'Replica Master Sword',
@@ -13,7 +16,7 @@
13
16
'2012 Magic the Gathering Core Set Starter Box',
14
17
'Poke\'mon Booster Pack',
15
18
'USB Speakers',
16
-
'Plastic Spork',
19
+
'Eco-Friendly Spork',
17
20
'Cheeseburger',
18
21
'Brand New Car',
19
22
'Hunting Knife',
@@ -22,7 +25,7 @@
22
25
'One-Up Mushroom',
23
26
'Nokia N-GAGE',
24
27
'2-Liter of Sprite',
25
-
'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!',
28
+
'Free trial of the critically acclaimed MMORPG Final Fantasy XIV, including the entirety of A Realm Reborn and the award winning Heavensward and Stormblood expansions up to level 70 with no restrictions on playtime!',
0 commit comments