Merge branch 'release' into develop
67
migrations/archive/2019/20190927_kickstarter.js
Normal file
@@ -0,0 +1,67 @@
|
|||||||
|
/* eslint-disable no-console */
|
||||||
|
const MIGRATION_NAME = '20190927_kickstarter';
|
||||||
|
import { v4 as uuid } from 'uuid';
|
||||||
|
|
||||||
|
import { model as User } from '../../../website/server/models/user';
|
||||||
|
|
||||||
|
const progressCount = 1000;
|
||||||
|
let count = 0;
|
||||||
|
|
||||||
|
async function updateUser (user) {
|
||||||
|
count++;
|
||||||
|
|
||||||
|
const set = {};
|
||||||
|
let push = {pinnedItems: {$each: []}};
|
||||||
|
|
||||||
|
set.migration = MIGRATION_NAME;
|
||||||
|
set['achievements.ks2019'] = true;
|
||||||
|
|
||||||
|
// set['items.gear.owned.armor_special_ks2019'] = false;
|
||||||
|
// push.pinnedItems.$each.push({type: 'marketGear', path: 'gear.flat.armor_special_ks2019', _id: uuid()});
|
||||||
|
set['items.gear.owned.head_special_ks2019'] = false;
|
||||||
|
push.pinnedItems.$each.push({type: 'marketGear', path: 'gear.flat.head_special_ks2019', _id: uuid()});
|
||||||
|
// set['items.gear.owned.shield_special_ks2019'] = false;
|
||||||
|
// push.pinnedItems.$each.push({type: 'marketGear', path: 'gear.flat.shield_special_ks2019', _id: uuid()});
|
||||||
|
// set['items.gear.owned.weapon_special_ks2019'] = false;
|
||||||
|
// push.pinnedItems.$each.push({type: 'marketGear', path: 'gear.flat.weapon_special_ks2019', _id: uuid()});
|
||||||
|
set['items.gear.owned.eyewear_special_ks2019'] = false;
|
||||||
|
push.pinnedItems.$each.push({type: 'marketGear', path: 'gear.flat.eyewear_special_ks2019', _id: uuid()});
|
||||||
|
// set['items.pets.Gryphon-Gryphatrice'] = 5;
|
||||||
|
// set['items.mounts.Gryphon-Gryphatrice'] = true;
|
||||||
|
|
||||||
|
return await User.update({_id: user._id}, {$set: set, $push: push}).exec();
|
||||||
|
}
|
||||||
|
|
||||||
|
module.exports = async function processUsers () {
|
||||||
|
let query = {
|
||||||
|
migration: {$ne: MIGRATION_NAME},
|
||||||
|
'auth.local.lowerCaseUsername': {$in: []},
|
||||||
|
};
|
||||||
|
|
||||||
|
const fields = {
|
||||||
|
_id: 1,
|
||||||
|
items: 1,
|
||||||
|
};
|
||||||
|
|
||||||
|
while (true) { // eslint-disable-line no-constant-condition
|
||||||
|
const users = await User // eslint-disable-line no-await-in-loop
|
||||||
|
.find(query)
|
||||||
|
.limit(250)
|
||||||
|
.sort({_id: 1})
|
||||||
|
.select(fields)
|
||||||
|
.lean()
|
||||||
|
.exec();
|
||||||
|
|
||||||
|
if (users.length === 0) {
|
||||||
|
console.warn('All appropriate users found and modified.');
|
||||||
|
console.warn(`\n${count} users processed\n`);
|
||||||
|
break;
|
||||||
|
} else {
|
||||||
|
query._id = {
|
||||||
|
$gt: users[users.length - 1],
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
|
await Promise.all(users.map(updateUser)); // eslint-disable-line no-await-in-loop
|
||||||
|
}
|
||||||
|
};
|
||||||
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"version": "4.115.1",
|
"version": "4.115.2",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "habitica",
|
"name": "habitica",
|
||||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||||
"version": "4.115.1",
|
"version": "4.115.2",
|
||||||
"main": "./website/server/index.js",
|
"main": "./website/server/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@google-cloud/trace-agent": "^4.0.0",
|
"@google-cloud/trace-agent": "^4.0.0",
|
||||||
|
|||||||
@@ -96,6 +96,52 @@
|
|||||||
background: url("~assets/images/BackerOnly-Pet-CerberusPup.gif") no-repeat;
|
background: url("~assets/images/BackerOnly-Pet-CerberusPup.gif") no-repeat;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.broad_armor_special_ks2019, .slim_armor_special_ks2019, .eyewear_special_ks2019, .head_special_ks2019, .shield_special_ks2019 {
|
||||||
|
width: 117px;
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.broad_armor_special_ks2019, .slim_armor_special_ks2019 {
|
||||||
|
background: url("~assets/images/BackerOnly-Equip-MythicGryphonArmor.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.eyewear_special_ks2019 {
|
||||||
|
background: url("~assets/images/BackerOnly-Equip-MythicGryphonVisor.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.head_special_ks2019 {
|
||||||
|
background: url("~assets/images/BackerOnly-Equip-MythicGryphonHelm.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.shield_special_ks2019 {
|
||||||
|
background: url("~assets/images/BackerOnly-Equip-MythicGryphonShield.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.weapon_special_ks2019 {
|
||||||
|
background: url("~assets/images/BackerOnly-Equip-MythicGryphonGlaive.gif") no-repeat;
|
||||||
|
width: 120px;
|
||||||
|
height: 120px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Pet-Gryphon-Gryphatrice {
|
||||||
|
background: url("~assets/images/BackerOnly-Pet-Gryphatrice.gif") no-repeat;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Mount_Head_Gryphon-Gryphatrice, .Mount_Body_Gryphon-Gryphatrice {
|
||||||
|
width: 135px;
|
||||||
|
height: 135px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Mount_Head_Gryphon-Gryphatrice {
|
||||||
|
background: url("~assets/images/BackerOnly-Mount-Head-Gryphatrice.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
|
.Mount_Body_Gryphon-Gryphatrice {
|
||||||
|
background: url("~assets/images/BackerOnly-Mount-Body-Gryphatrice.gif") no-repeat;
|
||||||
|
}
|
||||||
|
|
||||||
/* FIXME figure out how to handle customize menu!!
|
/* FIXME figure out how to handle customize menu!!
|
||||||
.customize-menu .f_head_0 {
|
.customize-menu .f_head_0 {
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|||||||
@@ -1,18 +1,18 @@
|
|||||||
.achievement-alien {
|
.achievement-alien {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1372px -1628px;
|
background-position: -1421px -1628px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-alien2x {
|
.achievement-alien2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1489px -1549px;
|
background-position: -1440px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-allYourBase2x {
|
.achievement-allYourBase2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1112px -1480px;
|
background-position: -1181px -1480px;
|
||||||
width: 64px;
|
width: 64px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
@@ -24,7 +24,7 @@
|
|||||||
}
|
}
|
||||||
.achievement-aridAuthority2x {
|
.achievement-aridAuthority2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -921px -1480px;
|
background-position: -990px -1480px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@
|
|||||||
}
|
}
|
||||||
.achievement-backToBasics2x {
|
.achievement-backToBasics2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1177px -1480px;
|
background-position: -1246px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
@@ -120,7 +120,7 @@
|
|||||||
}
|
}
|
||||||
.achievement-dustDevil2x {
|
.achievement-dustDevil2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -852px -1480px;
|
background-position: -921px -1480px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
@@ -180,181 +180,187 @@
|
|||||||
}
|
}
|
||||||
.achievement-justAddWater2x {
|
.achievement-justAddWater2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1051px -1480px;
|
background-position: -1120px -1480px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
.achievement-karaoke-2x {
|
.achievement-karaoke-2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1226px -1480px;
|
background-position: -1636px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-karaoke {
|
.achievement-karaoke {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1667px -1480px;
|
background-position: -1446px -1628px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
|
.achievement-kickstarter20192x {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
|
background-position: -852px -1480px;
|
||||||
|
width: 68px;
|
||||||
|
height: 68px;
|
||||||
|
}
|
||||||
.achievement-lostMasterclasser2x {
|
.achievement-lostMasterclasser2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1538px -1549px;
|
background-position: -1489px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-mindOverMatter2x {
|
.achievement-mindOverMatter2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -990px -1480px;
|
background-position: -1059px -1480px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 64px;
|
height: 64px;
|
||||||
}
|
}
|
||||||
.achievement-ninja2x {
|
.achievement-ninja2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1440px -1549px;
|
background-position: -1391px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-npc2x {
|
.achievement-npc2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1391px -1549px;
|
background-position: -1342px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-nye2x {
|
.achievement-nye2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1342px -1549px;
|
background-position: -1293px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-partyOn2x {
|
.achievement-partyOn2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1293px -1549px;
|
background-position: -1244px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-partyUp2x {
|
.achievement-partyUp2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1244px -1549px;
|
background-position: -1195px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-perfect2x {
|
.achievement-perfect2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1195px -1549px;
|
background-position: -1146px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-rat2x {
|
.achievement-rat2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1146px -1549px;
|
background-position: -1097px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-royally-loyal2x {
|
.achievement-royally-loyal2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1097px -1549px;
|
background-position: -1048px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-seafoam2x {
|
.achievement-seafoam2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1048px -1549px;
|
background-position: -999px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-shield2x {
|
.achievement-shield2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -999px -1549px;
|
background-position: -950px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-shinySeed2x {
|
.achievement-shinySeed2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -950px -1549px;
|
background-position: -901px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-snowball2x {
|
.achievement-snowball2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -901px -1549px;
|
background-position: -852px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-spookySparkles2x {
|
.achievement-spookySparkles2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -852px -1549px;
|
background-position: -1638px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-stoikalm2x {
|
.achievement-stoikalm2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1618px -1480px;
|
background-position: -1589px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-sun2x {
|
.achievement-sun2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1569px -1480px;
|
background-position: -1540px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-sword2x {
|
.achievement-sword2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1520px -1480px;
|
background-position: -1491px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-thankyou2x {
|
.achievement-thankyou2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1471px -1480px;
|
background-position: -1442px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-thermometer2x {
|
.achievement-thermometer2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1422px -1480px;
|
background-position: -1393px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-tree2x {
|
.achievement-tree2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1373px -1480px;
|
background-position: -1344px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-triadbingo2x {
|
.achievement-triadbingo2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1324px -1480px;
|
background-position: -1295px -1480px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-healer2x {
|
.achievement-ultimate-healer2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1275px -1480px;
|
background-position: -1274px -1628px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-mage2x {
|
.achievement-ultimate-mage2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1274px -1628px;
|
background-position: -1176px -1628px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-rogue2x {
|
.achievement-ultimate-rogue2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1176px -1628px;
|
background-position: -490px -1628px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-warrior2x {
|
.achievement-ultimate-warrior2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -490px -1628px;
|
background-position: 0px -1628px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.achievement-unearned2x {
|
.achievement-unearned2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px -1628px;
|
background-position: -1538px -1549px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
@@ -366,415 +372,415 @@
|
|||||||
}
|
}
|
||||||
.achievement-wolf2x {
|
.achievement-wolf2x {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1636px -1549px;
|
background-position: -1372px -1628px;
|
||||||
width: 48px;
|
width: 48px;
|
||||||
height: 52px;
|
height: 52px;
|
||||||
}
|
}
|
||||||
.background_alpine_slopes {
|
.background_alpine_slopes {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1136px -888px;
|
background-position: 0px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_amid_ancient_ruins {
|
.background_amid_ancient_ruins {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px -1036px;
|
background-position: -142px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_among_giant_anemones {
|
.background_among_giant_anemones {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -142px -1036px;
|
background-position: -284px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_apple_picking {
|
.background_apple_picking {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -284px -1036px;
|
background-position: -426px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_aquarium {
|
.background_aquarium {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -426px -1036px;
|
background-position: -568px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_archaeological_dig {
|
.background_archaeological_dig {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -568px -1036px;
|
background-position: -710px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_archery_range {
|
.background_archery_range {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -710px -1036px;
|
background-position: -852px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_at_the_docks {
|
.background_at_the_docks {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -852px -1036px;
|
background-position: -994px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_aurora {
|
.background_aurora {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -994px -1036px;
|
background-position: -1136px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_autumn_flower_garden {
|
.background_autumn_flower_garden {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1136px -1036px;
|
background-position: -1278px 0px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.customize-option.background_autumn_flower_garden {
|
.customize-option.background_autumn_flower_garden {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1161px -1051px;
|
background-position: -1303px -15px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.background_autumn_forest {
|
.background_autumn_forest {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px 0px;
|
background-position: -1278px -148px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_avalanche {
|
.background_avalanche {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -148px;
|
background-position: -1278px -296px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_back_alley {
|
.background_back_alley {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -296px;
|
background-position: -1278px -444px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_back_of_giant_beast {
|
.background_back_of_giant_beast {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -444px;
|
background-position: -1278px -592px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_bamboo_forest {
|
.background_bamboo_forest {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -592px;
|
background-position: -1278px -740px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_bayou {
|
.background_bayou {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -740px;
|
background-position: -1278px -888px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_beach {
|
.background_beach {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -888px;
|
background-position: -1278px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_beehive {
|
.background_beehive {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -1036px;
|
background-position: 0px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_bell_tower {
|
.background_bell_tower {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px -1184px;
|
background-position: -142px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_beside_well {
|
.background_beside_well {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -142px -1184px;
|
background-position: -284px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_birch_forest {
|
.background_birch_forest {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -284px -1184px;
|
background-position: -426px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_blacksmithy {
|
.background_blacksmithy {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -426px -1184px;
|
background-position: -568px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_blizzard {
|
.background_blizzard {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -568px -1184px;
|
background-position: -710px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_blossoming_desert {
|
.background_blossoming_desert {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -710px -1184px;
|
background-position: -852px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_blue {
|
.background_blue {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -852px -1184px;
|
background-position: -994px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_bridge {
|
.background_bridge {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -994px -1184px;
|
background-position: -1136px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_bug_covered_log {
|
.background_bug_covered_log {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1136px -1184px;
|
background-position: -1278px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_buried_treasure {
|
.background_buried_treasure {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -1184px;
|
background-position: -1420px 0px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_champions_colosseum {
|
.background_champions_colosseum {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px 0px;
|
background-position: -1420px -148px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_cherry_trees {
|
.background_cherry_trees {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -148px;
|
background-position: -1420px -296px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_chessboard_land {
|
.background_chessboard_land {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -296px;
|
background-position: -1420px -444px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_clouds {
|
.background_clouds {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -444px;
|
background-position: 0px 0px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_coral_reef {
|
.background_coral_reef {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px 0px;
|
background-position: -1420px -740px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_cornfields {
|
.background_cornfields {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -740px;
|
background-position: -1420px -888px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_cozy_barn {
|
.background_cozy_barn {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -888px;
|
background-position: -1420px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_cozy_bedroom {
|
.background_cozy_bedroom {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -1036px;
|
background-position: -1420px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_cozy_library {
|
.background_cozy_library {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -1184px;
|
background-position: 0px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_creepy_castle {
|
.background_creepy_castle {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px -1332px;
|
background-position: -142px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_crosscountry_ski_trail {
|
.background_crosscountry_ski_trail {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -142px -1332px;
|
background-position: -284px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_crystal_cave {
|
.background_crystal_cave {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -284px -1332px;
|
background-position: -426px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dark_deep {
|
.background_dark_deep {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -426px -1332px;
|
background-position: -568px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_deep_mine {
|
.background_deep_mine {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -568px -1332px;
|
background-position: -710px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_deep_sea {
|
.background_deep_sea {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -710px -1332px;
|
background-position: -852px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_desert_dunes {
|
.background_desert_dunes {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -852px -1332px;
|
background-position: -994px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dilatory_castle {
|
.background_dilatory_castle {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -994px -1332px;
|
background-position: -1136px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dilatory_city {
|
.background_dilatory_city {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1136px -1332px;
|
background-position: -1278px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dilatory_ruins {
|
.background_dilatory_ruins {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1278px -1332px;
|
background-position: -1420px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_distant_castle {
|
.background_distant_castle {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -1332px;
|
background-position: -1562px 0px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dojo {
|
.background_dojo {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px 0px;
|
background-position: -1562px -148px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_drifting_raft {
|
.background_drifting_raft {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -148px;
|
background-position: -1562px -296px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_driving_a_coach {
|
.background_driving_a_coach {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -296px;
|
background-position: -1562px -444px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_driving_a_sleigh {
|
.background_driving_a_sleigh {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -444px;
|
background-position: -1562px -592px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_duck_pond {
|
.background_duck_pond {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -592px;
|
background-position: -1562px -740px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dungeon {
|
.background_dungeon {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -740px;
|
background-position: -1562px -888px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_dusty_canyons {
|
.background_dusty_canyons {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -888px;
|
background-position: -1562px -1036px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_elegant_balcony {
|
.background_elegant_balcony {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -1036px;
|
background-position: -1562px -1184px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_fairy_ring {
|
.background_fairy_ring {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -1184px;
|
background-position: -1562px -1332px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_fantastical_shoe_store {
|
.background_fantastical_shoe_store {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1562px -1332px;
|
background-position: 0px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_farmhouse {
|
.background_farmhouse {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: 0px -1480px;
|
background-position: -142px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_fiber_arts_room {
|
.background_fiber_arts_room {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -142px -1480px;
|
background-position: -284px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_field_with_colored_eggs {
|
.background_field_with_colored_eggs {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -284px -1480px;
|
background-position: -426px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_floating_islands {
|
.background_floating_islands {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -426px -1480px;
|
background-position: -568px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_floral_meadow {
|
.background_floral_meadow {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -568px -1480px;
|
background-position: -710px -1480px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.background_flower_market {
|
.background_flower_market {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -710px -1480px;
|
background-position: -1420px -592px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.customize-option.background_flower_market {
|
.customize-option.background_flower_market {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -735px -1495px;
|
background-position: -1445px -607px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.background_flying_over_a_field_of_wildflowers {
|
.background_flying_over_a_field_of_wildflowers {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1420px -592px;
|
background-position: -1136px -888px;
|
||||||
width: 141px;
|
width: 141px;
|
||||||
height: 147px;
|
height: 147px;
|
||||||
}
|
}
|
||||||
.customize-option.background_flying_over_a_field_of_wildflowers {
|
.customize-option.background_flying_over_a_field_of_wildflowers {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-0.png');
|
||||||
background-position: -1445px -607px;
|
background-position: -1161px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,12 +1,18 @@
|
|||||||
|
.quest_alligator {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
|
background-position: -1320px -1112px;
|
||||||
|
width: 201px;
|
||||||
|
height: 213px;
|
||||||
|
}
|
||||||
.quest_armadillo {
|
.quest_armadillo {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px 0px;
|
background-position: -1320px -660px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_atom1 {
|
.quest_atom1 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1333px -1332px;
|
background-position: -1082px -1332px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
@@ -24,13 +30,13 @@
|
|||||||
}
|
}
|
||||||
.quest_axolotl {
|
.quest_axolotl {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px -232px;
|
background-position: -440px -232px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_badger {
|
.quest_badger {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px -232px;
|
background-position: -660px 0px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -48,7 +54,7 @@
|
|||||||
}
|
}
|
||||||
.quest_bronze {
|
.quest_bronze {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: 0px -452px;
|
background-position: -220px -452px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -60,13 +66,13 @@
|
|||||||
}
|
}
|
||||||
.quest_butterfly {
|
.quest_butterfly {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px -452px;
|
background-position: -660px -452px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_cheetah {
|
.quest_cheetah {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px -452px;
|
background-position: -880px 0px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -78,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
.quest_dilatory {
|
.quest_dilatory {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px -440px;
|
background-position: 0px -672px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -90,31 +96,31 @@
|
|||||||
}
|
}
|
||||||
.quest_dilatoryDistress2 {
|
.quest_dilatoryDistress2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1762px -422px;
|
background-position: -1762px -573px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.quest_dilatoryDistress3 {
|
.quest_dilatoryDistress3 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px -672px;
|
background-position: -660px -672px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_dilatory_derby {
|
.quest_dilatory_derby {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px -220px;
|
background-position: -880px -440px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_dolphin {
|
.quest_dolphin {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px -672px;
|
background-position: -880px -672px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_dustbunnies {
|
.quest_dustbunnies {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px -672px;
|
background-position: -1100px 0px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -132,19 +138,19 @@
|
|||||||
}
|
}
|
||||||
.quest_evilsanta2 {
|
.quest_evilsanta2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1100px -440px;
|
background-position: -1100px -660px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_falcon {
|
.quest_falcon {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1100px -660px;
|
background-position: 0px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_ferret {
|
.quest_ferret {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: 0px -892px;
|
background-position: -220px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -156,19 +162,19 @@
|
|||||||
}
|
}
|
||||||
.quest_ghost_stag {
|
.quest_ghost_stag {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px -892px;
|
background-position: -660px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_goldenknight1 {
|
.quest_goldenknight1 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px -892px;
|
background-position: -880px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_goldenknight2 {
|
.quest_goldenknight2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1082px -1332px;
|
background-position: -1333px -1332px;
|
||||||
width: 250px;
|
width: 250px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
@@ -186,13 +192,13 @@
|
|||||||
}
|
}
|
||||||
.quest_guineapig {
|
.quest_guineapig {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px -220px;
|
background-position: -1320px -440px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_harpy {
|
.quest_harpy {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px -440px;
|
background-position: -220px 0px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -204,19 +210,19 @@
|
|||||||
}
|
}
|
||||||
.quest_hippo {
|
.quest_hippo {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px -880px;
|
background-position: 0px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_horse {
|
.quest_horse {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: 0px -1112px;
|
background-position: -220px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_kangaroo {
|
.quest_kangaroo {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px -1112px;
|
background-position: -440px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -228,43 +234,43 @@
|
|||||||
}
|
}
|
||||||
.quest_lostMasterclasser1 {
|
.quest_lostMasterclasser1 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px -1112px;
|
background-position: -880px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_lostMasterclasser2 {
|
.quest_lostMasterclasser2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px -1112px;
|
background-position: -1100px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_lostMasterclasser3 {
|
.quest_lostMasterclasser3 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1100px -1112px;
|
background-position: -660px -1112px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_mayhemMistiflying1 {
|
.quest_mayhemMistiflying1 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1762px -573px;
|
background-position: -1762px -422px;
|
||||||
width: 150px;
|
width: 150px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
}
|
}
|
||||||
.quest_mayhemMistiflying2 {
|
.quest_mayhemMistiflying2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px -1112px;
|
background-position: -1320px -880px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_mayhemMistiflying3 {
|
.quest_mayhemMistiflying3 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px -1112px;
|
background-position: -1320px -220px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_monkey {
|
.quest_monkey {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px -660px;
|
background-position: -1100px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -276,31 +282,31 @@
|
|||||||
}
|
}
|
||||||
.quest_moon2 {
|
.quest_moon2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1320px 0px;
|
background-position: -440px -892px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_moon3 {
|
.quest_moon3 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px -892px;
|
background-position: -1100px -440px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_moonstone1 {
|
.quest_moonstone1 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px -892px;
|
background-position: -1100px -220px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_moonstone2 {
|
.quest_moonstone2 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1100px -220px;
|
background-position: -440px -672px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_moonstone3 {
|
.quest_moonstone3 {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1100px 0px;
|
background-position: -220px -672px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
@@ -318,13 +324,13 @@
|
|||||||
}
|
}
|
||||||
.quest_owl {
|
.quest_owl {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px -672px;
|
background-position: -880px -220px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_peacock {
|
.quest_peacock {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1540px -214px;
|
background-position: -1540px -648px;
|
||||||
width: 216px;
|
width: 216px;
|
||||||
height: 216px;
|
height: 216px;
|
||||||
}
|
}
|
||||||
@@ -336,25 +342,25 @@
|
|||||||
}
|
}
|
||||||
.quest_pterodactyl {
|
.quest_pterodactyl {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: 0px -672px;
|
background-position: -440px -452px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_rat {
|
.quest_rat {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -880px 0px;
|
background-position: 0px -452px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_robot {
|
.quest_robot {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -220px -452px;
|
background-position: -660px -220px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_rock {
|
.quest_rock {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -1540px -648px;
|
background-position: -1540px -214px;
|
||||||
width: 216px;
|
width: 216px;
|
||||||
height: 216px;
|
height: 216px;
|
||||||
}
|
}
|
||||||
@@ -366,31 +372,25 @@
|
|||||||
}
|
}
|
||||||
.quest_sabretooth {
|
.quest_sabretooth {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px -220px;
|
background-position: -220px -232px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_seaserpent {
|
.quest_seaserpent {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -660px 0px;
|
background-position: 0px -232px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_sheep {
|
.quest_sheep {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: 0px -232px;
|
background-position: -440px 0px;
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
.quest_silver {
|
.quest_silver {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
||||||
background-position: -440px 0px;
|
background-position: -1320px 0px;
|
||||||
width: 219px;
|
|
||||||
height: 219px;
|
|
||||||
}
|
|
||||||
.quest_slime {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-12.png');
|
|
||||||
background-position: -1100px -892px;
|
|
||||||
width: 219px;
|
width: 219px;
|
||||||
height: 219px;
|
height: 219px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,528 +1,564 @@
|
|||||||
.Pet-Whale-Red {
|
.Pet-Velociraptor-Zombie {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -82px 0px;
|
background-position: -82px 0px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.Pet-Whale-Shade {
|
.Pet-Whale-Base {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Whale-Skeleton {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Whale-White {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Whale-Zombie {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -82px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Aquatic {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Base {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Bronze {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Celestial {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-CottonCandyBlue {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -82px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-CottonCandyPink {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Cupid {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Desert {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Ember {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Fairy {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Floral {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Frost {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -82px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Ghost {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Glass {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Glow {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Golden {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Holly {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-IcySnow {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Peppermint {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Rainbow {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Red {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-RoseQuartz {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-RoyalPurple {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Shade {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Shadow {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -82px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Shimmer {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Silver {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Skeleton {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -328px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Spooky {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-StarryNight {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Sunshine {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -574px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Thunderstorm {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -574px -100px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Veggie {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -574px -200px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Veteran {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -574px -300px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Watery {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -574px -400px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-White {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Wolf-Zombie {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -82px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-Base {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -164px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-CottonCandyBlue {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -246px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-CottonCandyPink {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: 0px 0px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-Desert {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -410px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-Golden {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
|
||||||
background-position: -492px -500px;
|
|
||||||
width: 81px;
|
|
||||||
height: 99px;
|
|
||||||
}
|
|
||||||
.Pet-Yarn-Red {
|
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -574px -500px;
|
background-position: -574px -500px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.Pet-Yarn-Shade {
|
.Pet-Whale-CottonCandyBlue {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-CottonCandyPink {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Desert {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Golden {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Red {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Shade {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Skeleton {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-White {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Whale-Zombie {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Aquatic {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Base {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Bronze {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Celestial {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-CottonCandyBlue {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-CottonCandyPink {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Cupid {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Desert {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Ember {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Fairy {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Floral {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Frost {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Ghost {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Glass {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Glow {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Golden {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Holly {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-IcySnow {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Peppermint {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Rainbow {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Red {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-RoseQuartz {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-RoyalPurple {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Shade {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Shadow {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -574px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Shimmer {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -574px -100px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Silver {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -574px -200px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Skeleton {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -574px -300px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Spooky {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -574px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-StarryNight {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Sunshine {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Thunderstorm {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Veggie {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Veteran {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -328px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Watery {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -410px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-White {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -492px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Wolf-Zombie {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px 0px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-Base {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px 0px;
|
background-position: -656px 0px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.Pet-Yarn-Skeleton {
|
.Pet-Yarn-CottonCandyBlue {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px -100px;
|
background-position: -656px -100px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.Pet-Yarn-White {
|
.Pet-Yarn-CottonCandyPink {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px -200px;
|
background-position: -656px -200px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
.Pet-Yarn-Zombie {
|
.Pet-Yarn-Desert {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px -300px;
|
background-position: -656px -300px;
|
||||||
width: 81px;
|
width: 81px;
|
||||||
height: 99px;
|
height: 99px;
|
||||||
}
|
}
|
||||||
|
.Pet-Yarn-Golden {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -656px -400px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-Red {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -656px -500px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-Shade {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: 0px -600px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-Skeleton {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -82px -600px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-White {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -164px -600px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
|
.Pet-Yarn-Zombie {
|
||||||
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
|
background-position: -246px -600px;
|
||||||
|
width: 81px;
|
||||||
|
height: 99px;
|
||||||
|
}
|
||||||
.Pet_HatchingPotion_Aquatic {
|
.Pet_HatchingPotion_Aquatic {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px -469px;
|
background-position: -397px -600px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Base {
|
.Pet_HatchingPotion_Base {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -414px -669px;
|
background-position: -207px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Bronze {
|
.Pet_HatchingPotion_Bronze {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: 0px -600px;
|
background-position: -466px -600px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Celestial {
|
.Pet_HatchingPotion_Celestial {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -69px -600px;
|
background-position: -535px -600px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_CottonCandyBlue {
|
.Pet_HatchingPotion_CottonCandyBlue {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -138px -600px;
|
background-position: -604px -600px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_CottonCandyPink {
|
.Pet_HatchingPotion_CottonCandyPink {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -207px -600px;
|
background-position: -738px 0px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Cupid {
|
.Pet_HatchingPotion_Cupid {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -276px -600px;
|
background-position: -738px -69px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Desert {
|
.Pet_HatchingPotion_Desert {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -345px -600px;
|
background-position: -738px -138px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Ember {
|
.Pet_HatchingPotion_Ember {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -414px -600px;
|
background-position: -738px -207px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Fairy {
|
.Pet_HatchingPotion_Fairy {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -483px -600px;
|
background-position: -738px -276px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Floral {
|
.Pet_HatchingPotion_Floral {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -552px -600px;
|
background-position: -738px -345px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Frost {
|
.Pet_HatchingPotion_Frost {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -621px -600px;
|
background-position: -738px -414px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Ghost {
|
.Pet_HatchingPotion_Ghost {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: 0px -669px;
|
background-position: -738px -483px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Glass {
|
.Pet_HatchingPotion_Glass {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -69px -669px;
|
background-position: -738px -552px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Glow {
|
.Pet_HatchingPotion_Glow {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -138px -669px;
|
background-position: -738px -621px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Golden {
|
.Pet_HatchingPotion_Golden {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -207px -669px;
|
background-position: 0px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Holly {
|
.Pet_HatchingPotion_Holly {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -276px -669px;
|
background-position: -69px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_IcySnow {
|
.Pet_HatchingPotion_IcySnow {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -345px -669px;
|
background-position: -138px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Peppermint {
|
.Pet_HatchingPotion_Peppermint {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -656px -400px;
|
background-position: -328px -600px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Purple {
|
.Pet_HatchingPotion_Purple {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -483px -669px;
|
background-position: -276px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Rainbow {
|
.Pet_HatchingPotion_Rainbow {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -552px -669px;
|
background-position: -345px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Red {
|
.Pet_HatchingPotion_Red {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -621px -669px;
|
background-position: -414px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_RoseQuartz {
|
.Pet_HatchingPotion_RoseQuartz {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px 0px;
|
background-position: -483px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_RoyalPurple {
|
.Pet_HatchingPotion_RoyalPurple {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -69px;
|
background-position: -552px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Shade {
|
.Pet_HatchingPotion_Shade {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -138px;
|
background-position: -621px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Shadow {
|
.Pet_HatchingPotion_Shadow {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -207px;
|
background-position: -690px -700px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Shimmer {
|
.Pet_HatchingPotion_Shimmer {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -276px;
|
background-position: -807px 0px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Silver {
|
.Pet_HatchingPotion_Silver {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -345px;
|
background-position: -807px -69px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Skeleton {
|
.Pet_HatchingPotion_Skeleton {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -414px;
|
background-position: -807px -138px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Spooky {
|
.Pet_HatchingPotion_Spooky {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -483px;
|
background-position: -807px -207px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_StarryNight {
|
.Pet_HatchingPotion_StarryNight {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -552px;
|
background-position: -807px -276px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Sunshine {
|
.Pet_HatchingPotion_Sunshine {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -738px -621px;
|
background-position: -807px -345px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Thunderstorm {
|
.Pet_HatchingPotion_Thunderstorm {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: 0px -738px;
|
background-position: -807px -414px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Watery {
|
.Pet_HatchingPotion_Watery {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -69px -738px;
|
background-position: -807px -483px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_White {
|
.Pet_HatchingPotion_White {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -138px -738px;
|
background-position: -807px -552px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
.Pet_HatchingPotion_Zombie {
|
.Pet_HatchingPotion_Zombie {
|
||||||
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
background-image: url('~assets/images/sprites/spritesmith-main-26.png');
|
||||||
background-position: -207px -738px;
|
background-position: -807px -621px;
|
||||||
width: 68px;
|
width: 68px;
|
||||||
height: 68px;
|
height: 68px;
|
||||||
}
|
}
|
||||||
|
|||||||
|
After Width: | Height: | Size: 9.6 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 992 B |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 29 KiB |
BIN
website/client/assets/images/BackerOnly-Pet-Gryphatrice.gif
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 486 KiB After Width: | Height: | Size: 487 KiB |
|
Before Width: | Height: | Size: 118 KiB After Width: | Height: | Size: 119 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 115 KiB |
|
Before Width: | Height: | Size: 396 KiB After Width: | Height: | Size: 396 KiB |
|
Before Width: | Height: | Size: 284 KiB After Width: | Height: | Size: 282 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
|
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 134 KiB |
|
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 135 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 146 KiB After Width: | Height: | Size: 146 KiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 144 KiB |
|
Before Width: | Height: | Size: 186 KiB After Width: | Height: | Size: 184 KiB |
|
Before Width: | Height: | Size: 162 KiB After Width: | Height: | Size: 160 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 165 KiB |
|
Before Width: | Height: | Size: 35 KiB After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 147 KiB After Width: | Height: | Size: 150 KiB |
|
Before Width: | Height: | Size: 119 KiB After Width: | Height: | Size: 120 KiB |
@@ -24,5 +24,7 @@
|
|||||||
"achievementDustDevilModalText": "You collected all the Desert Pets!",
|
"achievementDustDevilModalText": "You collected all the Desert Pets!",
|
||||||
"achievementAridAuthority": "Arid Authority",
|
"achievementAridAuthority": "Arid Authority",
|
||||||
"achievementAridAuthorityText": "Has tamed all Desert Mounts.",
|
"achievementAridAuthorityText": "Has tamed all Desert Mounts.",
|
||||||
"achievementAridAuthorityModalText": "You tamed all the Desert Mounts!"
|
"achievementAridAuthorityModalText": "You tamed all the Desert Mounts!",
|
||||||
|
"achievementKickstarter2019": "Pin Kickstarter Backer",
|
||||||
|
"achievementKickstarter2019Text": "Backed the 2019 Pin Kickstarter Project"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -122,6 +122,8 @@
|
|||||||
"weaponSpecialTachiNotes": "This light and curved sword will shred your tasks to ribbons! Increases Strength by <%= str %>.",
|
"weaponSpecialTachiNotes": "This light and curved sword will shred your tasks to ribbons! Increases Strength by <%= str %>.",
|
||||||
"weaponSpecialAetherCrystalsText": "Aether Crystals",
|
"weaponSpecialAetherCrystalsText": "Aether Crystals",
|
||||||
"weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Increases all Stats by <%= attrs %>.",
|
"weaponSpecialAetherCrystalsNotes": "These bracers and crystals once belonged to the Lost Masterclasser herself. Increases all Stats by <%= attrs %>.",
|
||||||
|
"weaponSpecialKS2019Text": "Mythic Gryphon Glaive",
|
||||||
|
"weaponSpecialKS2019Notes": "Curved as a gryphon's beak and talons, this ornate polearm reminds you to power through when the task ahead feels daunting. Increases Strength by <%= str %>.",
|
||||||
|
|
||||||
"weaponSpecialYetiText": "Yeti-Tamer Spear",
|
"weaponSpecialYetiText": "Yeti-Tamer Spear",
|
||||||
"weaponSpecialYetiNotes": "This spear allows its user to command any yeti. Increases Strength by <%= str %>. Limited Edition 2013-2014 Winter Gear.",
|
"weaponSpecialYetiNotes": "This spear allows its user to command any yeti. Increases Strength by <%= str %>. Limited Edition 2013-2014 Winter Gear.",
|
||||||
@@ -539,6 +541,8 @@
|
|||||||
"armorSpecialTurkeyArmorBaseNotes": "Keep your drumsticks warm and cozy in this feathery armor! Confers no benefit.",
|
"armorSpecialTurkeyArmorBaseNotes": "Keep your drumsticks warm and cozy in this feathery armor! Confers no benefit.",
|
||||||
"armorSpecialTurkeyArmorGildedText": "Gilded Turkey Armor",
|
"armorSpecialTurkeyArmorGildedText": "Gilded Turkey Armor",
|
||||||
"armorSpecialTurkeyArmorGildedNotes": "Strut your stuff in this seasonally shiny armor! Confers no benefit.",
|
"armorSpecialTurkeyArmorGildedNotes": "Strut your stuff in this seasonally shiny armor! Confers no benefit.",
|
||||||
|
"armorSpecialKS2019Text": "Mythic Gryphon Armor",
|
||||||
|
"armorSpecialKS2019Notes": "Glowing from within like a gryphon's noble heart, this resplendent armor encourages you to take pride in your accomplishments. Increases Constitution by <%= con %>.",
|
||||||
|
|
||||||
"armorSpecialYetiText": "Yeti-Tamer Robe",
|
"armorSpecialYetiText": "Yeti-Tamer Robe",
|
||||||
"armorSpecialYetiNotes": "Fuzzy and fierce. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.",
|
"armorSpecialYetiNotes": "Fuzzy and fierce. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.",
|
||||||
@@ -1067,6 +1071,8 @@
|
|||||||
"headSpecialTurkeyHelmGildedNotes": "Gobble gobble! Bling bling! Confers no benefit.",
|
"headSpecialTurkeyHelmGildedNotes": "Gobble gobble! Bling bling! Confers no benefit.",
|
||||||
"headSpecialPiDayText": "Pi Hat",
|
"headSpecialPiDayText": "Pi Hat",
|
||||||
"headSpecialPiDayNotes": "Try to balance this slice of delicious pie on your head while walking in a circle. Or throw it at a red Daily! Or you could just eat it. Your choice! Confers no benefit.",
|
"headSpecialPiDayNotes": "Try to balance this slice of delicious pie on your head while walking in a circle. Or throw it at a red Daily! Or you could just eat it. Your choice! Confers no benefit.",
|
||||||
|
"headSpecialKS2019Text": "Mythic Gryphon Helm",
|
||||||
|
"headSpecialKS2019Notes": "Adorned with a gryphon's likeness and plumage, this glorious helmet symbolizes the way your skills and bearing stand as an example to others. Increases Intelligence by <%= int %>.",
|
||||||
|
|
||||||
"headSpecialNyeText": "Absurd Party Hat",
|
"headSpecialNyeText": "Absurd Party Hat",
|
||||||
"headSpecialNyeNotes": "You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.",
|
"headSpecialNyeNotes": "You've received an Absurd Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.",
|
||||||
@@ -1563,6 +1569,8 @@
|
|||||||
"shieldSpecialWakizashiNotes": "This short sword is perfect for close-quarters battles with your Dailies! Increases Constitution by <%= con %>.",
|
"shieldSpecialWakizashiNotes": "This short sword is perfect for close-quarters battles with your Dailies! Increases Constitution by <%= con %>.",
|
||||||
"shieldSpecialPiDayText": "Pi Shield",
|
"shieldSpecialPiDayText": "Pi Shield",
|
||||||
"shieldSpecialPiDayNotes": "We dare you to calculate the ratio of this shield's circumference to its deliciousness! Confers no benefit.",
|
"shieldSpecialPiDayNotes": "We dare you to calculate the ratio of this shield's circumference to its deliciousness! Confers no benefit.",
|
||||||
|
"shieldSpecialKS2019Text": "Mythic Gryphon Shield",
|
||||||
|
"shieldSpecialKS2019Notes": "Sparkling like the shell of a gryphon egg, this magnificent shield shows you how to stand ready to help when your own burdens are light. Increases Perception by <%= per %>.",
|
||||||
|
|
||||||
"shieldSpecialYetiText": "Yeti-Tamer Shield",
|
"shieldSpecialYetiText": "Yeti-Tamer Shield",
|
||||||
"shieldSpecialYetiNotes": "This shield reflects light from the snow. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.",
|
"shieldSpecialYetiNotes": "This shield reflects light from the snow. Increases Constitution by <%= con %>. Limited Edition 2013-2014 Winter Gear.",
|
||||||
@@ -2063,6 +2071,8 @@
|
|||||||
|
|
||||||
"eyewearSpecialAetherMaskText": "Aether Mask",
|
"eyewearSpecialAetherMaskText": "Aether Mask",
|
||||||
"eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Increases Intelligence by <%= int %>.",
|
"eyewearSpecialAetherMaskNotes": "This mask has a mysterious history. Increases Intelligence by <%= int %>.",
|
||||||
|
"eyewearSpecialKS2019Text": "Mythic Gryphon Visor",
|
||||||
|
"eyewearSpecialKS2019Notes": "Bold as a gryphon's... hmm, gryphons don't have visors. It reminds you to... oh, who are we kidding, it just looks cool! Confers no benefit.",
|
||||||
|
|
||||||
"eyewearSpecialSummerRogueText": "Roguish Eyepatch",
|
"eyewearSpecialSummerRogueText": "Roguish Eyepatch",
|
||||||
"eyewearSpecialSummerRogueNotes": "It doesn't take a scallywag to see how stylish this is! Confers no benefit. Limited Edition 2014 Summer Gear.",
|
"eyewearSpecialSummerRogueNotes": "It doesn't take a scallywag to see how stylish this is! Confers no benefit. Limited Edition 2014 Summer Gear.",
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
"hopefulHippogriffMount": "Hopeful Hippogriff",
|
"hopefulHippogriffMount": "Hopeful Hippogriff",
|
||||||
"royalPurpleJackalope": "Royal Purple Jackalope",
|
"royalPurpleJackalope": "Royal Purple Jackalope",
|
||||||
"invisibleAether": "Invisible Aether",
|
"invisibleAether": "Invisible Aether",
|
||||||
|
"gryphatrice": "Gryphatrice",
|
||||||
"rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!",
|
"rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to Habitica!",
|
||||||
"rarePetPop2": "How to Get this Pet!",
|
"rarePetPop2": "How to Get this Pet!",
|
||||||
"potion": "<%= potionType %> Potion",
|
"potion": "<%= potionType %> Potion",
|
||||||
|
|||||||
@@ -193,6 +193,11 @@ let specialAchievs = {
|
|||||||
pluralTitleKey: 'helped',
|
pluralTitleKey: 'helped',
|
||||||
pluralTextKey: 'surveysMultiple',
|
pluralTextKey: 'surveysMultiple',
|
||||||
},
|
},
|
||||||
|
kickstarter2019: {
|
||||||
|
icon: 'achievement-kickstarter2019',
|
||||||
|
titleKey: 'achievementKickstarter2019',
|
||||||
|
textKey: 'achievementKickstarter2019Text',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
Object.assign(achievementsData, specialAchievs);
|
Object.assign(achievementsData, specialAchievs);
|
||||||
|
|
||||||
|
|||||||
@@ -1257,6 +1257,13 @@ let armor = {
|
|||||||
value: 90,
|
value: 90,
|
||||||
con: 15,
|
con: 15,
|
||||||
},
|
},
|
||||||
|
ks2019: {
|
||||||
|
text: t('armorSpecialKS2019Text'),
|
||||||
|
notes: t('armorSpecialKS2019Notes', { con: 20 }),
|
||||||
|
value: 0,
|
||||||
|
con: 20,
|
||||||
|
canOwn: ownsItem('armor_special_ks2019'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let back = {
|
let back = {
|
||||||
@@ -1602,6 +1609,12 @@ let eyewear = {
|
|||||||
notes: t('eyewearSpecialFall2019HealerNotes'),
|
notes: t('eyewearSpecialFall2019HealerNotes'),
|
||||||
value: 20,
|
value: 20,
|
||||||
},
|
},
|
||||||
|
ks2019: {
|
||||||
|
text: t('eyewearSpecialKS2019Text'),
|
||||||
|
notes: t('eyewearSpecialKS2019Notes'),
|
||||||
|
value: 0,
|
||||||
|
canOwn: ownsItem('eyewear_special_ks2019'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let head = {
|
let head = {
|
||||||
@@ -2865,6 +2878,13 @@ let head = {
|
|||||||
value: 60,
|
value: 60,
|
||||||
int: 7,
|
int: 7,
|
||||||
},
|
},
|
||||||
|
ks2019: {
|
||||||
|
text: t('headSpecialKS2019Text'),
|
||||||
|
notes: t('headSpecialKS2019Notes', { int: 20 }),
|
||||||
|
value: 0,
|
||||||
|
int: 20,
|
||||||
|
canOwn: ownsItem('head_special_ks2019'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let headAccessory = {
|
let headAccessory = {
|
||||||
@@ -4079,6 +4099,13 @@ let shield = {
|
|||||||
value: 70,
|
value: 70,
|
||||||
con: 9,
|
con: 9,
|
||||||
},
|
},
|
||||||
|
ks2019: {
|
||||||
|
text: t('shieldSpecialKS2019Text'),
|
||||||
|
notes: t('shieldSpecialKS2019Notes', { per: 20 }),
|
||||||
|
value: 0,
|
||||||
|
per: 20,
|
||||||
|
canOwn: ownsItem('shield_special_ks2019'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let weapon = {
|
let weapon = {
|
||||||
@@ -5332,6 +5359,13 @@ let weapon = {
|
|||||||
value: 90,
|
value: 90,
|
||||||
int: 9,
|
int: 9,
|
||||||
},
|
},
|
||||||
|
ks2019: {
|
||||||
|
text: t('weaponSpecialKS2019Text'),
|
||||||
|
notes: t('weaponSpecialKS2019Notes', { str: 20 }),
|
||||||
|
value: 0,
|
||||||
|
str: 20,
|
||||||
|
canOwn: ownsItem('weapon_special_ks2019'),
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
let specialSet = {
|
let specialSet = {
|
||||||
|
|||||||
@@ -257,7 +257,7 @@ let quests = {
|
|||||||
},
|
},
|
||||||
evilsanta: {
|
evilsanta: {
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return true;
|
return false;
|
||||||
},
|
},
|
||||||
text: t('questEvilSantaText'),
|
text: t('questEvilSantaText'),
|
||||||
notes: t('questEvilSantaNotes'),
|
notes: t('questEvilSantaNotes'),
|
||||||
@@ -283,7 +283,7 @@ let quests = {
|
|||||||
},
|
},
|
||||||
evilsanta2: {
|
evilsanta2: {
|
||||||
canBuy () {
|
canBuy () {
|
||||||
return true;
|
return false;
|
||||||
},
|
},
|
||||||
text: t('questEvilSanta2Text'),
|
text: t('questEvilSanta2Text'),
|
||||||
notes: t('questEvilSanta2Notes'),
|
notes: t('questEvilSanta2Notes'),
|
||||||
|
|||||||
@@ -103,6 +103,7 @@ let specialPets = {
|
|||||||
'Hippogriff-Hopeful': 'hopefulHippogriffPet',
|
'Hippogriff-Hopeful': 'hopefulHippogriffPet',
|
||||||
'Fox-Veteran': 'veteranFox',
|
'Fox-Veteran': 'veteranFox',
|
||||||
'JackOLantern-Glow': 'glowJackolantern',
|
'JackOLantern-Glow': 'glowJackolantern',
|
||||||
|
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||||
};
|
};
|
||||||
|
|
||||||
let specialMounts = {
|
let specialMounts = {
|
||||||
@@ -121,6 +122,7 @@ let specialMounts = {
|
|||||||
'Aether-Invisible': 'invisibleAether',
|
'Aether-Invisible': 'invisibleAether',
|
||||||
'JackOLantern-Ghost': 'ghostJackolantern',
|
'JackOLantern-Ghost': 'ghostJackolantern',
|
||||||
'Hippogriff-Hopeful': 'hopefulHippogriffMount',
|
'Hippogriff-Hopeful': 'hopefulHippogriffMount',
|
||||||
|
'Gryphon-Gryphatrice': 'gryphatrice',
|
||||||
};
|
};
|
||||||
|
|
||||||
each(specialPets, (translationString, key) => {
|
each(specialPets, (translationString, key) => {
|
||||||
|
|||||||
@@ -300,6 +300,10 @@ function _getSpecialAchievements (user, language) {
|
|||||||
_addSimple(result, user, {path: 'originalUser', language});
|
_addSimple(result, user, {path: 'originalUser', language});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (user.achievements.kickstarter2019) {
|
||||||
|
_addSimple(result, user, {path: 'kickstarter2019', language});
|
||||||
|
}
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 824 B |
|
After Width: | Height: | Size: 263 B |
|
After Width: | Height: | Size: 878 B |
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 680 B |
|
After Width: | Height: | Size: 3.4 KiB |
@@ -3,7 +3,7 @@ import { authWithHeaders } from '../../middlewares/auth';
|
|||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
// @TODO export this const, cannot export it from here because only routes are exported from controllers
|
||||||
const LAST_ANNOUNCEMENT_TITLE = 'NEW AND RERELEASED HATCHING POTIONS! PLUS BLOG UPDATES';
|
const LAST_ANNOUNCEMENT_TITLE = 'LAST CHANCE FOR SEPTEMBER ITEMS';
|
||||||
const worldDmg = { // @TODO
|
const worldDmg = { // @TODO
|
||||||
bailey: false,
|
bailey: false,
|
||||||
};
|
};
|
||||||
@@ -30,20 +30,20 @@ api.getNews = {
|
|||||||
<div class="mr-3 ${baileyClass}"></div>
|
<div class="mr-3 ${baileyClass}"></div>
|
||||||
<div class="media-body">
|
<div class="media-body">
|
||||||
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
<h1 class="align-self-center">${res.t('newStuff')}</h1>
|
||||||
<h2>9/26/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
<h2>9/30/2019 - ${LAST_ANNOUNCEMENT_TITLE}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr/>
|
<hr/>
|
||||||
<div class="promo_shadow_spooky_potions center-block"></div>
|
<div class="promo_mystery_201909 center-block"></div>
|
||||||
<h3>New Shadow Magic Hatching Potions, Plus the Return of Spooky and Glow-in-the-Dark Potions!</h3>
|
<h3>Last Chance for Affable Acorn Set</h3>
|
||||||
<p>There's a new pet breed in town! Between now and October 31st, you can buy Magic Hatching Potions from <a href='/shops/market'>the Market</a> and use them to hatch any standard pet egg. (Magic Hatching Potions do not work on Quest Pet eggs.) Magic Potion Pets aren't picky, so they'll happily eat any kind of food that you feed them!</p>
|
<p>Reminder: this is the final day to <a href='/user/settings/subscription'>subscribe and receive the Affable Acorn Set</a>! Subscribing also lets you buy Gems for Gold. The longer your subscription, the more Gems you get!</p>
|
||||||
<p>For this Gala, we've brought back Glow-in-the-Dark Potions and Spooky Potions, and added a brand-new potion: Shadow!</p>
|
<p>Thanks so much for your support! You help keep Habitica running.</p>
|
||||||
<p>After they're gone, it will be at least a year before these Hatching Potions are available again, so be sure to get them now!</p>
|
<div class="small mb-3">by Beffymaroo</div>
|
||||||
<div class="small mb-3">by Lemoness, QuartzFox, AaronTheTwin, tricksy.fox, and SabreCat</div>
|
<div class="promo_rocking_reptiles_bundle center-block"></div>
|
||||||
<div class="scene_casting_spells center-block"></div>
|
<h3>Last Chance for Rocking Reptiles Quest Bundle</h3>
|
||||||
<h3>Blog Post: Mage</h3>
|
<p>This is also the final day to buy the discounted Rocking Reptiles Pet Quest Bundle, featuring the Alligator, Snake, and Velociraptor quests all for seven gems! Be sure to get your claws on it before it slithers away from the <a href='/shops/quests'>Quest Shop</a>!</p>
|
||||||
<p>This month's <a href='https://habitica.wordpress.com/2019/09/25/mage/' target='_blank'>featured Wiki article</a> is about the Mage Class! We hope that it will help you as you choose the best class for your Habitica play style. Be sure to check it out, and let us know what you think by reaching out on <a href='https://twitter.com/habitica' target='_blank'>Twitter</a>, <a href='http://blog.habitrpg.com' target='_blank'>Tumblr</a>, and <a href='https://facebook.com/habitica' target='_blank'>Facebook</a>.</p>
|
<div class="small">Art by Gully, Willow The Witty, mfonda, UncommonCriminal, tabbytoes, EmeraldOx, LordDarkly, PainterProphet, Seraphina, Anna Glassman, Procyon, and Lilith of Alfheim</div>
|
||||||
<div class="small mb-3">by shanaqui and the Wiki Wizards</div>
|
<div class="small mb-3">Writing by Mike.Antonacci, lilackbar, Daniel The Bard, and felipena</div>
|
||||||
</div>
|
</div>
|
||||||
`,
|
`,
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -127,6 +127,7 @@ let schema = new Schema({
|
|||||||
allYourBase: Boolean,
|
allYourBase: Boolean,
|
||||||
dustDevil: Boolean,
|
dustDevil: Boolean,
|
||||||
aridAuthority: Boolean,
|
aridAuthority: Boolean,
|
||||||
|
kickstarter2019: Boolean,
|
||||||
},
|
},
|
||||||
|
|
||||||
backer: {
|
backer: {
|
||||||
|
|||||||