feat(backgrounds): october backgrounds
2
dist/habitrpg-shared.css
vendored
19
dist/habitrpg-shared.js
vendored
|
|
@ -12604,6 +12604,20 @@ api.backgrounds = {
|
|||
text: t('backgroundHarvestFieldsText'),
|
||||
notes: t('backgroundHarvestFieldsNotes')
|
||||
}
|
||||
},
|
||||
backgrounds102014: {
|
||||
graveyard: {
|
||||
text: t('backgroundGraveyardText'),
|
||||
notes: t('backgroundGraveyardNotes')
|
||||
},
|
||||
haunted_house: {
|
||||
text: t('backgroundHauntedHouseText'),
|
||||
notes: t('backgroundHauntedHouseNotes')
|
||||
},
|
||||
spooky_forest: {
|
||||
text: t('backgroundSpookyForestText'),
|
||||
notes: t('backgroundSpookyForestNotes')
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
|
@ -14809,6 +14823,11 @@ api.wrap = function(user, main) {
|
|||
}), true);
|
||||
}), false).valueOf();
|
||||
return user.achievements.ultimateGear = shouldGrant;
|
||||
},
|
||||
nullify: function() {
|
||||
user.ops = null;
|
||||
user.fns = null;
|
||||
return user = null;
|
||||
}
|
||||
};
|
||||
Object.defineProperty(user, '_statsComputed', {
|
||||
|
|
|
|||
996
dist/spritesmith0.css
vendored
BIN
dist/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 103 KiB After Width: | Height: | Size: 115 KiB |
1112
dist/spritesmith1.css
vendored
BIN
dist/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 66 KiB After Width: | Height: | Size: 63 KiB |
582
dist/spritesmith2.css
vendored
BIN
dist/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 122 KiB |
514
dist/spritesmith3.css
vendored
BIN
dist/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 176 KiB After Width: | Height: | Size: 175 KiB |
522
dist/spritesmith4.css
vendored
BIN
dist/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 188 KiB After Width: | Height: | Size: 188 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_graveyard.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_haunted_house.png
Normal file
|
After Width: | Height: | Size: 6.8 KiB |
BIN
img/sprites/spritesmith/backgrounds/background_spooky_forest.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
|
|
@ -31,5 +31,13 @@
|
|||
"backgroundAutumnForestText":"Autumn Forest",
|
||||
"backgroundAutumnForestNotes":"Stroll through an Autumn Forest.",
|
||||
"backgroundHarvestFieldsText":"Harvest Fields",
|
||||
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields."
|
||||
"backgroundHarvestFieldsNotes":"Cultivate your Harvest Fields.",
|
||||
|
||||
"backgrounds102014": "SET 5: Released October 2014",
|
||||
"backgroundGraveyardText":"Graveyard",
|
||||
"backgroundGraveyardNotes":"Visit a Creepy Graveyard.",
|
||||
"backgroundHauntedHouseText":"Haunted House",
|
||||
"backgroundHauntedHouseNotes":"Sneak through a Haunted House.",
|
||||
"backgroundSpookyForestText":"Spooky Forest",
|
||||
"backgroundSpookyForestNotes":"Shiver in a Spooky Forest."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1145,6 +1145,16 @@ api.backgrounds =
|
|||
harvest_fields:
|
||||
text: t('backgroundHarvestFieldsText')
|
||||
notes: t('backgroundHarvestFieldsNotes')
|
||||
backgrounds102014:
|
||||
graveyard:
|
||||
text: t('backgroundGraveyardText')
|
||||
notes: t('backgroundGraveyardNotes')
|
||||
haunted_house:
|
||||
text: t('backgroundHauntedHouseText')
|
||||
notes: t('backgroundHauntedHouseNotes')
|
||||
spooky_forest:
|
||||
text: t('backgroundSpookyForestText')
|
||||
notes: t('backgroundSpookyForestNotes')
|
||||
|
||||
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
|
||||
api.userDefaults =
|
||||
|
|
|
|||