Merge branch 'release' into develop

This commit is contained in:
Sabe Jones 2017-07-03 23:05:52 +00:00
commit 0cbf9354cc
206 changed files with 32753 additions and 32041 deletions

View file

@ -0,0 +1,83 @@
var migrationName = 'tasks-set-yesterdaily';
var authorName = 'TheHollidayInn'; // in case script author needs to know when their ...
var authorUuid = ''; //... own data is done
/*
* Iterates over all tasks and sets the yseterDaily field to True
*/
import monk from 'monk';
var connectionString = 'mongodb://localhost:27017/habitrpg?auto_reconnect=true'; // FOR TEST DATABASE
var dbTasks = monk(connectionString).get('tasks', { castIds: false });
function processTasks(lastId) {
// specify a query to limit the affected tasks (empty for all tasks):
var query = {
yesterDaily: false,
};
if (lastId) {
query._id = {
$gt: lastId
}
}
dbTasks.find(query, {
sort: {_id: 1},
limit: 250,
fields: [ // specify fields we are interested in to limit retrieved data (empty if we're not reading data):
],
})
.then(updateTasks)
.catch(function (err) {
console.log(err);
return exiting(1, 'ERROR! ' + err);
});
}
var progressCount = 1000;
var count = 0;
function updateTasks (tasks) {
if (!tasks || tasks.length === 0) {
console.warn('All appropriate tasks found and modified.');
displayData();
return;
}
var taskPromises = tasks.map(updatetask);
var lasttask = tasks[tasks.length - 1];
return Promise.all(taskPromises)
.then(function () {
processtasks(lasttask._id);
});
}
function updatetask (task) {
count++;
var set = {'yesterDaily': true};
dbTasks.update({_id: task._id}, {$set:set});
if (count % progressCount == 0) console.warn(count + ' ' + task._id);
if (task._id == authorUuid) console.warn(authorName + ' processed');
}
function displayData() {
console.warn('\n' + count + ' tasks 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 = processtasks;

2
npm-shrinkwrap.json generated
View file

@ -1,6 +1,6 @@
{
"name": "habitica",
"version": "3.99.1",
"version": "3.100.0",
"dependencies": {
"@gulp-sourcemaps/map-sources": {
"version": "1.0.0",

View file

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

View file

@ -1,30 +1,30 @@
.promo_android {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -356px;
background-position: -1713px -356px;
width: 175px;
height: 175px;
}
.promo_aquatic_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -982px -148px;
background-position: -840px -148px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -704px -1042px;
background-position: -845px -1042px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -846px -1042px;
background-position: -987px -1042px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px -442px;
background-position: -1292px 0px;
width: 140px;
height: 441px;
}
@ -48,43 +48,43 @@
}
.promo_backgrounds_armoire_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -423px -1042px;
background-position: -564px -1042px;
width: 140px;
height: 439px;
}
.promo_backgrounds_armoire_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -564px -1042px;
background-position: -705px -1042px;
width: 139px;
height: 438px;
}
.promo_backgrounds_armoire_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px -442px;
background-position: -1433px -442px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px 0px;
background-position: -1292px -442px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -442px;
background-position: -423px -1042px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px 0px;
background-position: -1150px -441px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -852px -600px;
background-position: -568px -600px;
width: 141px;
height: 441px;
}
@ -96,13 +96,13 @@
}
.promo_backgrounds_armoire_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -840px -148px;
background-position: -852px -600px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -568px -600px;
background-position: -994px -600px;
width: 141px;
height: 441px;
}
@ -112,12 +112,18 @@
width: 141px;
height: 441px;
}
.promo_bees {
.promo_backgrounds_armoire_201707 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -284px -600px;
width: 141px;
height: 441px;
}
.promo_bees {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
width: 141px;
height: 441px;
}
.promo_bundle_feathered {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px -600px;
@ -132,169 +138,169 @@
}
.promo_chairs_glasses {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1818px -532px;
background-position: -1819px -532px;
width: 51px;
height: 210px;
}
.promo_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -988px -1042px;
background-position: -1129px -1042px;
width: 141px;
height: 294px;
}
.promo_classes_fall_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -704px -1337px;
background-position: -277px -1484px;
width: 321px;
height: 100px;
}
.promo_classes_fall_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1130px -1190px;
background-position: -845px -1337px;
width: 377px;
height: 99px;
}
.promo_classes_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -442px;
background-position: -1574px -442px;
width: 103px;
height: 348px;
}
.promo_coffee_mug {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px 0px;
background-position: -1713px 0px;
width: 200px;
height: 179px;
}
.promo_contrib_spotlight_Keith {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1802px -1477px;
background-position: -1803px -1477px;
width: 87px;
height: 111px;
}
.promo_contrib_spotlight_alys {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1803px -1365px;
background-position: -1804px -1365px;
width: 90px;
height: 110px;
}
.promo_contrib_spotlight_beffymaroo {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -806px;
background-position: -1713px -806px;
width: 114px;
height: 147px;
}
.promo_contrib_spotlight_blade {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1477px;
background-position: -1713px -1477px;
width: 89px;
height: 111px;
}
.promo_contrib_spotlight_cantras {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -900px;
background-position: -1574px -900px;
width: 87px;
height: 109px;
}
.promo_contrib_spotlight_dewines {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -791px;
background-position: -1574px -791px;
width: 89px;
height: 108px;
}
.promo_contrib_spotlight_megan {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1813px -1045px;
background-position: -1713px -1365px;
width: 90px;
height: 111px;
}
.promo_contrib_spotlight_shanaqui {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1365px;
background-position: -1814px -1045px;
width: 90px;
height: 111px;
}
.promo_cow {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -141px -1042px;
background-position: 0px -1042px;
width: 140px;
height: 441px;
}
.promo_cupid_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px 0px;
background-position: -1574px 0px;
width: 138px;
height: 441px;
}
.promo_dilatoryDistress {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -182px -1632px;
background-position: -370px -1632px;
width: 90px;
height: 90px;
}
.promo_egg_mounts {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1484px;
background-position: -1271px -1042px;
width: 280px;
height: 147px;
}
.promo_enchanted_armoire {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1026px -1337px;
background-position: -599px -1484px;
width: 374px;
height: 76px;
}
.promo_enchanted_armoire_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1088px -1484px;
background-position: -1223px -1337px;
width: 217px;
height: 90px;
}
.promo_enchanted_armoire_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -954px;
background-position: -1713px -954px;
width: 180px;
height: 90px;
}
.promo_enchanted_armoire_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -637px -1632px;
background-position: -916px -1632px;
width: 90px;
height: 90px;
}
.promo_enchanted_armoire_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1183px;
background-position: -1713px -1183px;
width: 122px;
height: 90px;
}
.promo_enchanted_armoire_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1632px;
background-position: -734px -1632px;
width: 90px;
height: 90px;
}
.promo_fairy_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
background-position: -982px -148px;
width: 141px;
height: 441px;
}
.promo_floral_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -532px;
background-position: -1713px -532px;
width: 105px;
height: 273px;
}
.promo_ghost_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px 0px;
background-position: -141px -1042px;
width: 140px;
height: 441px;
}
.promo_habitica {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -180px;
background-position: -1713px -180px;
width: 175px;
height: 175px;
}
@ -306,31 +312,31 @@
}
.promo_habitoween_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1042px;
background-position: -1433px 0px;
width: 140px;
height: 441px;
}
.promo_haunted_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1045px;
background-position: -1713px -1045px;
width: 100px;
height: 137px;
}
.promo_holly_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -994px -600px;
background-position: -1150px 0px;
width: 141px;
height: 440px;
}
.promo_item_notif {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -838px -1484px;
background-position: -1271px -1190px;
width: 249px;
height: 102px;
}
.promo_jackalope {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -561px -1484px;
background-position: 0px -1484px;
width: 276px;
height: 147px;
}
@ -342,187 +348,187 @@
}
.promo_mystery_201405 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -364px -1632px;
background-position: -1189px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201406 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px -884px;
background-position: -1433px -884px;
width: 90px;
height: 96px;
}
.promo_mystery_201407 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -669px;
background-position: -1871px -669px;
width: 42px;
height: 62px;
}
.promo_mystery_201408 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1507px -1042px;
background-position: -974px -1484px;
width: 60px;
height: 71px;
}
.promo_mystery_201409 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1494px -1484px;
background-position: -1462px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201410 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1833px -1274px;
background-position: -1834px -1274px;
width: 72px;
height: 63px;
}
.promo_mystery_201411 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -91px -1632px;
background-position: -643px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201412 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -602px;
background-position: -1871px -602px;
width: 42px;
height: 66px;
}
.promo_mystery_201501 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1663px -791px;
background-position: -1664px -791px;
width: 48px;
height: 63px;
}
.promo_mystery_201502 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -910px -1632px;
background-position: -188px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201503 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1092px -1632px;
background-position: -279px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201504 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1508px -1190px;
background-position: -1035px -1484px;
width: 60px;
height: 69px;
}
.promo_mystery_201505 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1585px -1484px;
background-position: -461px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201506 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -532px;
background-position: -1871px -532px;
width: 42px;
height: 69px;
}
.promo_mystery_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1222px;
background-position: -1574px -1222px;
width: 90px;
height: 105px;
}
.promo_mystery_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -884px;
background-position: 0px -1632px;
width: 93px;
height: 90px;
}
.promo_mystery_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -273px -1632px;
background-position: -825px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201510 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1413px -1042px;
background-position: -1292px -884px;
width: 93px;
height: 90px;
}
.promo_mystery_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -455px -1632px;
background-position: -1007px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201512 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1835px -1183px;
background-position: -1836px -1183px;
width: 60px;
height: 81px;
}
.promo_mystery_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1274px;
background-position: -1713px -1274px;
width: 120px;
height: 90px;
}
.promo_mystery_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -728px -1632px;
background-position: -1280px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -819px -1632px;
background-position: -1371px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1306px -1484px;
background-position: -94px -1632px;
width: 93px;
height: 90px;
}
.promo_mystery_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1001px -1632px;
background-position: -1098px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1010px;
background-position: -1574px -1010px;
width: 90px;
height: 105px;
}
.promo_mystery_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -546px -1632px;
background-position: -552px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1400px -1484px;
background-position: -1441px -1337px;
width: 93px;
height: 90px;
}
.promo_mystery_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px -884px;
background-position: -1150px -883px;
width: 93px;
height: 90px;
}
.promo_mystery_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1827px -806px;
background-position: -1828px -806px;
width: 63px;
height: 84px;
}
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1328px;
background-position: -1574px -1328px;
width: 90px;
height: 99px;
}
@ -534,19 +540,7 @@
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1116px;
background-position: -1574px -1116px;
width: 90px;
height: 105px;
}
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -281px -1484px;
width: 279px;
height: 147px;
}
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1130px -1042px;
width: 282px;
height: 147px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 932 KiB

After

Width:  |  Height:  |  Size: 934 KiB

View file

@ -1,24 +1,36 @@
.promo_mystery_201704 {
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -343px;
width: 90px;
height: 90px;
background-position: -1667px -742px;
width: 279px;
height: 147px;
}
.promo_mystery_201705 {
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -151px;
width: 282px;
height: 147px;
}
.promo_mystery_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -447px;
width: 90px;
height: 90px;
}
.promo_mystery_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -299px;
width: 282px;
height: 147px;
}
.promo_mystery_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1177px;
background-position: -1278px -1226px;
width: 111px;
height: 90px;
}
.promo_mystery_3014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -904px -1517px;
background-position: -1396px -1228px;
width: 217px;
height: 90px;
}
@ -30,13 +42,13 @@
}
.promo_orca {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1026px;
background-position: -114px -1779px;
width: 105px;
height: 105px;
}
.promo_partyhats {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1268px;
background-position: -1667px -1459px;
width: 115px;
height: 47px;
}
@ -66,37 +78,37 @@
}
.promo_peppermint_flame {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px -589px;
background-position: -1249px -927px;
width: 140px;
height: 147px;
}
.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1249px -927px;
background-position: -1254px -589px;
width: 140px;
height: 147px;
}
.customize-option.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1274px -942px;
background-position: -1279px -604px;
width: 60px;
height: 60px;
}
.promo_pyromancer {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -875px;
background-position: 0px -1779px;
width: 113px;
height: 113px;
}
.promo_rainbow_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1875px -1246px;
background-position: -833px -343px;
width: 92px;
height: 103px;
}
.promo_seasonal_shop_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -594px;
background-position: -1667px -890px;
width: 279px;
height: 147px;
}
@ -120,19 +132,19 @@
}
.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1628px;
background-position: -453px -1628px;
width: 198px;
height: 91px;
}
.customize-option.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -1643px;
background-position: -478px -1643px;
width: 60px;
height: 60px;
}
.promo_spooky_sparkles_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -299px;
background-position: -1667px -447px;
width: 140px;
height: 294px;
}
@ -150,31 +162,31 @@
}
.promo_springclasses2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -326px -1517px;
background-position: -615px -1517px;
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -615px -1517px;
background-position: -326px -1517px;
width: 288px;
height: 90px;
}
.promo_staff_spotlight_Lemoness {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1808px -447px;
background-position: -1808px -595px;
width: 102px;
height: 146px;
}
.promo_staff_spotlight_Viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -573px;
background-position: -1547px -926px;
width: 119px;
height: 147px;
}
.promo_staff_spotlight_paglias {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -724px;
background-position: -1547px -1077px;
width: 99px;
height: 147px;
}
@ -192,7 +204,7 @@
}
.promo_summer_classes_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1427px;
background-position: -1667px -1370px;
width: 300px;
height: 88px;
}
@ -210,19 +222,19 @@
}
.promo_takeThis_gear {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1278px -1226px;
background-position: -767px -1628px;
width: 114px;
height: 87px;
}
.promo_takethis_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -199px -1628px;
background-position: -652px -1628px;
width: 114px;
height: 87px;
}
.promo_task_planning {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -181px;
background-position: -1396px -377px;
width: 240px;
height: 195px;
}
@ -234,25 +246,25 @@
}
.promo_unconventional_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1890px -1149px;
background-position: -1604px -745px;
width: 60px;
height: 60px;
}
.promo_unconventional_armor2 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1890px -1074px;
background-position: -1183px -277px;
width: 70px;
height: 74px;
}
.promo_updos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1808px -299px;
background-position: -1808px -447px;
width: 156px;
height: 147px;
}
.promo_veteran_pets {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1275px -1517px;
background-position: -1057px -1517px;
width: 146px;
height: 75px;
}
@ -294,7 +306,7 @@
}
.promo_winteryhair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1122px -1517px;
background-position: -904px -1517px;
width: 152px;
height: 75px;
}
@ -306,7 +318,7 @@
}
.npc_viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1720px;
background-position: -220px -1779px;
width: 108px;
height: 90px;
}
@ -318,7 +330,7 @@
}
.promo_backtoschool {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -875px;
background-position: -1396px -926px;
width: 150px;
height: 150px;
}
@ -330,7 +342,7 @@
}
.promo_startingover {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -573px;
background-position: -302px -1628px;
width: 150px;
height: 150px;
}
@ -354,13 +366,13 @@
}
.scene_buying_rewards {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1246px;
background-position: -1396px -745px;
width: 207px;
height: 180px;
}
.scene_coding {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -1026px;
background-position: -151px -1628px;
width: 150px;
height: 150px;
}
@ -372,7 +384,7 @@
}
.scene_eco_friendly {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1074px;
background-position: -1396px -573px;
width: 222px;
height: 171px;
}
@ -396,13 +408,13 @@
}
.scene_meditation {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -724px;
background-position: 0px -1628px;
width: 150px;
height: 150px;
}
.scene_phone_peek {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -1177px;
background-position: -1396px -1077px;
width: 150px;
height: 150px;
}
@ -414,7 +426,7 @@
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -377px;
background-position: -1396px -181px;
width: 240px;
height: 195px;
}
@ -426,7 +438,7 @@
}
.welcome_basic_avatars {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -908px;
background-position: -1667px -1204px;
width: 246px;
height: 165px;
}
@ -438,7 +450,7 @@
}
.welcome_sample_tasks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -742px;
background-position: -1667px -1038px;
width: 246px;
height: 165px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 961 KiB

After

Width:  |  Height:  |  Size: 977 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 506 KiB

After

Width:  |  Height:  |  Size: 518 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 73 KiB

After

Width:  |  Height:  |  Size: 73 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 158 KiB

After

Width:  |  Height:  |  Size: 160 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 128 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: 163 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: 142 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: 160 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: 181 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: 165 KiB

After

Width:  |  Height:  |  Size: 161 KiB

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 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: 66 KiB

After

Width:  |  Height:  |  Size: 64 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 59 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 109 KiB

After

Width:  |  Height:  |  Size: 107 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 154 KiB

After

Width:  |  Height:  |  Size: 155 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 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: 159 KiB

After

Width:  |  Height:  |  Size: 155 KiB

View file

@ -1,18 +1,36 @@
.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;
width: 162px;
height: 138px;
}
.quest_TEMPLATE_FOR_MISSING_IMAGE {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -459px -1513px;
background-position: -422px -1513px;
width: 221px;
height: 39px;
}
.quest_armadillo {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
width: 219px;
height: 219px;
}
.quest_atom1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1513px;
background-position: -862px -1326px;
width: 250px;
height: 150px;
}
.quest_atom2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -251px -1513px;
background-position: -214px -1513px;
width: 207px;
height: 138px;
}
@ -30,13 +48,13 @@
}
.quest_basilist {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -570px;
background-position: -191px -1688px;
width: 189px;
height: 141px;
}
.quest_beetle {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -442px -1112px;
background-position: -1540px -1079px;
width: 204px;
height: 201px;
}
@ -48,13 +66,13 @@
}
.quest_butterfly {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -220px;
background-position: -440px -232px;
width: 219px;
height: 219px;
}
.quest_cheetah {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -452px;
background-position: -660px 0px;
width: 219px;
height: 219px;
}
@ -66,67 +84,67 @@
}
.quest_dilatory {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -452px;
background-position: -220px -452px;
width: 219px;
height: 219px;
}
.quest_dilatoryDistress1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -1085px;
background-position: -1540px -868px;
width: 210px;
height: 210px;
}
.quest_dilatoryDistress2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1014px;
background-position: -1757px -422px;
width: 150px;
height: 150px;
}
.quest_dilatoryDistress3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -440px;
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -452px;
background-position: 0px -452px;
width: 219px;
height: 219px;
}
.quest_dustbunnies {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -672px;
background-position: -880px -220px;
width: 219px;
height: 219px;
}
.quest_egg {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -362px;
background-position: -1757px -214px;
width: 165px;
height: 207px;
}
.quest_evilsanta {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1316px;
background-position: -1757px -1304px;
width: 118px;
height: 131px;
}
.quest_evilsanta2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -672px;
background-position: -880px -440px;
width: 219px;
height: 219px;
}
.quest_falcon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -672px;
background-position: 0px -672px;
width: 219px;
height: 219px;
}
.quest_ferret {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
background-position: -220px -672px;
width: 219px;
height: 219px;
}
@ -138,19 +156,19 @@
}
.quest_ghost_stag {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -440px;
background-position: -660px -672px;
width: 219px;
height: 219px;
}
.quest_goldenknight1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -660px;
background-position: -880px -672px;
width: 219px;
height: 219px;
}
.quest_goldenknight2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1330px -1326px;
background-position: -1113px -1326px;
width: 250px;
height: 150px;
}
@ -162,91 +180,91 @@
}
.quest_gryphon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -428px -1326px;
background-position: -1319px -1112px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -892px;
background-position: -1100px -440px;
width: 219px;
height: 219px;
}
.quest_harpy {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -892px;
background-position: -1100px -660px;
width: 219px;
height: 219px;
}
.quest_hedgehog {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -647px -1112px;
background-position: -442px -1112px;
width: 219px;
height: 186px;
}
.quest_horse {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px 0px;
background-position: -220px -892px;
width: 219px;
height: 219px;
}
.quest_kraken {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -645px -1326px;
background-position: -885px -1112px;
width: 216px;
height: 177px;
}
.quest_mayhemMistiflying1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1165px;
background-position: -1757px -875px;
width: 150px;
height: 150px;
}
.quest_mayhemMistiflying2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -660px;
background-position: -880px -892px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px 0px;
background-position: -1100px -892px;
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -880px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_moon1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -217px;
background-position: -1320px -880px;
width: 216px;
height: 216px;
}
.quest_moon2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -440px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_moon3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -220px;
background-position: -1320px -440px;
width: 219px;
height: 219px;
}
.quest_moonstone1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -892px;
background-position: -1320px -660px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -892px;
background-position: -1100px -220px;
width: 219px;
height: 219px;
}
@ -258,73 +276,73 @@
}
.quest_nudibranch {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px 0px;
background-position: -1540px -434px;
width: 216px;
height: 216px;
}
.quest_octopus {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -867px -1112px;
background-position: -662px -1112px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -220px;
background-position: -440px -452px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -434px;
background-position: -1540px -217px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -178px;
background-position: 0px -1688px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -672px;
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -868px;
background-position: -1540px 0px;
width: 216px;
height: 216px;
}
.quest_rooster {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1664px;
background-position: 0px -1513px;
width: 213px;
height: 174px;
}
.quest_sabretooth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -672px;
background-position: -220px -232px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -220px;
background-position: -660px -892px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px 0px;
background-position: -440px -892px;
width: 219px;
height: 219px;
}
.quest_sloth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -452px;
background-position: -220px 0px;
width: 219px;
height: 219px;
}
@ -336,37 +354,37 @@
}
.quest_snake {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1090px -1112px;
background-position: -1102px -1112px;
width: 216px;
height: 177px;
}
.quest_spider {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1079px -1326px;
background-position: -1364px -1326px;
width: 250px;
height: 150px;
}
.quest_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -712px;
background-position: -1757px -573px;
width: 150px;
height: 150px;
}
.quest_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px 0px;
background-position: -660px -452px;
width: 219px;
height: 219px;
}
.quest_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -232px;
background-position: -660px -220px;
width: 219px;
height: 219px;
}
.quest_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -863px;
background-position: -1757px -724px;
width: 150px;
height: 150px;
}
@ -378,37 +396,19 @@
}
.quest_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -232px;
background-position: -440px -672px;
width: 219px;
height: 219px;
}
.quest_treeling {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1307px -1112px;
background-position: -428px -1326px;
width: 216px;
height: 177px;
}
.quest_trex {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px 0px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -862px -1326px;
background-position: -645px -1326px;
width: 216px;
height: 177px;
}
.quest_triceratops {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_turtle {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -892px;
width: 219px;
height: 219px;
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 455 KiB

After

Width:  |  Height:  |  Size: 434 KiB

File diff suppressed because it is too large Load diff

Binary file not shown.

Before

Width:  |  Height:  |  Size: 221 KiB

After

Width:  |  Height:  |  Size: 222 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 923 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -1,30 +1,30 @@
.promo_android {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -356px;
background-position: -1713px -356px;
width: 175px;
height: 175px;
}
.promo_aquatic_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -982px -148px;
background-position: -840px -148px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -704px -1042px;
background-position: -845px -1042px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -846px -1042px;
background-position: -987px -1042px;
width: 141px;
height: 294px;
}
.promo_backgrounds_armoire_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px -442px;
background-position: -1292px 0px;
width: 140px;
height: 441px;
}
@ -48,43 +48,43 @@
}
.promo_backgrounds_armoire_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -423px -1042px;
background-position: -564px -1042px;
width: 140px;
height: 439px;
}
.promo_backgrounds_armoire_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -564px -1042px;
background-position: -705px -1042px;
width: 139px;
height: 438px;
}
.promo_backgrounds_armoire_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px -442px;
background-position: -1433px -442px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px 0px;
background-position: -1292px -442px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201612 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -442px;
background-position: -423px -1042px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px 0px;
background-position: -1150px -441px;
width: 140px;
height: 441px;
}
.promo_backgrounds_armoire_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -852px -600px;
background-position: -568px -600px;
width: 141px;
height: 441px;
}
@ -96,13 +96,13 @@
}
.promo_backgrounds_armoire_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -840px -148px;
background-position: -852px -600px;
width: 141px;
height: 441px;
}
.promo_backgrounds_armoire_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -568px -600px;
background-position: -994px -600px;
width: 141px;
height: 441px;
}
@ -112,12 +112,18 @@
width: 141px;
height: 441px;
}
.promo_bees {
.promo_backgrounds_armoire_201707 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -284px -600px;
width: 141px;
height: 441px;
}
.promo_bees {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
width: 141px;
height: 441px;
}
.promo_bundle_feathered {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -142px -600px;
@ -132,169 +138,169 @@
}
.promo_chairs_glasses {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1818px -532px;
background-position: -1819px -532px;
width: 51px;
height: 210px;
}
.promo_checkin_incentives {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -988px -1042px;
background-position: -1129px -1042px;
width: 141px;
height: 294px;
}
.promo_classes_fall_2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -704px -1337px;
background-position: -277px -1484px;
width: 321px;
height: 100px;
}
.promo_classes_fall_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1130px -1190px;
background-position: -845px -1337px;
width: 377px;
height: 99px;
}
.promo_classes_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -442px;
background-position: -1574px -442px;
width: 103px;
height: 348px;
}
.promo_coffee_mug {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px 0px;
background-position: -1713px 0px;
width: 200px;
height: 179px;
}
.promo_contrib_spotlight_Keith {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1802px -1477px;
background-position: -1803px -1477px;
width: 87px;
height: 111px;
}
.promo_contrib_spotlight_alys {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1803px -1365px;
background-position: -1804px -1365px;
width: 90px;
height: 110px;
}
.promo_contrib_spotlight_beffymaroo {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -806px;
background-position: -1713px -806px;
width: 114px;
height: 147px;
}
.promo_contrib_spotlight_blade {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1477px;
background-position: -1713px -1477px;
width: 89px;
height: 111px;
}
.promo_contrib_spotlight_cantras {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -900px;
background-position: -1574px -900px;
width: 87px;
height: 109px;
}
.promo_contrib_spotlight_dewines {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -791px;
background-position: -1574px -791px;
width: 89px;
height: 108px;
}
.promo_contrib_spotlight_megan {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1813px -1045px;
background-position: -1713px -1365px;
width: 90px;
height: 111px;
}
.promo_contrib_spotlight_shanaqui {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1365px;
background-position: -1814px -1045px;
width: 90px;
height: 111px;
}
.promo_cow {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -141px -1042px;
background-position: 0px -1042px;
width: 140px;
height: 441px;
}
.promo_cupid_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px 0px;
background-position: -1574px 0px;
width: 138px;
height: 441px;
}
.promo_dilatoryDistress {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -182px -1632px;
background-position: -370px -1632px;
width: 90px;
height: 90px;
}
.promo_egg_mounts {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1484px;
background-position: -1271px -1042px;
width: 280px;
height: 147px;
}
.promo_enchanted_armoire {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1026px -1337px;
background-position: -599px -1484px;
width: 374px;
height: 76px;
}
.promo_enchanted_armoire_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1088px -1484px;
background-position: -1223px -1337px;
width: 217px;
height: 90px;
}
.promo_enchanted_armoire_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -954px;
background-position: -1713px -954px;
width: 180px;
height: 90px;
}
.promo_enchanted_armoire_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -637px -1632px;
background-position: -916px -1632px;
width: 90px;
height: 90px;
}
.promo_enchanted_armoire_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1183px;
background-position: -1713px -1183px;
width: 122px;
height: 90px;
}
.promo_enchanted_armoire_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1632px;
background-position: -734px -1632px;
width: 90px;
height: 90px;
}
.promo_fairy_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -600px;
background-position: -982px -148px;
width: 141px;
height: 441px;
}
.promo_floral_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -532px;
background-position: -1713px -532px;
width: 105px;
height: 273px;
}
.promo_ghost_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px 0px;
background-position: -141px -1042px;
width: 140px;
height: 441px;
}
.promo_habitica {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -180px;
background-position: -1713px -180px;
width: 175px;
height: 175px;
}
@ -306,31 +312,31 @@
}
.promo_habitoween_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: 0px -1042px;
background-position: -1433px 0px;
width: 140px;
height: 441px;
}
.promo_haunted_hair {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1045px;
background-position: -1713px -1045px;
width: 100px;
height: 137px;
}
.promo_holly_potions {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -994px -600px;
background-position: -1150px 0px;
width: 141px;
height: 440px;
}
.promo_item_notif {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -838px -1484px;
background-position: -1271px -1190px;
width: 249px;
height: 102px;
}
.promo_jackalope {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -561px -1484px;
background-position: 0px -1484px;
width: 276px;
height: 147px;
}
@ -342,187 +348,187 @@
}
.promo_mystery_201405 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -364px -1632px;
background-position: -1189px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201406 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1432px -884px;
background-position: -1433px -884px;
width: 90px;
height: 96px;
}
.promo_mystery_201407 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -669px;
background-position: -1871px -669px;
width: 42px;
height: 62px;
}
.promo_mystery_201408 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1507px -1042px;
background-position: -974px -1484px;
width: 60px;
height: 71px;
}
.promo_mystery_201409 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1494px -1484px;
background-position: -1462px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201410 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1833px -1274px;
background-position: -1834px -1274px;
width: 72px;
height: 63px;
}
.promo_mystery_201411 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -91px -1632px;
background-position: -643px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201412 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -602px;
background-position: -1871px -602px;
width: 42px;
height: 66px;
}
.promo_mystery_201501 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1663px -791px;
background-position: -1664px -791px;
width: 48px;
height: 63px;
}
.promo_mystery_201502 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -910px -1632px;
background-position: -188px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201503 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1092px -1632px;
background-position: -279px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201504 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1508px -1190px;
background-position: -1035px -1484px;
width: 60px;
height: 69px;
}
.promo_mystery_201505 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1585px -1484px;
background-position: -461px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201506 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1870px -532px;
background-position: -1871px -532px;
width: 42px;
height: 69px;
}
.promo_mystery_201507 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1222px;
background-position: -1574px -1222px;
width: 90px;
height: 105px;
}
.promo_mystery_201508 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1150px -884px;
background-position: 0px -1632px;
width: 93px;
height: 90px;
}
.promo_mystery_201509 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -273px -1632px;
background-position: -825px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201510 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1413px -1042px;
background-position: -1292px -884px;
width: 93px;
height: 90px;
}
.promo_mystery_201511 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -455px -1632px;
background-position: -1007px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201512 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1835px -1183px;
background-position: -1836px -1183px;
width: 60px;
height: 81px;
}
.promo_mystery_201601 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1712px -1274px;
background-position: -1713px -1274px;
width: 120px;
height: 90px;
}
.promo_mystery_201602 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -728px -1632px;
background-position: -1280px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201603 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -819px -1632px;
background-position: -1371px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201604 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1306px -1484px;
background-position: -94px -1632px;
width: 93px;
height: 90px;
}
.promo_mystery_201605 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1001px -1632px;
background-position: -1098px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201606 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1010px;
background-position: -1574px -1010px;
width: 90px;
height: 105px;
}
.promo_mystery_201607 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -546px -1632px;
background-position: -552px -1632px;
width: 90px;
height: 90px;
}
.promo_mystery_201608 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1400px -1484px;
background-position: -1441px -1337px;
width: 93px;
height: 90px;
}
.promo_mystery_201609 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1291px -884px;
background-position: -1150px -883px;
width: 93px;
height: 90px;
}
.promo_mystery_201610 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1827px -806px;
background-position: -1828px -806px;
width: 63px;
height: 84px;
}
.promo_mystery_201611 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1328px;
background-position: -1574px -1328px;
width: 90px;
height: 99px;
}
@ -534,19 +540,7 @@
}
.promo_mystery_201701 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1573px -1116px;
background-position: -1574px -1116px;
width: 90px;
height: 105px;
}
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -281px -1484px;
width: 279px;
height: 147px;
}
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-0.png);
background-position: -1130px -1042px;
width: 282px;
height: 147px;
}

View file

@ -1,24 +1,36 @@
.promo_mystery_201704 {
.promo_mystery_201702 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -343px;
width: 90px;
height: 90px;
background-position: -1667px -742px;
width: 279px;
height: 147px;
}
.promo_mystery_201705 {
.promo_mystery_201703 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -151px;
width: 282px;
height: 147px;
}
.promo_mystery_201704 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -833px -447px;
width: 90px;
height: 90px;
}
.promo_mystery_201705 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -299px;
width: 282px;
height: 147px;
}
.promo_mystery_201706 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1177px;
background-position: -1278px -1226px;
width: 111px;
height: 90px;
}
.promo_mystery_3014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -904px -1517px;
background-position: -1396px -1228px;
width: 217px;
height: 90px;
}
@ -30,13 +42,13 @@
}
.promo_orca {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1026px;
background-position: -114px -1779px;
width: 105px;
height: 105px;
}
.promo_partyhats {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -1268px;
background-position: -1667px -1459px;
width: 115px;
height: 47px;
}
@ -66,37 +78,37 @@
}
.promo_peppermint_flame {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1254px -589px;
background-position: -1249px -927px;
width: 140px;
height: 147px;
}
.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1249px -927px;
background-position: -1254px -589px;
width: 140px;
height: 147px;
}
.customize-option.promo_pet_skins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1274px -942px;
background-position: -1279px -604px;
width: 60px;
height: 60px;
}
.promo_pyromancer {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -875px;
background-position: 0px -1779px;
width: 113px;
height: 113px;
}
.promo_rainbow_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1875px -1246px;
background-position: -833px -343px;
width: 92px;
height: 103px;
}
.promo_seasonal_shop_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -594px;
background-position: -1667px -890px;
width: 279px;
height: 147px;
}
@ -120,19 +132,19 @@
}
.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1628px;
background-position: -453px -1628px;
width: 198px;
height: 91px;
}
.customize-option.promo_splashyskins {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -25px -1643px;
background-position: -478px -1643px;
width: 60px;
height: 60px;
}
.promo_spooky_sparkles_fall_2016 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -299px;
background-position: -1667px -447px;
width: 140px;
height: 294px;
}
@ -150,31 +162,31 @@
}
.promo_springclasses2014 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -326px -1517px;
background-position: -615px -1517px;
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -615px -1517px;
background-position: -326px -1517px;
width: 288px;
height: 90px;
}
.promo_staff_spotlight_Lemoness {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1808px -447px;
background-position: -1808px -595px;
width: 102px;
height: 146px;
}
.promo_staff_spotlight_Viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -573px;
background-position: -1547px -926px;
width: 119px;
height: 147px;
}
.promo_staff_spotlight_paglias {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1547px -724px;
background-position: -1547px -1077px;
width: 99px;
height: 147px;
}
@ -192,7 +204,7 @@
}
.promo_summer_classes_2015 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1427px;
background-position: -1667px -1370px;
width: 300px;
height: 88px;
}
@ -210,19 +222,19 @@
}
.promo_takeThis_gear {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1278px -1226px;
background-position: -767px -1628px;
width: 114px;
height: 87px;
}
.promo_takethis_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -199px -1628px;
background-position: -652px -1628px;
width: 114px;
height: 87px;
}
.promo_task_planning {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -181px;
background-position: -1396px -377px;
width: 240px;
height: 195px;
}
@ -234,25 +246,25 @@
}
.promo_unconventional_armor {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1890px -1149px;
background-position: -1604px -745px;
width: 60px;
height: 60px;
}
.promo_unconventional_armor2 {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1890px -1074px;
background-position: -1183px -277px;
width: 70px;
height: 74px;
}
.promo_updos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1808px -299px;
background-position: -1808px -447px;
width: 156px;
height: 147px;
}
.promo_veteran_pets {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1275px -1517px;
background-position: -1057px -1517px;
width: 146px;
height: 75px;
}
@ -294,7 +306,7 @@
}
.promo_winteryhair {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1122px -1517px;
background-position: -904px -1517px;
width: 152px;
height: 75px;
}
@ -306,7 +318,7 @@
}
.npc_viirus {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: 0px -1720px;
background-position: -220px -1779px;
width: 108px;
height: 90px;
}
@ -318,7 +330,7 @@
}
.promo_backtoschool {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -875px;
background-position: -1396px -926px;
width: 150px;
height: 150px;
}
@ -330,7 +342,7 @@
}
.promo_startingover {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -573px;
background-position: -302px -1628px;
width: 150px;
height: 150px;
}
@ -354,13 +366,13 @@
}
.scene_buying_rewards {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1246px;
background-position: -1396px -745px;
width: 207px;
height: 180px;
}
.scene_coding {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -1026px;
background-position: -151px -1628px;
width: 150px;
height: 150px;
}
@ -372,7 +384,7 @@
}
.scene_eco_friendly {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -1074px;
background-position: -1396px -573px;
width: 222px;
height: 171px;
}
@ -396,13 +408,13 @@
}
.scene_meditation {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -724px;
background-position: 0px -1628px;
width: 150px;
height: 150px;
}
.scene_phone_peek {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -1177px;
background-position: -1396px -1077px;
width: 150px;
height: 150px;
}
@ -414,7 +426,7 @@
}
.scene_todos {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1396px -377px;
background-position: -1396px -181px;
width: 240px;
height: 195px;
}
@ -426,7 +438,7 @@
}
.welcome_basic_avatars {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -908px;
background-position: -1667px -1204px;
width: 246px;
height: 165px;
}
@ -438,7 +450,7 @@
}
.welcome_sample_tasks {
background-image: url(/static/sprites/spritesmith-largeSprites-1.png);
background-position: -1667px -742px;
background-position: -1667px -1038px;
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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -1,18 +1,36 @@
.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;
width: 162px;
height: 138px;
}
.quest_TEMPLATE_FOR_MISSING_IMAGE {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -459px -1513px;
background-position: -422px -1513px;
width: 221px;
height: 39px;
}
.quest_armadillo {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
width: 219px;
height: 219px;
}
.quest_atom1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1513px;
background-position: -862px -1326px;
width: 250px;
height: 150px;
}
.quest_atom2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -251px -1513px;
background-position: -214px -1513px;
width: 207px;
height: 138px;
}
@ -30,13 +48,13 @@
}
.quest_basilist {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -570px;
background-position: -191px -1688px;
width: 189px;
height: 141px;
}
.quest_beetle {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -442px -1112px;
background-position: -1540px -1079px;
width: 204px;
height: 201px;
}
@ -48,13 +66,13 @@
}
.quest_butterfly {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -220px;
background-position: -440px -232px;
width: 219px;
height: 219px;
}
.quest_cheetah {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -452px;
background-position: -660px 0px;
width: 219px;
height: 219px;
}
@ -66,67 +84,67 @@
}
.quest_dilatory {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -452px;
background-position: -220px -452px;
width: 219px;
height: 219px;
}
.quest_dilatoryDistress1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -1085px;
background-position: -1540px -868px;
width: 210px;
height: 210px;
}
.quest_dilatoryDistress2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1014px;
background-position: -1757px -422px;
width: 150px;
height: 150px;
}
.quest_dilatoryDistress3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -440px;
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -452px;
background-position: 0px -452px;
width: 219px;
height: 219px;
}
.quest_dustbunnies {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -672px;
background-position: -880px -220px;
width: 219px;
height: 219px;
}
.quest_egg {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -362px;
background-position: -1757px -214px;
width: 165px;
height: 207px;
}
.quest_evilsanta {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1316px;
background-position: -1757px -1304px;
width: 118px;
height: 131px;
}
.quest_evilsanta2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -672px;
background-position: -880px -440px;
width: 219px;
height: 219px;
}
.quest_falcon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -672px;
background-position: 0px -672px;
width: 219px;
height: 219px;
}
.quest_ferret {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px 0px;
background-position: -220px -672px;
width: 219px;
height: 219px;
}
@ -138,19 +156,19 @@
}
.quest_ghost_stag {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -440px;
background-position: -660px -672px;
width: 219px;
height: 219px;
}
.quest_goldenknight1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -660px;
background-position: -880px -672px;
width: 219px;
height: 219px;
}
.quest_goldenknight2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1330px -1326px;
background-position: -1113px -1326px;
width: 250px;
height: 150px;
}
@ -162,91 +180,91 @@
}
.quest_gryphon {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -428px -1326px;
background-position: -1319px -1112px;
width: 216px;
height: 177px;
}
.quest_guineapig {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px -892px;
background-position: -1100px -440px;
width: 219px;
height: 219px;
}
.quest_harpy {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -892px;
background-position: -1100px -660px;
width: 219px;
height: 219px;
}
.quest_hedgehog {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -647px -1112px;
background-position: -442px -1112px;
width: 219px;
height: 186px;
}
.quest_horse {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px 0px;
background-position: -220px -892px;
width: 219px;
height: 219px;
}
.quest_kraken {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -645px -1326px;
background-position: -885px -1112px;
width: 216px;
height: 177px;
}
.quest_mayhemMistiflying1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -1165px;
background-position: -1757px -875px;
width: 150px;
height: 150px;
}
.quest_mayhemMistiflying2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -660px;
background-position: -880px -892px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px 0px;
background-position: -1100px -892px;
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -880px;
background-position: -1320px 0px;
width: 219px;
height: 219px;
}
.quest_moon1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -217px;
background-position: -1320px -880px;
width: 216px;
height: 216px;
}
.quest_moon2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -440px;
background-position: -1320px -220px;
width: 219px;
height: 219px;
}
.quest_moon3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1320px -220px;
background-position: -1320px -440px;
width: 219px;
height: 219px;
}
.quest_moonstone1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -892px;
background-position: -1320px -660px;
width: 219px;
height: 219px;
}
.quest_moonstone2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -892px;
background-position: -1100px -220px;
width: 219px;
height: 219px;
}
@ -258,73 +276,73 @@
}
.quest_nudibranch {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px 0px;
background-position: -1540px -434px;
width: 216px;
height: 216px;
}
.quest_octopus {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -867px -1112px;
background-position: -662px -1112px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1100px -220px;
background-position: -440px -452px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -434px;
background-position: -1540px -217px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -178px;
background-position: 0px -1688px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -672px;
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1540px -868px;
background-position: -1540px 0px;
width: 216px;
height: 216px;
}
.quest_rooster {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: 0px -1664px;
background-position: 0px -1513px;
width: 213px;
height: 174px;
}
.quest_sabretooth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -672px;
background-position: -220px -232px;
width: 219px;
height: 219px;
}
.quest_sheep {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px -220px;
background-position: -660px -892px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -880px 0px;
background-position: -440px -892px;
width: 219px;
height: 219px;
}
.quest_sloth {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -452px;
background-position: -220px 0px;
width: 219px;
height: 219px;
}
@ -336,37 +354,37 @@
}
.quest_snake {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1090px -1112px;
background-position: -1102px -1112px;
width: 216px;
height: 177px;
}
.quest_spider {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1079px -1326px;
background-position: -1364px -1326px;
width: 250px;
height: 150px;
}
.quest_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -712px;
background-position: -1757px -573px;
width: 150px;
height: 150px;
}
.quest_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -660px 0px;
background-position: -660px -452px;
width: 219px;
height: 219px;
}
.quest_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px -232px;
background-position: -660px -220px;
width: 219px;
height: 219px;
}
.quest_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px -863px;
background-position: -1757px -724px;
width: 150px;
height: 150px;
}
@ -378,37 +396,19 @@
}
.quest_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -232px;
background-position: -440px -672px;
width: 219px;
height: 219px;
}
.quest_treeling {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1307px -1112px;
background-position: -428px -1326px;
width: 216px;
height: 177px;
}
.quest_trex {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -1932px 0px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -862px -1326px;
background-position: -645px -1326px;
width: 216px;
height: 177px;
}
.quest_triceratops {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -440px 0px;
width: 219px;
height: 219px;
}
.quest_turtle {
background-image: url(/static/sprites/spritesmith-main-8.png);
background-position: -220px -892px;
width: 219px;
height: 219px;
}

File diff suppressed because it is too large Load diff

View file

@ -275,5 +275,12 @@
"backgroundOceanSunriseText": "Океански изгрев",
"backgroundOceanSunriseNotes": "Насладете се на океански изгрев.",
"backgroundSandcastleText": "Пясъчен замък",
"backgroundSandcastleNotes": "Властвайте над пясъчен замък."
"backgroundSandcastleNotes": "Властвайте над пясъчен замък.",
"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."
}

View file

@ -604,6 +604,8 @@
"armorArmoireMerchantTunicNotes": "Широките ръкави на тази туника са идеални за трупане на монетите, които сте заработили! Увеличава усета с <%= per %>. Омагьосан гардероб: комплект „Търговец“ (предмет 2 от 3).",
"armorArmoireVikingTunicText": "Викингска туника",
"armorArmoireVikingTunicNotes": "Тази топла вълнена туника има качулка, с която ще Ви бъде топло дори и по-време на морска буря. Увеличава якостта с <%= con %> и силата с <%= str %>. Омагьосан гардероб: Викингски комплект (предмет 1 от 3).",
"armorArmoireSwanDancerTutuText": "Swan Dancer Tutu",
"armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).",
"headgear": "защита за главата",
"headgearCapitalized": "Защита за главата",
"headBase0Text": "Няма шлем",
@ -944,6 +946,8 @@
"headArmoireMerchantChaperonNotes": "С тази удобна вълнена шапка със сигурност ще бъдете най-стилният търговец на пазара! Увеличава усета и интелигентността с по <%= attrs %>. Омагьосан гардероб: комплект „Търговец“ (предмет 1 от 3).",
"headArmoireVikingHelmText": "Викингски шлем",
"headArmoireVikingHelmNotes": "На този шлем няма рога или крила — враговете могат лесно да ви хванат за тях! Увеличава силата с <%= str %> и усета с <%= per %>. Омагьосан гардероб: Викингски комплект (предмет 2 от 3).",
"headArmoireSwanFeatherCrownText": "Swan Feather Crown",
"headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Increases Intelligence by <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).",
"offhand": "предмет за защитната ръка",
"offhandCapitalized": "Предмет за защитната ръка",
"shieldBase0Text": "Няма предмет в защитната ръка",
@ -1112,6 +1116,10 @@
"shieldArmoireFestivalParasolNotes": "Този лек чадър ще Ви предпази от всички ярки лъчи били те слънчеви или отразени от тъмно червените ежедневни задачи. Увеличава якостта с <%= con %>. Омагьосан гардероб: комплект „Празнична премяна“ (предмет 2 от 3).",
"shieldArmoireVikingShieldText": "Викингски щит",
"shieldArmoireVikingShieldNotes": "Този здрав щит от дърво и кожа може да издържи на ударите и на най-силните врагове. Увеличава усета с <%= per %> и интелигентността с <%= int %>. Омагьосан гардероб: Викингски комплект (предмет 3 от 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",
"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.",
"back": "Аксесоар за гръб",
"backBase0Text": "Няма аксесоар за гръб",
"backBase0Notes": "Няма аксесоар за гръб.",

View file

@ -114,7 +114,7 @@
"messageRequired": "Нужно е съобщение.",
"toUserIDRequired": "Нужен е потребителски идентификатор",
"gemAmountRequired": "Нужен е брой диаманти",
"notAuthorizedToSendMessageToThisUser": "You can't send a message to this player because they have chosen to block messages.",
"notAuthorizedToSendMessageToThisUser": "Не можете да изпратите съобщение до този играч, защото той е избрал да блокира съобщенията.",
"privateMessageGiftGemsMessage": "Здравейте, <%= receiverName %>, <%= senderName %> Ви изпрати <%= gemAmount %> диамант(а)!",
"privateMessageGiftSubscriptionMessage": "<%= numberOfMonths %> месеца абонамент!",
"cannotSendGemsToYourself": "Не можете да изпратите диаманти на себе си. Опитайте с абонамент.",

View file

@ -92,7 +92,7 @@
"questGoldenknight1CollectTestimony": "Показания",
"questGoldenknight1DropGoldenknight2Quest": "Златният рицар, част 2: Златен рицар (свитък)",
"questGoldenknight2Text": "Златният рицар, част 2: Златен рицар",
"questGoldenknight2Notes": "Armed with dozens of Habiticans' testimonies, you finally confront the Golden Knight. You begin to recite the Habitcans' complaints to her, one by one. \"And @Pfeffernusse says that your constant bragging-\" The knight raises her hand to silence you and scoffs, \"Please, these people are merely jealous of my success. Instead of complaining, they should simply work as hard as I! Perhaps I shall show you the power you can attain through diligence such as mine!\" She raises her morningstar and prepares to attack you!",
"questGoldenknight2Notes": "Въоръжен(а) със стотици показания на хабитиканци, ти най-после се изправяш срещу Златния рицар. Започваш да четеш оплакванията на хабитиканците срещу нея, едно по едно: „А @Pfeffernusse казва, че постоянното ти натякване…“ — рицарят вдига ръка, за да те спре, и казва надменно: „Моля те, тези хора просто завиждат на успеха ми. Вместо да се оплакват, може просто да работят усърдно като мен! Може би трябва да ти демонстрирам силата, която може да получиш, ако се стараеш като мен!“ — тя вдига боздугана си и се приготвя да те нападне!",
"questGoldenknight2Boss": "Златен рицар",
"questGoldenknight2DropGoldenknight3Quest": "Златният рицар, част 3: Железният рицар (свитък)",
"questGoldenknight3Text": "Златният рицар, част 3: Железният рицар",

View file

@ -11,7 +11,7 @@
"rebirthInList1": "Задачите, историята, екипировката и настройките си остават.",
"rebirthInList2": "Остават участията в предизвикателства, гилдии и група.",
"rebirthInList3": "Остават диамантите, както и нивата на подкрепа и дарител.",
"rebirthInList4": "Items obtained from Gems or drops (such as pets and mounts) remain.",
"rebirthInList4": "Няма да загубите предметите, закупени с диаманти или получени като плячка (например любимци и превози).",
"rebirthEarnAchievement": "Също така ще спечелите постижение за започването на ново приключение!",
"beReborn": "Преродете се",
"rebirthAchievement": "Започнахте ново приключение! Това е прераждане №<%= number %> за Вас, а най-високото ниво, което сте достигали, е <%= level %>. За да спечелите отново това постижение, започнете ново приключение, когато достигнете още по-високо ниво!",

View file

@ -37,7 +37,7 @@
"subscribed": "Абониран",
"manageSub": "Щракнете за управление на абонамента",
"cancelSub": "Прекратяване на абонамента",
"cancelSubInfoGoogle": "Please go to the \"Account\" > \"Subscriptions\" section of the Google Play Store app to cancel your subscription or to see your subscription's termination date if you have already cancelled it. This screen is not able to show you whether your subscription has been cancelled.",
"cancelSubInfoGoogle": "Моля, идете в раздела „Профил > Абонаменти“ в магазина „Google Play“, за да прекратите абонамента си или да видите кога изтича той, ако вече сте го прекратили. Тук не можете да разберете дали абонаментът Ви е бил прекратен.",
"cancelSubInfoApple": "Моля, следвайте <a href=\"https://support.apple.com/en-us/HT202039\">официалните инструкции на Апъл</a>, за да прекратите абонамента си, или да видите кога изтича той, ако вече сте го прекратили. Тук не можете да разберете дали абонаментът Ви е бил прекратен.",
"canceledSubscription": "Прекратен абонамент",
"cancelingSubscription": "Прекратяване на абонамента",
@ -169,5 +169,5 @@
"missingCustomerId": "Липсва „req.query.customerId“",
"missingPaypalBlock": "Липсва „req.session.paypalBlock“",
"missingSubKey": "Липсва „req.query.sub“",
"paypalCanceled": "Your subscription has been canceled"
"paypalCanceled": "Абонаментът Ви е прекратен"
}

View file

@ -1,7 +1,7 @@
{
"clearCompleted": "Изтриване на завършените",
"lotOfToDos": "Тук можете да видите последните си 30 завършени задачи. Можете да видите по-старите си завършени задачи от „Данни > Инструмент за показване на данните“ или „Данни > Изнасяне на данни > Потребителски данни.",
"deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted, except for To-Dos from active challenges and Group Plans. Export them first if you want to keep a record of them.",
"deleteToDosExplanation": "Ако натиснете бутона по-долу, всички завършени и архивирани задачи ще бъдат изтрити завинаги, освен онези от протичащи в момента предизвикателства и от групови планове. Ако искате да запазите информацията за тях, първо ги изнесете.",
"addmultiple": "Добавяне на няколко",
"addsingle": "Добавяне поотделно",
"habit": "Навик",

View file

@ -275,5 +275,12 @@
"backgroundOceanSunriseText": "Ocean Sunrise",
"backgroundOceanSunriseNotes": "Admire an Ocean Sunrise.",
"backgroundSandcastleText": "Sandcastle",
"backgroundSandcastleNotes": "Rule over a 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."
}

View file

@ -604,6 +604,8 @@
"armorArmoireMerchantTunicNotes": "The wide sleeves of this tunic are perfect for stashing the coins you've earned! Increases Perception by <%= per %>. Enchanted Armoire: Merchant Set (Item 2 of 3).",
"armorArmoireVikingTunicText": "Viking Tunic",
"armorArmoireVikingTunicNotes": "This warm woolen tunic includes a cloak for extra coziness even in ocean gales. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Viking Set (Item 1 of 3).",
"armorArmoireSwanDancerTutuText": "Swan Dancer Tutu",
"armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).",
"headgear": "Pokrývka hlavy",
"headgearCapitalized": "Headgear",
"headBase0Text": "Žádná přilba",
@ -944,6 +946,8 @@
"headArmoireMerchantChaperonNotes": "This versatile wrapped wool hat will surely make you the most stylish seller in the market! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Merchant Set (Item 1 of 3).",
"headArmoireVikingHelmText": "Viking Helm",
"headArmoireVikingHelmNotes": "No horns or wings are found on this helm: those are too easy for enemies to grab! Increases Strength by <%= str %> and Perception by <%= per %>. Enchanted Armoire: Viking Set (Item 2 of 3).",
"headArmoireSwanFeatherCrownText": "Swan Feather Crown",
"headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Increases Intelligence by <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).",
"offhand": "štít v ruce",
"offhandCapitalized": "Shield-Hand Item",
"shieldBase0Text": "Bez štítu v ruce",
@ -1112,6 +1116,10 @@
"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).",
"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",
"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.",
"back": "Příslušenství na záda",
"backBase0Text": "Bez příslušenství na zádech",
"backBase0Notes": "Bez příslušenství na zádech.",

View file

@ -275,5 +275,12 @@
"backgroundOceanSunriseText": "Solopgang ved Havet",
"backgroundOceanSunriseNotes": "Beundre en Solopgang ved Havet.",
"backgroundSandcastleText": "Sandslot",
"backgroundSandcastleNotes": "Hersk over et Sandslot."
"backgroundSandcastleNotes": "Hersk over et Sandslot.",
"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."
}

View file

@ -127,7 +127,7 @@
"distributePoints": "Fordel ufordelte points",
"distributePointsPop": "Fordel alle ufordelte attributpoint i forhold til det valgte fordelingsskema.",
"warriorText": "Krigere scorer flere og bedre \"fuldtræffere\", der vilkårligt giver ekstra Guld, Erfaring, og dropchance når du færdiggør en opgave. De forvolder også stor skade på Boss-monstre. Spil som Kriger hvis du finder uforudsigelige, jackpotagtige belønninger motiverende, eller du virkelig vil uddele smerte i Boss-quests!",
"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": "Magikere lærer hurtigt, og får Erfaring og Niveau hurtigere end andre klasser. De får endvidere en masse Mana ved at bruge specielle evner. Spil som Magiker hvis du kan godt lide Habitica's taktiske spilaspekter, eller hvis du er stærkt motiveret af at gå op i niveau og åbne op for avancerede features!",
"rogueText": "Slyngler elsker at samle sig en formue, eftersom de får mere Guld end nogen anden, og de er dygtige til at finde tilfældige ting. Deres ikoniske Listeevne lader dem undgå konsekvenserne af oversprungne Daglige. Spil som Slyngel hvis du er stærkt motiveret af Belønninger og Præstationer, og stræber efter bytte og emblemer!",
"healerText": "Helbredere er upåvirkede af skade, og giver denne beskyttelse videre til andre. Oversprungne Daglige og dårlige Vaner tager næppe pippet fra dem, og de har metoder for at genvinde Liv fra fiaskoer. Spil som Helbreder hvis du nyder at hjælpe andre i dit Selskab, eller hvis tanken om at snyde Døden med hårdt arbejde inspirerer dig!",
"optOutOfClasses": "Fravælg",

View file

@ -604,6 +604,8 @@
"armorArmoireMerchantTunicNotes": "The wide sleeves of this tunic are perfect for stashing the coins you've earned! Increases Perception by <%= per %>. Enchanted Armoire: Merchant Set (Item 2 of 3).",
"armorArmoireVikingTunicText": "Viking Tunic",
"armorArmoireVikingTunicNotes": "This warm woolen tunic includes a cloak for extra coziness even in ocean gales. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Viking Set (Item 1 of 3).",
"armorArmoireSwanDancerTutuText": "Swan Dancer Tutu",
"armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).",
"headgear": "hovedbeklædning",
"headgearCapitalized": "Headgear",
"headBase0Text": "Ingen Hjelm",
@ -944,6 +946,8 @@
"headArmoireMerchantChaperonNotes": "This versatile wrapped wool hat will surely make you the most stylish seller in the market! Increases Perception and Intelligence by <%= attrs %> each. Enchanted Armoire: Merchant Set (Item 1 of 3).",
"headArmoireVikingHelmText": "Viking Helm",
"headArmoireVikingHelmNotes": "No horns or wings are found on this helm: those are too easy for enemies to grab! Increases Strength by <%= str %> and Perception by <%= per %>. Enchanted Armoire: Viking Set (Item 2 of 3).",
"headArmoireSwanFeatherCrownText": "Swan Feather Crown",
"headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Increases Intelligence by <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).",
"offhand": "skjoldhånds-udstyr",
"offhandCapitalized": "Skjoldhånds-udstyr",
"shieldBase0Text": "Intet Skjoldhånds-udstyr",
@ -1112,6 +1116,10 @@
"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).",
"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",
"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.",
"back": "Ryg-udstyr",
"backBase0Text": "Intet Ryg-udstyr",
"backBase0Notes": "Intet Ryg-udstyr.",

View file

@ -114,7 +114,7 @@
"messageRequired": "En besked er påkrævet.",
"toUserIDRequired": "Et Bruger-ID er påkrævet",
"gemAmountRequired": "Et antal ædelsten er påkrævet",
"notAuthorizedToSendMessageToThisUser": "You can't send a message to this player because they have chosen to block messages.",
"notAuthorizedToSendMessageToThisUser": "Du kan ikke sende en besked til denne spiller, da de har valgt at blokere beskeder.",
"privateMessageGiftGemsMessage": "Hej <%= receiverName %>, <%= senderName %> har sendt dig <%= gemAmount %> ædelsten!",
"privateMessageGiftSubscriptionMessage": "<%= numberOfMonths %> måneders abonnement!",
"cannotSendGemsToYourself": "Kan ikke sende ædelsten til dig selv. Prøv et abonnement i stedet.",
@ -184,7 +184,7 @@
"questLeaderCannotLeaveGroup": "Du kan ikke forlade din gruppe når du har påbegyndt en quest. Annullér først din quest.",
"cannotLeaveWhileActiveQuest": "Du kan ikke forlade gruppen under en aktiv quest. Forlad først questen.",
"onlyLeaderCanRemoveMember": "Kun gruppelederen kan fjerne et medlem!",
"cannotRemoveCurrentLeader": "You cannot remove the group leader. Assign a new a leader first.",
"cannotRemoveCurrentLeader": "Du kan ikke fjerne gruppelederen. Angiv først en ny leder.",
"memberCannotRemoveYourself": "Du kan ikke fjerne dig selv!",
"groupMemberNotFound": "Bruger ikke fundet blandt gruppens medlemmer",
"mustBeGroupMember": "Skal være medlem af gruppen",
@ -209,7 +209,7 @@
"onlyCreatorOrAdminCanDeleteChat": "Ikke bemyndiget til at slette denne besked!",
"onlyGroupLeaderCanEditTasks": "Ikke bemyndiget til at håndtere opgaver!",
"onlyGroupTasksCanBeAssigned": "Kun gruppe opgaver kan blive tildelt",
"chatPrivilegesRevoked": "Your chat privileges have been revoked.",
"chatPrivilegesRevoked": "Du har fået frataget dine chat privilegier. ",
"newChatMessagePlainNotification": "Ny besked i <%= groupName %> af <%= authorName %>. Klik her for at åbne chatsiden!",
"newChatMessageTitle": "Ny besked i <%= groupName %>",
"exportInbox": "Eksportér Beskeder",
@ -239,11 +239,11 @@
"groupBenefitTwoDescription": "Vil du have en kollega til at besvare en kritisk e-mail? Brug for at din roommate handler ind? Bare tildel dem de opgaver, du laver, og de vil automatisk dukke op i den persons egen opgave-dashboard.",
"groupBenefitThreeTitle": "Gør krav på den opgave, du arbejder på",
"groupBenefitThreeDescription": "Stake your claim on any group task with a simple click. Make it clear what everybody is working on!",
"groupBenefitFourTitle": "Mark tasks that require special approval",
"groupBenefitFourTitle": "Markér opgaver der kræver særlig godkendelse",
"groupBenefitFourDescription": "Need to verify that a task really did get done before that user gets their rewards? Just adjust the approval settings for added control.",
"groupBenefitFiveTitle": "Chat privately with your group",
"groupBenefitFiveTitle": "Chat privat med din gruppe",
"groupBenefitFiveDescription": "Stay in the loop about important decisions in our easy-to-use chatroom!",
"groupBenefitSixTitle": "Get a free subscription",
"groupBenefitSixTitle": "Få et gratis abonnement",
"groupBenefitSixDescription": "Get full subscription benefits, including exclusive monthly items and the ability to buy gems with gold! (If you're already a subscriber, your old subscription will be cancelled but your consecutive subscription benefits such as monthly hourglasses will remain.)",
"groupBenefitSevenTitle": "Get a brand-new exclusive Jackalope Mount",
"groupBenefitEightTitle": "Add Group Managers to help manage tasks",
@ -275,13 +275,13 @@
"groupPlanCanceled": "Gruppe Plan vil blive inaktiv d.",
"purchasedGroupPlanPlanExtraMonths": "Du har <%= months %> måneder ekstra gruppe plan kredit.",
"addManagers": "Add Managers",
"addManager": "Add Manager",
"removeManager": "Remove",
"addManager": "Tilføj Manager",
"removeManager": "Fjern",
"userMustBeMember": "User must be a member",
"userIsNotManager": "User is not manager",
"canOnlyApproveTaskOnce": "This task has already been approved.",
"leaderMarker": "- Leader",
"leaderMarker": "- Leder",
"managerMarker": "- Manager",
"joinedGuild": "Joined a Guild",
"joinedGuild": "Blev medlem af en Klan",
"joinedGuildText": "Ventured into the social side of Habitica by joining a Guild!"
}

View file

@ -275,5 +275,12 @@
"backgroundOceanSunriseText": "Sonnenaufgang am Meer",
"backgroundOceanSunriseNotes": "Bewundere einen Sonnenaufgang am Meer.",
"backgroundSandcastleText": "Sandburg",
"backgroundSandcastleNotes": "Herrsche über eine Sandburg."
"backgroundSandcastleNotes": "Herrsche über eine Sandburg.",
"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."
}

View file

@ -169,7 +169,7 @@
"hatchingPotionSpooky": "unheimlicher",
"hatchingPotionPeppermint": "Pfefferminz",
"hatchingPotionFloral": "Geblümter",
"hatchingPotionAquatic": "Wasserliebend",
"hatchingPotionAquatic": "Aquatischer",
"hatchingPotionThunderstorm": "Gewitter",
"hatchingPotionGhost": "Gespenst",
"hatchingPotionRoyalPurple": "Königlicher lila",

View file

@ -604,6 +604,8 @@
"armorArmoireMerchantTunicNotes": "Die weiten Ärmel dieses Gewandes eignen sich perfekt um die Münzen darin aufzubewahren, die du verdient hast. Erhöht die Wahrnehmung um <%= per %>. Verzauberter Schrank: Händler-Set (Gegenstand 2 von 3).",
"armorArmoireVikingTunicText": "Wikinger-Tunika",
"armorArmoireVikingTunicNotes": "Zu dieser warmen, wollenen Tunika gehört auch ein Umhang für zusätzliche Behaglichkeit selbst bei stürmischer See. Erhöht Ausdauer um <%= con %> und Stärke um <%= str %>. Verzauberter Schrank: Wikingerset (Gegenstand 1 von 3).",
"armorArmoireSwanDancerTutuText": "Swan Dancer Tutu",
"armorArmoireSwanDancerTutuNotes": "You just might fly away into the air as you spin in this gorgeous feathered tutu. Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Swan Dancer Set (Item 2 of 3).",
"headgear": "Kopfschutz",
"headgearCapitalized": "Kopfschutz",
"headBase0Text": "Kein Helm.",
@ -944,6 +946,8 @@
"headArmoireMerchantChaperonNotes": "Dieses vielseitig gewickelte Wolltuch wird Dich sicher zum stilvollsten Verkäufer auf dem Markt machen! Erhöht Wahrnehmung und Intelligenz um je <%= attrs %>. Verzauberter Schrank: Händler-Set (Gegenstand 1 von 3).",
"headArmoireVikingHelmText": "Wikingerhelm",
"headArmoireVikingHelmNotes": "Auf diesem Helm sind keine Hörner oder Flügel zu finden: Gegner können diese zu leicht festhalten! Erhöht Stärke um <%= str %> und Wahrnehmung um <%= per %>. Verzauberter Schrank: Wikingerset (Gegenstand 2 von 3).",
"headArmoireSwanFeatherCrownText": "Swan Feather Crown",
"headArmoireSwanFeatherCrownNotes": "This tiara is lovely and light as a swan's feather! Increases Intelligence by <%= int %>. Enchanted Armoire: Swan Dancer Set (Item 1 of 3).",
"offhand": "Schildhand-Gegenstand",
"offhandCapitalized": "Schildhand-Gegenstand",
"shieldBase0Text": "Keine Schildhand-Ausrüstung",
@ -1112,6 +1116,10 @@
"shieldArmoireFestivalParasolNotes": "Dieser leichte Sonnenschirm schützt Dich vor grellem Licht - sei es von der Sonne oder von dunkelroten täglichen Aufgaben! Erhöht Ausdauer um <%= con %>. Verzauberter Schrank: Festival-Tracht Set (Gegenstand 2 von 3).",
"shieldArmoireVikingShieldText": "Wikingerschild",
"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": "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",
"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.",
"back": "Rückenschmuck",
"backBase0Text": "Kein Rückenschmuck",
"backBase0Notes": "Kein Rückenschmuck.",

View file

@ -114,7 +114,7 @@
"messageRequired": "Eine Nachricht wird benötigt.",
"toUserIDRequired": "Eine Benutzer-ID wird benötigt",
"gemAmountRequired": "Eine Anzahl an Edelsteinen wird benötigt",
"notAuthorizedToSendMessageToThisUser": "You can't send a message to this player because they have chosen to block messages.",
"notAuthorizedToSendMessageToThisUser": "Du kannst diesem Mitglied keine Nachricht senden, weil diese Person Nachrichten blockieren lässt.",
"privateMessageGiftGemsMessage": "Hallo <%= receiverName %>, <%= senderName %> hat Dir <%= gemAmount %> Edelsteine geschickt!",
"privateMessageGiftSubscriptionMessage": "<%= numberOfMonths %> Monate Abonnement!",
"cannotSendGemsToYourself": "Edelsteine können nicht an Dich selbst geschickt werden. Versuche es stattdessen mit einem Abonnement.",

View file

@ -92,7 +92,7 @@
"questGoldenknight1CollectTestimony": "Zeugenaussagen",
"questGoldenknight1DropGoldenknight2Quest": "Die goldene Ritterin Teil 2: Die goldene Ritterin (Schriftrolle)",
"questGoldenknight2Text": "Die goldene Ritterin, Teil 2: Goldene Ritterin",
"questGoldenknight2Notes": "Armed with dozens of Habiticans' testimonies, you finally confront the Golden Knight. You begin to recite the Habitcans' complaints to her, one by one. \"And @Pfeffernusse says that your constant bragging-\" The knight raises her hand to silence you and scoffs, \"Please, these people are merely jealous of my success. Instead of complaining, they should simply work as hard as I! Perhaps I shall show you the power you can attain through diligence such as mine!\" She raises her morningstar and prepares to attack you!",
"questGoldenknight2Notes": "Mit hunderten Zeugenaussagen von Habiticanern bewaffnet, konfrontierst Du die goldene Ritterin. Du fängst an, ihr die Beschwerden der Habiticaner eine nach der anderen vorzulesen. \"Und @Pfeffernusse sagt, dass Deine ständige Prahlerei-\" Die Ritterin hebt ihre Hand, um Dich zum Schweigen zu bringen und spottet \"Ich bitte Dich, diese Leute sind einfach nur neidisch auf meinen Erfolg. Statt sich zu beschweren, sollten sie einfach so hart arbeiten wie ich! Vielleicht zeige ich Dir mal, wie stark Du werden kannst, wenn Du so fleißig bist wie ich!\" Sie hebt ihren Morgenstern und setzt zum Angriff an!",
"questGoldenknight2Boss": "Goldene Ritterin",
"questGoldenknight2DropGoldenknight3Quest": "Die goldene Ritterin, Teil 3: Der eiserne Ritter (Schriftrolle)",
"questGoldenknight3Text": "Die goldene Ritterin, Teil 3: Der eiserne Ritter",

View file

@ -11,7 +11,7 @@
"rebirthInList1": "Aufgaben, Verlauf, Ausrüstung und Einstellungen bleiben bestehen.",
"rebirthInList2": "Wettbewerb-, Gilden- und Gruppenmitgliedschaften bleiben bestehen.",
"rebirthInList3": "Edelsteine, Träger-Stufen, Mitwirkender-Level bleiben bestehen.",
"rebirthInList4": "Items obtained from Gems or drops (such as pets and mounts) remain.",
"rebirthInList4": "Gegenstände, die du durch Edelsteine oder Beute erhalten hast (wie z.B. Tiere und Reittiere), bleiben erhalten.",
"rebirthEarnAchievement": "Du erhältst den Erfolg für das Beginnen eines neuen Abenteuers!",
"beReborn": "Werde wiedergeboren",
"rebirthAchievement": "Du hast ein neues Abenteuer begonnen! Das ist Deine <%= number %>. Wiedergeburt. Dein höchstes jemals erreichtes Level ist <%= level %>. Um diesen Erfolg zu stapeln, beginne Dein nächstes Abenteuer wenn Du ein noch höheres Level erreicht hast!",

View file

@ -37,7 +37,7 @@
"subscribed": "Abonniert",
"manageSub": "Klicke um Abonnements zu verwalten",
"cancelSub": "Abonnement beenden",
"cancelSubInfoGoogle": "Please go to the \"Account\" > \"Subscriptions\" section of the Google Play Store app to cancel your subscription or to see your subscription's termination date if you have already cancelled it. This screen is not able to show you whether your subscription has been cancelled.",
"cancelSubInfoGoogle": "Bitte schaue in \"Konto\" > \"Abos\" im Google Play Store App nach, um Dein Abonnement zu kündigen oder um zu sehen, wann Dein Abonnement endet, wenn Du es bereits gekündigt hast. Du kannst dort aber nicht sehen, ob dein Abonnement ausgelaufen ist. ",
"cancelSubInfoApple": "Bitte befolge <a href=\"https://support.apple.com/en-us/HT202039\">Apple's offizielle Anweisungen</a> um Dein Abonnement zu kündigen oder um zu sehen, wann Dein Abonnement endet, wenn Du es bereits gekündigt hast. Du kannst dort aber nicht sehen, ob Dein Abonnement ausgelaufen ist.",
"canceledSubscription": "Abonnement storniert",
"cancelingSubscription": "Abonnement stornieren",
@ -169,5 +169,5 @@
"missingCustomerId": "req.query.customerId fehlt",
"missingPaypalBlock": "req.session.paypalBlock fehlt",
"missingSubKey": "req.query.sub fehlt",
"paypalCanceled": "Your subscription has been canceled"
"paypalCanceled": "Dein Abonnement wurde gekündigt"
}

View file

@ -1,7 +1,7 @@
{
"clearCompleted": "Erfüllte Aufgaben entfernen",
"lotOfToDos": "Hier siehst Du Deine 30 neuesten erledigten Aufgaben. Ältere erledigte Aufgaben kannst Du hier einsehen: Daten > Werkzeug zur Datenanzeige > Daten exportieren > Benutzerdaten.",
"deleteToDosExplanation": "If you click the button below, all of your completed To-Dos and archived To-Dos will be permanently deleted, except for To-Dos from active challenges and Group Plans. Export them first if you want to keep a record of them.",
"deleteToDosExplanation": "Wenn Du auf diesen Knopf klickst, werden alle Deine erfüllten und archivierten To-Dos dauerhaft gelöscht, mit Außnahme von To-Dos aus aktiven Wettbewerben und Gruppenplänen. Exportiere sie vorher, wenn Du sie nicht verlieren möchtest.",
"addmultiple": "Mehrere hinzufügen",
"addsingle": "Einzelne hinzufügen",
"habit": "Gewohnheit",

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