mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
25 lines
1.4 KiB
Python
25 lines
1.4 KiB
Python
|
AchievementTitles = ('It\'s fun with friends',
|
||
|
'Mr Popular',
|
||
|
'Famous Toon',
|
||
|
'Trolley Time!',
|
||
|
'VP',
|
||
|
'VP',
|
||
|
'VP',
|
||
|
'VP')
|
||
|
AchievementDesc = ('You made a Friend!',
|
||
|
'You made 10 Friends!',
|
||
|
'You made 50 Friends!',
|
||
|
'You rode the Trolley!',
|
||
|
'You defeated the VP!',
|
||
|
'You defeated the VP with 1 laff!',
|
||
|
'You soloed the VP!',
|
||
|
'You soloed the VP with 1 laff!')
|
||
|
#(model, node, color, scale)
|
||
|
AchievementImages = (('phase_3.5/models/gui/friendslist_gui', '**/FriendsBox_Rollover', (1, 1, 1, 1), 1),
|
||
|
('phase_3.5/models/gui/friendslist_gui', '**/FriendsBox_Rollover', (1, 1, 1, 1), 1),
|
||
|
('phase_3.5/models/gui/friendslist_gui', '**/FriendsBox_Rollover', (1, 1, 1, 1), 1),
|
||
|
('phase_3.5/models/gui/stickerbook_gui', '**/trolley', (1, 1, 1, 1), 0.3),
|
||
|
('phase_3.5/models/gui/stickerbook_gui', '**/BossHead3Icon', (1, 1, 1, 1), 0.3),
|
||
|
('phase_3.5/models/gui/stickerbook_gui', '**/BossHead3Icon', (1, 1, 1, 1), 0.3),
|
||
|
('phase_3.5/models/gui/stickerbook_gui', '**/BossHead3Icon', (1, 1, 1, 1), 0.3),
|
||
|
('phase_3.5/models/gui/stickerbook_gui', '**/BossHead3Icon', (1, 1, 1, 1), 0.3))
|