feat(backgrounds): add august bgs set
@@ -12137,6 +12137,20 @@ api.backgrounds = {
|
||||
text: t('backgroundSeafarerShipText'),
|
||||
notes: t('backgroundSeafarerShipNotes')
|
||||
}
|
||||
},
|
||||
backgrounds082014: {
|
||||
volcano: {
|
||||
text: t('backgroundVolcanoText'),
|
||||
notes: t('backgroundVolcanoNotes')
|
||||
},
|
||||
clouds: {
|
||||
text: t('backgroundCloudsText'),
|
||||
notes: t('backgroundCloudsNotes')
|
||||
},
|
||||
dusty_canyons: {
|
||||
text: t('backgroundDustyCanyonsText'),
|
||||
notes: t('backgroundDustyCanyonsNotes')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -14035,7 +14049,7 @@ api.wrap = function(user, main) {
|
||||
if (!user.flags.rebirthEnabled && (user.stats.lvl >= 50 || user.achievements.ultimateGear || user.achievements.beastMaster)) {
|
||||
user.flags.rebirthEnabled = true;
|
||||
}
|
||||
if (!(user.flags.freeRebirth = true && user.stats.lvl >= 100)) {
|
||||
if (user.stats.lvl >= 100 && !user.flags.freeRebirth) {
|
||||
return user.flags.freeRebirth = true;
|
||||
}
|
||||
},
|
||||
|
||||
|
Before Width: | Height: | Size: 70 KiB After Width: | Height: | Size: 78 KiB |
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 65 KiB |
|
Before Width: | Height: | Size: 79 KiB After Width: | Height: | Size: 79 KiB |
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 163 KiB |
|
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 139 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 7.6 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
@@ -15,5 +15,13 @@
|
||||
"backgroundOpenWatersText":"Open Waters",
|
||||
"backgroundOpenWatersNotes":"Enjoy the open waters.",
|
||||
"backgroundSeafarerShipText":"Seafarer Ship",
|
||||
"backgroundSeafarerShipNotes":"Sail aboard a Seafarer Ship."
|
||||
"backgroundSeafarerShipNotes":"Sail aboard a Seafarer Ship.",
|
||||
|
||||
"backgrounds082014": "SET 3: Released August 2014",
|
||||
"backgroundCloudsText":"Clouds",
|
||||
"backgroundCloudsNotes":"Soar through the Clouds.",
|
||||
"backgroundDustyCanyonsText":"Dusty Canyon",
|
||||
"backgroundDustyCanyonsNotes":"Wander through a Dusty Canyon.",
|
||||
"backgroundVolcanoText":"Volcano",
|
||||
"backgroundVolcanoNotes":"Heat up inside a Volcano."
|
||||
}
|
||||
|
||||
@@ -1002,6 +1002,16 @@ api.backgrounds =
|
||||
seafarer_ship:
|
||||
text: t('backgroundSeafarerShipText')
|
||||
notes: t('backgroundSeafarerShipNotes')
|
||||
backgrounds082014:
|
||||
volcano:
|
||||
text: t('backgroundVolcanoText')
|
||||
notes: t('backgroundVolcanoNotes')
|
||||
clouds:
|
||||
text: t('backgroundCloudsText')
|
||||
notes: t('backgroundCloudsNotes')
|
||||
dusty_canyons:
|
||||
text: t('backgroundDustyCanyonsText')
|
||||
notes: t('backgroundDustyCanyonsNotes')
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
|
||||