habitica/website/client/assets/css/sprites/spritesmith-main-10.css

1555 lines
44 KiB
CSS
Raw Normal View History

2017-08-21 22:59:12 +00:00
.quest_TEMPLATE_FOR_MISSING_IMAGE {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -251px -1314px;
2017-08-21 22:59:12 +00:00
width: 221px;
height: 39px;
}
.quest_lostMasterclasser2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px 0px;
width: 219px;
height: 219px;
}
.quest_lostMasterclasser3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -880px;
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying1 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -715px;
width: 150px;
height: 150px;
}
2017-11-17 22:22:27 +00:00
.quest_mayhemMistiflying2 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -220px;
2017-11-17 22:22:27 +00:00
width: 219px;
height: 219px;
}
.quest_mayhemMistiflying3 {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -220px;
2017-11-17 22:22:27 +00:00
width: 219px;
height: 219px;
}
.quest_monkey {
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px 0px;
2017-11-17 22:22:27 +00:00
width: 219px;
height: 219px;
}
2017-11-03 02:54:26 +00:00
.quest_moon1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1100px 0px;
2017-11-03 02:54:26 +00:00
width: 216px;
height: 216px;
}
.quest_moon2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -440px;
2017-11-03 02:54:26 +00:00
width: 219px;
height: 219px;
}
.quest_moon3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -440px;
2017-11-03 02:54:26 +00:00
width: 219px;
height: 219px;
}
2017-10-24 20:23:42 +00:00
.quest_moonstone1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -440px;
2017-10-24 20:23:42 +00:00
width: 219px;
height: 219px;
}
.quest_moonstone2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px 0px;
width: 219px;
height: 219px;
}
2017-10-24 20:23:42 +00:00
.quest_moonstone3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -220px;
2017-10-24 20:23:42 +00:00
width: 219px;
height: 219px;
}
.quest_nudibranch {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1100px -217px;
width: 216px;
height: 216px;
}
.quest_octopus {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -220px -1100px;
width: 222px;
height: 177px;
}
.quest_owl {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -660px;
width: 219px;
height: 219px;
}
.quest_peacock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1100px -434px;
width: 216px;
height: 216px;
}
.quest_penguin {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -531px;
width: 190px;
height: 183px;
}
.quest_rat {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px 0px;
width: 219px;
height: 219px;
}
.quest_rock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1100px -651px;
width: 216px;
height: 216px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_rooster {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -178px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 213px;
height: 174px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_sabretooth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -660px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 219px;
height: 219px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_sheep {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -880px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 219px;
height: 219px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_slime {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -220px -880px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 219px;
height: 219px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_sloth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px 0px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 219px;
height: 219px;
}
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
.quest_snail {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: 0px -1100px;
[WIP] new client - seasonal-shop (#9018) * extract seasonal-shop config - use summer season items (to work on) * add suggested border to shopItems * refactor getOfficialPinnedItems (now includes the seasonal gear) * refactor shops.getSeasonalShop - add featured items to result - add the set to special equipment items * feat(content): Fall 2017 seasonal gear Also adds set keys for all prior seasonal gear. * show item limited time (buyModal & shopItem) * select seasonal fall sets * WIP(seasonal-shop): placeholder Fall 2017 items * fix lint * sprites * styling + fix purchase of seasonal spells * compile sprites * fixes: check isPinned with officialItems * enable purchase of seasonal items for testing * fix shop apis * add featuredItems to market * quest shop: add featuredItems to api * tiem travelers shop: add featuredItems to api * fix gear types filter * feat(content): Fall 2017 compleat * chore(sprites): compile * show opened shop state (npc+background) * add opened seasonal npc * current seasonal users class set = purchase by gold - lock other sets of the current season * hide event badge in seasonal shop - dot only for suggested items - cursor: pointer on shopItems * refresh rewards column list (seasonal gear won't refresh it on purchase) * fix duplicate seasonal gear -> remove special items from the old reward gear (which is used to reset the pinned gears) * every current season gear is purchased by gold - prevent buyModal on locked items * use the current event date range * list seasonal sets by event date * use custom method instead of updateStore to list the pinnable gear * change daterange to 10-31 * fix start quest modal from items - disable invite quest button if a quest is already active * toggle pin in buy-dialogs * check if the item is not undefined/null - renamed the watch function
2017-09-21 00:28:11 +00:00
width: 219px;
height: 213px;
}
2017-09-19 21:00:19 +00:00
.quest_snake {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -877px -1100px;
2017-09-19 21:00:19 +00:00
width: 216px;
height: 177px;
}
.quest_spider {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1314px;
width: 250px;
height: 150px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -866px;
2017-09-05 19:50:08 +00:00
width: 150px;
height: 150px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -880px;
2017-09-05 19:50:08 +00:00
width: 219px;
height: 219px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -440px;
2017-09-05 19:50:08 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -1017px;
2017-08-21 22:59:12 +00:00
width: 150px;
height: 150px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1100px -868px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 216px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -220px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_treeling {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -660px -1100px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_trex {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px -353px;
2017-08-21 22:59:12 +00:00
width: 204px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_trex_undead {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -443px -1100px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_triceratops {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -660px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_turtle {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -660px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_unicorn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -660px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
2017-09-19 20:24:23 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_vice1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1317px 0px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
2017-09-19 20:24:23 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_vice2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -660px -440px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
2017-09-19 20:24:23 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_vice3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1094px -1100px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
2017-09-19 20:24:23 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_whale {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -440px -220px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
2017-09-12 20:19:08 +00:00
}
2017-11-15 00:53:27 +00:00
.quest_yarn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -880px -880px;
2017-11-15 00:53:27 +00:00
width: 216px;
height: 216px;
}
2017-08-21 22:59:12 +00:00
.quest_atom1_soapBars {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -776px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_dilatoryDistress1_blueFins {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -866px;
2017-08-21 22:59:12 +00:00
width: 51px;
height: 48px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_dilatoryDistress1_fireCoral {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -915px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_egg_plainEgg {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -1017px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-10 19:46:17 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_evilsanta2_branches {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -1069px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_evilsanta2_tracks {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -715px;
2017-08-21 22:59:12 +00:00
width: 54px;
height: 60px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_goldenknight1_testimony {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1084px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
.quest_lostMasterclasser1_ancientTome {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1476px -1672px;
width: 33px;
height: 42px;
}
.quest_lostMasterclasser1_forbiddenTome {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1510px -1672px;
width: 33px;
height: 42px;
}
.quest_lostMasterclasser1_hiddenTome {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1544px -1672px;
width: 33px;
height: 42px;
}
2017-08-21 22:59:12 +00:00
.quest_mayhemMistiflying2_mistifly1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1133px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_mayhemMistiflying2_mistifly2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1182px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-10 19:46:17 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_mayhemMistiflying2_mistifly3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1231px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-10 19:46:17 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_moon1_shard {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -967px;
2017-08-21 22:59:12 +00:00
width: 42px;
height: 42px;
2017-08-10 19:46:17 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_moonstone1_moonstone {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -828px;
2017-08-21 22:59:12 +00:00
width: 30px;
height: 30px;
2017-08-08 20:49:57 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_stoikalmCalamity2_icicleCoin {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1280px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-08 20:49:57 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror2_brownie {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1329px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-08 20:49:57 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror2_dryad {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror2_pixie {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1378px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_vice2_lightCrystal {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -579px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_armadillo {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1217px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1355px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1286px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1424px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_atom3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_axolotl {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_basilist {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-03 21:22:24 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_beetle {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-31 20:23:19 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_bunny {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-31 20:23:19 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_butterfly {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-31 20:23:19 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_cheetah {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-19 18:25:14 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_cow {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-19 18:25:14 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatoryDistress1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-19 18:25:14 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatoryDistress2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-19 18:25:14 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatoryDistress2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatoryDistress3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatoryDistress3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dilatory_derby {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_dustbunnies {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1104px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_egg {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1173px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_evilsanta {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1242px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_evilsanta2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1311px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_falcon {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1380px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ferret {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1449px -1465px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_frog {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ghost_stag {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -207px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -138px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -345px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -276px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -483px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -414px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_gryphon {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -552px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_guineapig {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -621px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_harpy {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -690px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hedgehog {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -759px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hippo {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1427px -1672px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
}
.inventory_quest_scroll_horse {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_kraken {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1104px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1035px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1242px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1173px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1380px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1311px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1534px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -1449px;
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_mayhemMistiflying1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_monkey {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1242px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1173px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_nudibranch {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1311px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_octopus {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1380px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_owl {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1449px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_peacock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1518px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_penguin {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rat {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -138px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rooster {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -207px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sabretooth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -276px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sheep {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -345px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_slime {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -414px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sloth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -483px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snail {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -552px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snake {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -621px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_spider {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -690px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -759px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1035px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1104px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1242px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1173px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1380px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1311px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_treeling {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1449px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_trex {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_trex_undead {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1603px -1518px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_triceratops {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_turtle {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_unicorn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice1 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice1_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice2 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice2_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice3 {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice3_locked {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_whale {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1603px;
2017-11-15 00:53:27 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_yarn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1603px;
2017-09-12 20:34:03 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_farmFriends {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_featheredFriends {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1603px;
2017-09-05 19:50:08 +00:00
width: 68px;
height: 68px;
2017-08-21 22:59:12 +00:00
}
.quest_bundle_splashyPals {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -966px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_witchyFamiliars {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1035px -1603px;
width: 68px;
height: 68px;
2017-08-21 22:59:12 +00:00
}
.shop_gem {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1104px -1603px;
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
.shop_opaquePotion {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1173px -1603px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_potion {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1242px -1603px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_seafoam {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1311px -1603px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_shinySeed {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1380px -1603px;
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_snowball {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1449px -1603px;
2017-09-05 19:50:08 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_spookySparkles {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1518px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_mounts_MagicalBee-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1587px -1603px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_mounts_Mammoth-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_mounts_MantisShrimp-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_mounts_Phoenix-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -138px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_pets_MagicalBee-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -207px;
width: 68px;
height: 68px;
}
.shop_pets_Mammoth-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -276px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_pets_MantisShrimp-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -345px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_pets_Phoenix-Base {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -414px;
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.shop_backStab {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1468px -1121px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_brightness {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1493px -1354px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-08-08 20:49:57 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_defensiveStance {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -292px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_earth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -333px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_fireball {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -456px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_frost {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -497px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_heal {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -538px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_healAll {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -702px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_intimidate {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -743px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_mpheal {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -784px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_pickPocket {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -825px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_protectAura {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -661px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_smash {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -620px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_stealth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -374px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_toolsOfTrade {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -251px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_valorousPresence {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -415px -1423px;
2017-08-21 22:59:12 +00:00
width: 40px;
height: 40px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Armadillo {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1587px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:25:41 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Axolotl {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: 0px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_BearCub {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -69px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:25:41 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Beetle {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -138px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:25:41 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Bunny {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -207px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:25:41 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Butterfly {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -276px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:10:02 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Cactus {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -345px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:10:02 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Cheetah {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -414px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-08-08 20:49:57 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Cow {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -483px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:10:02 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Cuttlefish {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -552px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:10:02 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Deer {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -621px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-13 21:10:02 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Dragon {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -690px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Egg {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -759px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Falcon {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -828px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Ferret {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -897px -1672px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_FlyingPig {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1518px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Fox {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1449px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Frog {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1380px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-01 23:09:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Gryphon {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1311px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-05-23 22:04:26 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_GuineaPig {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1242px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-05-23 22:04:26 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Hedgehog {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1173px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-05-23 22:04:26 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Hippo {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1104px;
width: 68px;
height: 68px;
2017-05-23 22:04:26 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Horse {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -1035px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_LionCub {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Monkey {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Nudibranch {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Octopus {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -759px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Owl {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -690px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_PandaCub {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -621px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Parrot {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -552px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Peacock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1672px -483px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Penguin {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1534px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_PolarBear {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1148px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Rat {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1079px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Rock {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1010px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Rooster {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -941px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Sabretooth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -872px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Seahorse {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -803px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Sheep {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -734px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Slime {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -665px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Sloth {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -596px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Snail {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -527px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Snake {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -458px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Spider {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -389px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_TRex {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1455px -1237px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_TigerCub {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -320px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Treeling {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -251px -1354px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-04-26 01:57:19 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Triceratops {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1386px -1237px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.Pet_Egg_Turtle {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1317px -1237px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.Pet_Egg_Unicorn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1455px -1168px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.Pet_Egg_Whale {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1386px -1168px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.Pet_Egg_Wolf {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
2017-11-17 22:22:27 +00:00
background-position: -1317px -1168px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.Pet_Egg_Yarn {
2017-11-15 01:31:01 +00:00
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
background-position: -1104px -1534px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}