Add Fortune #018 (Idleverse related fortune cookie) introduced in v2.031 to the list of fortune cookies.
34 lines
984 B
JavaScript
34 lines
984 B
JavaScript
/********
|
|
* Data *
|
|
********/
|
|
|
|
CM.Data.Fortunes = [
|
|
'Fortune #001',
|
|
'Fortune #002',
|
|
'Fortune #003',
|
|
'Fortune #004',
|
|
'Fortune #005',
|
|
'Fortune #006',
|
|
'Fortune #007',
|
|
'Fortune #008',
|
|
'Fortune #009',
|
|
'Fortune #010',
|
|
'Fortune #011',
|
|
'Fortune #012',
|
|
'Fortune #013',
|
|
'Fortune #014',
|
|
'Fortune #015',
|
|
'Fortune #016',
|
|
'Fortune #017',
|
|
'Fortune #018',
|
|
'Fortune #100',
|
|
'Fortune #101',
|
|
'Fortune #102',
|
|
'Fortune #103',
|
|
'Fortune #104'
|
|
];
|
|
CM.Data.HalloCookies = ['Skull cookies', 'Ghost cookies', 'Bat cookies', 'Slime cookies', 'Pumpkin cookies', 'Eyeball cookies', 'Spider cookies'];
|
|
CM.Data.ChristCookies = ['Christmas tree biscuits', 'Snowflake biscuits', 'Snowman biscuits', 'Holly biscuits', 'Candy cane biscuits', 'Bell biscuits', 'Present biscuits'];
|
|
CM.Data.ValCookies = ['Pure heart biscuits', 'Ardent heart biscuits', 'Sour heart biscuits', 'Weeping heart biscuits', 'Golden heart biscuits', 'Eternal heart biscuits', 'Prism heart biscuits'];
|
|
|