Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2017-07-11 21:48:18 +00:00
commit a4ee3aaa7e
186 changed files with 16010 additions and 15762 deletions

View file

@ -0,0 +1,90 @@
var migrationName = '20170711_orcas.js';
var authorName = 'Sabe'; // in case script author needs to know when their ...
var authorUuid = '7f14ed62-5408-4e1b-be83-ada62d504931'; //... own data is done
/*
* Award Orca pets to owners of Orca mount, and Orca mount to everyone else
*/
var monk = require('monk');
var connectionString = 'mongodb://localhost:27017/habitrpg?auto_reconnect=true'; // FOR TEST DATABASE
var dbUsers = monk(connectionString).get('users', { castIds: false });
function processUsers(lastId) {
// specify a query to limit the affected users (empty for all users):
var query = {
'migration':{$ne:migrationName},
};
if (lastId) {
query._id = {
$gt: lastId
}
}
dbUsers.find(query, {
sort: {_id: 1},
limit: 250,
fields: [
'items.mounts',
] // specify fields we are interested in to limit retrieved data (empty if we're not reading data):
})
.then(updateUsers)
.catch(function (err) {
console.log(err);
return exiting(1, 'ERROR! ' + err);
});
}
var progressCount = 1000;
var count = 0;
function updateUsers (users) {
if (!users || users.length === 0) {
console.warn('All appropriate users found and modified.');
displayData();
return;
}
var userPromises = users.map(updateUser);
var lastUser = users[users.length - 1];
return Promise.all(userPromises)
.then(function () {
processUsers(lastUser._id);
});
}
function updateUser (user) {
count++;
var set = {};
if (user.items.mounts['Orca-Base']) {
set = {'migration':migrationName, 'items.pets.Orca-Base': 5};
} else {
set = {'migration':migrationName, 'items.mounts.Orca-Base': true};
}
dbUsers.update({_id: user._id}, {$set:set});
if (count % progressCount == 0) console.warn(count + ' ' + user._id);
if (user._id == authorUuid) console.warn(authorName + ' processed');
}
function displayData() {
console.warn('\n' + count + ' users processed\n');
return exiting(0);
}
function exiting(code, msg) {
code = code || 0; // 0 = success
if (code && !msg) { msg = 'ERROR!'; }
if (msg) {
if (code) { console.error(msg); }
else { console.log( msg); }
}
process.exit(code);
}
module.exports = processUsers;

View file

@ -1,7 +1,7 @@
{
"name": "habitica",
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
"version": "3.101.2",
"version": "3.102.0",
"main": "./website/server/index.js",
"dependencies": {
"@slack/client": "^3.8.1",

View file

@ -1,546 +1,534 @@
.promo_android {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -356px;
background-position: -1748px -176px;
width: 175px;
height: 175px;
}
.promo_aquatic_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -840px -148px;
background-position: -447px -148px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -845px -1042px;
background-position: -1606px 0px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -987px -1042px;
background-position: -1606px -295px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px 0px;
background-position: 0px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -282px -1042px;
background-position: -705px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -699px -148px;
background-position: -306px -148px;
width: 140px;
height: 447px;
}
.promo_backgrounds_armoire_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -559px 0px;
background-position: 0px -305px;
width: 139px;
height: 588px;
}
.promo_backgrounds_armoire_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -564px -1042px;
background-position: -1128px -894px;
width: 140px;
height: 439px;
}
.promo_backgrounds_armoire_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -705px -1042px;
background-position: -1269px -894px;
width: 139px;
height: 438px;
}
.promo_backgrounds_armoire_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px -442px;
background-position: -141px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px -442px;
background-position: -564px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -423px -1042px;
background-position: -423px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -441px;
background-position: -846px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -568px -600px;
background-position: -1041px 0px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -710px -600px;
background-position: -1041px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -852px -600px;
background-position: -1183px 0px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -994px -600px;
background-position: -1183px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -426px -600px;
background-position: -899px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201707 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -284px -600px;
background-position: -899px 0px;
width: 141px;
height: 441px;
}
.promo_bees {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
background-position: -757px -442px;
width: 141px;
height: 441px;
}
.promo_bundle_feathered {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px -600px;
background-position: -140px -305px;
width: 141px;
height: 441px;
}
.promo_bundle_splashy {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -757px 0px;
width: 141px;
height: 441px;
}
.promo_burnout {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -306px -295px;
background-position: -306px -596px;
width: 219px;
height: 240px;
}
.promo_chairs_glasses {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1819px -532px;
background-position: -1854px -352px;
width: 51px;
height: 210px;
}
.promo_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1129px -1042px;
background-position: -1606px -590px;
width: 141px;
height: 294px;
}
.promo_classes_fall_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -277px -1484px;
background-position: 0px -1484px;
width: 321px;
height: 100px;
}
.promo_classes_fall_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -845px -1337px;
background-position: -558px -1336px;
width: 377px;
height: 99px;
}
.promo_classes_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -442px;
background-position: -1606px -885px;
width: 103px;
height: 348px;
}
.promo_coffee_mug {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px 0px;
background-position: -526px -596px;
width: 200px;
height: 179px;
}
.promo_contrib_spotlight_Keith {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1803px -1477px;
background-position: -1467px -442px;
width: 87px;
height: 111px;
}
.promo_contrib_spotlight_alys {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1804px -1365px;
background-position: -1748px -1318px;
width: 90px;
height: 110px;
}
.promo_contrib_spotlight_beffymaroo {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -806px;
background-position: -1748px -626px;
width: 114px;
height: 147px;
}
.promo_contrib_spotlight_blade {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1477px;
background-position: -1748px -1429px;
width: 89px;
height: 111px;
}
.promo_contrib_spotlight_cantras {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -900px;
background-position: -1467px -663px;
width: 87px;
height: 109px;
}
.promo_contrib_spotlight_dewines {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -791px;
background-position: -1467px -554px;
width: 89px;
height: 108px;
}
.promo_contrib_spotlight_megan {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1365px;
background-position: -1748px -1206px;
width: 90px;
height: 111px;
}
.promo_contrib_spotlight_shanaqui {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1814px -1045px;
background-position: -1748px -1094px;
width: 90px;
height: 111px;
}
.promo_cow {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1042px;
background-position: -282px -894px;
width: 140px;
height: 441px;
}
.promo_cupid_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px 0px;
background-position: -1467px 0px;
width: 138px;
height: 441px;
}
.promo_dilatoryDistress {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -370px -1632px;
background-position: -1270px -1484px;
width: 90px;
height: 90px;
}
.promo_egg_mounts {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1271px -1042px;
background-position: 0px -1336px;
width: 280px;
height: 147px;
}
.promo_enchanted_armoire {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -599px -1484px;
background-position: -936px -1336px;
width: 374px;
height: 76px;
}
.promo_enchanted_armoire_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1223px -1337px;
background-position: -322px -1484px;
width: 217px;
height: 90px;
}
.promo_enchanted_armoire_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -954px;
background-position: -540px -1484px;
width: 180px;
height: 90px;
}
.promo_enchanted_armoire_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -916px -1632px;
background-position: -1543px -1484px;
width: 90px;
height: 90px;
}
.promo_enchanted_armoire_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1183px;
background-position: -1748px -912px;
width: 122px;
height: 90px;
}
.promo_enchanted_armoire_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -734px -1632px;
background-position: -1634px -1484px;
width: 90px;
height: 90px;
}
.promo_fairy_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -982px -148px;
background-position: -589px -148px;
width: 141px;
height: 441px;
}
.promo_floral_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -532px;
background-position: -1748px -352px;
width: 105px;
height: 273px;
}
.promo_ghost_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -141px -1042px;
background-position: -987px -894px;
width: 140px;
height: 441px;
}
.promo_habitica {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -180px;
background-position: -1748px 0px;
width: 175px;
height: 175px;
}
.promo_habitica_sticker {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -295px;
background-position: 0px 0px;
width: 305px;
height: 304px;
}
.promo_habitoween_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px 0px;
background-position: -1325px -441px;
width: 140px;
height: 441px;
}
.promo_haunted_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1045px;
background-position: -1748px -774px;
width: 100px;
height: 137px;
}
.promo_holly_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px 0px;
background-position: -1325px 0px;
width: 141px;
height: 440px;
}
.promo_item_notif {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1271px -1190px;
background-position: 0px -1585px;
width: 249px;
height: 102px;
}
.promo_jackalope {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1484px;
background-position: -281px -1336px;
width: 276px;
height: 147px;
}
.promo_more_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -699px 0px;
background-position: -306px 0px;
width: 450px;
height: 147px;
}
.promo_mystery_201405 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1189px -1632px;
background-position: -906px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201406 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px -884px;
background-position: -1606px -1234px;
width: 90px;
height: 96px;
}
.promo_mystery_201407 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -669px;
background-position: -1854px -563px;
width: 42px;
height: 62px;
}
.promo_mystery_201408 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -974px -1484px;
background-position: -1839px -1206px;
width: 60px;
height: 71px;
}
.promo_mystery_201409 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1462px -1632px;
background-position: -341px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201410 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1834px -1274px;
background-position: -1839px -1094px;
width: 72px;
height: 63px;
}
.promo_mystery_201411 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -643px -1632px;
background-position: -815px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201412 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -602px;
background-position: -1869px -1003px;
width: 42px;
height: 66px;
}
.promo_mystery_201501 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1664px -791px;
background-position: -1863px -708px;
width: 48px;
height: 63px;
}
.promo_mystery_201502 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -188px -1632px;
background-position: -1088px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201503 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -279px -1632px;
background-position: -1179px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201504 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1035px -1484px;
background-position: -1839px -1318px;
width: 60px;
height: 69px;
}
.promo_mystery_201505 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -461px -1632px;
background-position: -1361px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201506 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -532px;
background-position: -1871px -912px;
width: 42px;
height: 69px;
}
.promo_mystery_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1222px;
background-position: -1467px -879px;
width: 90px;
height: 105px;
}
.promo_mystery_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1632px;
background-position: -1467px -1167px;
width: 93px;
height: 90px;
}
.promo_mystery_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -825px -1632px;
background-position: -250px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201510 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px -884px;
background-position: -140px -747px;
width: 93px;
height: 90px;
}
.promo_mystery_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1007px -1632px;
background-position: -432px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201512 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1836px -1183px;
background-position: -1863px -626px;
width: 60px;
height: 81px;
}
.promo_mystery_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1274px;
background-position: -1748px -1003px;
width: 120px;
height: 90px;
}
.promo_mystery_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1280px -1632px;
background-position: -523px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1371px -1632px;
background-position: -1452px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -94px -1632px;
background-position: -1467px -1076px;
width: 93px;
height: 90px;
}
.promo_mystery_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1098px -1632px;
background-position: -997px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1010px;
background-position: -1467px -773px;
width: 90px;
height: 105px;
}
.promo_mystery_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -552px -1632px;
background-position: -614px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1441px -1337px;
background-position: -1467px -985px;
width: 93px;
height: 90px;
}
.promo_mystery_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -883px;
background-position: -721px -1484px;
width: 93px;
height: 90px;
}
.promo_mystery_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1828px -806px;
background-position: -1849px -774px;
width: 63px;
height: 84px;
}
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1328px;
width: 90px;
height: 99px;
}
.promo_mystery_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px;
width: 558px;
height: 294px;
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1116px;
width: 90px;
height: 105px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 934 KiB

After

Width:  |  Height:  |  Size: 936 KiB

View file

@ -1,408 +1,432 @@
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1571px -1083px;
width: 90px;
height: 99px;
}
.promo_mystery_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px 0px;
width: 558px;
height: 294px;
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1712px -300px;
width: 90px;
height: 105px;
}
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -890px;
background-position: -584px -1538px;
width: 279px;
height: 147px;
}
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -299px;
background-position: -1040px -1247px;
width: 282px;
height: 147px;
}
.promo_mystery_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -447px;
background-position: -1680px -992px;
width: 90px;
height: 90px;
}
.promo_mystery_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -447px;
background-position: -301px -1538px;
width: 282px;
height: 147px;
}
.promo_mystery_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -796px -1695px;
background-position: -1963px -934px;
width: 111px;
height: 90px;
}
.promo_mystery_3014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -578px -1695px;
background-position: -1812px -1381px;
width: 217px;
height: 90px;
}
.promo_new_hair_fall2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -565px -969px;
background-position: -1429px -442px;
width: 140px;
height: 441px;
}
.promo_orca {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px -589px;
background-position: -1963px -783px;
width: 105px;
height: 105px;
}
.promo_orcas {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1571px -844px;
width: 219px;
height: 147px;
}
.promo_partyhats {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -819px;
background-position: -1963px -1025px;
width: 115px;
height: 47px;
}
.promo_pastel_skin {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -793px -1411px;
background-position: -1110px -1422px;
width: 330px;
height: 83px;
}
.customize-option.promo_pastel_skin {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -818px -1426px;
background-position: -1135px -1437px;
width: 60px;
height: 60px;
}
.promo_pastel_skin_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1107px -969px;
background-position: -824px -1096px;
width: 354px;
height: 147px;
}
.customize-option.promo_pastel_skin_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1132px -984px;
background-position: -849px -1111px;
width: 60px;
height: 60px;
}
.promo_peppermint_flame {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -755px;
background-position: -1953px -1085px;
width: 140px;
height: 147px;
}
.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -903px;
background-position: -1812px -1085px;
width: 140px;
height: 147px;
}
.customize-option.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1873px -918px;
background-position: -1837px -1100px;
width: 60px;
height: 60px;
}
.promo_pyromancer {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1642px;
background-position: -1963px -632px;
width: 113px;
height: 113px;
}
.promo_rainbow_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -343px;
background-position: -1712px -196px;
width: 92px;
height: 103px;
}
.promo_seafoam {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -442px;
background-position: -1287px 0px;
width: 141px;
height: 441px;
}
.promo_seasonal_shop_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -1038px;
background-position: -864px -1538px;
width: 279px;
height: 147px;
}
.promo_shimmer_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1067px -1316px;
background-position: -1144px -1538px;
width: 330px;
height: 83px;
}
.promo_shimmer_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -969px;
background-position: -1429px 0px;
width: 141px;
height: 441px;
}
.promo_shinySeeds {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px 0px;
background-position: -1287px -442px;
width: 141px;
height: 441px;
}
.promo_splashy_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -782px;
background-position: -725px -562px;
width: 375px;
height: 186px;
}
.customize-option.promo_splashy_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -797px;
background-position: -750px -577px;
width: 60px;
height: 60px;
}
.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1786px;
background-position: -1812px -1472px;
width: 198px;
height: 91px;
}
.customize-option.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -1801px;
background-position: -1837px -1487px;
width: 60px;
height: 60px;
}
.promo_spooky_sparkles_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -595px;
background-position: -1571px -196px;
width: 140px;
height: 294px;
}
.promo_spring_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -430px -1411px;
background-position: -687px -984px;
width: 362px;
height: 102px;
}
.promo_spring_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px 0px;
background-position: -730px -1247px;
width: 309px;
height: 147px;
}
.promo_springclasses2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1695px;
background-position: -1812px -91px;
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -289px -1695px;
background-position: -1812px 0px;
width: 288px;
height: 90px;
}
.promo_staff_spotlight_Lemoness {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1347px;
background-position: -1963px -330px;
width: 102px;
height: 146px;
}
.promo_staff_spotlight_Viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1199px;
background-position: -1969px -182px;
width: 119px;
height: 147px;
}
.promo_staff_spotlight_paglias {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1494px;
background-position: -1963px -481px;
width: 99px;
height: 147px;
}
.promo_steampunk_3017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -283px -969px;
background-position: -282px -1096px;
width: 140px;
height: 441px;
}
.promo_summer_classes_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1411px;
background-position: -257px -984px;
width: 429px;
height: 102px;
}
.promo_summer_classes_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -534px -1514px;
background-position: 0px -1689px;
width: 300px;
height: 88px;
}
.promo_summer_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -969px;
background-position: -423px -1096px;
width: 400px;
height: 150px;
}
.promo_summer_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px 0px;
background-position: -1145px 0px;
width: 141px;
height: 588px;
}
.promo_takeThis_gear {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -835px -1514px;
background-position: -1812px -1640px;
width: 114px;
height: 87px;
}
.promo_takethis_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -950px -1514px;
background-position: -1927px -1640px;
width: 114px;
height: 87px;
}
.promo_task_planning {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -1120px;
background-position: -1571px 0px;
width: 240px;
height: 195px;
}
.promo_turkey_day_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -424px -969px;
background-position: -141px -1096px;
width: 140px;
height: 441px;
}
.promo_unconventional_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1761px -1261px;
background-position: -1951px -1309px;
width: 60px;
height: 60px;
}
.promo_unconventional_armor2 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1761px -1186px;
background-position: -2030px -1381px;
width: 70px;
height: 74px;
}
.promo_updos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -595px;
background-position: -1812px -182px;
width: 156px;
height: 147px;
}
.promo_veteran_pets {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1124px -1411px;
background-position: -1951px -1233px;
width: 146px;
height: 75px;
}
.promo_winter_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -1316px;
background-position: -749px -1422px;
width: 360px;
height: 90px;
}
.promo_winter_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -376px -782px;
background-position: -257px -839px;
width: 432px;
height: 144px;
}
.promo_winter_fireworks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1051px;
background-position: -1812px -1233px;
width: 138px;
height: 147px;
}
.promo_winterclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -208px -1514px;
background-position: -423px -1422px;
width: 325px;
height: 110px;
}
.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -142px -969px;
background-position: 0px -1096px;
width: 140px;
height: 441px;
}
.customize-option.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -167px -984px;
background-position: -25px -1111px;
width: 60px;
height: 60px;
}
.promo_winteryhair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -743px;
background-position: -1812px -1564px;
width: 152px;
height: 75px;
}
.avatar_variety {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -809px -782px;
background-position: -690px -839px;
width: 498px;
height: 95px;
}
.npc_viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -908px -1695px;
background-position: -1571px -992px;
width: 108px;
height: 90px;
}
.party_preview {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -562px;
background-position: -499px -312px;
width: 451px;
height: 219px;
}
.promo_backtoschool {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -604px;
background-position: -1812px -330px;
width: 150px;
height: 150px;
}
.promo_cooking {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -452px -562px;
background-position: -328px -562px;
width: 396px;
height: 219px;
}
.promo_startingover {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -151px;
background-position: -1812px -783px;
width: 150px;
height: 150px;
}
.promo_valentines {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1188px -1120px;
background-position: -1179px -1096px;
width: 309px;
height: 147px;
}
.promo_working_out {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -148px;
background-position: 0px -1538px;
width: 300px;
height: 150px;
}
.scene_arts_crafts {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px -277px;
background-position: 0px -839px;
width: 256px;
height: 256px;
}
.scene_buying_rewards {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1514px;
background-position: -1571px -663px;
width: 207px;
height: 180px;
}
.scene_coding {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -302px;
background-position: -1812px -632px;
width: 150px;
height: 150px;
}
.scene_dailies {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px 0px;
background-position: 0px -562px;
width: 327px;
height: 276px;
}
.scene_eco_friendly {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -1186px;
background-position: -1571px -491px;
width: 222px;
height: 171px;
}
@ -420,37 +444,19 @@
}
.scene_habits {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px -534px;
background-position: -423px -1247px;
width: 306px;
height: 174px;
}
.scene_meditation {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px 0px;
background-position: -1812px -481px;
width: 150px;
height: 150px;
}
.scene_phone_peek {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -453px;
background-position: -1812px -934px;
width: 150px;
height: 150px;
}
.scene_raking_leaves {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px -343px;
width: 246px;
height: 198px;
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -947px -1120px;
width: 240px;
height: 195px;
}
.scene_video_games {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px 0px;
width: 339px;
height: 342px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 987 KiB

After

Width:  |  Height:  |  Size: 996 KiB

View file

@ -1,18 +1,36 @@
.scene_raking_leaves {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -340px 0px;
width: 246px;
height: 198px;
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -587px 0px;
width: 240px;
height: 195px;
}
.scene_video_games {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px 0px;
width: 339px;
height: 342px;
}
.welcome_basic_avatars {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -271px 0px;
background-position: -271px -343px;
width: 246px;
height: 165px;
}
.welcome_promo_party {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px 0px;
background-position: 0px -343px;
width: 270px;
height: 180px;
}
.welcome_sample_tasks {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px -181px;
background-position: 0px -524px;
width: 246px;
height: 165px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 160 KiB

After

Width:  |  Height:  |  Size: 158 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 130 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 161 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 KiB

After

Width:  |  Height:  |  Size: 141 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 157 KiB

After

Width:  |  Height:  |  Size: 157 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 147 KiB

After

Width:  |  Height:  |  Size: 147 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 183 KiB

After

Width:  |  Height:  |  Size: 183 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 162 KiB

View file

@ -1,510 +1,492 @@
.Pet-Triceratops-CottonCandyBlue {
.Pet-Triceratops-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -500px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -200px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -200px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Gilded {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px 0px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -400px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -400px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px 0px;
width: 81px;
height: 99px;
}
.Pet-Whale-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -100px;
width: 81px;
height: 99px;
}
.Pet-Whale-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -200px;
width: 81px;
height: 99px;
}
.Pet-Whale-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -300px;
width: 81px;
height: 99px;
}
.Pet-Whale-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -500px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -100px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px 0px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Gilded {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px 0px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -300px;
width: 81px;
height: 99px;
}
.Pet-Whale-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px 0px;
width: 81px;
height: 99px;
}
.Pet-Whale-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -100px;
width: 81px;
height: 99px;
}
.Pet-Whale-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -200px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -300px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px 0px;
background-position: -574px -400px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -500px;
background-position: 0px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -500px;
background-position: 0px 0px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Cupid {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -500px;
background-position: -164px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -500px;
background-position: -246px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Fairy {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -500px;
background-position: -328px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Floral {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px 0px;
background-position: -410px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Ghost {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -100px;
background-position: -492px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -200px;
background-position: -574px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Holly {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -300px;
background-position: -656px 0px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Peppermint {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -400px;
background-position: -656px -100px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -500px;
background-position: -656px -200px;
width: 81px;
height: 99px;
}
.Pet-Wolf-RoyalPurple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -600px;
background-position: -656px -300px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -600px;
background-position: -656px -400px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Shimmer {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -600px;
background-position: -656px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -600px;
background-position: 0px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Spooky {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -600px;
background-position: -82px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Thunderstorm {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -600px;
background-position: -164px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Veteran {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -600px;
background-position: -246px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -600px;
background-position: -328px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -600px;
background-position: -410px -600px;
width: 81px;
height: 99px;
}
.Pet_HatchingPotion_Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -52px;
background-position: -541px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -572px;
background-position: -738px -312px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -104px;
background-position: -590px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -156px;
background-position: -639px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Cupid {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -208px;
background-position: -688px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -260px;
background-position: -738px 0px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Fairy {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -312px;
background-position: -738px -52px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Floral {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -364px;
background-position: -738px -104px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Ghost {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -416px;
background-position: -738px -156px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -468px;
background-position: -738px -208px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Holly {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -520px;
background-position: -738px -260px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Peppermint {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px 0px;
background-position: -492px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Purple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -624px;
background-position: -738px -364px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -700px;
background-position: -738px -416px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_RoyalPurple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -49px -700px;
background-position: -738px -468px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -98px -700px;
background-position: -738px -520px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Shimmer {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -147px -700px;
background-position: -738px -572px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -196px -700px;
background-position: -738px -624px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Spooky {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -245px -700px;
background-position: 0px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Thunderstorm {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -294px -700px;
background-position: -49px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -343px -700px;
background-position: -98px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -392px -700px;
background-position: -147px -700px;
width: 48px;
height: 51px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 107 KiB

After

Width:  |  Height:  |  Size: 109 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 154 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 150 KiB

After

Width:  |  Height:  |  Size: 150 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 155 KiB

After

Width:  |  Height:  |  Size: 158 KiB

View file

@ -1,12 +1,6 @@
.seasonalshop_closed {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1165px;
width: 162px;
height: 138px;
}
.seasonalshop_open {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1026px;
background-position: -1932px -1138px;
width: 162px;
height: 138px;
}
@ -18,7 +12,7 @@
}
.quest_armadillo {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
background-position: -880px -892px;
width: 219px;
height: 219px;
}
@ -48,7 +42,7 @@
}
.quest_basilist {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -191px -1688px;
background-position: -1932px -392px;
width: 189px;
height: 141px;
}
@ -66,13 +60,13 @@
}
.quest_butterfly {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -232px;
background-position: -660px -220px;
width: 219px;
height: 219px;
}
.quest_cheetah {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px 0px;
background-position: 0px -452px;
width: 219px;
height: 219px;
}
@ -84,7 +78,7 @@
}
.quest_dilatory {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -452px;
background-position: -660px -452px;
width: 219px;
height: 219px;
}
@ -96,55 +90,55 @@
}
.quest_dilatoryDistress2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -422px;
background-position: -1932px -836px;
width: 150px;
height: 150px;
}
.quest_dilatoryDistress3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px 0px;
background-position: -880px -220px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -452px;
background-position: -440px -452px;
width: 219px;
height: 219px;
}
.quest_dustbunnies {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -220px;
background-position: -880px -440px;
width: 219px;
height: 219px;
}
.quest_egg {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -214px;
background-position: -1932px -184px;
width: 165px;
height: 207px;
}
.quest_evilsanta {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1304px;
background-position: -1932px -1277px;
width: 118px;
height: 131px;
}
.quest_evilsanta2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -440px;
background-position: -220px -672px;
width: 219px;
height: 219px;
}
.quest_falcon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -672px;
background-position: -440px -672px;
width: 219px;
height: 219px;
}
.quest_ferret {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -672px;
background-position: -660px -672px;
width: 219px;
height: 219px;
}
@ -156,13 +150,13 @@
}
.quest_ghost_stag {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -672px;
background-position: -1100px 0px;
width: 219px;
height: 219px;
}
.quest_goldenknight1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -672px;
background-position: -1100px -220px;
width: 219px;
height: 219px;
}
@ -180,19 +174,19 @@
}
.quest_gryphon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1319px -1112px;
background-position: -428px -1326px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -440px;
background-position: -1100px -660px;
width: 219px;
height: 219px;
}
.quest_harpy {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -660px;
background-position: -220px 0px;
width: 219px;
height: 219px;
}
@ -204,7 +198,7 @@
}
.quest_horse {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -892px;
background-position: -440px -892px;
width: 219px;
height: 219px;
}
@ -216,37 +210,37 @@
}
.quest_mayhemMistiflying1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -875px;
background-position: -1932px -987px;
width: 150px;
height: 150px;
}
.quest_mayhemMistiflying2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -892px;
background-position: -1100px -892px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -892px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px 0px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_moon1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -880px;
background-position: -1540px -217px;
width: 216px;
height: 216px;
}
.quest_moon2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -220px;
background-position: -1320px -660px;
width: 219px;
height: 219px;
}
@ -258,19 +252,19 @@
}
.quest_moonstone1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -660px;
background-position: -660px -892px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -220px;
background-position: -220px -892px;
width: 219px;
height: 219px;
}
.quest_moonstone3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -892px;
background-position: -880px -672px;
width: 219px;
height: 219px;
}
@ -288,31 +282,31 @@
}
.quest_owl {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -452px;
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -217px;
background-position: -1320px -880px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1688px;
background-position: -1932px 0px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px 0px;
background-position: -440px -232px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px 0px;
background-position: -1540px -651px;
width: 216px;
height: 216px;
}
@ -324,25 +318,25 @@
}
.quest_sabretooth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -232px;
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -892px;
background-position: -1100px -440px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -892px;
background-position: -220px -232px;
width: 219px;
height: 219px;
}
.quest_sloth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px 0px;
background-position: -660px 0px;
width: 219px;
height: 219px;
}
@ -366,46 +360,52 @@
}
.quest_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -573px;
background-position: -1932px -685px;
width: 150px;
height: 150px;
}
.quest_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -452px;
background-position: 0px -672px;
width: 219px;
height: 219px;
}
.quest_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -220px;
background-position: -220px -452px;
width: 219px;
height: 219px;
}
.quest_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -724px;
background-position: -1932px -534px;
width: 150px;
height: 150px;
}
.quest_taskwoodsTerror2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -651px;
background-position: -1540px 0px;
width: 216px;
height: 216px;
}
.quest_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -672px;
background-position: 0px -892px;
width: 219px;
height: 219px;
}
.quest_treeling {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -428px -1326px;
background-position: -1319px -1112px;
width: 216px;
height: 177px;
}
.quest_trex {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1688px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -645px -1326px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 434 KiB

After

Width:  |  Height:  |  Size: 456 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 222 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 701 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 923 B

After

Width:  |  Height:  |  Size: 372 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB

After

Width:  |  Height:  |  Size: 1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 739 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 800 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 436 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 681 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View file

@ -1,546 +1,534 @@
.promo_android {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -356px;
background-position: -1748px -176px;
width: 175px;
height: 175px;
}
.promo_aquatic_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -840px -148px;
background-position: -447px -148px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -845px -1042px;
background-position: -1606px 0px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -987px -1042px;
background-position: -1606px -295px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px 0px;
background-position: 0px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -282px -1042px;
background-position: -705px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -699px -148px;
background-position: -306px -148px;
width: 140px;
height: 447px;
}
.promo_backgrounds_armoire_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -559px 0px;
background-position: 0px -305px;
width: 139px;
height: 588px;
}
.promo_backgrounds_armoire_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -564px -1042px;
background-position: -1128px -894px;
width: 140px;
height: 439px;
}
.promo_backgrounds_armoire_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -705px -1042px;
background-position: -1269px -894px;
width: 139px;
height: 438px;
}
.promo_backgrounds_armoire_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px -442px;
background-position: -141px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px -442px;
background-position: -564px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -423px -1042px;
background-position: -423px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -441px;
background-position: -846px -894px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -568px -600px;
background-position: -1041px 0px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -710px -600px;
background-position: -1041px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -852px -600px;
background-position: -1183px 0px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -994px -600px;
background-position: -1183px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -426px -600px;
background-position: -899px -442px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201707 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -284px -600px;
background-position: -899px 0px;
width: 141px;
height: 441px;
}
.promo_bees {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
background-position: -757px -442px;
width: 141px;
height: 441px;
}
.promo_bundle_feathered {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px -600px;
background-position: -140px -305px;
width: 141px;
height: 441px;
}
.promo_bundle_splashy {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -757px 0px;
width: 141px;
height: 441px;
}
.promo_burnout {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -306px -295px;
background-position: -306px -596px;
width: 219px;
height: 240px;
}
.promo_chairs_glasses {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1819px -532px;
background-position: -1854px -352px;
width: 51px;
height: 210px;
}
.promo_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1129px -1042px;
background-position: -1606px -590px;
width: 141px;
height: 294px;
}
.promo_classes_fall_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -277px -1484px;
background-position: 0px -1484px;
width: 321px;
height: 100px;
}
.promo_classes_fall_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -845px -1337px;
background-position: -558px -1336px;
width: 377px;
height: 99px;
}
.promo_classes_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -442px;
background-position: -1606px -885px;
width: 103px;
height: 348px;
}
.promo_coffee_mug {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px 0px;
background-position: -526px -596px;
width: 200px;
height: 179px;
}
.promo_contrib_spotlight_Keith {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1803px -1477px;
background-position: -1467px -442px;
width: 87px;
height: 111px;
}
.promo_contrib_spotlight_alys {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1804px -1365px;
background-position: -1748px -1318px;
width: 90px;
height: 110px;
}
.promo_contrib_spotlight_beffymaroo {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -806px;
background-position: -1748px -626px;
width: 114px;
height: 147px;
}
.promo_contrib_spotlight_blade {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1477px;
background-position: -1748px -1429px;
width: 89px;
height: 111px;
}
.promo_contrib_spotlight_cantras {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -900px;
background-position: -1467px -663px;
width: 87px;
height: 109px;
}
.promo_contrib_spotlight_dewines {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -791px;
background-position: -1467px -554px;
width: 89px;
height: 108px;
}
.promo_contrib_spotlight_megan {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1365px;
background-position: -1748px -1206px;
width: 90px;
height: 111px;
}
.promo_contrib_spotlight_shanaqui {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1814px -1045px;
background-position: -1748px -1094px;
width: 90px;
height: 111px;
}
.promo_cow {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1042px;
background-position: -282px -894px;
width: 140px;
height: 441px;
}
.promo_cupid_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px 0px;
background-position: -1467px 0px;
width: 138px;
height: 441px;
}
.promo_dilatoryDistress {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -370px -1632px;
background-position: -1270px -1484px;
width: 90px;
height: 90px;
}
.promo_egg_mounts {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1271px -1042px;
background-position: 0px -1336px;
width: 280px;
height: 147px;
}
.promo_enchanted_armoire {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -599px -1484px;
background-position: -936px -1336px;
width: 374px;
height: 76px;
}
.promo_enchanted_armoire_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1223px -1337px;
background-position: -322px -1484px;
width: 217px;
height: 90px;
}
.promo_enchanted_armoire_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -954px;
background-position: -540px -1484px;
width: 180px;
height: 90px;
}
.promo_enchanted_armoire_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -916px -1632px;
background-position: -1543px -1484px;
width: 90px;
height: 90px;
}
.promo_enchanted_armoire_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1183px;
background-position: -1748px -912px;
width: 122px;
height: 90px;
}
.promo_enchanted_armoire_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -734px -1632px;
background-position: -1634px -1484px;
width: 90px;
height: 90px;
}
.promo_fairy_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -982px -148px;
background-position: -589px -148px;
width: 141px;
height: 441px;
}
.promo_floral_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -532px;
background-position: -1748px -352px;
width: 105px;
height: 273px;
}
.promo_ghost_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -141px -1042px;
background-position: -987px -894px;
width: 140px;
height: 441px;
}
.promo_habitica {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -180px;
background-position: -1748px 0px;
width: 175px;
height: 175px;
}
.promo_habitica_sticker {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -295px;
background-position: 0px 0px;
width: 305px;
height: 304px;
}
.promo_habitoween_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px 0px;
background-position: -1325px -441px;
width: 140px;
height: 441px;
}
.promo_haunted_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1045px;
background-position: -1748px -774px;
width: 100px;
height: 137px;
}
.promo_holly_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px 0px;
background-position: -1325px 0px;
width: 141px;
height: 440px;
}
.promo_item_notif {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1271px -1190px;
background-position: 0px -1585px;
width: 249px;
height: 102px;
}
.promo_jackalope {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1484px;
background-position: -281px -1336px;
width: 276px;
height: 147px;
}
.promo_more_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -699px 0px;
background-position: -306px 0px;
width: 450px;
height: 147px;
}
.promo_mystery_201405 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1189px -1632px;
background-position: -906px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201406 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1433px -884px;
background-position: -1606px -1234px;
width: 90px;
height: 96px;
}
.promo_mystery_201407 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -669px;
background-position: -1854px -563px;
width: 42px;
height: 62px;
}
.promo_mystery_201408 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -974px -1484px;
background-position: -1839px -1206px;
width: 60px;
height: 71px;
}
.promo_mystery_201409 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1462px -1632px;
background-position: -341px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201410 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1834px -1274px;
background-position: -1839px -1094px;
width: 72px;
height: 63px;
}
.promo_mystery_201411 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -643px -1632px;
background-position: -815px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201412 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -602px;
background-position: -1869px -1003px;
width: 42px;
height: 66px;
}
.promo_mystery_201501 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1664px -791px;
background-position: -1863px -708px;
width: 48px;
height: 63px;
}
.promo_mystery_201502 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -188px -1632px;
background-position: -1088px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201503 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -279px -1632px;
background-position: -1179px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201504 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1035px -1484px;
background-position: -1839px -1318px;
width: 60px;
height: 69px;
}
.promo_mystery_201505 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -461px -1632px;
background-position: -1361px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201506 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1871px -532px;
background-position: -1871px -912px;
width: 42px;
height: 69px;
}
.promo_mystery_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1222px;
background-position: -1467px -879px;
width: 90px;
height: 105px;
}
.promo_mystery_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1632px;
background-position: -1467px -1167px;
width: 93px;
height: 90px;
}
.promo_mystery_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -825px -1632px;
background-position: -250px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201510 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1292px -884px;
background-position: -140px -747px;
width: 93px;
height: 90px;
}
.promo_mystery_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1007px -1632px;
background-position: -432px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201512 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1836px -1183px;
background-position: -1863px -626px;
width: 60px;
height: 81px;
}
.promo_mystery_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1713px -1274px;
background-position: -1748px -1003px;
width: 120px;
height: 90px;
}
.promo_mystery_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1280px -1632px;
background-position: -523px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1371px -1632px;
background-position: -1452px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -94px -1632px;
background-position: -1467px -1076px;
width: 93px;
height: 90px;
}
.promo_mystery_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1098px -1632px;
background-position: -997px -1484px;
width: 90px;
height: 90px;
}
.promo_mystery_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1010px;
background-position: -1467px -773px;
width: 90px;
height: 105px;
}
.promo_mystery_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -552px -1632px;
background-position: -614px -1585px;
width: 90px;
height: 90px;
}
.promo_mystery_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1441px -1337px;
background-position: -1467px -985px;
width: 93px;
height: 90px;
}
.promo_mystery_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -883px;
background-position: -721px -1484px;
width: 93px;
height: 90px;
}
.promo_mystery_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1828px -806px;
background-position: -1849px -774px;
width: 63px;
height: 84px;
}
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1328px;
width: 90px;
height: 99px;
}
.promo_mystery_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px 0px;
width: 558px;
height: 294px;
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1574px -1116px;
width: 90px;
height: 105px;
}

View file

@ -1,408 +1,432 @@
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1571px -1083px;
width: 90px;
height: 99px;
}
.promo_mystery_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px 0px;
width: 558px;
height: 294px;
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1712px -300px;
width: 90px;
height: 105px;
}
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -890px;
background-position: -584px -1538px;
width: 279px;
height: 147px;
}
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -299px;
background-position: -1040px -1247px;
width: 282px;
height: 147px;
}
.promo_mystery_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -447px;
background-position: -1680px -992px;
width: 90px;
height: 90px;
}
.promo_mystery_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -447px;
background-position: -301px -1538px;
width: 282px;
height: 147px;
}
.promo_mystery_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -796px -1695px;
background-position: -1963px -934px;
width: 111px;
height: 90px;
}
.promo_mystery_3014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -578px -1695px;
background-position: -1812px -1381px;
width: 217px;
height: 90px;
}
.promo_new_hair_fall2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -565px -969px;
background-position: -1429px -442px;
width: 140px;
height: 441px;
}
.promo_orca {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px -589px;
background-position: -1963px -783px;
width: 105px;
height: 105px;
}
.promo_orcas {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1571px -844px;
width: 219px;
height: 147px;
}
.promo_partyhats {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -819px;
background-position: -1963px -1025px;
width: 115px;
height: 47px;
}
.promo_pastel_skin {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -793px -1411px;
background-position: -1110px -1422px;
width: 330px;
height: 83px;
}
.customize-option.promo_pastel_skin {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -818px -1426px;
background-position: -1135px -1437px;
width: 60px;
height: 60px;
}
.promo_pastel_skin_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1107px -969px;
background-position: -824px -1096px;
width: 354px;
height: 147px;
}
.customize-option.promo_pastel_skin_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1132px -984px;
background-position: -849px -1111px;
width: 60px;
height: 60px;
}
.promo_peppermint_flame {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -755px;
background-position: -1953px -1085px;
width: 140px;
height: 147px;
}
.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -903px;
background-position: -1812px -1085px;
width: 140px;
height: 147px;
}
.customize-option.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1873px -918px;
background-position: -1837px -1100px;
width: 60px;
height: 60px;
}
.promo_pyromancer {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1642px;
background-position: -1963px -632px;
width: 113px;
height: 113px;
}
.promo_rainbow_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -343px;
background-position: -1712px -196px;
width: 92px;
height: 103px;
}
.promo_seafoam {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -442px;
background-position: -1287px 0px;
width: 141px;
height: 441px;
}
.promo_seasonal_shop_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -1038px;
background-position: -864px -1538px;
width: 279px;
height: 147px;
}
.promo_shimmer_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1067px -1316px;
background-position: -1144px -1538px;
width: 330px;
height: 83px;
}
.promo_shimmer_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -969px;
background-position: -1429px 0px;
width: 141px;
height: 441px;
}
.promo_shinySeeds {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px 0px;
background-position: -1287px -442px;
width: 141px;
height: 441px;
}
.promo_splashy_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -782px;
background-position: -725px -562px;
width: 375px;
height: 186px;
}
.customize-option.promo_splashy_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -797px;
background-position: -750px -577px;
width: 60px;
height: 60px;
}
.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1786px;
background-position: -1812px -1472px;
width: 198px;
height: 91px;
}
.customize-option.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -1801px;
background-position: -1837px -1487px;
width: 60px;
height: 60px;
}
.promo_spooky_sparkles_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -595px;
background-position: -1571px -196px;
width: 140px;
height: 294px;
}
.promo_spring_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -430px -1411px;
background-position: -687px -984px;
width: 362px;
height: 102px;
}
.promo_spring_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px 0px;
background-position: -730px -1247px;
width: 309px;
height: 147px;
}
.promo_springclasses2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1695px;
background-position: -1812px -91px;
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -289px -1695px;
background-position: -1812px 0px;
width: 288px;
height: 90px;
}
.promo_staff_spotlight_Lemoness {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1347px;
background-position: -1963px -330px;
width: 102px;
height: 146px;
}
.promo_staff_spotlight_Viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1199px;
background-position: -1969px -182px;
width: 119px;
height: 147px;
}
.promo_staff_spotlight_paglias {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1494px;
background-position: -1963px -481px;
width: 99px;
height: 147px;
}
.promo_steampunk_3017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -283px -969px;
background-position: -282px -1096px;
width: 140px;
height: 441px;
}
.promo_summer_classes_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1411px;
background-position: -257px -984px;
width: 429px;
height: 102px;
}
.promo_summer_classes_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -534px -1514px;
background-position: 0px -1689px;
width: 300px;
height: 88px;
}
.promo_summer_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -969px;
background-position: -423px -1096px;
width: 400px;
height: 150px;
}
.promo_summer_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px 0px;
background-position: -1145px 0px;
width: 141px;
height: 588px;
}
.promo_takeThis_gear {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -835px -1514px;
background-position: -1812px -1640px;
width: 114px;
height: 87px;
}
.promo_takethis_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -950px -1514px;
background-position: -1927px -1640px;
width: 114px;
height: 87px;
}
.promo_task_planning {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -1120px;
background-position: -1571px 0px;
width: 240px;
height: 195px;
}
.promo_turkey_day_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -424px -969px;
background-position: -141px -1096px;
width: 140px;
height: 441px;
}
.promo_unconventional_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1761px -1261px;
background-position: -1951px -1309px;
width: 60px;
height: 60px;
}
.promo_unconventional_armor2 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1761px -1186px;
background-position: -2030px -1381px;
width: 70px;
height: 74px;
}
.promo_updos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -595px;
background-position: -1812px -182px;
width: 156px;
height: 147px;
}
.promo_veteran_pets {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1124px -1411px;
background-position: -1951px -1233px;
width: 146px;
height: 75px;
}
.promo_winter_classes_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -706px -1316px;
background-position: -749px -1422px;
width: 360px;
height: 90px;
}
.promo_winter_classes_2017 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -376px -782px;
background-position: -257px -839px;
width: 432px;
height: 144px;
}
.promo_winter_fireworks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -1051px;
background-position: -1812px -1233px;
width: 138px;
height: 147px;
}
.promo_winterclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -208px -1514px;
background-position: -423px -1422px;
width: 325px;
height: 110px;
}
.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -142px -969px;
background-position: 0px -1096px;
width: 140px;
height: 441px;
}
.customize-option.promo_wintery_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -167px -984px;
background-position: -25px -1111px;
width: 60px;
height: 60px;
}
.promo_winteryhair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1679px -743px;
background-position: -1812px -1564px;
width: 152px;
height: 75px;
}
.avatar_variety {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -809px -782px;
background-position: -690px -839px;
width: 498px;
height: 95px;
}
.npc_viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -908px -1695px;
background-position: -1571px -992px;
width: 108px;
height: 90px;
}
.party_preview {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -562px;
background-position: -499px -312px;
width: 451px;
height: 219px;
}
.promo_backtoschool {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -604px;
background-position: -1812px -330px;
width: 150px;
height: 150px;
}
.promo_cooking {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -452px -562px;
background-position: -328px -562px;
width: 396px;
height: 219px;
}
.promo_startingover {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -151px;
background-position: -1812px -783px;
width: 150px;
height: 150px;
}
.promo_valentines {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1188px -1120px;
background-position: -1179px -1096px;
width: 309px;
height: 147px;
}
.promo_working_out {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -148px;
background-position: 0px -1538px;
width: 300px;
height: 150px;
}
.scene_arts_crafts {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px -277px;
background-position: 0px -839px;
width: 256px;
height: 256px;
}
.scene_buying_rewards {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1514px;
background-position: -1571px -663px;
width: 207px;
height: 180px;
}
.scene_coding {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -302px;
background-position: -1812px -632px;
width: 150px;
height: 150px;
}
.scene_dailies {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px 0px;
background-position: 0px -562px;
width: 327px;
height: 276px;
}
.scene_eco_friendly {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1538px -1186px;
background-position: -1571px -491px;
width: 222px;
height: 171px;
}
@ -420,37 +444,19 @@
}
.scene_habits {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -926px -534px;
background-position: -423px -1247px;
width: 306px;
height: 174px;
}
.scene_meditation {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px 0px;
background-position: -1812px -481px;
width: 150px;
height: 150px;
}
.scene_phone_peek {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1848px -453px;
background-position: -1812px -934px;
width: 150px;
height: 150px;
}
.scene_raking_leaves {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px -343px;
width: 246px;
height: 198px;
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -947px -1120px;
width: 240px;
height: 195px;
}
.scene_video_games {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -586px 0px;
width: 339px;
height: 342px;
}

View file

@ -1,18 +1,36 @@
.scene_raking_leaves {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -340px 0px;
width: 246px;
height: 198px;
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -587px 0px;
width: 240px;
height: 195px;
}
.scene_video_games {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px 0px;
width: 339px;
height: 342px;
}
.welcome_basic_avatars {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: -271px 0px;
background-position: -271px -343px;
width: 246px;
height: 165px;
}
.welcome_promo_party {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px 0px;
background-position: 0px -343px;
width: 270px;
height: 180px;
}
.welcome_sample_tasks {
background-image: url(/static/sprites/spritesmith-largeSprites-2.png);
background-position: 0px -181px;
background-position: 0px -524px;
width: 246px;
height: 165px;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,510 +1,492 @@
.Pet-Triceratops-CottonCandyBlue {
.Pet-Triceratops-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -500px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -200px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -200px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Gilded {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px 0px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -400px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -400px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px 0px;
width: 81px;
height: 99px;
}
.Pet-Whale-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -100px;
width: 81px;
height: 99px;
}
.Pet-Whale-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -200px;
width: 81px;
height: 99px;
}
.Pet-Whale-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -300px;
width: 81px;
height: 99px;
}
.Pet-Whale-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -500px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px 0px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -100px;
width: 81px;
height: 99px;
}
.Pet-Triceratops-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -100px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px 0px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Gilded {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px 0px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -100px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -200px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -300px;
width: 81px;
height: 99px;
}
.Pet-Turtle-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -300px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px 0px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -100px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -200px;
width: 81px;
height: 99px;
}
.Pet-Unicorn-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -300px;
width: 81px;
height: 99px;
}
.Pet-Whale-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -400px;
width: 81px;
height: 99px;
}
.Pet-Whale-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px 0px;
width: 81px;
height: 99px;
}
.Pet-Whale-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -100px;
width: 81px;
height: 99px;
}
.Pet-Whale-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -200px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -300px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px 0px;
background-position: -574px -400px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -500px;
background-position: 0px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -500px;
background-position: 0px 0px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Cupid {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -500px;
background-position: -164px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -500px;
background-position: -246px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Fairy {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -500px;
background-position: -328px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Floral {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px 0px;
background-position: -410px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Ghost {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -100px;
background-position: -492px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -200px;
background-position: -574px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Holly {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -300px;
background-position: -656px 0px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Peppermint {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -400px;
background-position: -656px -100px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -500px;
background-position: -656px -200px;
width: 81px;
height: 99px;
}
.Pet-Wolf-RoyalPurple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -600px;
background-position: -656px -300px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -82px -600px;
background-position: -656px -400px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Shimmer {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -164px -600px;
background-position: -656px -500px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -246px -600px;
background-position: 0px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Spooky {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -328px -600px;
background-position: -82px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Thunderstorm {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -410px -600px;
background-position: -164px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Veteran {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -492px -600px;
background-position: -246px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -574px -600px;
background-position: -328px -600px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -656px -600px;
background-position: -410px -600px;
width: 81px;
height: 99px;
}
.Pet_HatchingPotion_Aquatic {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -52px;
background-position: -541px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Base {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -572px;
background-position: -738px -312px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -104px;
background-position: -590px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -156px;
background-position: -639px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Cupid {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -208px;
background-position: -688px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Desert {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -260px;
background-position: -738px 0px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Fairy {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -312px;
background-position: -738px -52px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Floral {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -364px;
background-position: -738px -104px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Ghost {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -416px;
background-position: -738px -156px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Golden {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -468px;
background-position: -738px -208px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Holly {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -520px;
background-position: -738px -260px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Peppermint {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px 0px;
background-position: -492px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Purple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -738px -624px;
background-position: -738px -364px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Red {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: 0px -700px;
background-position: -738px -416px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_RoyalPurple {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -49px -700px;
background-position: -738px -468px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Shade {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -98px -700px;
background-position: -738px -520px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Shimmer {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -147px -700px;
background-position: -738px -572px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Skeleton {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -196px -700px;
background-position: -738px -624px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Spooky {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -245px -700px;
background-position: 0px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Thunderstorm {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -294px -700px;
background-position: -49px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_White {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -343px -700px;
background-position: -98px -700px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Zombie {
background-image: url(/static/sprites/spritesmith-main-18.png);
background-position: -392px -700px;
background-position: -147px -700px;
width: 48px;
height: 51px;
}

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,12 +1,6 @@
.seasonalshop_closed {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1165px;
width: 162px;
height: 138px;
}
.seasonalshop_open {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1026px;
background-position: -1932px -1138px;
width: 162px;
height: 138px;
}
@ -18,7 +12,7 @@
}
.quest_armadillo {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
background-position: -880px -892px;
width: 219px;
height: 219px;
}
@ -48,7 +42,7 @@
}
.quest_basilist {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -191px -1688px;
background-position: -1932px -392px;
width: 189px;
height: 141px;
}
@ -66,13 +60,13 @@
}
.quest_butterfly {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -232px;
background-position: -660px -220px;
width: 219px;
height: 219px;
}
.quest_cheetah {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px 0px;
background-position: 0px -452px;
width: 219px;
height: 219px;
}
@ -84,7 +78,7 @@
}
.quest_dilatory {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -452px;
background-position: -660px -452px;
width: 219px;
height: 219px;
}
@ -96,55 +90,55 @@
}
.quest_dilatoryDistress2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -422px;
background-position: -1932px -836px;
width: 150px;
height: 150px;
}
.quest_dilatoryDistress3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px 0px;
background-position: -880px -220px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -452px;
background-position: -440px -452px;
width: 219px;
height: 219px;
}
.quest_dustbunnies {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -220px;
background-position: -880px -440px;
width: 219px;
height: 219px;
}
.quest_egg {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -214px;
background-position: -1932px -184px;
width: 165px;
height: 207px;
}
.quest_evilsanta {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -1304px;
background-position: -1932px -1277px;
width: 118px;
height: 131px;
}
.quest_evilsanta2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -440px;
background-position: -220px -672px;
width: 219px;
height: 219px;
}
.quest_falcon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -672px;
background-position: -440px -672px;
width: 219px;
height: 219px;
}
.quest_ferret {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -672px;
background-position: -660px -672px;
width: 219px;
height: 219px;
}
@ -156,13 +150,13 @@
}
.quest_ghost_stag {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -672px;
background-position: -1100px 0px;
width: 219px;
height: 219px;
}
.quest_goldenknight1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -672px;
background-position: -1100px -220px;
width: 219px;
height: 219px;
}
@ -180,19 +174,19 @@
}
.quest_gryphon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1319px -1112px;
background-position: -428px -1326px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -440px;
background-position: -1100px -660px;
width: 219px;
height: 219px;
}
.quest_harpy {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -660px;
background-position: -220px 0px;
width: 219px;
height: 219px;
}
@ -204,7 +198,7 @@
}
.quest_horse {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -892px;
background-position: -440px -892px;
width: 219px;
height: 219px;
}
@ -216,37 +210,37 @@
}
.quest_mayhemMistiflying1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -875px;
background-position: -1932px -987px;
width: 150px;
height: 150px;
}
.quest_mayhemMistiflying2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -892px;
background-position: -1100px -892px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -892px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px 0px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_moon1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -880px;
background-position: -1540px -217px;
width: 216px;
height: 216px;
}
.quest_moon2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -220px;
background-position: -1320px -660px;
width: 219px;
height: 219px;
}
@ -258,19 +252,19 @@
}
.quest_moonstone1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -660px;
background-position: -660px -892px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -220px;
background-position: -220px -892px;
width: 219px;
height: 219px;
}
.quest_moonstone3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -892px;
background-position: -880px -672px;
width: 219px;
height: 219px;
}
@ -288,31 +282,31 @@
}
.quest_owl {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -452px;
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -217px;
background-position: -1320px -880px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1688px;
background-position: -1932px 0px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px 0px;
background-position: -440px -232px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px 0px;
background-position: -1540px -651px;
width: 216px;
height: 216px;
}
@ -324,25 +318,25 @@
}
.quest_sabretooth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -232px;
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -892px;
background-position: -1100px -440px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -892px;
background-position: -220px -232px;
width: 219px;
height: 219px;
}
.quest_sloth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px 0px;
background-position: -660px 0px;
width: 219px;
height: 219px;
}
@ -366,46 +360,52 @@
}
.quest_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -573px;
background-position: -1932px -685px;
width: 150px;
height: 150px;
}
.quest_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -452px;
background-position: 0px -672px;
width: 219px;
height: 219px;
}
.quest_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -220px;
background-position: -220px -452px;
width: 219px;
height: 219px;
}
.quest_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1757px -724px;
background-position: -1932px -534px;
width: 150px;
height: 150px;
}
.quest_taskwoodsTerror2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -651px;
background-position: -1540px 0px;
width: 216px;
height: 216px;
}
.quest_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -672px;
background-position: 0px -892px;
width: 219px;
height: 219px;
}
.quest_treeling {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -428px -1326px;
background-position: -1319px -1112px;
width: 216px;
height: 177px;
}
.quest_trex {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1688px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -645px -1326px;

File diff suppressed because it is too large Load diff

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "Виждаш как последният голохрил охлюв „ВършиСега“ се плъзга от купчина завършени задачи, докато @amadshade ги отмива. Един оставя след себе си малка торбичка. Отваряйки я, откриваш малко злато и няколко малки елипсоида, които трябва да са яйца.",
"questNudibranchBoss": "Голохрил охлюв „ВършиСега“",
"questNudibranchDropNudibranchEgg": "Голохрил охлюв (яйце)",
"questNudibranchUnlockText": "Отключва възможността за купуване на яйца на голохрил охлюв от пазара."
"questNudibranchUnlockText": "Отключва възможността за купуване на яйца на голохрил охлюв от пазара.",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -170,9 +170,9 @@
"resets": "Нулира се",
"summaryStart": "Повтаря се <%= frequency %> всеки <%= everyX %> <%= frequencyPlural %>",
"nextDue": "Следващи крайни дати",
"yesterDailiesTitle": "You left these Dailies unchecked yesterday! Do you want to check off any of them now?",
"yesterDailiesCallToAction": "Start My New Day!",
"yesterDailiesOptionTitle": "Confirm that this Daily wasn't done before applying damage",
"yesterDailiesDescription": "If this setting is applied, Habitica will ask you if you meant to leave the Daily undone before calculating and applying damage to your avatar. This can protect you against unintentional damage.",
"yesterDailiesTitle": "Вчера оставихте тези ежедневни задачи неотметнати! Искате ли да отметнете някоя от тях сега?",
"yesterDailiesCallToAction": "Начало на новия ми ден!",
"yesterDailiesOptionTitle": "Потвърждаване, че тази ежедневна задача не е била свършена, преди нанасяне на щетите",
"yesterDailiesDescription": "Ако това е включено, Хабитика ще ви пита дали наистина сте искали да оставите ежедневната задача несвършена, преди да изчисли и приложи щетите върху героя Ви. Това може да Ви предпази от нежелани щети по невнимание.",
"repeatDayError": "Моля, уверете се, че сте избрали поне един ден от седмицата."
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -167,7 +167,7 @@
"weaponSpecialWinter2016WarriorText": "Stabile Schaufel",
"weaponSpecialWinter2016WarriorNotes": "Schaufle überfällige Aufgaben aus dem Weg! Erhöht Stärke um <%= str %>. Limitierte Ausgabe 2015-2016 Winterausrüstung.",
"weaponSpecialWinter2016MageText": "Magisches Snowboard",
"weaponSpecialWinter2016MageNotes": "Deine Tricks sind so abgefahren, das muss Zauberei sein! Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limitierte Ausgabe 2015-2016 Winterausrüstung",
"weaponSpecialWinter2016MageNotes": "Deine Tricks sind so abgefahren, das muss Zauberei sein! Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limitierte Ausgabe 2015-2016 Winterausrüstung.",
"weaponSpecialWinter2016HealerText": "Konfettikanone",
"weaponSpecialWinter2016HealerNotes": "JUHUUUUU!!! FRÖHLICHES WINTER-WUNDERLAND!!!! Erhöht Intelligenz um <%= int %>. Limitierte Ausgabe 2015-2016 Winterausrüstung.",
"weaponSpecialSpring2016RogueText": "Feuerbolas",
@ -1118,8 +1118,8 @@
"shieldArmoireVikingShieldNotes": "Dieser robuste hölzerne Schild hält auch den einschüchterndsten Feinden stand. Erhöht Wahrnehmung um <%= per %> und Intelligenz um <%= int %>. Verzauberter Schrank: Wikingerset (Gegenstand 3 von 3).",
"shieldArmoireSwanFeatherFanText": "Schwanenfederfächer",
"shieldArmoireSwanFeatherFanNotes": "Verwende diesen Fächer, um Deine Bewegungen zu unterstreichen, während Du anmutig wie ein Schwan tanzt. Erhöht Stärke um <%= str %>. Verzauberter Schrank: Schwanentänzer-Set (Gegenstand 3 von 3).",
"shieldArmoireGoldenBatonText": "Golden Baton",
"shieldArmoireGoldenBatonNotes": "When you dance into battle waving this baton to the beat, you are unstoppable! Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Independent Item.",
"shieldArmoireGoldenBatonText": "Goldener Taktstock",
"shieldArmoireGoldenBatonNotes": "Wenn du in einen Kampf tänzelst und mit diesem Taktstock zum Beat schlägst, dann bist du nicht zu stoppen! Erhöht Intelligenz und Stärke um jeweils <%= attrs %>. Verzauberter Schrank: Unabhängiger Gegenstand.",
"back": "Rückenschmuck",
"backBase0Text": "Kein Rückenschmuck",
"backBase0Notes": "Kein Rückenschmuck.",

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "Du siehst, wie die letzte NurSofort-Nacktkiemerschnecke von einem Stapel erledigter Aufgaben rutscht, als @amadshade sie wegwäscht. Eine lässt einen Kleidersack zurück, und als Du ihn öffnest, findest Du etwas Gold ein paar kleine Ellipsoiden, von denen Du annimmst, dass es Eier sind.",
"questNudibranchBoss": "NurSofort-Nacktkiemer",
"questNudibranchDropNudibranchEgg": "Nacktkiemerschnecke (Ei)",
"questNudibranchUnlockText": "Ermöglicht den Kauf von Nacktkiemerschneckeneiern auf dem Marktplatz"
"questNudibranchUnlockText": "Ermöglicht den Kauf von Nacktkiemerschneckeneiern auf dem Marktplatz",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -170,9 +170,9 @@
"resets": "Wird zurückgesetzt",
"summaryStart": "Wird <%= frequency %> alle <%= everyX %> <%= frequencyPlural %> fällig",
"nextDue": "Nächste Fälligkeitstermine",
"yesterDailiesTitle": "You left these Dailies unchecked yesterday! Do you want to check off any of them now?",
"yesterDailiesCallToAction": "Start My New Day!",
"yesterDailiesOptionTitle": "Confirm that this Daily wasn't done before applying damage",
"yesterDailiesDescription": "If this setting is applied, Habitica will ask you if you meant to leave the Daily undone before calculating and applying damage to your avatar. This can protect you against unintentional damage.",
"yesterDailiesTitle": "Du hast diese täglichen Aufgaben gestern nicht abgehakt! Willst Du einige von ihnen jetzt abhaken?",
"yesterDailiesCallToAction": "Starte meinen neuen Tag!",
"yesterDailiesOptionTitle": "Bestätige, dass diese tägliche Aufgabe nicht erledigt wurde, bevor Schaden entsteht",
"yesterDailiesDescription": "Falls diese Einstellung ausgewählt wird, wird Habitica Dich fragen, ob Du die tägliche Aufgabe absichtlich nicht abgehakt hast, bevor der Schaden an deinem Avatar berechnet und angewandt wird. Dies kann Dich vor unbeabsichtigtem Schaden schützen.",
"repeatDayError": "Bitte achte darauf, dass mindestens ein Wochentag ausgewählt ist."
}

View file

@ -563,5 +563,8 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -209,7 +209,7 @@
"weaponSpecialSpring2017MageText": "Magic Fetching Stick",
"weaponSpecialSpring2017MageNotes": "When you're not crafting spells with it, you can throw it and then bring it back! What fun!! Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2017 Spring Gear.",
"weaponSpecialSpring2017HealerText": "Egg Wand",
"weaponSpecialSpring2017HealerNotes": "The true magic of this wand is the secret of new life inside the colorful shell. Increases Intelligence by <%= int %>. Limited Edition 2017 Spring Gear.",
"weaponSpecialSpring2017HealerNotes": "The true magic of this wand is the secret of new life inside the colourful shell. Increases Intelligence by <%= int %>. Limited Edition 2017 Spring Gear.",
"weaponSpecialSummer2017RogueText": "Sea Dragon Fins",
"weaponSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
"weaponSpecialSummer2017WarriorText": "The Mightiest Beach Umbrella",
@ -479,9 +479,9 @@
"armorSpecialSpring2017HealerText": "Robes of Repose",
"armorSpecialSpring2017HealerNotes": "The softness of these robes comforts you as well as any who need your healing help! Increases Constitution by <%= con %>. Limited Edition 2017 Spring Gear.",
"armorSpecialSummer2017RogueText": "Sea Dragon Tail",
"armorSpecialSummer2017RogueNotes": "This colorful garment transforms its wearer into a real Sea Dragon! Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
"armorSpecialSummer2017WarriorText": "Sandy Armor",
"armorSpecialSummer2017WarriorNotes": "Don't be fooled by the crumbly exterior: this armor is harder than steel. Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.",
"armorSpecialSummer2017RogueNotes": "This colourful garment transforms its wearer into a real Sea Dragon! Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
"armorSpecialSummer2017WarriorText": "Sandy Armour",
"armorSpecialSummer2017WarriorNotes": "Don't be fooled by the crumbly exterior: this armour is harder than steel. Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.",
"armorSpecialSummer2017MageText": "Whirlpool Robes",
"armorSpecialSummer2017MageNotes": "Careful not to get splashed by these robes woven of enchanted water! Increases Intelligence by <%= int %>. Limited Edition 2017 Summer Gear.",
"armorSpecialSummer2017HealerText": "Silversea Tail",
@ -803,7 +803,7 @@
"headSpecialSpring2017HealerText": "Petal Circlet",
"headSpecialSpring2017HealerNotes": "This delicate crown emits the comforting scent of new Spring blooms. Increases Intelligence by <%= int %>. Limited Edition 2017 Spring Gear.",
"headSpecialSummer2017RogueText": "Sea Dragon Helm",
"headSpecialSummer2017RogueNotes": "This helm changes colors to help you blend in with your surroundings. Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
"headSpecialSummer2017RogueNotes": "This helm changes colours to help you blend in with your surroundings. Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
"headSpecialSummer2017WarriorText": "Sandcastle Helm",
"headSpecialSummer2017WarriorNotes": "The finest helm anyone could hope to wear... at least, until the tide comes in. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
"headSpecialSummer2017MageText": "Whirlpool Hat",

View file

@ -370,7 +370,7 @@
"questTaskwoodsTerror2CollectPixies": "Pixies",
"questTaskwoodsTerror2CollectBrownies": "Brownies",
"questTaskwoodsTerror2CollectDryads": "Dryads",
"questTaskwoodsTerror2DropArmor": "Pyromancer's Robes (Armor)",
"questTaskwoodsTerror2DropArmor": "Pyromancer's Robes (Armour)",
"questTaskwoodsTerror3Text": "Terror in the Taskwoods, Part 3: Jacko of the Lantern",
"questTaskwoodsTerror3Notes": "Ready for battle, your group marches to the heart of the forest, where the renegade spirit is trying to destroy an ancient apple tree surrounded by fruitful berry bushes. His pumpkin-like head radiates a terrible light wherever it turns, and in his left hand he holds a long rod, with a lantern hanging from its tip. Instead of fire or flame, however, the lantern contains a dark crystal that chills you to the very bone.<br><br>The Joyful Reaper raises a bony hand to her mouth. \"That's -- that's Jacko, the Lantern Spirit! But he's a helpful harvest ghost who guides our farmers. What could possibly drive the dear soul to act this way?\"<br><br>\"I don't know,\" says @bridgetteempress. \"But it looks like that 'dear soul' is about to attack us!\"",
"questTaskwoodsTerror3Completion": "After a long battle, you manage to land a well-aimed blow at the lantern that Jacko carries, and the crystal within shatters. Jacko suddenly snaps back to his senses and bursts into glowing tears. \"Oh, my beautiful forest! What have I done?!\" he wails. His tears extinguish the remaining fires, and the apple tree and wild berries are saved.<br><br>After you help him relax, he explains, \"I met this charming lady named Tzina, and she gave me this glowing crystal as a gift. At her urging, I put it in my lantern... but that's the last thing I recall.\" He turns to you with a golden smile. \"Perhaps you should take it for safekeeping while I help the wild orchards to regrow.\"",
@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -270,11 +270,11 @@
"backgroundOnATreeBranchText": "Sobre Una Rama de un Árbol",
"backgroundOnATreeBranchNotes": "Posarse Sobre Una Rama de un Árbol",
"backgrounds062017": "SET 37: Released June 2017",
"backgroundBuriedTreasureText": "Buried Treasure",
"backgroundBuriedTreasureText": "Tesoro Enterrado ",
"backgroundBuriedTreasureNotes": "Unearth Buried Treasure.",
"backgroundOceanSunriseText": "Ocean Sunrise",
"backgroundOceanSunriseNotes": "Admire an Ocean Sunrise.",
"backgroundSandcastleText": "Sandcastle",
"backgroundSandcastleText": "Castillo de arena ",
"backgroundSandcastleNotes": "Rule over a Sandcastle.",
"backgrounds072017": "SET 38: Released July 2017",
"backgroundGiantSeashellText": "Giant Seashell",

View file

@ -80,6 +80,6 @@
"userAlreadyInChallenge": "El usuario ya está participando en el desafío.",
"cantOnlyUnlinkChalTask": "Solo se pueden desvincular las tareas de los desafíos que se hayan interrumpido.",
"shortNameTooShort": "El nombre de la etiqueta debe tener al menos 3 caracteres.",
"joinedChallenge": "Joined a Challenge",
"joinedChallengeText": "This user put themselves to the test by joining a Challenge!"
"joinedChallenge": "Se unió a un desafío ",
"joinedChallengeText": "¡Este usuario se puso a prueba al unirse a un desafío!"
}

View file

@ -97,7 +97,7 @@
"weaponSpecialFencingFoilText": "Florete de Esgrima",
"weaponSpecialFencingFoilNotes": "Si alguien se atreve a poner en duda tu honor, ¡estarás preparado con este excepcional florete! Aumenta la Fuerza en <%= str %>.",
"weaponSpecialTachiText": "Tachi",
"weaponSpecialTachiNotes": "This light and curved sword will shred your tasks to ribbons! Increases Strength by <%= str %>.",
"weaponSpecialTachiNotes": "¡Esta espada ligera y curva harán tiras tus tareas a las cintas! Aumenta Fuerza por <%=str %>.",
"weaponSpecialYetiText": "Lanza domadora de Yetis",
"weaponSpecialYetiNotes": "Esta lanza permite que el usuario comande a cualquier yeti. Incrementa Fuerza en <%= str %>. Edición Limitada Equipo de Invierno de 2013-2014",
"weaponSpecialSkiText": "Pértiga del Ski-asesino",

View file

@ -112,6 +112,6 @@
"dateEndApril": "19 de abril",
"dateEndMay": "17 de mayo",
"dateEndJune": "14 de junio",
"dateEndJuly": "July 29",
"dateEndJuly": "Julio 29",
"discountBundle": "Lote"
}

View file

@ -67,14 +67,14 @@
"firstDrop": "¡Has desbloqueado el sistema de botines! Ahora, al completar tareas, es posible que encuentres algún articulo, como huevos, pociones y alimentos. ¡Acabas de encontrar un <strong><%= eggText %>huevo</strong>! <%= eggNotes %>",
"useGems": "Si tienes el ojo puesto en una mascota, pero no quieres seguir esperando a que te toque, usa tus gemas en <strong>Inventario > Mercado</strong> para comprarla.",
"hatchAPot": "¿Eclosionar un <%= egg %> <%= potion %>?",
"hatchedPet": "You hatched a new <%= potion %> <%= egg %>!",
"hatchedPet": "¡Echaste un nuevo <%= potion %> <%= egg %>!",
"displayNow": "Mostrar ahora",
"displayLater": "Mostrar más tarde",
"petNotOwned": "No eres dueño de esta mascota.",
"earnedCompanion": "Tu productividad te ha granjeado un nuevo acompañante. Aliméntalo y crecerá.",
"feedPet": "¿Dar de comer <%= article %><%= text %>a su <%= name %>?",
"useSaddle": "¿Ensillar <%= pet %>?",
"raisedPet": "You grew your <%= pet %>!",
"raisedPet": "¡Creciste tu <%= pet %>!",
"earnedSteed": "¡Completando tus tareas te has ganado a un fiel corcel!",
"rideNow": "Montar ahora",
"rideLater": "Montar más adelante",

View file

@ -438,7 +438,7 @@
"questStoikalmCalamity3DropWeapon": "Arpón de jinete de mamut (arma)",
"questGuineaPigText": "La Pandilla de Cobayas",
"questGuineaPigNotes": "You're casually strolling through Habit City's famous Market when @Pandah waves you down. \"Hey, check these out!\" They're holding up a brown and beige egg you don't recognize.<br><br>Alexander the Merchant frowns at it. \"I don't remember putting that out. I wonder where it came--\" A small paw cuts him off.<br><br>\"Guinea all your gold, merchant!\" squeaks a tiny voice brimming with evil.<br><br>\"Oh no, the egg was a distraction!\" @mewrose exclaims. \"It's the gritty, greedy Guinea Pig Gang! They never do their Dailies, so they constantly steal gold to buy health potions.\"<br><br>\"Robbing the Market?\" says @emmavig. \"Not on our watch!\" Without further prompting, you leap to Alexander's aid.",
"questGuineaPigCompletion": "\"We submit!\" The Guinea Pig Gang Boss waves his paws at you, fluffy head hanging in shame. From underneath his hat falls a list, and @snazzyorange quickly swipes it for evidence. \"Wait a minute,\" you say. \"It's no wonder you've been getting hurt! You've got way too many Dailies. You don't need health potions -- you just need help organizing.\"<br><br>\"Really?\" squeaks the Guinea Pig Gang Boss. \"We've robbed so many people because of this! Please take our eggs as an apology for our crooked ways.\"",
"questGuineaPigCompletion": "\"¡Nos rendimos!\" El Cobaya Jefe De La Banda dice misericordia con la mano, la cabeza esponjosa bajando en remordimiento. De bajo de su sombrero se cae una lista, y @snazzyorange lo arranca rápidamente para evidencia. \"Espera por un minuto,\" dices. \"¡No es una sopresa que haya estado lastimándose! Tienes más que demasiadas Diarias. No necesitas pociones de salud -- solo necesitas ayuda con organizar.\"<br><br>\"¿De verdad?\" chilla el Cobaya Jefe De La Banda. \"¡Hemos robado tantas personas a causa de esto! Por favor, llévate nuestros huevos como una disculpa por nuestas maneras fraudulentas.\"",
"questGuineaPigBoss": "Pandilla de Cobayas",
"questGuineaPigDropGuineaPigEgg": "Cobaya (Huevo)",
"questGuineaPigUnlockText": "Desbloquear la compra de huevos de cobayas en el Mercado",
@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -276,11 +276,11 @@
"backgroundOceanSunriseNotes": "Admira el amanecer en el océano",
"backgroundSandcastleText": "Castillo de arena",
"backgroundSandcastleNotes": "Reina sobre un castillo de arena",
"backgrounds072017": "SET 38: Released July 2017",
"backgroundGiantSeashellText": "Giant Seashell",
"backgroundGiantSeashellNotes": "Lounge in a Giant Seashell.",
"backgroundKelpForestText": "Kelp Forest",
"backgroundKelpForestNotes": "Swim through a Kelp Forest.",
"backgroundMidnightLakeText": "Midnight Lake",
"backgroundMidnightLakeNotes": "Rest by a Midnight Lake."
"backgrounds072017": "CONJUNTO 38: Lanzado en julio 2017",
"backgroundGiantSeashellText": "Concha marina gigante",
"backgroundGiantSeashellNotes": "Descansa en una concha marina gigante",
"backgroundKelpForestText": "Bosque de algas",
"backgroundKelpForestNotes": "Nada a través de un bosque de algas",
"backgroundMidnightLakeText": "Lago a medianoche",
"backgroundMidnightLakeNotes": "Descansa en un lago a medianoche"
}

View file

@ -169,7 +169,7 @@
"hatchingPotionSpooky": "Escalofriante",
"hatchingPotionPeppermint": "Menta",
"hatchingPotionFloral": "Floral",
"hatchingPotionAquatic": "Aquatic",
"hatchingPotionAquatic": "Acuática",
"hatchingPotionThunderstorm": "Tormenta eléctrica",
"hatchingPotionGhost": "Fantasma",
"hatchingPotionRoyalPurple": "Purpura Real",

View file

@ -1114,8 +1114,8 @@
"shieldArmoireMushroomDruidShieldNotes": "Though made from a mushroom, there's nothing mushy about this tough shield! Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Mushroom Druid Set (Item 3 of 3).",
"shieldArmoireFestivalParasolText": "Festival Parasol",
"shieldArmoireFestivalParasolNotes": "This lightweight parasol will shield you from the glare--whether it's from the sun or from dark red Dailies! Increases Constitution by <%= con %>. Enchanted Armoire: Festival Attire Set (Item 2 of 3).",
"shieldArmoireVikingShieldText": "Viking Shield",
"shieldArmoireVikingShieldNotes": "This sturdy shield of wood and hide can stand up to the most daunting of foes. Increases Perception by <%= per %> and Intelligence by <%= int %>. Enchanted Armoire: Viking Set (Item 3 of 3).",
"shieldArmoireVikingShieldText": "Escudo vikingo",
"shieldArmoireVikingShieldNotes": "Este firme escudo de madera y cuero puede aguantar al más feroz de los enemigos. Aumenta la Percepción en <%= per %> y la inteligencia en <%= int %>. Armario Encantado: Conjunto Vikingo (Artículo 3 of 3).",
"shieldArmoireSwanFeatherFanText": "Swan Feather Fan",
"shieldArmoireSwanFeatherFanNotes": "Use this fan to accentuate your movement as you dance like a graceful swan. Increases Strength by <%= str %>. Enchanted Armoire: Swan Dancer Set (Item 3 of 3).",
"shieldArmoireGoldenBatonText": "Golden Baton",

View file

@ -114,7 +114,7 @@
"messageRequired": "Un mensaje es requerido.",
"toUserIDRequired": "Un ID de Usuario es requerido",
"gemAmountRequired": "Un número de gemas es requerida.",
"notAuthorizedToSendMessageToThisUser": "You can't send a message to this player because they have chosen to block messages.",
"notAuthorizedToSendMessageToThisUser": "No puedes enviarle mensajes a este jugador porque ha optado por bloquear los mensajes.",
"privateMessageGiftGemsMessage": "¡Hola <%= receiverName %>, <%= senderName %> te ha enviado <%= gemAmount %> gemas!",
"privateMessageGiftSubscriptionMessage": "Tienes <%= numberOfMonths %> meses de suscripción.",
"cannotSendGemsToYourself": "No puedes enviarte gemas a ti mismo. Prueba con una suscripción en su lugar.",

View file

@ -112,6 +112,6 @@
"dateEndApril": "19 de Abril",
"dateEndMay": "17 de Mayo",
"dateEndJune": "14 de junio",
"dateEndJuly": "July 29",
"dateEndJuly": "29 de julio",
"discountBundle": "bundle"
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranquia (Huevo)",
"questNudibranchUnlockText": "Desbloquea huevos de Nudibranquia adquiribles en el Mercado"
"questNudibranchUnlockText": "Desbloquea huevos de Nudibranquia adquiribles en el Mercado",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "@amadshade lessive le dernier nudibranche cépadimanche, que vous voyez glisser d'une pile de tâches complétées. Il laisse derrière lui un sac de vêtements, que vous ouvrez et qui contient de l'or... ainsi que quelques ellipsoïdes. Sans doute des œufs !",
"questNudibranchBoss": "Nudibranche cépadimanche",
"questNudibranchDropNudibranchEgg": "Nudibranche (Œuf)",
"questNudibranchUnlockText": "Déverrouille l'achat dœufs de nudibranche au marché"
"questNudibranchUnlockText": "Déverrouille l'achat dœufs de nudibranche au marché",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -170,9 +170,9 @@
"resets": "Réinitialisations",
"summaryStart": "Se répète <%= frequency %> tous ou toutes les <%= everyX %> <%= frequencyPlural %>",
"nextDue": "Prochaines dates d'échéances",
"yesterDailiesTitle": "You left these Dailies unchecked yesterday! Do you want to check off any of them now?",
"yesterDailiesCallToAction": "Start My New Day!",
"yesterDailiesOptionTitle": "Confirm that this Daily wasn't done before applying damage",
"yesterDailiesDescription": "If this setting is applied, Habitica will ask you if you meant to leave the Daily undone before calculating and applying damage to your avatar. This can protect you against unintentional damage.",
"yesterDailiesTitle": "Vous n'avez pas validé ces quotidiennes, hier ! Y en a-t-il que vous souhaitez cocher maintenant ?",
"yesterDailiesCallToAction": "Commencer ma nouvelle journée !",
"yesterDailiesOptionTitle": "Confirmer que cette quotidienne n'a pas été faite avant que les dommages ne s'appliquent",
"yesterDailiesDescription": "Si ce paramètre est activé, Habitica vous demandera, avant de calculer les dommages à appliquer à votre avatar, si vous avez intentionnellement laissé cette quotidienne comme non-faite. Cela peut vous protéger de dommages involontaires.",
"repeatDayError": "Merci de vérifier que vous avez au moins un jour de la semaine de sélectionné."
}

View file

@ -485,5 +485,7 @@
"questNudibranchCompletion": "You see the last of the NowDo Nudibranches sliding off of a pile of completed tasks as @amadshade washes them away. One leaves behind a cloth bag, and you open it to reveal some gold and a few little ellipsoids you guess are eggs.",
"questNudibranchBoss": "NowDo Nudibranch",
"questNudibranchDropNudibranchEgg": "Nudibranch (Egg)",
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market"
"questNudibranchUnlockText": "Unlocks purchasable Nudibranch eggs in the Market",
"splashyPalsText": "Splashy Pals Quest Bundle",
"splashyPalsNotes": "Contains 'The Dilatory Derby', 'Guide the Turtle', and 'Wail of the Whale'. Available until July 31."
}

View file

@ -41,8 +41,8 @@
"repeat": "חזרות",
"repeatEvery": "חזרה בכל",
"repeatHelpTitle": "בכל כמה זמן המטלה הזו אמורה לחזור?",
"dailyRepeatHelpContent": "המשימה תהייה רלוונטית מידי X ימים. תוכלו לקבוע את הערך הזה למטה.",
"weeklyRepeatHelpContent": "משימה זו תהפוך לפעילה בימים המסומנים למטה. בחרו ביום כדי להפעיל/לכבות אותה .",
"dailyRepeatHelpContent": "המשימה תהיה פעילה מידי X ימים. תוכלו לקבוע את הערך הזה למטה.",
"weeklyRepeatHelpContent": "משימה זו תהיה פעילה בימים המסומנים למטה. לחצו על יום כדי להפעיל/לכבות אותה .",
"repeatDays": "כל X ימים",
"repeatWeek": "בימים מסויימים בשבוע",
"day": "יום",
@ -52,12 +52,12 @@
"todos": "משימות",
"newTodo": "משימה חדשה",
"newTodoBulk": "משימות חדשות (אחת לשורה)",
"dueDate": "תאריך השלמה",
"dueDate": "תאריך לביצוע",
"remaining": "פעיל",
"complete": "הושלם",
"dated": "תאריך השלמה",
"due": "עכשווי",
"notDue": "עדיין לא רלוונטית",
"due": "פעיל",
"notDue": "לא פעיל",
"grey": "אפור",
"score": "ניקוד",
"reward": "פרס",
@ -78,12 +78,12 @@
"startDate": "תאריך התחלה",
"startDateHelpTitle": "מתי כדאי שמשימה תתחיל?",
"startDateHelp": "קבעו תאריך שבו משימה זו נכנסת לתוקף. משימה זו לא תחול בימים מוקדמים יותר.",
"streaks": "Streak Achievements",
"streakName": "<%= count %> Streak Achievements",
"streakText": "Has performed <%= count %> 21-day streaks on Dailies",
"streaks": "הישגי רצף",
"streakName": "<%= count %> הישגי רצף",
"streakText": "ביצע/ה <%= count %> רצפי מטלות באורך 21 יום",
"streakSingular": "מלכי הרצפים",
"streakSingularText": "הגיעו לרצף של 21 יום במטלה יומית",
"perfectName": "<%= count %> Perfect Days",
"perfectName": "<%= count %> ימים מושלמים",
"perfectText": "Completed all active Dailies on <%= count %> days. With this achievement you get a +level/2 buff to all attributes for the next day. Levels greater than 100 don't have any additional effects on buffs.",
"perfectSingular": "יום מושלם",
"perfectSingularText": "השלמתם את כל המטלות היומיות הפעילות ביום אחד. עם הישג זה אתם מקבלים תוסף של +2/דרגה לכל התכונות שלכם עבור היום הבא. דרגות מעל 100 לא מקבלות השפעה נוספת על התוסף.",
@ -136,43 +136,43 @@
"intelligenceExample": "מתקשר להשכלה או לעיסוקים מאתגרים שכלית",
"perceptionExample": "מתקשר לעבודה או משימות פיננסיות",
"constitutionExample": "מתקשר לבריאות, איכות חיים, ואינטראקציות חברתיות",
"counterPeriod": "Counter Resets Every",
"counterPeriodDay": "Day",
"counterPeriodWeek": "Week",
"counterPeriodMonth": "Month",
"habitCounter": "Counter (Resets <%= frequency %>)",
"habitCounterUp": "Positive Counter (Resets <%= frequency %>)",
"habitCounterDown": "Negative Counter (Resets <%= frequency %>)",
"taskRequiresApproval": "This task must be approved before you can complete it. Approval has already been requested",
"taskApprovalHasBeenRequested": "Approval has been requested",
"approvals": "Approvals",
"approvalRequired": "Approval Required",
"weekly": "Weekly",
"monthly": "Monthly",
"yearly": "Yearly",
"onDays": "On Days",
"summary": "Summary",
"repeatsOn": "Repeats On",
"dayOfWeek": "Day of the Week",
"dayOfMonth": "Day of the Month",
"month": "Month",
"months": "Months",
"week": "Week",
"weeks": "Weeks",
"year": "Year",
"years": "Years",
"counterPeriod": "מונה מתאפס בכל",
"counterPeriodDay": "יום",
"counterPeriodWeek": "שבוע",
"counterPeriodMonth": "חודש",
"habitCounter": "מונה (מתאפס באופן <%= frequency %>)",
"habitCounterUp": "מונה חיובי (מתאפס באופן <%= frequency %>)",
"habitCounterDown": "מונה שלילי (מתאפס באופן <%= frequency %>)",
"taskRequiresApproval": "נדרש לאשר את המשימה הזאת לפני שתוכל/י למלא אותה. כבר התבקש אישור",
"taskApprovalHasBeenRequested": "התבקש אישור",
"approvals": "אישורים",
"approvalRequired": "נדרש אישור",
"weekly": "שבועי",
"monthly": "חודשי",
"yearly": "שנתי",
"onDays": "בימים",
"summary": "סיכום",
"repeatsOn": "חזרה בכל",
"dayOfWeek": "היום בשבוע",
"dayOfMonth": "היום בחודש",
"month": "חודש",
"months": "חודשים",
"week": "שבוע",
"weeks": "שבועות",
"year": "שנה",
"years": "שנים",
"confirmScoreNotes": "Confirm task scoring with notes",
"taskScoreNotesTooLong": "Task score notes must be less than 256 characters",
"groupTasksByChallenge": "Group tasks by challenge title",
"taskNotes": "Task Notes",
"monthlyRepeatHelpContent": "This task will be due every X months",
"yearlyRepeatHelpContent": "This task will be due every X years",
"resets": "Resets",
"groupTasksByChallenge": "סידור משימות עפ״י כותרת האתגר",
"taskNotes": "הערות למשימה",
"monthlyRepeatHelpContent": "המשימה תהיה פעילה מידי X חודשים.",
"yearlyRepeatHelpContent": "המשימה תהיה פעילה מידי X שנים.",
"resets": "מתאפס",
"summaryStart": "Repeats <%= frequency %> every <%= everyX %> <%= frequencyPlural %>",
"nextDue": "Next Due Dates",
"yesterDailiesTitle": "You left these Dailies unchecked yesterday! Do you want to check off any of them now?",
"yesterDailiesCallToAction": "Start My New Day!",
"yesterDailiesOptionTitle": "Confirm that this Daily wasn't done before applying damage",
"nextDue": "התאריכים הבאים לביצוע",
"yesterDailiesTitle": "השארת את המטלות היומיות האלה לא מסומנות אתמול! האם תרצה/י לסמן את חלקן עכשיו?",
"yesterDailiesCallToAction": "התחל את היום החדש שלי!",
"yesterDailiesOptionTitle": "וודא שהמטלה היומית הזאת לא בוצעה לפני יישום הנזק",
"yesterDailiesDescription": "If this setting is applied, Habitica will ask you if you meant to leave the Daily undone before calculating and applying damage to your avatar. This can protect you against unintentional damage.",
"repeatDayError": "Please ensure that you have at least one day of the week selected."
"repeatDayError": "נא וודא/י שבחרת לפחות יום אחד בשבוע."
}

View file

@ -269,18 +269,18 @@
"backgroundHabitCityStreetsNotes": "Fedezd fel Szokásfalva utcáit",
"backgroundOnATreeBranchText": "Egy Faágon",
"backgroundOnATreeBranchNotes": "Gubbassz egy Faágon",
"backgrounds062017": "SET 37: Released June 2017",
"backgroundBuriedTreasureText": "Buried Treasure",
"backgroundBuriedTreasureNotes": "Unearth Buried Treasure.",
"backgroundOceanSunriseText": "Ocean Sunrise",
"backgroundOceanSunriseNotes": "Admire an Ocean Sunrise.",
"backgroundSandcastleText": "Sandcastle",
"backgroundSandcastleNotes": "Rule over a Sandcastle.",
"backgrounds072017": "SET 38: Released July 2017",
"backgroundGiantSeashellText": "Giant Seashell",
"backgroundGiantSeashellNotes": "Lounge in a Giant Seashell.",
"backgroundKelpForestText": "Kelp Forest",
"backgroundKelpForestNotes": "Swim through a Kelp Forest.",
"backgroundMidnightLakeText": "Midnight Lake",
"backgroundMidnightLakeNotes": "Rest by a Midnight Lake."
"backgrounds062017": "KÉSZLET 37: kiadva 2017 júniusában",
"backgroundBuriedTreasureText": "Elásott kincs",
"backgroundBuriedTreasureNotes": "Fedezd fel az elásott kincset.",
"backgroundOceanSunriseText": "Óceáni napfelkelte",
"backgroundOceanSunriseNotes": "Csodáld az óceáni napfelkeltét.",
"backgroundSandcastleText": "Homokvár",
"backgroundSandcastleNotes": "Uralkodj egy homokvárban.",
"backgrounds072017": "KÉSZLET 38: kiadva 2017 júliusában",
"backgroundGiantSeashellText": "Hatalmas tengeri kagyló",
"backgroundGiantSeashellNotes": "Lebzselj egy hatalmas tengeri kagylóban.",
"backgroundKelpForestText": "Tengeri moszat erdő",
"backgroundKelpForestNotes": "Ússz keresztül egy tengeri moszat erdőn.",
"backgroundMidnightLakeText": "Éjféli tó",
"backgroundMidnightLakeNotes": "Pihenj az éjféli tónál"
}

View file

@ -80,6 +80,6 @@
"userAlreadyInChallenge": "A felhasználó már részt vesz ebben a kihívásban.",
"cantOnlyUnlinkChalTask": "Csak a hibás, kihívásokhoz kapcsolódó feladatokat lehet törölni.",
"shortNameTooShort": "Egy címke nevének legalább 3 betűből kell állnia.",
"joinedChallenge": "Joined a Challenge",
"joinedChallengeText": "This user put themselves to the test by joining a Challenge!"
"joinedChallenge": "Csatlakozotál egy kihíváshoz",
"joinedChallengeText": "Ez a felhasználó próbára tette magát azzal, hogy csatlakozott egy kihíváshoz!"
}

View file

@ -127,7 +127,7 @@
"distributePoints": "Kiosztatlan pontok szétosztása",
"distributePointsPop": "Elosztja az elosztatlan tulajdonság pontokat a kiválasztott séma szerint.",
"warriorText": "A Harcosok több és jobb \"kritikus csapást\" mérnek, ami véletlenszerű bónuszt ad Aranyra, Tapasztalati pontra és zsákmányolási esélyre, amikor egy feladatot elvégeztél. Ezen kívül főellenségekre is keményen sebeznek. Játssz Harcosként, ha motiválnak a kiszámíthatatlan főnyeremény-szerű jutalmak, vagy ha kemény sebzéseket akarsz kiosztani a főellenség Küldetésekben!",
"mageText": "Mages learn swiftly, gaining Experience and Levels faster than other classes. They also get a great deal of Mana for using special abilities. Play a Mage if you enjoy the tactical game aspects of Habitica, or if you are strongly motivated by leveling up and unlocking advanced features!",
"mageText": "A mágusok gyorsan tanulnak, szereznek tapasztalati pontot, valamint gyorsabban lépnek szintet mint más kasztok. Emellett sokkal több manát szereznek ha speciális képességeket használnak. Válaszd a mágust ha a Habitica taktikai aspektusát élvezed, vagy ha az motivál a legjobban hogy gyorsan szintet tudsz lépni és haladó funkciókat feloldani!",
"rogueText": "A Tolvajok imádnak gyűjtögetni, ezért mindenki másnál jobbak Arany szerzésében és véletlenszerű tárgyak megtalálásában. Az ikonikus Lopakodás képességük képessé teszi őket arra, hogy elkerüljék a kihagyott Napi feladatok következményeit. Játssz Tolvajt, ha motiválnak a Jutalmak és a Kitűntetések, ha igyekszel minél több zsákmányt és kitűzőt bezsebelni!",
"healerText": "A Gyógyítók érzéketlenek a sebzésre és meg tudják védeni a többieket is. A Kihagyott Napi feladatok és rossz Szokások nem hozzák őket annyira zavarba és vannak lehetőségeik az Életerő pontok visszaszerzésére. Játssz Gyógyítót, ha szeretsz másokon segíteni a Csapatban, vagy ha inspirál, hogy kijátszhatod a Halált kemény munkával",
"optOutOfClasses": "Kiszáll",

View file

@ -7,40 +7,40 @@
"armoireNotesEmpty": "A ládában új felszerelés lesz elérhető minden hónap első hetében. Addig továbbra is kattintgass Tapasztalatért és Ételért!",
"dropEggWolfText": "Farkas",
"dropEggWolfMountText": "Farkas",
"dropEggWolfAdjective": "hűséges",
"dropEggWolfAdjective": "egy hűséges",
"dropEggTigerCubText": "Tigriskölyök",
"dropEggTigerCubMountText": "Tigris",
"dropEggTigerCubAdjective": "vad",
"dropEggTigerCubAdjective": "egy vad",
"dropEggPandaCubText": "Pandabocs",
"dropEggPandaCubMountText": "Panda",
"dropEggPandaCubAdjective": "Kedves",
"dropEggPandaCubAdjective": "egy kedves",
"dropEggLionCubText": "Oroszlánkölyök",
"dropEggLionCubMountText": "Oroszlán",
"dropEggLionCubAdjective": "egy fejedelmi",
"dropEggFoxText": "Róka",
"dropEggFoxMountText": "Róka",
"dropEggFoxAdjective": "ravasz",
"dropEggFoxAdjective": "egy ravasz",
"dropEggFlyingPigText": "Szárnyasmalac",
"dropEggFlyingPigMountText": "Szárnyasmalac",
"dropEggFlyingPigAdjective": "hóbortos",
"dropEggFlyingPigAdjective": "egy hóbortos",
"dropEggDragonText": "Sárkány",
"dropEggDragonMountText": "Sárkány",
"dropEggDragonAdjective": "hatalmas",
"dropEggDragonAdjective": "egy hatalmas",
"dropEggCactusText": "Kaktusz",
"dropEggCactusMountText": "Kaktusz",
"dropEggCactusAdjective": "tüskés",
"dropEggCactusAdjective": "egy tüskés",
"dropEggBearCubText": "Medvebocs",
"dropEggBearCubMountText": "Medve",
"dropEggBearCubAdjective": "egy bátor",
"questEggGryphonText": "Griff",
"questEggGryphonMountText": "Griff",
"questEggGryphonAdjective": "büszke",
"questEggGryphonAdjective": "egy büszke",
"questEggHedgehogText": "Sün",
"questEggHedgehogMountText": "Sűndisznó",
"questEggHedgehogAdjective": "szúrós",
"questEggHedgehogMountText": "Sün",
"questEggHedgehogAdjective": "egy szúrós",
"questEggDeerText": "Őz",
"questEggDeerMountText": "Szarvas",
"questEggDeerAdjective": "kecses",
"questEggDeerMountText": "Őz",
"questEggDeerAdjective": "egy kecses",
"questEggEggText": "Tojás",
"questEggEggMountText": "Tojáskosár",
"questEggEggAdjective": "egy tarka",
@ -49,10 +49,10 @@
"questEggRatAdjective": "egy barátságos",
"questEggOctopusText": "Polip",
"questEggOctopusMountText": "Polip",
"questEggOctopusAdjective": "csúszós",
"questEggOctopusAdjective": "egy csúszós",
"questEggSeahorseText": "Csikóhal",
"questEggSeahorseMountText": "Csikóhal",
"questEggSeahorseAdjective": "jutalom",
"questEggSeahorseAdjective": "egy jutalom",
"questEggParrotText": "Papagáj",
"questEggParrotMountText": "Papagáj",
"questEggParrotAdjective": "egy energikus",
@ -70,28 +70,28 @@
"questEggPenguinAdjective": "egy tisztánlátó",
"questEggTRexText": "Tyrannosaurus",
"questEggTRexMountText": "Tyrannosaurus",
"questEggTRexAdjective": "kiskarú",
"questEggTRexAdjective": "egy kiskarú",
"questEggRockText": "Szikla",
"questEggRockMountText": "Szikla",
"questEggRockAdjective": "egy élénk",
"questEggRockAdjective": "egy eleven",
"questEggBunnyText": "Nyuszi",
"questEggBunnyMountText": "Nyuszi",
"questEggBunnyAdjective": "egy bolyhos",
"questEggSlimeText": "Pillecukor ragacs",
"questEggSlimeMountText": "Pillecukor nyálka",
"questEggSlimeAdjective": "édes",
"questEggSlimeMountText": "Pillecukor ragacs",
"questEggSlimeAdjective": "egy édes",
"questEggSheepText": "Bárány",
"questEggSheepMountText": "Bárány",
"questEggSheepAdjective": "egy gyapjas",
"questEggCuttlefishText": "Tintahal",
"questEggCuttlefishMountText": "Tintahal",
"questEggCuttlefishAdjective": "ennivaló",
"questEggCuttlefishAdjective": "egy ölelnivaló",
"questEggWhaleText": "Bálna",
"questEggWhaleMountText": "Bálna",
"questEggWhaleAdjective": "egy sáros",
"questEggCheetahText": "Gepárd",
"questEggCheetahMountText": "Gepárd",
"questEggCheetahAdjective": "őszinte",
"questEggCheetahAdjective": "egy őszinte",
"questEggHorseText": "Ló",
"questEggHorseMountText": "Ló",
"questEggHorseAdjective": "egy vágtató",
@ -103,7 +103,7 @@
"questEggSnakeAdjective": "egy csúszó",
"questEggUnicornText": "Egyszarvú",
"questEggUnicornMountText": "Szárnyas Egyszarvú",
"questEggUnicornAdjective": "varázslatos",
"questEggUnicornAdjective": "egy varázslatos",
"questEggSabretoothText": "Kardfogú Tigris",
"questEggSabretoothMountText": "Kardfogú Tigris",
"questEggSabretoothAdjective": "egy vad",
@ -127,15 +127,15 @@
"questEggTurtleAdjective": "egy békés",
"questEggArmadilloText": "Tatu",
"questEggArmadilloMountText": "Tatu",
"questEggArmadilloAdjective": "páncélos",
"questEggArmadilloAdjective": "egy páncélos",
"questEggCowText": "Tehén",
"questEggCowMountText": "Tehén",
"questEggCowAdjective": "egy bőgő",
"questEggBeetleText": "Bogár",
"questEggBeetleMountText": "Bogár",
"questEggBeetleAdjective": "verhetetlen",
"questEggBeetleAdjective": "egy verhetetlen",
"questEggFerretText": "Menyét",
"questEggFerretMountText": "Meynyét",
"questEggFerretMountText": "Menyét",
"questEggFerretAdjective": "egy szőrös",
"questEggSlothText": "Lajhár",
"questEggSlothMountText": "Lajhár",
@ -145,16 +145,16 @@
"questEggTriceratopsAdjective": "egy trükkös",
"questEggGuineaPigText": "Tengerimalac",
"questEggGuineaPigMountText": "Tengerimalac",
"questEggGuineaPigAdjective": "szeleburdi",
"questEggGuineaPigAdjective": "egy szeleburdi",
"questEggPeacockText": "Páva",
"questEggPeacockMountText": "Páva",
"questEggPeacockAdjective": "büszke",
"questEggPeacockAdjective": "egy büszke",
"questEggButterflyText": "Hernyó",
"questEggButterflyMountText": "Pillangó",
"questEggButterflyAdjective": "egy cuki",
"questEggNudibranchText": "Nudibranch",
"questEggNudibranchMountText": "Nudibranch",
"questEggNudibranchAdjective": "a nifty",
"questEggNudibranchText": "Csupaszkopoltyús csiga",
"questEggNudibranchMountText": "Csupaszkopoltyús csiga",
"questEggNudibranchAdjective": "egy fürge",
"eggNotes": "Találj egy keltetőfőzetet ehez a tojáshoz, hogy kikeljen belőle egy <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Alap",
"hatchingPotionWhite": "Fehér",
@ -169,7 +169,7 @@
"hatchingPotionSpooky": "Kísértet",
"hatchingPotionPeppermint": "Borsmenta",
"hatchingPotionFloral": "Növény",
"hatchingPotionAquatic": "Aquatic",
"hatchingPotionAquatic": "Vízi",
"hatchingPotionThunderstorm": "Mennydörgés",
"hatchingPotionGhost": "Szellem",
"hatchingPotionRoyalPurple": "Fenséges lila",

Some files were not shown because too many files have changed in this diff Show more