feat(backgrounds): add august bgs set

This commit is contained in:
Tyler Renelle
2014-08-05 15:16:31 -06:00
parent d351f85264
commit b73cc259b2
18 changed files with 1612 additions and 1562 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+15 -1
View File
@@ -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;
}
},
+448 -466
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 78 KiB

+483 -459
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 68 KiB

After

Width:  |  Height:  |  Size: 65 KiB

+180 -180
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

After

Width:  |  Height:  |  Size: 79 KiB

+226 -220
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

+240 -234
View File
File diff suppressed because it is too large Load Diff
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

After

Width:  |  Height:  |  Size: 163 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 KiB

After

Width:  |  Height:  |  Size: 139 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

+9 -1
View File
@@ -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."
}
+10
View File
@@ -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 =