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

1849 lines
50 KiB
CSS
Raw Normal View History

2017-08-21 22:59:12 +00:00
.quest_TEMPLATE_FOR_MISSING_IMAGE {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -251px -1200px;
2017-08-21 22:59:12 +00:00
width: 221px;
height: 39px;
}
.quest_moonstone3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -220px 0px;
width: 219px;
height: 219px;
}
.quest_nudibranch {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -660px -660px;
width: 216px;
height: 216px;
}
.quest_octopus {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -220px -880px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -220px;
width: 219px;
height: 219px;
}
.quest_peacock {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -880px 0px;
width: 216px;
height: 216px;
}
.quest_penguin {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -531px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -440px -220px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -880px -434px;
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 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -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 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -440px -440px;
[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 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -660px 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_slime {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -660px -220px;
[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 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -660px -440px;
[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 {
background-image: url(/static/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: 213px;
}
2017-09-19 21:00:19 +00:00
.quest_snake {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -660px -880px;
2017-09-19 21:00:19 +00:00
width: 216px;
height: 177px;
}
.quest_spider {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1094px;
width: 250px;
height: 150px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -866px;
2017-09-05 19:50:08 +00:00
width: 150px;
height: 150px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px 0px;
2017-09-05 19:50:08 +00:00
width: 219px;
height: 219px;
}
2017-09-05 19:50:08 +00:00
.quest_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -440px -660px;
2017-09-05 19:50:08 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -715px;
2017-08-21 22:59:12 +00:00
width: 150px;
height: 150px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -880px -217px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 216px;
}
2017-08-21 22:59:12 +00:00
.quest_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -220px -660px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_treeling {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -877px -880px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_trex {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -353px;
2017-08-21 22:59:12 +00:00
width: 204px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_trex_undead {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px 0px;
2017-08-21 22:59:12 +00:00
width: 216px;
height: 177px;
}
2017-08-21 22:59:12 +00:00
.quest_triceratops {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -660px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_turtle {
background-image: url(/static/sprites/spritesmith-main-10.png);
[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
background-position: -220px -440px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
}
2017-08-21 22:59:12 +00:00
.quest_unicorn {
2017-09-19 20:24:23 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -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_vice1 {
2017-09-19 20:24:23 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -880px -651px;
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-09-19 20:24:23 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -440px 0px;
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-09-19 20:24:23 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -443px -880px;
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-09-12 20:19:08 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -220px -220px;
2017-08-21 22:59:12 +00:00
width: 219px;
height: 219px;
2017-09-12 20:19:08 +00:00
}
2017-08-21 22:59:12 +00:00
.quest_atom1_soapBars {
2017-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -684px;
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-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -736px;
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-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -785px;
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-08-10 19:46:17 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -941px;
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-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -476px;
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-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -207px;
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-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -837px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
2017-09-05 19:35:47 +00:00
}
.quest_lostMasterclasser1_ancientTome {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1383px -1166px;
width: 33px;
height: 42px;
}
.quest_lostMasterclasser1_forbiddenTome {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1248px -756px;
width: 33px;
height: 42px;
}
.quest_lostMasterclasser1_hiddenTome {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1248px -799px;
width: 33px;
height: 42px;
}
2017-08-21 22:59:12 +00:00
.quest_mayhemMistiflying2_mistifly1 {
2017-09-05 19:35:47 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -268px;
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-08-10 19:46:17 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -580px;
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-08-10 19:46:17 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -528px;
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-08-10 19:46:17 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -993px;
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-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1587px;
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-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -372px;
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-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -889px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -320px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -632px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1651px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px 0px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -138px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -69px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -276px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -207px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -414px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -345px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -483px;
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-08-03 21:22:24 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -552px;
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-07-31 20:23:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -621px;
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-07-31 20:23:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -759px;
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-07-31 20:23:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1489px;
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-07-19 18:25:14 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -1166px;
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-07-19 18:25:14 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -690px;
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-07-19 18:25:14 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1166px -1017px;
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-07-19 18:25:14 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1272px -1245px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1235px -1017px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1351px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1341px -1245px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1097px -1017px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -69px -1351px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -138px -1351px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -207px -1351px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -276px -1351px;
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-07-03 22:56:48 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -345px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ferret {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -414px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_frog {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -483px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_ghost_stag {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -552px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -690px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight1_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -621px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -828px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -759px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -966px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_goldenknight3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -897px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_gryphon {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1035px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_guineapig {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1104px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_harpy {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1173px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hedgehog {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1242px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_hippo {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -424px;
2017-08-21 22:59:12 +00:00
width: 48px;
height: 51px;
}
.inventory_quest_scroll_horse {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_kraken {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -207px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser1_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -138px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -345px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -276px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -483px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -414px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -621px;
width: 68px;
height: 68px;
}
.inventory_quest_scroll_lostMasterclasser4_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -552px;
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.inventory_quest_scroll_mayhemMistiflying1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -690px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -759px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_mayhemMistiflying3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_monkey {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -1035px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -1173px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon1_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -1104px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -1311px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1420px -1242px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -69px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moon3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -207px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone1_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -138px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -345px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -276px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -483px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_moonstone3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -414px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_nudibranch {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -552px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_octopus {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -621px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_owl {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -690px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_peacock {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -759px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_penguin {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -828px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rat {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -897px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rock {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -966px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_rooster {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1035px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sabretooth {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1104px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sheep {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1173px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_slime {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1242px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_sloth {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1311px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snail {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1380px -1420px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_snake {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_spider {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -138px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -276px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -207px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -414px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_stoikalmCalamity3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -345px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -483px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -621px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -552px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -759px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_taskwoodsTerror3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -690px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_treeling {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_trex {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_trex_undead {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_triceratops {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1035px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_turtle {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1104px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_unicorn {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1173px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice1 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1311px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice1_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1242px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice2 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1311px -1351px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice2_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1489px -1380px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice3 {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -138px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_vice3_locked {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -69px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.inventory_quest_scroll_whale {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -207px -1489px;
2017-09-12 20:34:03 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_farmFriends {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -276px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_featheredFriends {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -345px -1489px;
2017-09-05 19:50:08 +00:00
width: 68px;
height: 68px;
2017-08-21 22:59:12 +00:00
}
.quest_bundle_splashyPals {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -414px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
.quest_bundle_witchyFamiliars {
2017-08-21 22:59:12 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -483px -1489px;
width: 68px;
height: 68px;
2017-08-21 22:59:12 +00:00
}
.shop_opaquePotion {
2017-08-21 22:59:12 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -552px -1489px;
width: 68px;
height: 68px;
2017-07-03 22:56:48 +00:00
}
.shop_potion {
2017-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -621px -1489px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_seafoam {
2017-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -690px -1489px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_shinySeed {
2017-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -759px -1489px;
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_snowball {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -828px -1489px;
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_spookySparkles {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -897px -1489px;
2017-09-05 19:50:08 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_mounts_MagicalBee-Base {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -966px -1489px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1035px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_mounts_MantisShrimp-Base {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1104px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-29 21:22:11 +00:00
}
.shop_mounts_Phoenix-Base {
2017-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1173px -1489px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1242px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
.shop_pets_Mammoth-Base {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1311px -1489px;
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.shop_pets_MantisShrimp-Base {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1380px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_pets_Phoenix-Base {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1449px -1489px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-06-20 22:10:04 +00:00
}
2017-08-21 22:59:12 +00:00
.shop_backStab {
2017-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1610px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1569px;
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-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1528px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1487px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1446px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1405px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1364px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1323px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1282px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1241px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1248px -715px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1200px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1159px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1077px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1118px;
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-06-20 22:10:04 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -1036px;
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-06-13 21:25:41 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1104px;
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-06-13 21:25:41 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1173px;
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-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1242px;
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-06-13 21:25:41 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1311px;
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-06-13 21:25:41 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1380px;
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-06-13 21:10:02 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1449px;
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-06-13 21:10:02 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1558px;
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-06-13 21:10:02 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -69px -1558px;
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-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -138px -1558px;
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-06-13 21:10:02 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -207px -1558px;
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-06-13 21:10:02 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -276px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -345px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -414px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -483px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -552px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -621px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -690px -1558px;
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-06-01 23:09:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -759px -1558px;
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-05-23 22:04:26 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -828px -1558px;
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-05-23 22:04:26 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -897px -1558px;
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-05-23 22:04:26 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -966px -1558px;
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-05-23 22:04:26 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1035px -1558px;
width: 68px;
height: 68px;
2017-05-23 22:04:26 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Horse {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1104px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_LionCub {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1173px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Monkey {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1242px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Nudibranch {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1311px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Octopus {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1380px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_Owl {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1449px -1558px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Egg_PandaCub {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1518px -1558px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px 0px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -69px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -138px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -207px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -276px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -345px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -414px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -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_Seahorse {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -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_Sheep {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -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_Slime {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -690px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -759px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -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_Snake {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -897px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -966px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1173px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1035px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1104px;
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-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1242px;
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_Turtle {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1311px;
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_Unicorn {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1380px;
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_Whale {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1449px;
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_Wolf {
2017-04-26 01:57:19 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1627px -1518px;
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_Food_Cake_Base {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -69px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -138px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Desert {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -207px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Golden {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -276px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Red {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -345px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Shade {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -414px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Skeleton {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -483px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_White {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -552px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Cake_Zombie {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -621px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Base {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -690px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -759px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -828px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Desert {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -897px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Golden {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -966px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Red {
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1035px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Shade {
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1104px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Skeleton {
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1173px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_White {
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1242px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
v3.84.0 - Backgrounds and Armoire 2017/04 (#8652) * Release Mergeback (#8644) * Remove email addresses from translatable strings (#8448) * Fix User > Profile showing {getProgressDisplay()} * Remove bad nextRewardAt check * 1st iteration of issue #8385 - more pending * #8385 config and jade fixes, tests pending * #8385 fixing lint errors * Fix faqs string and test * Fix faq.jade and add workaround for faq.js * Fixing accidental checking for faq.js * fix emails in faq.js * fetch emails once in auth.js * Fixing community manager email in auth.js (cherry picked from commit 842fbe42a8ada502d09ad5754755bb7c40e64af9) * chore(i18n): update locales (cherry picked from commit b2225f05e52b026d6c476b999943bc9b8094f270) * Merge branch 'stripe-webhook' into develop (cherry picked from commit 30f514e46fb8cc79ca7203c442d72c345ff3a22c) * add recent Grand Gala seasonal special equipment names (#8606) This is to help translators add good glossary entries now for keeping the current wiki pages consistent with future additions to the website's seasonal shop. (cherry picked from commit 4846bc57692a8fc709a5cf86098053db4347edf2) * stripe webhook for unpaid subs: add 3 days of remaining time (cherry picked from commit 1d7b7337591b49c8a1c3de87490b3068309662d6) * New default background (#8597) * feat(bgs): new default background * feat(bgs): backfill migration * fix(migration): extraneous imports, bad paths * fix(bgs): address comments * fix(test): assert equality (cherry picked from commit 03088f1d9f1d18e74aa6a02e27203dd36ed1c967) * chore(sprites): compile (cherry picked from commit 831b122ce2f9978f0b0db2212eb6ab504799118c) * chore(i18n): update locales (cherry picked from commit be1754ab073653fdec3b243de66a18b992f1163e) * chore(public-docs): Community Guidelines update Also Bailey announcement (cherry picked from commit 565d50dd99ba277403e839cde67a7dcc3d088ba0) * chore(i18n): update locales (cherry picked from commit d4198f8913f241bfc928efee4dd44678b81ac788) * 3.83.0 (cherry picked from commit ea184899913e1ba7636c3618e3a0ed660e33abf3) * chore(news): Bailey * rebuild shrinkwrap (cherry picked from commit 96ce948e1a941cda4ee921095d3c072191348541) * stripe webhook: fix handling of automatic requests (cherry picked from commit c4463f991b8a6e7c46a40a43151cdd6aa9cf808b) * 3.83.1 * v3.83.2 - April Fools 2017 (#8632) * feat(event): April Fools 2017 * feat(event): NPCs and Bailey * fix(event): tweak NPCs, add challenge link * chore(sprites): compile * 3.83.2 * v3.83.3 Fooling Fix (#8633) * fix(fooling): add logic to party and member modals * 3.83.3 * v3.83.4 Export fooling (#8634) * fix(fooling): allow export * 3.83.4 * v3.83.5 End Fooling (#8638) * chore(event): no more foolin * chore(sprites): compile * 3.83.5 * fix(merge-conflict): prefer develop for config.json.example * fix(merge-conflict): fewer istanbul deps * Replace golden rock mount body sprite * feat(content): BGs and Armoire 2017-04 Also fixes a positioning issue on Spring Healer headgear. * chore(sprites): compile * chore(i18n): update locales * 3.84.0
2017-04-04 20:49:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Candy_Zombie {
2017-03-23 19:45:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1311px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-23 19:45:05 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Chocolate {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1380px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_CottonCandyBlue {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1449px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_CottonCandyPink {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1518px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Fish {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1587px -1627px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Honey {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px 0px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Meat {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -69px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Milk {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1696px -138px;
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_Food_Potatoe {
2017-08-08 20:49:57 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -1035px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_RottenMeat {
2017-03-20 18:36:37 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -966px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-20 18:36:37 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Saddle {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -897px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-14 20:54:27 +00:00
}
2017-08-21 22:59:12 +00:00
.Pet_Food_Strawberry {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1558px -828px;
2017-08-21 22:59:12 +00:00
width: 68px;
height: 68px;
2017-03-14 20:54:27 +00:00
}
2017-08-21 22:59:12 +00:00
.Mount_Body_Armadillo-Base {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1060px -1245px;
2017-08-11 16:09:11 +00:00
width: 105px;
2017-08-03 21:22:24 +00:00
height: 105px;
2017-03-14 20:54:27 +00:00
}
.Mount_Body_Armadillo-CottonCandyBlue {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -954px -1245px;
2017-08-03 21:22:24 +00:00
width: 105px;
2017-03-14 20:54:27 +00:00
height: 105px;
}
.Mount_Body_Armadillo-CottonCandyPink {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -848px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-Desert {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -742px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-Golden {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -636px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-Red {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -530px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-Shade {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -424px -1245px;
2017-08-10 19:46:17 +00:00
width: 105px;
2017-03-14 20:54:27 +00:00
height: 105px;
}
.Mount_Body_Armadillo-Skeleton {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -318px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-White {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -212px -1245px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Armadillo-Zombie {
2017-03-10 02:06:18 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -106px -1245px;
2017-03-10 02:06:18 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_Axolotl-Base {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: 0px -1245px;
width: 105px;
height: 105px;
}
.Mount_Body_Axolotl-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -1060px;
2017-03-23 19:45:05 +00:00
width: 105px;
2017-08-10 19:46:17 +00:00
height: 105px;
2017-03-23 19:45:05 +00:00
}
.Mount_Body_Axolotl-CottonCandyPink {
2017-03-23 19:45:05 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -954px;
width: 105px;
2017-08-10 19:46:17 +00:00
height: 105px;
}
.Mount_Body_Axolotl-Desert {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -848px;
2017-08-10 19:46:17 +00:00
width: 105px;
2017-03-14 20:54:27 +00:00
height: 105px;
}
.Mount_Body_Axolotl-Golden {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -742px;
2017-02-16 20:51:35 +00:00
width: 105px;
2017-03-14 20:54:27 +00:00
height: 105px;
2017-02-16 20:51:35 +00:00
}
.Mount_Body_Axolotl-Red {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -636px;
2017-02-16 20:51:35 +00:00
width: 105px;
2017-03-14 20:54:27 +00:00
height: 105px;
2017-02-16 20:51:35 +00:00
}
.Mount_Body_Axolotl-Shade {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -530px;
width: 105px;
2017-03-10 02:06:18 +00:00
height: 105px;
}
.Mount_Body_Axolotl-Skeleton {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Axolotl-White {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -318px;
width: 105px;
2017-08-10 19:46:17 +00:00
height: 105px;
}
.Mount_Body_Axolotl-Zombie {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -212px;
width: 105px;
2017-08-10 19:46:17 +00:00
height: 105px;
}
.Mount_Body_BearCub-Aquatic {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px -106px;
2017-08-11 16:09:11 +00:00
width: 105px;
2017-08-21 22:59:12 +00:00
height: 105px;
}
.Mount_Body_BearCub-Base {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1314px 0px;
width: 105px;
2017-08-21 22:59:12 +00:00
height: 105px;
}
.Mount_Body_BearCub-CottonCandyBlue {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1205px -1094px;
width: 105px;
2017-08-21 22:59:12 +00:00
height: 105px;
}
.Mount_Body_BearCub-CottonCandyPink {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1099px -1094px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Cupid {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -993px -1094px;
2017-06-29 21:22:11 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Desert {
2017-06-29 21:22:11 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -887px -1094px;
width: 105px;
2017-08-11 16:09:11 +00:00
height: 105px;
}
.Mount_Body_BearCub-Ember {
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -781px -1094px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Fairy {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -675px -1094px;
2017-02-16 20:51:35 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Floral {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -569px -1094px;
2017-02-16 20:51:35 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Ghost {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -463px -1094px;
2017-02-16 20:51:35 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Golden {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -357px -1094px;
2017-02-16 20:51:35 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Holly {
2017-02-16 20:51:35 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -251px -1094px;
2017-03-14 20:54:27 +00:00
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Peppermint {
2017-03-14 20:54:27 +00:00
background-image: url(/static/sprites/spritesmith-main-10.png);
background-position: -1166px -1245px;
2017-02-02 17:31:43 +00:00
width: 105px;
height: 105px;
}