diff --git a/.gitignore b/.gitignore
index ff958aac91..4ae45467dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,7 +23,8 @@ test/*.js
test/*.map
website/public/docs
*.sublime-workspace
+coverage
coverage.html
common/dist/scripts/habitrpg-shared.js
-test/spec/translations.js
+test/spec/mocks/translations.js
diff --git a/.travis.yml b/.travis.yml
index 847cc97718..dcd028fd9e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,3 +11,5 @@ before_script:
- cp config.json.example config.json
- "until nc -z localhost 27017; do echo Waiting for MongoDB; sleep 1; done"
- "export DISPLAY=:99"
+after_script:
+ - "./node_modules/.bin/lcov-result-merger 'coverage/**/*.info' | ./node_modules/coveralls/bin/coveralls.js"
diff --git a/Gruntfile.js b/Gruntfile.js
index a1911020fc..12612129d0 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -31,7 +31,7 @@ module.exports = function(grunt) {
// For hair, skins, beards, etc. we want to output a '.customize-options.WHATEVER' class, which works as a
// 60x60 image pointing at the proper part of the 90x90 sprite.
// We set up the custom info here, and the template makes use of it.
- if (sprite.name.match(/hair|skin|beard|mustach|shirt|flower/) || sprite.name=='head_0') {
+ if (sprite.name.match(/hair|skin|beard|mustach|shirt|flower|^headAccessory_special_\w+Ears/) || sprite.name=='head_0') {
sprite.custom = {
px: {
offset_x: "-" + (sprite.x + 25) + "px",
@@ -220,7 +220,7 @@ module.exports = function(grunt) {
require('coffee-script');
var i18n = require('./website/src/i18n'),
fs = require('fs');
- fs.writeFileSync('test/spec/translations.js',
+ fs.writeFileSync('test/spec/mocks/translations.js',
"if(!window.env) window.env = {};\n" +
"window.env.translations = " + JSON.stringify(i18n.translations['en']) + ';');
});
diff --git a/README.md b/README.md
index 65113909eb..7c7ad55172 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-HabitRPG [](https://travis-ci.org/HabitRPG/habitrpg) [](https://codeclimate.com/github/HabitRPG/habitrpg) [](https://www.bountysource.com/trackers/68393-habitrpg?utm_source=68393&utm_medium=shield&utm_campaign=TRACKER_BADGE) [](https://gemnasium.com/HabitRPG/habitrpg)
+HabitRPG [](https://travis-ci.org/HabitRPG/habitrpg) [](https://codeclimate.com/github/HabitRPG/habitrpg) [](https://coveralls.io/r/HabitRPG/habitrpg?branch=develop) [](https://www.bountysource.com/trackers/68393-habitrpg?utm_source=68393&utm_medium=shield&utm_campaign=TRACKER_BADGE) [](https://gemnasium.com/HabitRPG/habitrpg)
===============
[HabitRPG](https://habitrpg.com) is an open source habit building program which treats your life like a Role Playing Game. Level up as you succeed, lose HP as you fail, earn money to buy weapons and armor.
diff --git a/bower.json b/bower.json
index f936f0d7b8..54fec9e612 100644
--- a/bower.json
+++ b/bower.json
@@ -33,7 +33,7 @@
"Angular-At-Directive": "git://github.com/snicker/Angular-At-Directive#master",
"js-emoji": "git://github.com/snicker/js-emoji#master",
"sticky": "*",
- "swagger-ui": "git://github.com/wordnik/swagger-ui.git",
+ "swagger-ui": "git://github.com/wordnik/swagger-ui.git#v2.0.24",
"ngInfiniteScroll": "1.0.0",
"jquery-colorbox": "~1.4.36",
"pnotify": "~1.3.1",
diff --git a/common/css/index.css b/common/css/index.css
index e6f4df7edb..c4291dc644 100644
--- a/common/css/index.css
+++ b/common/css/index.css
@@ -37,6 +37,12 @@
margin-right: 10px;
}
+.multi-achievement {
+ margin: auto;
+ padding-left: 0.5em;
+ padding-right: 0.5em;
+}
+
[class*="Mount_Head_"], [class*="Mount_Body_"]{
margin-top:18px; /* Sprite accommodates 105x123 box */
}
diff --git a/common/dist/sprites/habitrpg-shared.css b/common/dist/sprites/habitrpg-shared.css
index bd69125d8a..101111f927 100644
--- a/common/dist/sprites/habitrpg-shared.css
+++ b/common/dist/sprites/habitrpg-shared.css
@@ -1 +1 @@
-.achievement-alien{background-image:url(spritesmith0.png);background-position:-1403px -1274px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1833px -1729px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1378px -1274px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1353px -1274px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1494px -1392px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1469px -1392px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1444px -1392px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1494px -1365px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1469px -1365px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1444px -1365px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1585px -1483px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1560px -1483px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1535px -1483px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1585px -1456px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1560px -1456px;width:24px;height:26px}.achievement-helm{background-image:url(spritesmith0.png);background-position:-1535px -1456px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1676px -1574px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1808px -1729px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1626px -1574px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1676px -1547px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1651px -1547px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1626px -1547px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1767px -1665px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1742px -1665px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1717px -1665px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1767px -1638px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1742px -1638px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1717px -1638px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1858px -1756px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1833px -1756px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1808px -1756px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1858px -1729px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1651px -1574px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-424px -444px;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-282px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_cherry_trees{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-424px 0;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-424px -148px;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_floral_meadow{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_gumdrop_land{background-image:url(spritesmith0.png);background-position:0 -444px;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-141px -444px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:-282px -444px;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:0 0;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:-706px 0;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-706px -148px;width:140px;height:147px}.background_marble_temple{background-image:url(spritesmith0.png);background-position:-706px -296px;width:141px;height:147px}.background_mountain_lake{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:0 -592px;width:141px;height:147px}.background_pagodas{background-image:url(spritesmith0.png);background-position:-565px -444px;width:140px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-142px -592px;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:-283px -592px;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-425px -592px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-566px -592px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-707px -592px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:-848px 0;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-848px -148px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-848px -296px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-848px -444px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:0 -740px;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-142px -740px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-141px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-1080px 0;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-1105px -15px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-1080px -91px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-1105px -106px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-1080px -182px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-1105px -197px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-1080px -273px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-1105px -288px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1080px -364px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1105px -379px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-1080px -455px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-1105px -470px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-1080px -546px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-1105px -561px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-1080px -637px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-1105px -652px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1080px -728px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1105px -743px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1080px -819px;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-1105px -834px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1080px -910px;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1105px -925px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:0 -1070px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-25px -1085px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-91px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-116px -1085px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-182px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-207px -1085px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-273px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-298px -1085px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-364px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-389px -1085px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-455px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-480px -1085px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-546px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-571px -1085px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-637px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-662px -1085px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-728px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-753px -1085px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-819px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-844px -1085px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-910px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-935px -1085px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1001px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1026px -1085px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-1171px 0;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-1196px -15px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-1171px -91px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-1196px -106px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-1171px -182px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-1196px -197px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-1171px -273px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-1196px -288px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-1171px -364px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-1196px -379px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-1171px -455px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-1196px -470px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-1171px -546px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-1196px -561px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-1171px -637px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-1196px -652px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1171px -728px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-1196px -743px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1171px -819px;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-1196px -834px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1171px -910px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-1196px -925px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1171px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1196px -1016px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:0 -1161px;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-25px -1176px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-91px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-116px -1176px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-182px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-207px -1176px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-273px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-298px -1176px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-364px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-389px -1176px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-455px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-480px -1176px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-546px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-571px -1176px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-637px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-662px -1176px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-728px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-753px -1176px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-819px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-844px -1176px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-910px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-935px -1176px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1001px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1026px -1176px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1092px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1117px -1176px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1262px 0;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1287px -15px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1262px -91px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1287px -106px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-1262px -182px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-1287px -197px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-1262px -273px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-1287px -288px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-1262px -364px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-1287px -379px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-1262px -455px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-1287px -470px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-1262px -546px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-1287px -561px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1262px -637px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-1287px -652px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1262px -728px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-1287px -743px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1262px -819px;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-1287px -834px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1262px -910px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-1287px -925px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1262px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-1287px -1016px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1262px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1287px -1107px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:0 -1252px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-25px -1267px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-91px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-116px -1267px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-182px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-207px -1267px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-273px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-298px -1267px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-364px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-389px -1267px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-455px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-480px -1267px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-546px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-571px -1267px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-637px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-662px -1267px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-728px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-753px -1267px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-819px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-844px -1267px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-910px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-935px -1267px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1001px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1026px -1267px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1092px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1117px -1267px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1183px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1208px -1267px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1353px 0;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1378px -15px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1353px -91px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1378px -106px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-1353px -182px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-1378px -197px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-1353px -273px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-1378px -288px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-1353px -364px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-1378px -379px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-1353px -455px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-1378px -470px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1353px -546px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1378px -561px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1353px -637px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1378px -652px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1353px -728px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-1378px -743px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1353px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-1378px -834px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1353px -910px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-1378px -925px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1353px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-1378px -1016px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1353px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-1378px -1107px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1353px -1183px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1378px -1198px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:0 -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-25px -1358px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-91px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-116px -1358px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-182px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-207px -1358px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-273px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-298px -1358px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-364px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-389px -1358px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-455px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-480px -1358px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-546px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-571px -1358px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-637px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-662px -1358px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-728px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-753px -1358px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-819px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-844px -1358px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-910px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-935px -1358px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1001px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1026px -1358px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1092px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1117px -1358px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1183px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1208px -1358px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1274px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1299px -1358px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1444px 0;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1469px -15px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1444px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1469px -106px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1444px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1469px -197px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1444px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1469px -288px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-1444px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-1469px -379px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1444px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1469px -470px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1444px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1469px -561px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1444px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1469px -652px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1444px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-1469px -743px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1444px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-1469px -834px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1444px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-1469px -925px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-848px -592px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-873px -607px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1444px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-1469px -1107px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1444px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-1469px -1198px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1444px -1274px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1469px -1289px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:0 -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-25px -1449px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-91px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-116px -1449px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-182px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-207px -1449px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-273px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-298px -1449px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-364px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-389px -1449px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-455px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-480px -1449px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-637px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-662px -1449px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-728px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-753px -1449px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-819px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-844px -1449px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-910px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-935px -1449px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1001px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1026px -1449px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1092px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1117px -1449px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1183px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1208px -1449px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1274px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1299px -1449px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1365px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1390px -1449px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1535px 0;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1560px -15px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1535px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1560px -106px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1535px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1560px -197px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1535px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1560px -288px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1535px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1560px -379px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1535px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1560px -470px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1535px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1560px -561px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1535px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1560px -652px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1535px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1560px -743px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1535px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-1560px -834px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1535px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-1560px -925px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1535px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-1560px -1016px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1535px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-1560px -1107px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1535px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1560px -1198px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1535px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-1560px -1289px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1535px -1365px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1560px -1380px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:0 -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-25px -1540px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-91px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-116px -1540px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-182px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-207px -1540px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-273px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-298px -1540px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-364px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-389px -1540px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-455px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-480px -1540px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-546px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-571px -1540px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-637px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-662px -1540px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-728px -1525px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-753px -1540px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:-819px -1525px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-844px -1540px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-910px -1525px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-935px -1540px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1001px -1525px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1026px -1540px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1092px -1525px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1117px -1540px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1183px -1525px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1208px -1540px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1274px -1525px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1299px -1540px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1365px -1525px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1390px -1540px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1456px -1525px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1481px -1540px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1626px 0;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1651px -15px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1626px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1651px -106px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1626px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1651px -197px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1626px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1651px -288px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1626px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1651px -379px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1626px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1651px -470px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1626px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1651px -561px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1626px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1651px -652px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1626px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1651px -743px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1626px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1651px -834px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1626px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-1651px -925px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1626px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1651px -1016px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1626px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-1651px -1107px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1626px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-1651px -1198px;width:60px;height:60px}.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-1626px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-1651px -1289px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1626px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-1651px -1380px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1626px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1651px -1471px;width:60px;height:60px}.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:0 -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-25px -1631px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-91px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-116px -1631px;width:60px;height:60px}.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-182px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-207px -1631px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-273px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-298px -1631px;width:60px;height:60px}.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-364px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-389px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-455px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-480px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-546px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-571px -1631px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-637px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-662px -1631px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-728px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-753px -1631px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-819px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-844px -1631px;width:60px;height:60px}.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-910px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-935px -1631px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1001px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1026px -1631px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1092px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1117px -1631px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1183px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1208px -1631px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1274px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1299px -1631px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1365px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1390px -1631px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1456px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1481px -1631px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1547px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1572px -1631px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1717px 0;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1742px -15px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1717px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1742px -106px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1717px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1742px -197px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1717px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1742px -288px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1717px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1742px -379px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1717px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1742px -470px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-1717px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-1742px -561px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-1717px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-1742px -652px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1717px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1742px -743px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1717px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1742px -834px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1717px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1742px -925px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1717px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1742px -1016px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1717px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-1742px -1107px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1717px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-1742px -1198px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1717px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-1742px -1289px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1717px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1742px -1380px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1717px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-1742px -1471px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1717px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1742px -1562px;width:60px;height:60px}.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:0 -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-25px -1722px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-91px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-116px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-182px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-207px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-273px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-298px -1722px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-364px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-389px -1722px;width:60px;height:60px}.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-455px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-480px -1722px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-546px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-571px -1722px;width:60px;height:60px}.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-637px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-662px -1722px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-728px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-753px -1722px;width:60px;height:60px}.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-819px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-844px -1722px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-910px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-935px -1722px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1001px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1026px -1722px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1092px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1117px -1722px;width:60px;height:60px}.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1183px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1208px -1722px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1274px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1299px -1722px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1365px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1390px -1722px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1456px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1481px -1722px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1547px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1572px -1722px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1638px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1663px -1722px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1808px 0;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1833px -15px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1808px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1833px -106px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1808px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1833px -197px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1808px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1833px -288px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1808px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1833px -379px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1808px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1833px -470px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1808px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1833px -561px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-1808px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-1833px -652px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-1808px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-1833px -743px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-1808px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-1833px -834px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-1808px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-1833px -925px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-1808px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-1833px -1016px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-1808px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-1833px -1107px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1808px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1833px -1198px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1808px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-1833px -1289px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1808px -1365px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-1833px -1380px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1808px -1456px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-1833px -1471px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1808px -1547px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1833px -1562px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1808px -1638px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1833px -1653px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:0 -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-25px -1813px;width:60px;height:60px}.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-91px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-116px -1813px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-182px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-207px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-273px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-298px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-364px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-389px -1813px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-455px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-480px -1813px;width:60px;height:60px}.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-546px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-571px -1813px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-637px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-662px -1813px;width:60px;height:60px}.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-728px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-753px -1813px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-819px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-844px -1813px;width:60px;height:60px}.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-910px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-935px -1813px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1001px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1026px -1813px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1092px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1117px -1813px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1444px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1469px -1016px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-989px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1014px -834px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-989px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1014px -743px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-989px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1014px -652px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-989px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1014px -561px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-989px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1014px -470px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-989px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1014px -379px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-989px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1014px -288px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-989px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1014px -197px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-989px -91px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1014px -106px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-989px 0;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1014px -15px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-830px -740px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-855px -755px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-739px -740px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-764px -755px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-648px -740px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-673px -755px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-557px -740px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-582px -755px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-466px -740px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-491px -755px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-375px -740px;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-400px -755px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-284px -740px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-309px -755px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith2.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-935px -1016px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-1117px -15px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-1117px -106px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-1117px -197px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-1117px -288px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-1117px -379px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-1117px -470px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1117px -561px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1117px -652px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1117px -743px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1117px -834px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1117px -925px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-25px -1107px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-116px -1107px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-207px -1107px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-298px -1107px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-389px -1107px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-480px -1107px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -1107px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-662px -1107px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-753px -1107px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -1107px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -1107px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-1208px -15px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-1208px -106px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1208px -197px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1208px -288px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1208px -394px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1208px -485px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1208px -576px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1208px -667px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1208px -758px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1208px -849px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1208px -940px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1208px -1031px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1208px -1122px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-25px -1213px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-116px -1213px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-207px -1213px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-298px -1213px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-389px -1213px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-480px -1213px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-571px -1213px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-662px -1213px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-25px -30px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-844px -1213px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-935px -1213px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-1026px -1213px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-1117px -1213px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-1208px -1213px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1299px -30px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1299px -121px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1299px -212px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1299px -303px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1299px -394px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1299px -485px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1299px -576px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1299px -667px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1299px -758px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1299px -849px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1299px -940px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1481px -15px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1481px -106px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1481px -197px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1481px -288px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1481px -379px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1481px -470px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1481px -561px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1481px -652px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1481px -743px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1481px -834px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1481px -925px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1481px -1016px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1107px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1481px -1198px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1289px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-1481px -1380px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-25px -1471px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-116px -1471px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-207px -1471px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-298px -1471px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-389px -1471px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-480px -1471px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-571px -1471px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-662px -1471px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-753px -1471px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-844px -1471px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-935px -1471px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1026px -1471px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1471px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1208px -1471px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1299px -1471px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1471px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1471px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-1572px -15px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1572px -106px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-1572px -197px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1572px -288px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-1572px -379px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1572px -470px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1572px -561px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1572px -652px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1572px -743px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1572px -834px;width:60px;height:60px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:0 -1547px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-91px -1547px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-182px -1547px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-273px -1547px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-364px -1547px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-455px -1547px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-546px -1547px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-637px -1547px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-728px -1547px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-819px -1547px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-910px -1547px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1001px -1547px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1092px -1547px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1183px -1547px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1744px -287px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1744px -246px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1744px -205px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1744px -164px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1744px -123px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1744px -82px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1744px -41px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1744px 0;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1671px -1679px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1630px -1679px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1589px -1679px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1744px -328px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1425px -1679px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1671px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1630px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1589px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1548px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1507px -1638px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1466px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1425px -1638px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1562px -1588px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1548px -1679px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1562px -1547px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-242px -1638px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-333px -1638px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-424px -1638px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-515px -1638px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-606px -1638px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-697px -1638px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-788px -1638px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-879px -1638px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-970px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1061px -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-1152px -1638px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1243px -1638px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1466px -1679px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1507px -1679px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px -364px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-121px -1638px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1638px -273px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1638px -182px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px -91px;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:0 -1638px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1638px 0;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1471px -1547px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1380px -1547px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1274px -1547px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1334px -1638px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1386px -487px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith3.png);background-position:-820px -1366px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1427px -610px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1386px -651px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1386px -1143px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith3.png);background-position:-1427px -1184px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1386px -1225px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1336px -1183px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1204px -1092px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith3.png);background-position:-951px -819px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-819px -728px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1066px -1366px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith3.png);background-position:-1107px -1366px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1312px -1366px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1353px -1366px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith3.png);background-position:-637px -870px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith3.png);background-position:-91px -415px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith3.png);background-position:-212px -415px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1001px -364px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1001px -455px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith3.png);background-position:0 -961px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith3.png);background-position:-121px -961px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1001px -546px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1001px -637px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1001px -728px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-860px -728px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith3.png);background-position:-943px -1366px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1001px -819px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith3.png);background-position:-1092px -91px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-1092px -364px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith3.png);background-position:-1092px -455px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-1427px -364px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith3.png);background-position:-1386px -446px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith3.png);background-position:-1427px -446px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-1092px -728px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1092px -819px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-182px -318px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1427px -651px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-1386px -733px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-273px -318px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith3.png);background-position:-364px -318px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-455px 0;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith3.png);background-position:-1427px -1225px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1295px -1183px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-455px -91px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-455px -182px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1133px -1001px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1001px -910px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-455px -273px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-364px -106px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:0 -318px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-861px -1366px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-902px -1366px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-364px -203px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-318px -415px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-409px -415px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1230px -1366px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-1271px -1366px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px 0;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-546px -91px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-546px -182px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1386px -405px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1427px -405px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-546px -273px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-546px -364px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:0 -506px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-1427px -569px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-1386px -610px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-91px -506px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:-182px -506px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-276px -506px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-1386px -692px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-1427px -692px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-370px -506px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-464px -506px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1427px -1143px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1386px -1184px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-637px 0;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -91px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -182px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-1386px -1266px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1427px -1266px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -273px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-637px -364px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-637px -455px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1245px -1092px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1092px -1001px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:0 -597px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-91px -597px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1042px -910px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-910px -819px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-182px -597px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-273px -597px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-364px -597px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-728px -637px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-769px -637px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-455px -597px;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:-546px -597px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-637px -597px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-984px -1366px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-1025px -1366px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-728px 0;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:-728px -91px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-1148px -1366px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-1189px -1366px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-728px -182px;width:90px;height:90px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-728px -273px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-728px -364px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-728px -455px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-1394px -1366px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-1435px -1366px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:0 -1407px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-41px -1407px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-728px -546px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:0 -688px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-91px -688px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-182px -688px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-273px -688px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-364px -688px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-1427px -487px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-1386px -528px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-1427px -528px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-1386px -569px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-455px -688px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-546px -688px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-637px -688px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-728px -688px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-819px 0;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-819px -91px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-819px -182px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-819px -273px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-819px -364px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-819px -455px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-819px -546px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-819px -637px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:0 -779px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-91px -779px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-182px -779px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-273px -779px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-364px -779px;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-455px -779px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-546px -779px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-637px -779px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-728px -779px;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-819px -779px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-910px 0;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-910px -91px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-910px -182px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-910px -273px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-910px -364px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-910px -455px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-910px -546px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-910px -637px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-637px -546px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-678px -546px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-546px -455px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-587px -455px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-455px -364px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-496px -364px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-500px -415px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-500px -456px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-555px -506px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-596px -506px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-902px -1325px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-943px -1325px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-984px -1325px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-1025px -1325px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-1066px -1325px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1107px -1325px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1148px -1325px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1189px -1325px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1230px -1325px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1271px -1325px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-1312px -1325px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-1353px -1325px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-1394px -1325px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1435px -1325px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:0 -1366px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-41px -1366px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-82px -1366px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-123px -1366px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-164px -1366px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-205px -1366px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-246px -1366px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-287px -1366px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-328px -1366px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-656px -1366px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-697px -1366px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-738px -1366px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-779px -1366px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1386px -364px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-910px -728px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:0 -870px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-91px -870px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-182px -870px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-273px -870px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-364px -870px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-455px -870px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-546px -870px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-91px -318px;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-728px -870px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-819px -870px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-910px -870px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1001px 0;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1001px -91px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-1001px -182px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1001px -273px;width:90px;height:90px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-91px -106px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-182px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-273px 0;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-273px -106px;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-227px -961px;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-339px -961px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-451px -961px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-563px -961px;width:111px;height:90px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:-91px -212px;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-675px -961px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-787px -961px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-182px -212px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-273px -212px;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-899px -961px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:-1092px 0;width:111px;height:90px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-364px 0;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1092px -182px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1092px -273px;width:111px;height:90px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1427px -733px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-1386px -774px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1427px -774px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1386px -815px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1427px -815px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-1386px -856px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1427px -856px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1386px -897px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1427px -897px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-1386px -938px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1427px -938px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1386px -979px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1427px -979px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1386px -1020px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1427px -1020px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1386px -1061px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-1427px -1061px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1386px -1102px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1427px -1102px;width:40px;height:40px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 -212px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1092px -546px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1092px -637px;width:111px;height:90px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-182px 0;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-91px 0;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1092px -910px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:0 -1052px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-112px -1052px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-203px -1052px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-294px -1052px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-385px -1052px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-476px -1052px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-567px -1052px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-664px -1052px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-755px -1052px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-846px -1052px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-937px -1052px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1028px -1052px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1204px 0;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1204px -91px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1204px -182px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1204px -273px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1143px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1204px -364px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1204px -455px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-97px -1143px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1204px -546px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1204px -637px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-202px -1143px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1204px -728px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1204px -819px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-555px -547px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-596px -547px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1011px -961px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1011px -1002px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1119px -1052px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1160px -1052px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1119px -1093px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1160px -1093px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-1215px -1143px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-1215px -1184px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:0 -1325px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-41px -1325px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-82px -1325px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-123px -1325px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-164px -1325px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-205px -1325px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-246px -1325px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-287px -1325px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-328px -1325px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-369px -1325px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-410px -1325px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-451px -1325px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-492px -1325px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-533px -1325px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-574px -1325px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-615px -1325px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-656px -1325px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-697px -1325px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-738px -1325px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-779px -1325px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-820px -1325px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-861px -1325px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1204px -910px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1204px -1001px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-299px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-390px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-481px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-572px -1143px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-669px -1143px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-760px -1143px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-851px -1143px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-942px -1143px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1033px -1143px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1124px -1143px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1295px 0;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1234px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1295px -91px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1295px -182px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1295px -273px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1295px -364px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1295px -455px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1295px -546px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1295px -637px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1295px -728px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1295px -819px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-369px -1366px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-410px -1366px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-451px -1366px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-492px -1366px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-533px -1366px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-574px -1366px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-615px -1366px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-1295px -910px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-1320px -925px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-1295px -1001px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-1295px -1092px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-97px -1234px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-188px -1234px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-279px -1234px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-370px -1234px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-461px -1234px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-552px -1234px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-643px -1234px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-734px -1234px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-825px -1234px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-916px -1234px;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-1007px -1234px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-1098px -1234px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-1189px -1234px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-1280px -1234px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-1386px 0;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-1386px -91px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-1386px -182px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-1386px -273px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:0 -415px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-82px -1407px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-123px -1407px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-164px -1407px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-205px -1407px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-246px -1407px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-287px -1407px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-328px -1407px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-369px -1407px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-410px -1407px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-451px -1407px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-492px -1407px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-533px -1407px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-574px -1407px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-615px -1407px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-656px -1407px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-697px -1407px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-738px -1407px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-779px -1407px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-820px -1407px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith4.png);background-position:-1674px -1456px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith4.png);background-position:-1765px -1547px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith4.png);background-position:-1478px -919px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith4.png);background-position:-1478px -973px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-1625px 0;width:90px;height:90px}.headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1625px -455px;width:90px;height:90px}.headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-1625px -546px;width:90px;height:90px}.headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-1625px -637px;width:90px;height:90px}.headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1625px -728px;width:90px;height:90px}.headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1625px -819px;width:90px;height:90px}.headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1625px -910px;width:90px;height:90px}.headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1625px -1001px;width:90px;height:90px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-1056px -811px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-968px -1804px;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-1050px -1804px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-1478px -655px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1091px -1804px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1132px -1804px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1173px -1804px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1870px -1804px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith4.png);background-position:-1625px -1092px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith4.png);background-position:-1625px -1365px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith4.png);background-position:-1422px -1538px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith4.png);background-position:-1513px -1538px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith4.png);background-position:-1716px -182px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1716px -273px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:0 -1629px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:-322px -1629px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-426px -1629px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1119px -1629px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1807px 0;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:-1692px -1629px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-1601px -1629px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1489px -1629px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1398px -1629px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-1307px -1629px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1216px -1629px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-1716px -1456px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1716px -1365px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-1435px -1856px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-1394px -1856px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-1353px -1856px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-1312px -1856px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-1271px -1856px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1230px -1856px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1189px -1856px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1148px -1856px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1107px -1856px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1066px -1856px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1025px -1856px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-984px -1856px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-943px -1856px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-902px -1856px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-861px -1856px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-820px -1856px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-779px -1856px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-738px -1856px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-697px -1856px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-656px -1856px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-615px -1856px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-574px -1856px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-533px -1856px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-492px -1856px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-451px -1856px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-410px -1856px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-369px -1856px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-328px -1856px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-287px -1856px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-246px -1856px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-205px -1856px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-164px -1856px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-123px -1856px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-82px -1856px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-41px -1856px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:0 -1856px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-1880px -373px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-1829px -1804px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-1788px -1804px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1747px -1804px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1706px -1804px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1665px -1804px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1624px -1804px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1583px -1804px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1542px -1804px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1501px -1804px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1460px -1804px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1419px -1804px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1378px -1804px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1337px -1804px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1296px -1804px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1255px -1804px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1214px -1804px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-1716px -1274px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-1716px -1183px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1716px -1092px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1716px -1001px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1716px -910px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-1716px -819px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-1716px -728px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-1716px -637px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-649px -1538px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-467px -1538px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-376px -1538px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-285px -1538px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-194px -1538px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-103px -1538px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:0 -1538px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-1149px -1538px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-741px -1435px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1716px 0;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1625px -182px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1625px -273px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1625px -364px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1625px -91px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1331px -1538px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-832px -1435px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-923px -1435px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1014px -1435px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1105px -1435px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1196px -1435px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1287px -1435px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1378px -1435px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1469px -1435px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-1807px -306px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-1476px -1856px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-1865px -358px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-1716px -1599px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-1459px -410px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-1459px -462px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-1429px -707px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:-250px -1435px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-350px -1435px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-450px -1435px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-550px -1435px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:-1429px -1025px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-1429px -1079px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-1257px -353px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-1807px -767px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-1807px -712px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-1478px -867px;width:40px;height:40px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-1807px -657px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-1807px -602px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-1807px -547px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-913px -1720px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-1807px -492px;width:57px;height:54px}.pet_key{background-image:url(spritesmith4.png);background-position:-1807px -437px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-1807px -822px;width:57px;height:54px}.snowman{background-image:url(spritesmith4.png);background-position:-1625px -1183px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-1625px -1274px;width:90px;height:90px}.zzz{background-image:url(spritesmith4.png);background-position:-1478px -813px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-1478px -761px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-961px -1067px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1807px -91px;width:60px;height:72px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-1323px -410px;width:135px;height:123px}.npc_justin{background-image:url(spritesmith4.png);background-position:-1323px -534px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-1481px -707px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:-1100px -791px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:-1323px -139px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-1323px 0;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-558px -1538px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-1124px -1067px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-740px -1538px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:-831px -1538px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-952px -1538px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-1058px -1538px;width:90px;height:90px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:0 -1435px;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-1240px -1538px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-650px -1435px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-1868px -236px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-1807px -164px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-1604px -1538px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-1807px -373px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-1716px -91px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-1868px -91px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-1868px -164px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-1716px -364px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-1716px -455px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-1807px -236px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-1716px -546px;width:90px;height:90px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-104px -1629px;width:217px;height:90px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:-588px -1804px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:0 -1720px;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-25px -1735px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1100px -501px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1125px -516px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-331px -1720px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-356px -1735px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:-541px -1629px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-830px -1629px;width:288px;height:90px}.promo_updos{background-image:url(spritesmith4.png);background-position:-1100px -353px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:0 -1218px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-662px -1720px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-687px -1735px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith4.png);background-position:-1865px -437px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-1560px -1435px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-1865px -547px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-1865px -602px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-1865px -657px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-1865px -712px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-1865px -767px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-1865px -822px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-1807px -877px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-1856px -877px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-1807px -929px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-1856px -929px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1807px -981px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-1856px -981px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-1807px -1033px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-1856px -1033px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-1807px -1085px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1856px -1085px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-1807px -1137px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-1856px -1137px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-1807px -1189px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-1856px -1189px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-1807px -1241px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:-1856px -1241px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-1807px -1293px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-1856px -1293px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-1807px -1345px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-1856px -1345px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-1807px -1397px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-1856px -1397px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-1807px -1449px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-1856px -1449px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-1807px -1501px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-1856px -1501px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-1807px -1553px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-1856px -1553px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-1807px -1605px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-1856px -1605px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-1807px -1657px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-1856px -1657px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-1716px -1547px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith4.png);background-position:-251px -1067px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-753px -1067px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith4.png);background-position:-839px -672px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith4.png);background-position:-1100px -649px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:-437px -672px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:0 -452px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:-1429px -655px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-1323px -278px;width:118px;height:131px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:-440px -232px;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-1429px -813px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:-502px -1067px;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith4.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith4.png);background-position:0 -889px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith4.png);background-position:-660px -452px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-217px -672px;width:219px;height:186px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-1422px -1185px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:-880px -440px;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:-880px -220px;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:-1100px 0;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-880px 0;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith4.png);background-position:-648px -672px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith4.png);background-position:-220px 0;width:219px;height:219px}.quest_rock{background-image:url(spritesmith4.png);background-position:0 -672px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith4.png);background-position:-1100px -178px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:-660px -220px;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-660px 0;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:0 -1067px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith4.png);background-position:-440px 0;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-868px -889px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-651px -889px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-217px -889px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-1009px -1804px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-434px -889px;width:216px;height:177px}.shop_copper{background-image:url(spritesmith4.png);background-position:-1880px -414px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-927px -1804px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-1747px -1599px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-1478px -1131px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-1478px -1079px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-1478px -1025px;width:40px;height:40px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-1389px -1185px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-1625px -1508px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-1323px -1185px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-1356px -1185px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-147px -1804px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-196px -1804px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-245px -1804px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-294px -1804px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-343px -1804px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-392px -1804px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-441px -1804px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-490px -1804px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-539px -1804px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-98px -1804px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-49px -1804px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:0 -1804px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-1844px -1720px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-1795px -1720px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-1746px -1720px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-1697px -1720px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-1648px -1720px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-1599px -1720px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-1550px -1720px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-1452px -1720px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-1429px -1131px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-1865px -492px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-1109px -1720px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-1625px -1456px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-1305px -1720px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-1256px -1720px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-1241px -553px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-1257px -457px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1056px -766px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1056px -720px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-750px -1804px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-1241px -605px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-794px -1804px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-838px -1804px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-1056px -672px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-882px -1804px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-704px -1804px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-1442px -330px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1442px -278px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1568px -1378px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-1241px -501px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-1257px -405px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-1429px -973px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-1429px -919px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-1429px -867px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1429px -761px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-1519px -1378px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-1865px -306px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1501px -1720px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1403px -1720px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-1354px -1720px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-1207px -1720px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-1158px -1720px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-1060px -1720px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1011px -1720px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-962px -1720px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-864px -1720px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-815px -1720px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-1060px -1329px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-954px -1329px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-848px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-742px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-636px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-530px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-424px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-318px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-212px -1329px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-106px -1329px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:0 -1329px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1386px -1218px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1280px -1218px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1174px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1068px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-962px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-856px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-750px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-644px -1218px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-538px -1218px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-432px -1218px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-326px -1218px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1206px -930px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1100px -930px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1323px -1079px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1323px -973px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1323px -867px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1323px -761px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1323px -655px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-1408px -534px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1519px -1166px;width:105px;height:105px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-1519px -1060px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1519px -954px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1519px -848px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith4.png);background-position:-1519px -742px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith4.png);background-position:-1166px -1329px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith4.png);background-position:-1519px -636px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith4.png);background-position:-1519px -530px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-1519px -424px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith4.png);background-position:-1519px -318px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-1519px -212px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith4.png);background-position:-1519px -106px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1519px 0;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1378px -1329px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith4.png);background-position:-1519px -1272px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith4.png);background-position:-1272px -1329px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1498px -1166px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1498px -954px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-1498px -1060px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1498px -1272px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:0 -1468px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -1468px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -1468px;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-318px -1468px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-424px -1468px;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-530px -1468px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1892px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:0 -408px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-544px 0;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:0 -514px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-650px 0;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:0 -620px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-756px 0;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:0 -726px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-862px 0;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:0 -832px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-408px -136px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-742px -832px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-851px -832px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-968px 0;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:0 -938px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-636px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-848px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-954px -1044px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-1060px -1044px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-1180px 0;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-1180px -106px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1180px -212px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1180px -318px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-1180px -424px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-1180px -530px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-1180px -636px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-1180px -742px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1180px -848px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-1180px -954px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:0 -1150px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-106px -1150px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1150px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1150px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-424px -1150px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-530px -1150px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-636px -1150px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-742px -1150px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1150px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-954px -1150px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1150px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:-1166px -1150px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1286px 0;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1286px -106px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-1286px -212px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-1286px -318px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:-1286px -424px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-1286px -530px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-1286px -636px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-1286px -742px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-1286px -848px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-1286px -954px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1286px -1060px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -1256px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-106px -1256px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-212px -1256px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-318px -1256px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-424px -1256px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -1256px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-636px -1256px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-742px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-848px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-954px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1060px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1166px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1272px -1256px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1392px 0;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1392px -106px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-1392px -212px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-1392px -318px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1392px -424px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-1392px -530px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1392px -636px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1392px -742px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-1392px -848px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-1392px -954px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-1392px -1060px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-1392px -1166px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1362px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-106px -1362px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1362px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-318px -1362px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1362px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1362px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-636px -1362px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-742px -1362px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-848px -1362px;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-954px -1362px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1362px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-1166px -1362px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1362px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1378px -1362px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1498px 0;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1498px -106px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1498px -212px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1498px -318px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:-1498px -424px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-1498px -530px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-1498px -636px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-1498px -742px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-1498px -848px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-636px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-954px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1166px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1272px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1484px -1468px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1604px 0;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1604px -106px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-1604px -212px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1604px -318px;width:105px;height:105px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1604px -424px;width:105px;height:105px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-1604px -530px;width:105px;height:105px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-1604px -636px;width:105px;height:105px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:-1604px -742px;width:105px;height:105px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-1604px -848px;width:105px;height:105px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-1604px -954px;width:105px;height:105px}.Mount_Body_Wolf-White{background-image:url(spritesmith5.png);background-position:-1604px -1060px;width:105px;height:105px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-1604px -1166px;width:105px;height:105px}.Mount_Head_BearCub-Base{background-image:url(spritesmith5.png);background-position:-1604px -1272px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1604px -1378px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -1574px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-106px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-212px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-318px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-424px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-530px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1574px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-742px -1574px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-954px -1574px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1574px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:-1378px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:-1484px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-1590px -1574px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-1710px 0;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-1710px -106px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1710px -212px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-1710px -318px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1710px -424px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1710px -530px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1710px -636px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1710px -742px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:-1710px -848px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1710px -954px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1710px -1060px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-1710px -1166px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-1710px -1272px;width:105px;height:105px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-1710px -1378px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1710px -1484px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -1680px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-106px -1680px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-212px -1680px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-318px -1680px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-424px -1680px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -1680px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:-636px -1680px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-742px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-848px -1680px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-954px -1680px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1060px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1166px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1272px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1378px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1484px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1590px -1680px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-1696px -1680px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1816px 0;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-1816px -106px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1816px -212px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1816px -318px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1816px -424px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1816px -530px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-1816px -636px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1816px -742px;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1816px -848px;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-1816px -954px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1816px -1060px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1816px -1166px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1816px -1272px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1816px -1378px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1816px -1484px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1816px -1590px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:0 -1786px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-106px -1786px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1786px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-318px -1786px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1786px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-530px -1786px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1786px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1786px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-848px -1786px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:-954px -1786px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:-1060px -1786px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1786px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1786px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-1378px -1786px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-1484px -1786px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-1590px -1786px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1696px -1786px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1802px -1786px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1922px 0;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1922px -106px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1922px -212px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1922px -318px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1922px -424px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-1922px -530px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1922px -636px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1922px -742px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1922px -848px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1922px -954px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-1922px -1060px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-1922px -1166px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-1922px -1272px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-1922px -1378px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1922px -1484px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1922px -1590px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-1922px -1696px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:0 -1892px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -1892px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-318px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-424px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-530px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-636px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-742px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1892px;width:105px;height:105px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-954px -1892px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1892px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-408px -260px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-1272px -1892px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-1381px -1892px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1487px -1892px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1593px -1892px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-1699px -1892px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-1805px -1892px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-1911px -1892px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-2028px 0;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-2028px -106px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-2028px -212px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-2028px -318px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-2028px -424px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2028px -530px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2028px -636px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-2028px -742px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-2028px -848px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-2028px -954px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-2028px -1060px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-2028px -1166px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-2028px -1272px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-2028px -1378px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-2028px -1484px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2028px -1590px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2028px -1696px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-2028px -1802px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:0 -1998px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-106px -1998px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-212px -1998px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -1998px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-424px -1998px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-530px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-636px -1998px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1998px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-954px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1166px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1272px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -1998px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-1484px -1998px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-1590px -1998px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-1696px -1998px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1802px -1998px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1908px -1998px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-2014px -1998px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-2134px 0;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith5.png);background-position:-2134px -106px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-2134px -212px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-968px -318px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith6.png);background-position:-742px -1044px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-742px -726px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-968px -424px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-968px -530px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-968px -636px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-968px -742px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:0 -938px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-106px -938px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-212px -938px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -938px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-424px -938px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-408px -242px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:0 -408px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-106px -408px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-212px -408px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-318px -408px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-424px -408px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-544px 0;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-544px -106px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-544px -212px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-544px -318px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:0 -514px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-106px -514px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-212px -514px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-318px -514px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-424px -514px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:-530px -514px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-650px 0;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:-650px -106px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-650px -212px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-650px -318px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-650px -424px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:0 -620px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-106px -620px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-212px -620px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-318px -620px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-424px -620px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-530px -620px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-636px -620px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-756px 0;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:-756px -106px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-756px -212px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:-756px -318px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-756px -424px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-756px -530px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:0 -726px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-106px -726px;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-212px -726px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:-318px -726px;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-424px -726px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-530px -726px;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-636px -726px;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-408px -136px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-862px 0;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-862px -106px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:-862px -212px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:-862px -318px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-862px -424px;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:-862px -530px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-862px -636px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:0 -832px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-106px -832px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-212px -832px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-318px -832px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-424px -832px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:-530px -832px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-636px -832px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-742px -832px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-848px -832px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-968px 0;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-968px -106px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-968px -212px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith6.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith6.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith6.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith6.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith6.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith6.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith6.png);background-position:-136px 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith6.png);background-position:-530px -938px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-636px -938px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-742px -938px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-848px -938px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-954px -938px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1074px 0;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1074px -106px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1074px -212px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-1074px -318px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1074px -424px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:-1074px -530px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith6.png);background-position:-1074px -636px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1074px -742px;width:105px;height:105px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1074px -848px;width:105px;height:105px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith6.png);background-position:0 -1044px;width:105px;height:105px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith6.png);background-position:-106px -1044px;width:105px;height:105px}.Mount_Head_Wolf-Red{background-image:url(spritesmith6.png);background-position:-212px -1044px;width:105px;height:105px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith6.png);background-position:-318px -1044px;width:105px;height:105px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-424px -1044px;width:105px;height:105px}.Mount_Head_Wolf-White{background-image:url(spritesmith6.png);background-position:-530px -1044px;width:105px;height:105px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-636px -1044px;width:105px;height:105px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:-848px -1044px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-930px -1044px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1012px -1044px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-1094px -1044px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:-1180px 0;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:-1180px -100px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-1180px -200px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-1180px -300px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1180px -400px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-1180px -500px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-1180px -600px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-1180px -700px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1180px -800px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1180px -900px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-1180px -1000px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:0 -1150px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-82px -1150px;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-164px -1150px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-246px -1150px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-328px -1150px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-410px -1150px;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-492px -1150px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-574px -1150px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-656px -1150px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-738px -1150px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-820px -1150px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-902px -1150px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-984px -1150px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:-1066px -1150px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-1148px -1150px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-1262px 0;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-1262px -100px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1262px -200px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1262px -300px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-1262px -400px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-1262px -500px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-1262px -600px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-1262px -700px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-1262px -800px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-1262px -900px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:-1262px -1000px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-1262px -1100px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1344px 0;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1344px -100px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-1344px -200px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-1344px -300px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-1344px -400px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-1344px -500px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-1344px -600px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-1344px -700px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-1344px -800px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:-1344px -900px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:-1344px -1000px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1344px -1100px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1250px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-82px -1250px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-164px -1250px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-246px -1250px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:-328px -1250px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1250px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-492px -1250px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-574px -1250px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-656px -1250px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-738px -1250px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-820px -1250px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-902px -1250px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-984px -1250px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-1066px -1250px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-1148px -1250px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-1230px -1250px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:-1312px -1250px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-1426px 0;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-1426px -100px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1426px -200px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1426px -300px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-1426px -400px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-1426px -500px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-1426px -600px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-1426px -700px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-1426px -800px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-1426px -900px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:-1426px -1000px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-1426px -1100px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1426px -1200px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1350px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-82px -1350px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-164px -1350px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-246px -1350px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-328px -1350px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1350px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-492px -1350px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-574px -1350px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-656px -1350px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-738px -1350px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-820px -1350px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-902px -1350px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-984px -1350px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1066px -1350px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:-1148px -1350px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:-1230px -1350px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-1312px -1350px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-1394px -1350px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:-1508px 0;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-1508px -100px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1508px -200px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1508px -300px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-1508px -400px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-1508px -500px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-1508px -600px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-1508px -700px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1508px -800px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-1508px -900px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-1508px -1000px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:-1508px -1100px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-1508px -1200px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-1508px -1300px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1450px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1450px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-164px -1450px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-246px -1450px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-328px -1450px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-410px -1450px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1450px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-574px -1450px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1450px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-738px -1450px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1450px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1450px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-984px -1450px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1450px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1148px -1450px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1450px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1450px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:-1394px -1450px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:-1476px -1450px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-1590px 0;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1590px -100px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1590px -200px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-1590px -300px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:-1590px -400px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-1590px -500px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-1590px -600px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1590px -700px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-1590px -800px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-1590px -900px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-1590px -1000px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1590px -1100px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1590px -1200px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-1590px -1300px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-1590px -1400px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:0 -1550px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-82px -1550px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-164px -1550px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-246px -1550px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-328px -1550px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-410px -1550px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-492px -1550px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-574px -1550px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-656px -1550px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-738px -1550px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-820px -1550px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-902px -1550px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-984px -1550px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1066px -1550px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1148px -1550px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1230px -1550px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1312px -1550px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1394px -1550px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1476px -1550px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1558px -1550px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:-1672px 0;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:-1672px -100px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-1672px -200px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-1672px -300px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-1672px -400px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-1672px -500px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1672px -600px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1672px -700px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-1672px -800px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-1672px -900px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-1672px -1000px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-1672px -1100px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-1672px -1200px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:-1672px -1300px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-1672px -1400px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-1672px -1500px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1650px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1650px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-164px -1650px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-246px -1650px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-328px -1650px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-410px -1650px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1650px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-574px -1650px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1650px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-738px -1650px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1650px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1650px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-984px -1650px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1650px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1148px -1650px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1650px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1650px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1394px -1650px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1476px -1650px;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1558px -1650px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1640px -1650px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1754px 0;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1754px -100px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:-1754px -200px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:-1754px -300px;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-1754px -400px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-1754px -500px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-1754px -600px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-1754px -700px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:-1754px -800px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1754px -900px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1754px -1000px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-1754px -1100px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-1754px -1200px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-1754px -1300px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-1754px -1400px;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-1754px -1500px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-1754px -1600px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-1836px 0;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-1836px -100px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1836px -200px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1836px -300px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-1836px -400px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-1836px -500px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-1836px -600px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-1836px -700px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-1836px -800px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-1836px -900px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-1836px -1000px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-1836px -1100px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1836px -1200px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1836px -1300px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:-1836px -1400px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-1836px -1500px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-1836px -1600px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:0 -1750px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-82px -1750px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-164px -1750px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-246px -1750px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-328px -1750px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-410px -1750px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-492px -1750px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-574px -1750px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-656px -1750px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-738px -1750px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-820px -1750px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-902px -1750px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-984px -1750px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1066px -1750px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1148px -1750px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1230px -1750px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1312px -1750px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1394px -1750px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-1476px -1750px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-1558px -1750px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-1640px -1750px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-1722px -1750px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-1804px -1750px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-1918px 0;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-1918px -100px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-1918px -200px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1918px -300px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1918px -352px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1918px -404px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1918px -456px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1918px -508px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1918px -560px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1918px -612px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1918px -664px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1918px -716px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-1918px -768px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.npc_ian{background:url(/common/img/sprites/npc_ian.gif) no-repeat;width:78px;height:135px}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px}
\ No newline at end of file
+.achievement-alien{background-image:url(spritesmith0.png);background-position:-1403px -1301px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1833px -1729px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1378px -1301px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1353px -1301px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1403px -1274px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1378px -1274px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1353px -1274px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1494px -1392px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1469px -1392px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1444px -1392px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1494px -1365px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1469px -1365px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1444px -1365px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1585px -1483px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1560px -1483px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1535px -1483px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1585px -1456px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1560px -1456px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1808px -1729px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1676px -1574px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1651px -1574px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1626px -1574px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1676px -1547px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1651px -1547px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1626px -1547px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1767px -1665px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1742px -1665px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1717px -1665px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1767px -1638px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1742px -1638px;width:24px;height:26px}.achievement-ultimate-healer{background-image:url(spritesmith0.png);background-position:-1717px -1638px;width:24px;height:26px}.achievement-ultimate-mage{background-image:url(spritesmith0.png);background-position:-1858px -1756px;width:24px;height:26px}.achievement-ultimate-rogue{background-image:url(spritesmith0.png);background-position:-1833px -1756px;width:24px;height:26px}.achievement-ultimate-warrior{background-image:url(spritesmith0.png);background-position:-1808px -1756px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1858px -1729px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1535px -1456px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-707px 0;width:140px;height:147px}.background_beach{background-image:url(spritesmith0.png);background-position:-283px 0;width:141px;height:147px}.background_blacksmithy{background-image:url(spritesmith0.png);background-position:0 -148px;width:140px;height:147px}.background_cherry_trees{background-image:url(spritesmith0.png);background-position:-141px -148px;width:140px;height:147px}.background_clouds{background-image:url(spritesmith0.png);background-position:-282px -148px;width:140px;height:147px}.background_coral_reef{background-image:url(spritesmith0.png);background-position:-425px 0;width:140px;height:147px}.background_crystal_cave{background-image:url(spritesmith0.png);background-position:-425px -148px;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_drifting_raft{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_floral_meadow{background-image:url(spritesmith0.png);background-position:-566px 0;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-566px -148px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:-566px -296px;width:140px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:0 -444px;width:140px;height:147px}.background_gumdrop_land{background-image:url(spritesmith0.png);background-position:-141px -444px;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-282px -444px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:-423px -444px;width:141px;height:147px}.background_haunted_house{background-image:url(spritesmith0.png);background-position:-565px -444px;width:140px;height:147px}.background_ice_cave{background-image:url(spritesmith0.png);background-position:0 0;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-707px -148px;width:140px;height:147px}.background_island_waterfalls{background-image:url(spritesmith0.png);background-position:-707px -296px;width:140px;height:147px}.background_marble_temple{background-image:url(spritesmith0.png);background-position:0 -592px;width:141px;height:147px}.background_mountain_lake{background-image:url(spritesmith0.png);background-position:-707px -444px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-142px -592px;width:141px;height:147px}.background_pagodas{background-image:url(spritesmith0.png);background-position:-284px -592px;width:140px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-425px -592px;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:-566px -592px;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-848px 0;width:140px;height:147px}.background_shimmery_bubbles{background-image:url(spritesmith0.png);background-position:-848px -148px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-848px -296px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-848px -444px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:-848px -592px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:0 -740px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-141px -740px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-282px -740px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-423px -740px;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-565px -740px;width:141px;height:147px}.background_volcano{background-image:url(spritesmith0.png);background-position:-142px 0;width:140px;height:147px}.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1080px -91px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1105px -106px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1080px -182px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1105px -197px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1080px -273px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1105px -288px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1080px -364px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1105px -379px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-1080px -455px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-1105px -470px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-1080px -546px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-1105px -561px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-1080px -637px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-1105px -652px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-1080px -728px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-1105px -743px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-1080px -819px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-1105px -834px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-1080px -910px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-1105px -925px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:0 -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-25px -1085px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-91px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-116px -1085px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-182px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-207px -1085px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-273px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-298px -1085px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-364px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-389px -1085px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-455px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-480px -1085px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-546px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-571px -1085px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-637px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-662px -1085px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-728px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-753px -1085px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-819px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-844px -1085px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-910px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-935px -1085px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1001px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1026px -1085px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1171px 0;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1196px -15px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1171px -91px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1196px -106px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1171px -182px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1196px -197px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1171px -273px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1196px -288px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1171px -364px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1196px -379px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1171px -455px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1196px -470px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1171px -546px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1196px -561px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-1171px -637px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-1196px -652px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-1171px -728px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-1196px -743px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-1171px -819px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-1196px -834px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-1171px -910px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-1196px -925px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-1171px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-1196px -1016px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:0 -1161px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-25px -1176px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-91px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-116px -1176px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-182px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-207px -1176px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-273px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-298px -1176px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-364px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-389px -1176px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-455px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-480px -1176px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-546px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-571px -1176px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-637px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-662px -1176px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-728px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-753px -1176px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-819px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-844px -1176px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-910px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-935px -1176px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1001px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1026px -1176px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1092px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1117px -1176px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1262px 0;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1287px -15px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1262px -91px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1287px -106px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1262px -182px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1287px -197px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1262px -273px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1287px -288px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1262px -364px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1287px -379px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1262px -455px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1287px -470px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1262px -546px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1287px -561px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1262px -637px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1287px -652px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1262px -728px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1287px -743px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-1262px -819px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-1287px -834px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-1262px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-1287px -925px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-1262px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-1287px -1016px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-1262px -1092px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-1287px -1107px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:0 -1252px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-25px -1267px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-91px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-116px -1267px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-182px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-207px -1267px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-273px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-298px -1267px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-364px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-389px -1267px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-455px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-480px -1267px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-546px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-571px -1267px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-637px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-662px -1267px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-728px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-753px -1267px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-819px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-844px -1267px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-910px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-935px -1267px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1001px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1026px -1267px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1092px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1117px -1267px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1183px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1208px -1267px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1353px 0;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1378px -15px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1353px -91px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1378px -106px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1353px -182px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1378px -197px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1353px -273px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1378px -288px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1353px -364px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1378px -379px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1353px -455px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1378px -470px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1353px -546px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1378px -561px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1353px -637px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1378px -652px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1353px -728px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1378px -743px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-1353px -819px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-1378px -834px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-1353px -910px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-1378px -925px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-1353px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-1378px -1016px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-1353px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-1378px -1107px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1353px -1183px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-1378px -1198px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:0 -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-25px -1358px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-91px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-116px -1358px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-182px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-207px -1358px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-273px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-298px -1358px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-364px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-389px -1358px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-455px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-480px -1358px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-546px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-571px -1358px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-637px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-662px -1358px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-728px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-753px -1358px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-819px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-844px -1358px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-910px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-935px -1358px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1001px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1026px -1358px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1092px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1117px -1358px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1183px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1208px -1358px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1274px -1343px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1299px -1358px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1444px 0;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1469px -15px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1444px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1469px -106px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1444px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1469px -197px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1444px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1469px -288px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1444px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1469px -379px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1444px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1469px -470px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1444px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1469px -561px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1444px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1469px -652px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1444px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1469px -743px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1444px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1469px -834px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1444px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-1469px -925px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-1444px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-1469px -1016px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1444px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-1469px -1107px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1444px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-1469px -1198px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1444px -1274px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-1469px -1289px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-708px -592px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-733px -607px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-91px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-116px -1449px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-182px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-207px -1449px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-273px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-298px -1449px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-364px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-389px -1449px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-455px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-480px -1449px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-637px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-662px -1449px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-728px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-753px -1449px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-819px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-844px -1449px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-910px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-935px -1449px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1001px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1026px -1449px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1092px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1117px -1449px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1183px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1208px -1449px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1274px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1299px -1449px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1365px -1434px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1390px -1449px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1535px 0;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1560px -15px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1535px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1560px -106px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1535px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1560px -197px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1535px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1560px -288px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1535px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1560px -379px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1535px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1560px -470px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1535px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1560px -561px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1535px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1560px -652px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1535px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1560px -743px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1535px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1560px -834px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1535px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1560px -925px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1535px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-1560px -1016px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1535px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1560px -1107px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1535px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-1560px -1198px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1535px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-1560px -1289px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1535px -1365px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-1560px -1380px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:0 -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-25px -1540px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-91px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-116px -1540px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-182px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-207px -1540px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-273px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-298px -1540px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-364px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-389px -1540px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-455px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-480px -1540px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-546px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-571px -1540px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-637px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-662px -1540px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-728px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-753px -1540px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-819px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-844px -1540px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-910px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-935px -1540px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1001px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1026px -1540px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1092px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1117px -1540px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1183px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1208px -1540px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1274px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1299px -1540px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1365px -1525px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1390px -1540px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1456px -1525px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1481px -1540px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1626px 0;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1651px -15px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1626px -91px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1651px -106px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1626px -182px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1651px -197px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1626px -273px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1651px -288px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1626px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1651px -379px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1626px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1651px -470px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1626px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1651px -561px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1626px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1651px -652px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1626px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1651px -743px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1626px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1651px -834px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1626px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1651px -925px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1626px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1651px -1016px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1626px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-1651px -1107px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1626px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-1651px -1198px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1626px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1651px -1289px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1626px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-1651px -1380px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1626px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-1651px -1471px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:0 -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-25px -1631px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -1631px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-182px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-207px -1631px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-273px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-298px -1631px;width:60px;height:60px}.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-364px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-389px -1631px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-455px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-480px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-546px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-571px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-637px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-662px -1631px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-728px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-753px -1631px;width:60px;height:60px}.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-819px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-844px -1631px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-910px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-935px -1631px;width:60px;height:60px}.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1001px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1026px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1092px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1117px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1183px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1208px -1631px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1274px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1299px -1631px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1365px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1390px -1631px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1456px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1481px -1631px;width:60px;height:60px}.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1547px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1572px -1631px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1717px 0;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1742px -15px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1717px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1742px -106px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1717px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1742px -197px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1717px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1742px -288px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1717px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1742px -379px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1717px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1742px -470px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1717px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1742px -561px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1717px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1742px -652px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1717px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1742px -743px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1717px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1742px -834px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1717px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1742px -925px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1717px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1742px -1016px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1717px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1742px -1107px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-1717px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-1742px -1198px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-1717px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-1742px -1289px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1717px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-1742px -1380px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1717px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-1742px -1471px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1717px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-1742px -1562px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:0 -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-25px -1722px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-91px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-116px -1722px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-182px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-207px -1722px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-273px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-298px -1722px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-364px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-389px -1722px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-455px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-480px -1722px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-546px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-571px -1722px;width:60px;height:60px}.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-637px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-662px -1722px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-728px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-753px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-819px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-844px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-910px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-935px -1722px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1001px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1026px -1722px;width:60px;height:60px}.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1092px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1117px -1722px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1183px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1208px -1722px;width:60px;height:60px}.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1274px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1299px -1722px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1365px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1390px -1722px;width:60px;height:60px}.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1456px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1481px -1722px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1547px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1572px -1722px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1638px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1663px -1722px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1808px 0;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1833px -15px;width:60px;height:60px}.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1808px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1833px -106px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1808px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1833px -197px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1808px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1833px -288px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1808px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1833px -379px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1808px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1833px -470px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1808px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1833px -561px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1808px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1833px -652px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1808px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1833px -743px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1808px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1833px -834px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1808px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1833px -925px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1808px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1833px -1016px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1808px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1833px -1107px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1808px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1833px -1198px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-1808px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-1833px -1289px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-1808px -1365px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-1833px -1380px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-1808px -1456px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-1833px -1471px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-1808px -1547px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-1833px -1562px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-1808px -1638px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-1833px -1653px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:0 -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-25px -1813px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-91px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-116px -1813px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-182px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-207px -1813px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-273px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-298px -1813px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-364px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-389px -1813px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-455px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-480px -1813px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-546px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-571px -1813px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-637px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-662px -1813px;width:60px;height:60px}.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-728px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-753px -1813px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-819px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-844px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-910px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-935px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1001px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1026px -1813px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1092px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1117px -1813px;width:60px;height:60px}.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1183px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1208px -1813px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1274px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1299px -1813px;width:60px;height:60px}.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1365px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1390px -1813px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1456px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1481px -1813px;width:60px;height:60px}.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1547px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1572px -1813px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:0 -1434px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-25px -1449px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-989px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1014px -834px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-989px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1014px -743px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-989px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1014px -652px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-989px -546px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1014px -561px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-989px -455px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1014px -470px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-989px -364px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1014px -379px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-989px -273px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1014px -288px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-989px -182px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-1014px -197px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-989px -91px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-1014px -106px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-989px 0;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-1014px -15px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-889px -740px;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-914px -755px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-798px -740px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-823px -755px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-707px -740px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-732px -755px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-1080px 0;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-1105px -15px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith2.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-207px -1016px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-298px -1016px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -1016px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-480px -1016px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-571px -1016px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-662px -1016px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-753px -1016px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-844px -1016px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -1016px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1117px -15px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1117px -106px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1117px -197px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1117px -288px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-1117px -379px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-1117px -470px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-1117px -561px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-1117px -652px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-1117px -743px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-1117px -834px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-1117px -925px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-25px -1107px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-116px -1107px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-207px -1107px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-298px -1107px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -1107px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-480px -1107px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-571px -1107px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-662px -1107px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-753px -1107px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-844px -1122px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-935px -1122px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1026px -1122px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1117px -1122px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1208px -30px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1208px -121px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1208px -212px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1208px -303px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1208px -394px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1208px -485px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1208px -576px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1208px -667px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1208px -758px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1208px -849px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-1208px -940px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1208px -1031px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1208px -1122px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-25px -1213px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-116px -1213px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-207px -1213px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-298px -1213px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-389px -1213px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-480px -1213px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-571px -1213px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-662px -1213px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-753px -1213px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-844px -1213px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-935px -1213px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-25px -30px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1117px -1213px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1208px -1213px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1299px -30px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1299px -121px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1299px -212px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1299px -288px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1299px -379px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1299px -470px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1299px -561px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1299px -652px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-1299px -743px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1299px -834px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1299px -925px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1481px -15px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1481px -106px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1481px -197px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1481px -288px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1481px -379px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1481px -470px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1481px -561px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-1481px -652px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1481px -743px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1481px -834px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-1481px -925px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1016px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1107px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-1481px -1198px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1289px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-1481px -1380px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-25px -1471px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-116px -1471px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-207px -1471px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-298px -1471px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-389px -1471px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-480px -1471px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-571px -1471px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-662px -1471px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-753px -1471px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-844px -1471px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-935px -1471px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-1026px -1471px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1471px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-1208px -1471px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1471px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1390px -1471px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1481px -1471px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1572px -15px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1572px -106px;width:60px;height:60px}.broad_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.broad_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.shop_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1590px -1679px;width:40px;height:40px}.shop_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1549px -1679px;width:40px;height:40px}.shop_head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1508px -1679px;width:40px;height:40px}.shop_head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1467px -1679px;width:40px;height:40px}.shop_head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1344px -1679px;width:40px;height:40px}.shop_head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1303px -1679px;width:40px;height:40px}.shop_head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1262px -1679px;width:40px;height:40px}.shop_shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1221px -1679px;width:40px;height:40px}.shop_weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1180px -1679px;width:40px;height:40px}.shop_weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1139px -1679px;width:40px;height:40px}.slim_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-303px -1547px;width:90px;height:90px}.slim_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-394px -1547px;width:90px;height:90px}.weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-485px -1547px;width:90px;height:90px}.weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-576px -1547px;width:90px;height:90px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-667px -1547px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-758px -1547px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-849px -1547px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-940px -1547px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1031px -1547px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1122px -1547px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1213px -1547px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1304px -1547px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1395px -1547px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1486px -1547px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-1638px 0;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1638px -91px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1638px -182px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1638px -273px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1638px -364px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1098px -1679px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1057px -1679px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1016px -1679px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1672px -1638px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1631px -1679px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1590px -1638px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1549px -1638px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1508px -1638px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1467px -1638px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1426px -1638px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1385px -1638px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1344px -1638px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1303px -1638px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1262px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1221px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1180px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1139px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1577px -1547px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1631px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1577px -1588px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1016px -1638px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1057px -1638px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1098px -1638px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-819px -1638px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-728px -1638px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-637px -1638px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-546px -1638px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-455px -1638px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-364px -1638px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-273px -1638px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-182px -1638px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-91px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:0 -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-212px -1547px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-121px -1547px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1385px -1679px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1426px -1679px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:0 -1547px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-910px -1638px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-546px 0;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith3.png);background-position:-455px -870px;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith3.png);background-position:-1001px 0;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith3.png);background-position:0 -506px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-546px -91px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith3.png);background-position:-91px -961px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith3.png);background-position:-182px -961px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-288px -961px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1124px -1366px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith3.png);background-position:-1165px -1366px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1288px -1366px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1431px -82px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1431px -123px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith3.png);background-position:-1431px -328px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1472px -738px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1472px -779px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1472px -984px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1228px -1092px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1269px -1092px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1122px -1001px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith3.png);background-position:-1042px -910px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith3.png);background-position:-587px -455px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-455px -364px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith3.png);background-position:-379px -961px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith3.png);background-position:-918px -961px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1122px 0;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1122px -91px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith3.png);background-position:-1122px -182px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith3.png);background-position:-448px -1052px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith3.png);background-position:-1122px -273px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith3.png);background-position:-1122px -364px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1122px -455px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1122px -546px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1472px -1107px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1472px -1148px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-182px -318px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith3.png);background-position:-273px -318px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-364px -318px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith3.png);background-position:-455px 0;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-728px -637px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith3.png);background-position:-769px -637px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith3.png);background-position:-546px -455px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-455px -91px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-455px -182px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-455px -273px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1370px -1325px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-1083px -1366px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:0 -415px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith3.png);background-position:-91px -415px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-182px -415px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith3.png);background-position:-1329px -1366px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1370px -1366px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-273px -415px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-364px -415px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1431px -246px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1431px -287px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-455px -415px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-364px -106px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:0 -318px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-1472px -820px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-1472px -943px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-364px -203px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px -182px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px -273px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1472px -1189px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-1472px -1230px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-546px -364px;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-106px -506px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-197px -506px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1163px -1001px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1001px -910px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-288px -506px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-379px -506px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-470px -506px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-637px -546px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-678px -546px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-637px 0;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:0 -597px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-94px -597px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-1247px -1325px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-1288px -1325px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-188px -597px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-637px -91px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1001px -1366px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1042px -1366px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-637px -182px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -273px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -364px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-1206px -1366px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1247px -1366px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-637px -455px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-282px -597px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-373px -597px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1431px 0;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1431px -41px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-464px -597px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-555px -597px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1431px -164px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-1431px -205px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-728px 0;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-728px -91px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-728px -182px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1472px -451px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-1472px -697px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-728px -273px;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:-728px -364px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-728px -455px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-1472px -861px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-1472px -902px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-728px -546px;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:0 -688px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-1472px -1025px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-1472px -1066px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-91px -688px;width:90px;height:90px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-182px -688px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-273px -688px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-364px -688px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-1472px -1271px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-1472px -1312px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:-1340px -1274px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-1381px -1274px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-455px -688px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-546px -688px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-637px -688px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-728px -688px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-819px 0;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-819px -91px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-910px -819px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-951px -819px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-819px -728px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-860px -728px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-819px -182px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-819px -273px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-819px -364px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-819px -455px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-819px -546px;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-819px -637px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:0 -779px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-91px -779px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-182px -779px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-273px -779px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-364px -779px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-455px -779px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-546px -779px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-637px -779px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-728px -779px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-819px -779px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-910px 0;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-910px -91px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-910px -182px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-910px -273px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-910px -364px;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-910px -455px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-910px -546px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-910px -637px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-910px -728px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:0 -870px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-91px -870px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-182px -870px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-273px -870px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-364px -870px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1431px -369px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1431px -410px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1431px -451px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1431px -492px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1431px -533px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1431px -574px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1431px -615px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1431px -656px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1431px -697px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-656px -1416px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-697px -1416px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-738px -1416px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-779px -1416px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-820px -1416px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-861px -1416px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-902px -1416px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-943px -1416px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-984px -1416px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1025px -1416px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1066px -1416px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-1107px -1416px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-1148px -1416px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-1189px -1416px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1230px -1416px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1271px -1416px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1312px -1416px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1353px -1416px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-1394px -1416px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-1472px 0;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1472px -41px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1472px -82px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1472px -123px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-615px -1457px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1472px -492px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1472px -533px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1472px -574px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-1472px -615px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1472px -656px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-546px -870px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-637px -870px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-728px -870px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-819px -870px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-91px -318px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1001px -91px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1001px -182px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1001px -273px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1001px -364px;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1001px -455px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1001px -546px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1001px -637px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1001px -728px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1001px -819px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-910px -870px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:0 -961px;width:90px;height:90px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-91px -106px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-182px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-273px 0;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-273px -106px;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-470px -961px;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-582px -961px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-694px -961px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-806px -961px;width:111px;height:90px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:-91px -212px;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -1052px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -1052px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-182px -212px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-273px -212px;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-224px -1052px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:-336px -1052px;width:111px;height:90px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-364px 0;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-569px -1052px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-681px -1052px;width:111px;height:90px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-496px -364px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-561px -506px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-561px -547px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-646px -597px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-687px -597px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-646px -638px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-687px -638px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1039px -961px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1080px -961px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-1039px -1002px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1080px -1002px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1280px -1234px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1280px -1275px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1001px -1325px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1042px -1325px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1083px -1325px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-1124px -1325px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1165px -1325px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1206px -1325px;width:40px;height:40px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 -212px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-793px -1052px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-905px -1052px;width:111px;height:90px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-182px 0;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-91px 0;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1017px -1052px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1228px 0;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1228px -91px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1228px -182px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1228px -273px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1228px -364px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1228px -455px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1228px -546px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1228px -637px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1228px -728px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-1228px -819px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1228px -910px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1228px -1001px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1122px -637px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1122px -728px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1122px -819px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1122px -910px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1129px -1052px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1143px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-91px -1143px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-182px -1143px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-287px -1143px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-378px -1143px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-469px -1143px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-566px -1143px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-657px -1143px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1431px -738px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1431px -779px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1431px -820px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1431px -861px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1431px -902px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1431px -943px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1431px -984px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1431px -1025px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-1431px -1066px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-1431px -1107px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1431px -1148px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-1431px -1189px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1431px -1230px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1431px -1271px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1431px -1312px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1431px -1353px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1416px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-41px -1416px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-82px -1416px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-123px -1416px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-164px -1416px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-205px -1416px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-246px -1416px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-287px -1416px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-328px -1416px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-369px -1416px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-410px -1416px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-451px -1416px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-492px -1416px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-533px -1416px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-574px -1416px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-615px -1416px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-748px -1143px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-839px -1143px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-930px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1021px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1112px -1143px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1203px -1143px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:0 -1234px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-91px -1234px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-182px -1234px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-273px -1234px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-364px -1234px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-455px -1234px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-546px -1234px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-637px -1234px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-734px -1234px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-825px -1234px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-916px -1234px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1007px -1234px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1098px -1234px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1189px -1234px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1340px 0;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1340px -91px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1340px -182px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1472px -164px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1472px -205px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1472px -246px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1472px -287px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1472px -328px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1472px -369px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1472px -410px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-1340px -273px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-1365px -288px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-1340px -364px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-1340px -455px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-1340px -546px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-1340px -637px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-1340px -728px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-1340px -819px;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-1340px -910px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-1340px -1001px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1340px -1092px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1340px -1183px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:0 -1325px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-91px -1325px;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-182px -1325px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-273px -1325px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-364px -1325px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-455px -1325px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-546px -1325px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-637px -1325px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-728px -1325px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-819px -1325px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-910px -1325px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-1472px -1353px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-1472px -1394px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:0 -1457px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-41px -1457px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-82px -1457px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-123px -1457px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-164px -1457px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-205px -1457px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-246px -1457px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-287px -1457px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-328px -1457px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-369px -1457px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-410px -1457px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-451px -1457px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-492px -1457px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-533px -1457px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-574px -1457px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1329px -1325px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith4.png);background-position:-1756px -1915px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith4.png);background-position:-690px -1915px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith4.png);background-position:-1928px -1329px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith4.png);background-position:-813px -1915px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith4.png);background-position:-1928px -1206px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-819px -1590px;width:90px;height:90px}.customize-option.headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-844px -1605px;width:60px;height:60px}.headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1001px -1590px;width:90px;height:90px}.customize-option.headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1026px -1605px;width:60px;height:60px}.headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-471px -1681px;width:90px;height:90px}.customize-option.headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-496px -1696px;width:60px;height:60px}.headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-653px -1681px;width:90px;height:90px}.customize-option.headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-678px -1696px;width:60px;height:60px}.headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1053px -1681px;width:90px;height:90px}.customize-option.headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1078px -1696px;width:60px;height:60px}.headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1326px -1681px;width:90px;height:90px}.customize-option.headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1351px -1696px;width:60px;height:60px}.headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1788px -819px;width:90px;height:90px}.customize-option.headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1813px -834px;width:60px;height:60px}.headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1788px -728px;width:90px;height:90px}.customize-option.headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1813px -743px;width:60px;height:60px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-854px -1915px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1928px -1575px;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-239px -1915px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-321px -1915px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-485px -1915px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-526px -1915px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-567px -1915px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-608px -1915px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith4.png);background-position:-1788px -637px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith4.png);background-position:-1788px -455px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith4.png);background-position:-562px -1681px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith4.png);background-position:-1183px -1590px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith4.png);background-position:-1092px -1590px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-660px -576px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1334px -1399px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1230px -1399px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1115px -1399px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1018px -1399px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-903px -1399px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:0 -1772px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-1788px 0;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1599px -1681px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-380px -1681px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-289px -1681px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1654px -1590px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-910px -1590px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1563px -1590px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-1715px -1915px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-1674px -1915px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-1633px -1915px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-1592px -1915px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-1551px -1915px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1510px -1915px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1469px -1915px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1428px -1915px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1387px -1915px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1346px -1915px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1305px -1915px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-1264px -1915px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-1223px -1915px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-1182px -1915px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1141px -1915px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1100px -1915px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-1059px -1915px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1018px -1915px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-977px -1915px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-936px -1915px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-895px -1915px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-198px -1915px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-116px -1915px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1745px -1631px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1745px -1590px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-1741px -1540px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-1928px -919px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-971px -845px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-758px -364px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-1386px -961px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-1712px -1332px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-1837px -1414px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-1879px -1820px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-1928px -1862px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-1928px -1821px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:-1928px -1780px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-1928px -1739px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-1928px -1698px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-1928px -1657px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1928px -1616px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1928px -1534px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1928px -1493px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1928px -1452px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1928px -1411px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1928px -1370px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1928px -1288px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1928px -1247px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1928px -1165px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1928px -1124px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1928px -1083px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1928px -1042px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1928px -1001px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1928px -960px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-1438px -1399px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-1529px -1399px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1620px -1399px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:0 -1499px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-91px -1499px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-182px -1499px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-273px -1499px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-364px -1499px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-455px -1499px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-546px -1499px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-637px -1499px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-728px -1499px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-819px -1499px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-910px -1499px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:-1001px -1499px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-1104px -1499px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-1195px -1499px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1286px -1499px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1377px -1499px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1468px -1499px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1559px -1499px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1650px -1499px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:0 -1590px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-91px -1590px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-182px -1590px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-273px -1590px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-364px -1590px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-455px -1590px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-546px -1590px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-637px -1590px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-728px -1590px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-1788px -1283px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-1834px -1915px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-1849px -1001px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-1846px -1588px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-1532px -1772px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-1480px -1772px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-1428px -1772px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:0 -1399px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-100px -1399px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-200px -1399px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-300px -1399px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:-1379px -1772px;width:48px;height:51px}.inventory_present_01{background-image:url(spritesmith4.png);background-position:-1711px -1681px;width:48px;height:51px}.inventory_present_02{background-image:url(spritesmith4.png);background-position:-1711px -1399px;width:48px;height:51px}.inventory_present_03{background-image:url(spritesmith4.png);background-position:-1400px -1248px;width:48px;height:51px}.inventory_present_04{background-image:url(spritesmith4.png);background-position:-971px -793px;width:48px;height:51px}.inventory_present_05{background-image:url(spritesmith4.png);background-position:-965px -724px;width:48px;height:51px}.inventory_present_06{background-image:url(spritesmith4.png);background-position:-965px -672px;width:48px;height:51px}.inventory_present_07{background-image:url(spritesmith4.png);background-position:-751px -576px;width:48px;height:51px}.inventory_present_08{background-image:url(spritesmith4.png);background-position:-709px -364px;width:48px;height:51px}.inventory_present_09{background-image:url(spritesmith4.png);background-position:-660px -364px;width:48px;height:51px}.inventory_present_10{background-image:url(spritesmith4.png);background-position:-1178px -811px;width:48px;height:51px}.inventory_present_11{background-image:url(spritesmith4.png);background-position:-1392px -1005px;width:48px;height:51px}.inventory_present_12{background-image:url(spritesmith4.png);background-position:-1343px -1005px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-1245px -1005px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-1386px -909px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-1402px -709px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-1712px -1277px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-772px -1915px;width:40px;height:40px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-1788px -1698px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-1788px -1643px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-1788px -1588px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-1294px -1005px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-1788px -1533px;width:57px;height:54px}.pet_key{background-image:url(spritesmith4.png);background-position:-1788px -1478px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-1402px -764px;width:57px;height:54px}.shop_armoire{background-image:url(spritesmith4.png);background-position:-649px -1915px;width:40px;height:40px}.snowman{background-image:url(spritesmith4.png);background-position:-1788px -910px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-1788px -182px;width:90px;height:90px}.welcome_to_Habit_1{background-image:url(spritesmith4.png);background-position:-400px -1399px;width:502px;height:99px}.welcome_to_Habit_2{background-image:url(spritesmith4.png);background-position:0 -1076px;width:500px;height:171px}.welcome_to_Habit_3{background-image:url(spritesmith4.png);background-position:-220px 0;width:584px;height:220px}.welcome_to_Habit_4{background-image:url(spritesmith4.png);background-position:-501px -1076px;width:423px;height:171px}.zzz{background-image:url(spritesmith4.png);background-position:-1741px -1499px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-731px -1915px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-1065px -892px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1788px -1001px;width:60px;height:72px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-660px -452px;width:135px;height:123px}.npc_justin{background-image:url(spritesmith4.png);background-position:-880px -672px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-1797px -1915px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:-1204px -1248px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:-800px -1248px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-604px -1248px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-1788px -546px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-441px -1248px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-1788px -364px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:-221px -1772px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-115px -1772px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-1788px -273px;width:90px;height:90px}.promo_enchanted_armoire{background-image:url(spritesmith4.png);background-position:-1004px -1772px;width:374px;height:76px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:-1462px -1277px;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-1788px -91px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-880px -793px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-1831px -1216px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-1788px -1074px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-1508px -1681px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-1788px -1350px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-1417px -1681px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-1788px -1216px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-1788px -1414px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-1235px -1681px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-1144px -1681px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-1788px -1146px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-962px -1681px;width:90px;height:90px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-744px -1681px;width:217px;height:90px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:0 -1915px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-342px -1772px;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-367px -1787px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1245px -857px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1270px -872px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-673px -1772px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-698px -1787px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:0 -1681px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-1274px -1590px;width:288px;height:90px}.promo_updos{background-image:url(spritesmith4.png);background-position:-1245px -709px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:-1462px 0;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-1025px -811px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-1050px -826px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith4.png);background-position:-1584px -1772px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-1633px -1772px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-1682px -1772px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-1731px -1772px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-1780px -1772px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-1829px -1772px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-1879px 0;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-1879px -52px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-1879px -104px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-1879px -156px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-1879px -208px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-1879px -260px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1879px -312px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-1879px -364px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-1879px -416px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-1879px -468px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-1879px -520px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1879px -572px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-1879px -624px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-1879px -676px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-1879px -728px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-1879px -780px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-1879px -832px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:-1879px -884px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-1879px -936px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-1879px -988px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-1879px -1040px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-1879px -1092px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-1879px -1144px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-1879px -1196px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-1879px -1248px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-1879px -1300px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-1879px -1352px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-1879px -1404px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-1879px -1456px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-1386px -857px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-1879px -1560px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-1879px -1612px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-1879px -1664px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-1879px -1716px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-1879px -1768px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith4.png);background-position:0 -1248px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-996px -1248px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith4.png);background-position:-191px -892px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith4.png);background-position:-251px -1248px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:-1025px -437px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:-660px -672px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-440px -672px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:0 -1863px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-660px -232px;width:118px;height:131px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:0 -452px;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-49px -1863px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:-925px -1076px;width:250px;height:150px}.quest_goldenknight3{background-image:url(spritesmith4.png);background-position:0 0;width:219px;height:231px}.quest_gryphon{background-image:url(spritesmith4.png);background-position:-1245px 0;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith4.png);background-position:-220px -672px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-1025px -624px;width:219px;height:186px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-1846px -1533px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:-1025px 0;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:-408px -892px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith4.png);background-position:0 -892px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith4.png);background-position:-440px -232px;width:219px;height:219px}.quest_rock{background-image:url(spritesmith4.png);background-position:-1025px -220px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith4.png);background-position:-1245px -534px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:-1176px -1076px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-805px 0;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith4.png);background-position:-805px -220px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith4.png);background-position:-805px -440px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:0 -672px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-1245px -356px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-631px -892px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-848px -892px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-157px -1915px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-1245px -178px;width:216px;height:177px}.shop_copper{background-image:url(spritesmith4.png);background-position:-1837px -1455px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-280px -1915px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-1846px -1564px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-362px -1915px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-403px -1915px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-444px -1915px;width:40px;height:40px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-1846px -1283px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-1846px -1615px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-1846px -1478px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-1846px -1316px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-98px -1863px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-147px -1863px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-196px -1863px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-245px -1863px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-294px -1863px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-343px -1863px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-392px -1863px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-441px -1863px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-490px -1863px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-539px -1863px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-588px -1863px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-637px -1863px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-686px -1863px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-735px -1863px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-784px -1863px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-833px -1863px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-882px -1863px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-931px -1863px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-980px -1863px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-1029px -1863px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-1078px -1863px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-1127px -1863px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-1176px -1863px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-1225px -1863px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-1274px -1863px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-1323px -1863px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-1372px -1863px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-1928px -832px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1928px -787px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1928px -516px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-1928px -562px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-1928px -876px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-1928px -607px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-1928px -742px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-1928px -468px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-1928px -697px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-1928px -652px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-1928px 0;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1928px -52px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1928px -104px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-1928px -156px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-1928px -208px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-1928px -260px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-1928px -312px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-1928px -364px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1928px -416px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-1862px -1863px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-1813px -1863px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1764px -1863px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1715px -1863px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-1666px -1863px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-1617px -1863px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-1568px -1863px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-1519px -1863px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1470px -1863px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1421px -1863px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-1400px -1300px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-1879px -1508px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-1568px -535px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1462px -535px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1674px -429px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-1568px -429px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-1462px -429px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-1674px -323px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-1568px -323px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-1462px -323px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1674px -217px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-1568px -217px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-1462px -217px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1674px -111px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1568px -111px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1462px -111px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1674px -1171px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1568px -1171px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-1462px -1171px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-1674px -1065px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-1568px -1065px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-1462px -1065px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-1674px -959px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-1674px -641px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1568px -641px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1462px -641px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1674px -535px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1568px -959px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1462px -959px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1674px -853px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1568px -853px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-1462px -747px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1462px -853px;width:105px;height:105px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-1674px -747px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1568px -747px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith5.png);background-position:-1528px -742px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith5.png);background-position:-106px -1516px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith5.png);background-position:-212px -1516px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith5.png);background-position:-318px -1516px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -1516px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith5.png);background-position:-530px -1516px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-636px -1516px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith5.png);background-position:-742px -1516px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-848px -1516px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-954px -1516px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1060px -1516px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1634px -742px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1634px -848px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1634px -954px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1634px -1060px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-1634px -1166px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1634px -1272px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:-1634px -1378px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -1484px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -1622px;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-106px -1622px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-954px -1940px;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-1272px -1940px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-680px 0;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:0 -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-106px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-212px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-424px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-530px -668px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-636px -668px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-786px 0;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:0 -774px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-106px -774px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-212px -774px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -774px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -774px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-530px -774px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-636px -774px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-742px -774px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-892px 0;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:0 -880px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-106px -880px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-212px -880px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -880px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-424px -880px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-530px -880px;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-636px -880px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -880px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -880px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-998px 0;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:0 -986px;width:111px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:0 -544px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-112px -986px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-221px -986px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-327px -986px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-433px -986px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-539px -986px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-645px -986px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-751px -986px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-857px -986px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:-963px -986px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:0 -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-106px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-424px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-530px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-636px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-742px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:-954px -1092px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1092px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1210px -636px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-1210px -742px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-1210px -848px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-1210px -954px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-1210px -1060px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1198px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-212px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-318px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-424px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-530px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1198px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-742px -1198px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1198px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-954px -1198px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1198px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1198px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-1316px 0;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-1316px -106px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-1316px -212px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-1316px -318px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1316px -424px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-1316px -530px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1316px -636px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:-1316px -742px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1316px -848px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1316px -954px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-1316px -1060px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-1316px -1166px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:0 -1304px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-106px -1304px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1304px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-318px -1304px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-530px -1304px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1304px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-848px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-954px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-1060px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1304px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1304px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-1422px 0;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-1422px -106px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-1422px -212px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1422px -318px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1422px -424px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1422px -530px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1422px -636px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1422px -742px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1422px -848px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-1422px -954px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-1422px -1060px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1422px -1166px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-1422px -1272px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1410px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-212px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-318px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-424px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-530px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1410px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-742px -1410px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1410px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-954px -1410px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1410px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1410px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1410px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-1378px -1410px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-1528px 0;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-1528px -106px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-1528px -212px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-1528px -318px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1528px -424px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1528px -530px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px -636px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1528px -848px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1528px -954px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:-1528px -1060px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-1528px -1166px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-1528px -1272px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-1528px -1378px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:0 -1516px;width:105px;height:105px}.Mount_Body_TRex-Base{background-image:url(spritesmith5.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -136px;width:135px;height:135px}.Mount_Body_TRex-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Body_TRex-Desert{background-image:url(spritesmith5.png);background-position:-272px 0;width:135px;height:135px}.Mount_Body_TRex-Golden{background-image:url(spritesmith5.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Body_TRex-Red{background-image:url(spritesmith5.png);background-position:0 -272px;width:135px;height:135px}.Mount_Body_TRex-Shade{background-image:url(spritesmith5.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Body_TRex-Skeleton{background-image:url(spritesmith5.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Body_TRex-White{background-image:url(spritesmith5.png);background-position:-408px 0;width:135px;height:135px}.Mount_Body_TRex-Zombie{background-image:url(spritesmith5.png);background-position:0 0;width:135px;height:135px}.Mount_Body_TigerCub-Base{background-image:url(spritesmith5.png);background-position:-1166px -1516px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1272px -1516px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1378px -1516px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1484px -1516px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1634px 0;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1634px -106px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1634px -212px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1634px -318px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1634px -424px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1634px -530px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1634px -636px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-136px 0;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:0 -408px;width:135px;height:135px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Body_Wolf-Shade{background-image:url(spritesmith5.png);background-position:-544px 0;width:135px;height:135px}.Mount_Body_Wolf-Skeleton{background-image:url(spritesmith5.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Body_Wolf-White{background-image:url(spritesmith5.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Body_Wolf-Zombie{background-image:url(spritesmith5.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Head_BearCub-Base{background-image:url(spritesmith5.png);background-position:-212px -1622px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-318px -1622px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-530px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-636px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-742px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-848px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-954px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1622px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-1166px -1622px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1622px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-1378px -1622px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1484px -1622px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1590px -1622px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1740px 0;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:-1740px -106px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:-1740px -212px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-1740px -318px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-1740px -424px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-1740px -530px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1740px -636px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-1740px -742px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -848px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -954px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1740px -1060px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1740px -1166px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:-1740px -1272px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1740px -1378px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-1740px -1484px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-1740px -1590px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:0 -1728px;width:105px;height:105px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-106px -1728px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1728px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1728px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-424px -1728px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-530px -1728px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-636px -1728px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-742px -1728px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1728px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:-954px -1728px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1728px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1166px -1728px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1272px -1728px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1378px -1728px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1484px -1728px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1590px -1728px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1696px -1728px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1846px 0;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -106px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-1846px -212px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1846px -318px;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-1846px -424px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -530px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px -636px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-1846px -742px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1846px -848px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-1846px -954px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1846px -1060px;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -1166px;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-1846px -1272px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1846px -1378px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1846px -1484px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -1590px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px -1696px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:0 -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-106px -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-212px -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-318px -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-530px -1834px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-636px -1834px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-742px -1834px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-848px -1834px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-954px -1834px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1060px -1834px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:-1166px -1834px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:-1272px -1834px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-1378px -1834px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-1484px -1834px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-1590px -1834px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-1696px -1834px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-1802px -1834px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px 0;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -106px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1952px -212px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1952px -318px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1952px -424px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1952px -530px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -636px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-1952px -742px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -848px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-1952px -954px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -1060px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -1166px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-1952px -1272px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-1952px -1378px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-1952px -1484px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-1952px -1590px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -1696px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1952px -1802px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:0 -1940px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:-106px -1940px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1940px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-424px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-530px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-636px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-742px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-848px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -544px;width:105px;height:110px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-1060px -1940px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-1166px -1940px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-106px -544px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-1378px -1940px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-1487px -1940px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1593px -1940px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1699px -1940px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-1805px -1940px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-1911px -1940px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-2058px 0;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-2058px -106px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-2058px -212px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-2058px -318px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -424px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-2058px -530px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -636px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -742px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-2058px -848px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-2058px -954px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-2058px -1060px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-2058px -1166px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-2058px -1272px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-2058px -1378px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -1484px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-2058px -1590px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -1696px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -1802px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-2058px -1908px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:0 -2046px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-106px -2046px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-212px -2046px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -2046px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-424px -2046px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-530px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-636px -2046px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -2046px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-954px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1060px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1166px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1272px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-1378px -2046px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-1484px -2046px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-1590px -2046px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-1696px -2046px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-954px -1074px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith6.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith6.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith6.png);background-position:0 -968px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith6.png);background-position:-106px -968px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-212px -968px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith6.png);background-position:-318px -968px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-424px -968px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-530px -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-636px -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-742px -968px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:0 -1074px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-106px -1074px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-212px -1074px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -1074px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-424px -1074px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-530px -1074px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:-636px -1074px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-742px -1074px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-848px -1074px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-106px -544px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-212px -544px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-680px 0;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:0 -650px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-106px -650px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:-212px -650px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -650px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-424px -650px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-530px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:-636px -650px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-786px 0;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:0 -756px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-106px -756px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:-212px -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-318px -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-424px -756px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:-530px -756px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-636px -756px;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-742px -756px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:-892px 0;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:0 -544px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:0 -862px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-106px -862px;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:-212px -862px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-318px -862px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:-424px -862px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-530px -862px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-636px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-742px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-848px -862px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:-998px 0;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Head_TRex-Base{background-image:url(spritesmith6.png);background-position:-408px -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -136px;width:135px;height:135px}.Mount_Head_TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -136px;width:135px;height:135px}.Mount_Head_TRex-Desert{background-image:url(spritesmith6.png);background-position:-272px 0;width:135px;height:135px}.Mount_Head_TRex-Golden{background-image:url(spritesmith6.png);background-position:-272px -136px;width:135px;height:135px}.Mount_Head_TRex-Red{background-image:url(spritesmith6.png);background-position:0 -272px;width:135px;height:135px}.Mount_Head_TRex-Shade{background-image:url(spritesmith6.png);background-position:-136px -272px;width:135px;height:135px}.Mount_Head_TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-272px -272px;width:135px;height:135px}.Mount_Head_TRex-White{background-image:url(spritesmith6.png);background-position:-408px 0;width:135px;height:135px}.Mount_Head_TRex-Zombie{background-image:url(spritesmith6.png);background-position:0 0;width:135px;height:135px}.Mount_Head_TigerCub-Base{background-image:url(spritesmith6.png);background-position:-848px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-954px -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Head_Wolf-Base{background-image:url(spritesmith6.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -408px;width:135px;height:135px}.Mount_Head_Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Head_Wolf-Desert{background-image:url(spritesmith6.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Head_Wolf-Golden{background-image:url(spritesmith6.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Head_Wolf-Red{background-image:url(spritesmith6.png);background-position:-544px 0;width:135px;height:135px}.Mount_Head_Wolf-Shade{background-image:url(spritesmith6.png);background-position:-544px -136px;width:135px;height:135px}.Mount_Head_Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-544px -272px;width:135px;height:135px}.Mount_Head_Wolf-White{background-image:url(spritesmith6.png);background-position:-544px -408px;width:135px;height:135px}.Mount_Head_Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-136px 0;width:135px;height:135px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:-1060px -1074px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px 0;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -100px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-1210px -200px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:-1210px -300px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:-1210px -400px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-1210px -500px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-1210px -600px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1210px -700px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-1210px -800px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-1210px -900px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-1210px -1000px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1180px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-164px -1180px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:-246px -1180px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-328px -1180px;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-410px -1180px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1180px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-574px -1180px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1180px;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-738px -1180px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1180px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1180px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-984px -1180px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1180px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-1148px -1180px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-1292px 0;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:-1292px -100px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-1292px -200px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-1292px -300px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-1292px -400px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1292px -500px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1292px -600px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-1292px -700px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-1292px -800px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-1292px -900px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-1292px -1000px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-1292px -1100px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-1374px 0;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:-1374px -100px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-1374px -200px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1374px -300px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1374px -400px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-1374px -500px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-1374px -600px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-1374px -700px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-1374px -800px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-1374px -900px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-1374px -1000px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-1374px -1100px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:0 -1280px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:-82px -1280px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-164px -1280px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-246px -1280px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-328px -1280px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-410px -1280px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-492px -1280px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:-574px -1280px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-656px -1280px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-738px -1280px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-820px -1280px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-902px -1280px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-984px -1280px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1066px -1280px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-1148px -1280px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-1230px -1280px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-1312px -1280px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-1456px 0;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-1456px -100px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:-1456px -200px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-1456px -300px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-1456px -400px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1456px -500px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1456px -600px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-1456px -700px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-1456px -800px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-1456px -900px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-1456px -1000px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-1456px -1100px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-1456px -1200px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:0 -1380px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-82px -1380px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-164px -1380px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-246px -1380px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-328px -1380px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-410px -1380px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-492px -1380px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-574px -1380px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-656px -1380px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-738px -1380px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-820px -1380px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-902px -1380px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-984px -1380px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1066px -1380px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-1148px -1380px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-1230px -1380px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1312px -1380px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:-1394px -1380px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:-1538px 0;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-1538px -100px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-1538px -200px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:-1538px -300px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-1538px -400px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1538px -500px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1538px -600px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-1538px -700px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-1538px -800px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-1538px -900px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-1538px -1000px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1538px -1100px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-1538px -1200px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-1538px -1300px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:0 -1480px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-82px -1480px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-164px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-246px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-328px -1480px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-410px -1480px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-492px -1480px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-574px -1480px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-656px -1480px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-738px -1480px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-820px -1480px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-902px -1480px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-984px -1480px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1066px -1480px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1148px -1480px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-1230px -1480px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1312px -1480px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1394px -1480px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1476px -1480px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1620px 0;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:-1620px -100px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:-1620px -200px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-1620px -300px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1620px -400px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1620px -500px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-1620px -600px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:-1620px -700px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-1620px -800px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-1620px -900px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1620px -1000px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-1620px -1100px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-1620px -1200px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-1620px -1300px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1620px -1400px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1580px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-82px -1580px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-164px -1580px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:-246px -1580px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-328px -1580px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1580px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-492px -1580px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-574px -1580px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-656px -1580px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-738px -1580px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-820px -1580px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-902px -1580px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-984px -1580px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-1066px -1580px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-1148px -1580px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-1230px -1580px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1312px -1580px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1394px -1580px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1476px -1580px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1558px -1580px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1702px 0;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1702px -100px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1702px -200px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:-1702px -300px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:-1702px -400px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-1702px -500px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-1702px -600px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-1702px -700px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-1702px -800px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1702px -900px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1702px -1000px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-1702px -1100px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-1702px -1200px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-1702px -1300px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-1702px -1400px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-1702px -1500px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:0 -1680px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-82px -1680px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-164px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-246px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-328px -1680px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-410px -1680px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-492px -1680px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-574px -1680px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-656px -1680px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-738px -1680px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-820px -1680px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-902px -1680px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-984px -1680px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1066px -1680px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1148px -1680px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-1230px -1680px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1312px -1680px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1394px -1680px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1476px -1680px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1558px -1680px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1640px -1680px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1784px 0;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1784px -100px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1784px -200px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1784px -300px;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1784px -400px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:-1784px -500px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:-1784px -600px;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-1784px -700px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-1784px -800px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-1784px -900px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-1784px -1000px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:-1784px -1100px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1784px -1200px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1784px -1300px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-1784px -1400px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-1784px -1500px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-1784px -1600px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-1866px 0;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-1866px -100px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-1866px -200px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-1866px -300px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-1866px -400px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1866px -500px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1866px -600px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-1866px -700px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-1866px -800px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-1866px -900px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-1866px -1000px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-1866px -1100px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-1866px -1200px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-1866px -1300px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-1866px -1400px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1866px -1500px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1866px -1600px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:0 -1780px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-82px -1780px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-164px -1780px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:-246px -1780px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-328px -1780px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-410px -1780px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-492px -1780px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-574px -1780px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-656px -1780px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-738px -1780px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-820px -1780px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-902px -1780px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-984px -1780px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1066px -1780px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1148px -1780px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-1230px -1780px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1312px -1780px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1394px -1780px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1476px -1780px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1558px -1780px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1640px -1780px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-1722px -1780px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-1804px -1780px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-1948px 0;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-1948px -100px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-1948px -200px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-1948px -300px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-1948px -400px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-1948px -500px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1948px -600px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1948px -652px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1948px -704px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1948px -756px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1948px -808px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1948px -860px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1948px -912px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1948px -964px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1948px -1016px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-1948px -1068px;width:48px;height:51px}.head_special_0,.weapon_special_0{width:105px;height:105px;margin-left:-3px;margin-top:-18px}.broad_armor_special_0,.shield_special_0,.slim_armor_special_0{width:90px;height:90px}.weapon_special_critical{background:url(/common/img/sprites/backer-only/weapon_special_critical.gif) no-repeat;width:90px;height:90px;margin-left:-12px;margin-top:12px}.weapon_special_1{margin-left:-12px}.broad_armor_special_1,.head_special_1,.slim_armor_special_1{width:90px;height:90px}.head_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeHelmet.gif) no-repeat}.head_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalHelmet.gif) no-repeat;margin-top:3px}.broad_armor_special_0,.slim_armor_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Equip-ShadeArmor.gif) no-repeat}.broad_armor_special_1,.slim_armor_special_1{background:url(/common/img/sprites/backer-only/ContributorOnly-Equip-CrystalArmor.gif) no-repeat}.shield_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Shield-TormentedSkull.gif) no-repeat}.weapon_special_0{background:url(/common/img/sprites/backer-only/BackerOnly-Weapon-DarkSoulsBlade.gif) no-repeat}.Pet-Wolf-Cerberus{width:105px;height:72px;background:url(/common/img/sprites/backer-only/BackerOnly-Pet-CerberusPup.gif) no-repeat}.npc_ian{background:url(/common/img/sprites/npc_ian.gif) no-repeat;width:78px;height:135px}.Gems{display:inline-block;margin-right:5px;border-style:none;margin-left:0;margin-top:2px}.inline-gems{vertical-align:middle;margin-left:0;display:inline-block}.customize-menu .locked{background-color:#727272}.achievement{float:left;clear:right;margin-right:10px}.multi-achievement{margin:auto;padding-left:.5em;padding-right:.5em}[class*=Mount_Body_],[class*=Mount_Head_]{margin-top:18px}.Pet_Currency_Gem{margin-top:5px;margin-bottom:5px}
\ No newline at end of file
diff --git a/common/dist/sprites/spritesmith0.css b/common/dist/sprites/spritesmith0.css
index b213e4725a..94035b5bf9 100644
--- a/common/dist/sprites/spritesmith0.css
+++ b/common/dist/sprites/spritesmith0.css
@@ -1,6 +1,6 @@
.achievement-alien {
background-image: url(spritesmith0.png);
- background-position: -1403px -1274px;
+ background-position: -1403px -1301px;
width: 24px;
height: 26px;
}
@@ -12,173 +12,191 @@
}
.achievement-armor {
background-image: url(spritesmith0.png);
- background-position: -1378px -1274px;
+ background-position: -1378px -1301px;
width: 24px;
height: 26px;
}
.achievement-boot {
background-image: url(spritesmith0.png);
- background-position: -1353px -1274px;
+ background-position: -1353px -1301px;
width: 24px;
height: 26px;
}
.achievement-bow {
background-image: url(spritesmith0.png);
- background-position: -1494px -1392px;
+ background-position: -1403px -1274px;
width: 24px;
height: 26px;
}
.achievement-cactus {
background-image: url(spritesmith0.png);
- background-position: -1469px -1392px;
+ background-position: -1378px -1274px;
width: 24px;
height: 26px;
}
.achievement-cake {
background-image: url(spritesmith0.png);
- background-position: -1444px -1392px;
+ background-position: -1353px -1274px;
width: 24px;
height: 26px;
}
.achievement-cave {
background-image: url(spritesmith0.png);
- background-position: -1494px -1365px;
+ background-position: -1494px -1392px;
width: 24px;
height: 26px;
}
.achievement-coffin {
background-image: url(spritesmith0.png);
- background-position: -1469px -1365px;
+ background-position: -1469px -1392px;
width: 24px;
height: 26px;
}
.achievement-comment {
background-image: url(spritesmith0.png);
- background-position: -1444px -1365px;
+ background-position: -1444px -1392px;
width: 24px;
height: 26px;
}
.achievement-costumeContest {
background-image: url(spritesmith0.png);
- background-position: -1585px -1483px;
+ background-position: -1494px -1365px;
width: 24px;
height: 26px;
}
.achievement-dilatory {
background-image: url(spritesmith0.png);
- background-position: -1560px -1483px;
+ background-position: -1469px -1365px;
width: 24px;
height: 26px;
}
.achievement-firefox {
background-image: url(spritesmith0.png);
- background-position: -1535px -1483px;
+ background-position: -1444px -1365px;
width: 24px;
height: 26px;
}
.achievement-habitBirthday {
background-image: url(spritesmith0.png);
- background-position: -1585px -1456px;
+ background-position: -1585px -1483px;
width: 24px;
height: 26px;
}
.achievement-heart {
background-image: url(spritesmith0.png);
- background-position: -1560px -1456px;
- width: 24px;
- height: 26px;
-}
-.achievement-helm {
- background-image: url(spritesmith0.png);
- background-position: -1535px -1456px;
+ background-position: -1560px -1483px;
width: 24px;
height: 26px;
}
.achievement-karaoke {
background-image: url(spritesmith0.png);
- background-position: -1676px -1574px;
+ background-position: -1535px -1483px;
width: 24px;
height: 26px;
}
.achievement-ninja {
background-image: url(spritesmith0.png);
- background-position: -1808px -1729px;
+ background-position: -1585px -1456px;
width: 24px;
height: 26px;
}
.achievement-nye {
background-image: url(spritesmith0.png);
- background-position: -1626px -1574px;
+ background-position: -1560px -1456px;
width: 24px;
height: 26px;
}
.achievement-perfect {
background-image: url(spritesmith0.png);
- background-position: -1676px -1547px;
+ background-position: -1808px -1729px;
width: 24px;
height: 26px;
}
.achievement-rat {
background-image: url(spritesmith0.png);
- background-position: -1651px -1547px;
+ background-position: -1676px -1574px;
width: 24px;
height: 26px;
}
.achievement-shield {
background-image: url(spritesmith0.png);
- background-position: -1626px -1547px;
+ background-position: -1651px -1574px;
width: 24px;
height: 26px;
}
.achievement-shinySeed {
background-image: url(spritesmith0.png);
- background-position: -1767px -1665px;
+ background-position: -1626px -1574px;
width: 24px;
height: 26px;
}
.achievement-snowball {
background-image: url(spritesmith0.png);
- background-position: -1742px -1665px;
+ background-position: -1676px -1547px;
width: 24px;
height: 26px;
}
.achievement-spookDust {
background-image: url(spritesmith0.png);
- background-position: -1717px -1665px;
+ background-position: -1651px -1547px;
width: 24px;
height: 26px;
}
.achievement-stoikalm {
background-image: url(spritesmith0.png);
- background-position: -1767px -1638px;
+ background-position: -1626px -1547px;
width: 24px;
height: 26px;
}
.achievement-sun {
background-image: url(spritesmith0.png);
- background-position: -1742px -1638px;
+ background-position: -1767px -1665px;
width: 24px;
height: 26px;
}
.achievement-sword {
background-image: url(spritesmith0.png);
- background-position: -1717px -1638px;
+ background-position: -1742px -1665px;
width: 24px;
height: 26px;
}
.achievement-thermometer {
background-image: url(spritesmith0.png);
- background-position: -1858px -1756px;
+ background-position: -1717px -1665px;
width: 24px;
height: 26px;
}
.achievement-tree {
background-image: url(spritesmith0.png);
- background-position: -1833px -1756px;
+ background-position: -1767px -1638px;
width: 24px;
height: 26px;
}
.achievement-triadbingo {
+ background-image: url(spritesmith0.png);
+ background-position: -1742px -1638px;
+ width: 24px;
+ height: 26px;
+}
+.achievement-ultimate-healer {
+ background-image: url(spritesmith0.png);
+ background-position: -1717px -1638px;
+ width: 24px;
+ height: 26px;
+}
+.achievement-ultimate-mage {
+ background-image: url(spritesmith0.png);
+ background-position: -1858px -1756px;
+ width: 24px;
+ height: 26px;
+}
+.achievement-ultimate-rogue {
+ background-image: url(spritesmith0.png);
+ background-position: -1833px -1756px;
+ width: 24px;
+ height: 26px;
+}
+.achievement-ultimate-warrior {
background-image: url(spritesmith0.png);
background-position: -1808px -1756px;
width: 24px;
@@ -192,19 +210,19 @@
}
.achievement-wolf {
background-image: url(spritesmith0.png);
- background-position: -1651px -1574px;
+ background-position: -1535px -1456px;
width: 24px;
height: 26px;
}
.background_autumn_forest {
background-image: url(spritesmith0.png);
- background-position: -424px -444px;
+ background-position: -707px 0px;
width: 140px;
height: 147px;
}
.background_beach {
background-image: url(spritesmith0.png);
- background-position: -282px 0px;
+ background-position: -283px 0px;
width: 141px;
height: 147px;
}
@@ -228,13 +246,13 @@
}
.background_coral_reef {
background-image: url(spritesmith0.png);
- background-position: -424px 0px;
+ background-position: -425px 0px;
width: 140px;
height: 147px;
}
.background_crystal_cave {
background-image: url(spritesmith0.png);
- background-position: -424px -148px;
+ background-position: -425px -148px;
width: 140px;
height: 147px;
}
@@ -244,3903 +262,3933 @@
width: 140px;
height: 147px;
}
-.background_dusty_canyons {
+.background_drifting_raft {
background-image: url(spritesmith0.png);
background-position: -141px -296px;
width: 140px;
height: 147px;
}
-.background_fairy_ring {
+.background_dusty_canyons {
background-image: url(spritesmith0.png);
background-position: -282px -296px;
width: 140px;
height: 147px;
}
-.background_floral_meadow {
+.background_fairy_ring {
background-image: url(spritesmith0.png);
background-position: -423px -296px;
width: 140px;
height: 147px;
}
+.background_floral_meadow {
+ background-image: url(spritesmith0.png);
+ background-position: -566px 0px;
+ width: 140px;
+ height: 147px;
+}
.background_forest {
background-image: url(spritesmith0.png);
- background-position: -565px 0px;
+ background-position: -566px -148px;
width: 140px;
height: 147px;
}
.background_frigid_peak {
background-image: url(spritesmith0.png);
- background-position: -565px -148px;
+ background-position: -566px -296px;
width: 140px;
height: 147px;
}
.background_graveyard {
background-image: url(spritesmith0.png);
- background-position: -565px -296px;
+ background-position: 0px -444px;
width: 140px;
height: 147px;
}
.background_gumdrop_land {
background-image: url(spritesmith0.png);
- background-position: 0px -444px;
+ background-position: -141px -444px;
width: 140px;
height: 147px;
}
.background_harvest_feast {
background-image: url(spritesmith0.png);
- background-position: -141px -444px;
+ background-position: -282px -444px;
width: 140px;
height: 147px;
}
.background_harvest_fields {
background-image: url(spritesmith0.png);
- background-position: -282px -444px;
+ background-position: -423px -444px;
width: 141px;
height: 147px;
}
.background_haunted_house {
background-image: url(spritesmith0.png);
- background-position: 0px 0px;
+ background-position: -565px -444px;
width: 140px;
height: 147px;
}
.background_ice_cave {
background-image: url(spritesmith0.png);
- background-position: -706px 0px;
+ background-position: 0px 0px;
width: 141px;
height: 147px;
}
.background_iceberg {
background-image: url(spritesmith0.png);
- background-position: -706px -148px;
+ background-position: -707px -148px;
+ width: 140px;
+ height: 147px;
+}
+.background_island_waterfalls {
+ background-image: url(spritesmith0.png);
+ background-position: -707px -296px;
width: 140px;
height: 147px;
}
.background_marble_temple {
background-image: url(spritesmith0.png);
- background-position: -706px -296px;
+ background-position: 0px -592px;
width: 141px;
height: 147px;
}
.background_mountain_lake {
background-image: url(spritesmith0.png);
- background-position: -706px -444px;
+ background-position: -707px -444px;
width: 140px;
height: 147px;
}
.background_open_waters {
background-image: url(spritesmith0.png);
- background-position: 0px -592px;
+ background-position: -142px -592px;
width: 141px;
height: 147px;
}
.background_pagodas {
background-image: url(spritesmith0.png);
- background-position: -565px -444px;
+ background-position: -284px -592px;
width: 140px;
height: 147px;
}
.background_pumpkin_patch {
background-image: url(spritesmith0.png);
- background-position: -142px -592px;
+ background-position: -425px -592px;
width: 140px;
height: 147px;
}
.background_rolling_hills {
background-image: url(spritesmith0.png);
- background-position: -283px -592px;
+ background-position: -566px -592px;
width: 141px;
height: 147px;
}
.background_seafarer_ship {
- background-image: url(spritesmith0.png);
- background-position: -425px -592px;
- width: 140px;
- height: 147px;
-}
-.background_snowy_pines {
- background-image: url(spritesmith0.png);
- background-position: -566px -592px;
- width: 140px;
- height: 147px;
-}
-.background_south_pole {
- background-image: url(spritesmith0.png);
- background-position: -707px -592px;
- width: 140px;
- height: 147px;
-}
-.background_spring_rain {
background-image: url(spritesmith0.png);
background-position: -848px 0px;
width: 140px;
height: 147px;
}
-.background_stained_glass {
+.background_shimmery_bubbles {
background-image: url(spritesmith0.png);
background-position: -848px -148px;
width: 140px;
height: 147px;
}
-.background_starry_skies {
+.background_snowy_pines {
background-image: url(spritesmith0.png);
background-position: -848px -296px;
width: 140px;
height: 147px;
}
-.background_sunset_meadow {
+.background_south_pole {
background-image: url(spritesmith0.png);
background-position: -848px -444px;
width: 140px;
height: 147px;
}
-.background_thunderstorm {
+.background_spring_rain {
+ background-image: url(spritesmith0.png);
+ background-position: -848px -592px;
+ width: 140px;
+ height: 147px;
+}
+.background_stained_glass {
background-image: url(spritesmith0.png);
background-position: 0px -740px;
+ width: 140px;
+ height: 147px;
+}
+.background_starry_skies {
+ background-image: url(spritesmith0.png);
+ background-position: -141px -740px;
+ width: 140px;
+ height: 147px;
+}
+.background_sunset_meadow {
+ background-image: url(spritesmith0.png);
+ background-position: -282px -740px;
+ width: 140px;
+ height: 147px;
+}
+.background_thunderstorm {
+ background-image: url(spritesmith0.png);
+ background-position: -423px -740px;
width: 141px;
height: 147px;
}
.background_twinkly_lights {
background-image: url(spritesmith0.png);
- background-position: -142px -740px;
+ background-position: -565px -740px;
width: 141px;
height: 147px;
}
.background_volcano {
background-image: url(spritesmith0.png);
- background-position: -141px 0px;
+ background-position: -142px 0px;
width: 140px;
height: 147px;
}
.hair_beard_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -455px -979px;
+ background-position: -1080px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -480px -994px;
+ background-position: -1105px -106px;
width: 60px;
height: 60px;
}
.hair_beard_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -546px -979px;
+ background-position: -1080px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -571px -994px;
+ background-position: -1105px -197px;
width: 60px;
height: 60px;
}
.hair_beard_1_black {
background-image: url(spritesmith0.png);
- background-position: -637px -979px;
+ background-position: -1080px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_black {
background-image: url(spritesmith0.png);
- background-position: -662px -994px;
+ background-position: -1105px -288px;
width: 60px;
height: 60px;
}
.hair_beard_1_blond {
background-image: url(spritesmith0.png);
- background-position: -728px -979px;
+ background-position: -1080px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_blond {
background-image: url(spritesmith0.png);
- background-position: -753px -994px;
+ background-position: -1105px -379px;
width: 60px;
height: 60px;
}
.hair_beard_1_blue {
background-image: url(spritesmith0.png);
- background-position: -819px -979px;
+ background-position: -1080px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_blue {
background-image: url(spritesmith0.png);
- background-position: -844px -994px;
+ background-position: -1105px -470px;
width: 60px;
height: 60px;
}
.hair_beard_1_brown {
background-image: url(spritesmith0.png);
- background-position: -910px -979px;
+ background-position: -1080px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_brown {
background-image: url(spritesmith0.png);
- background-position: -935px -994px;
+ background-position: -1105px -561px;
width: 60px;
height: 60px;
}
.hair_beard_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -1080px 0px;
+ background-position: -1080px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -1105px -15px;
+ background-position: -1105px -652px;
width: 60px;
height: 60px;
}
.hair_beard_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1080px -91px;
+ background-position: -1080px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1105px -106px;
+ background-position: -1105px -743px;
width: 60px;
height: 60px;
}
.hair_beard_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1080px -182px;
+ background-position: -1080px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1105px -197px;
+ background-position: -1105px -834px;
width: 60px;
height: 60px;
}
.hair_beard_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1080px -273px;
+ background-position: -1080px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1105px -288px;
+ background-position: -1105px -925px;
width: 60px;
height: 60px;
}
.hair_beard_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1080px -364px;
+ background-position: 0px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1105px -379px;
+ background-position: -25px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_green {
background-image: url(spritesmith0.png);
- background-position: -1080px -455px;
+ background-position: -91px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_green {
background-image: url(spritesmith0.png);
- background-position: -1105px -470px;
+ background-position: -116px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1080px -546px;
+ background-position: -182px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1105px -561px;
+ background-position: -207px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1080px -637px;
+ background-position: -273px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1105px -652px;
+ background-position: -298px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1080px -728px;
+ background-position: -364px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1105px -743px;
+ background-position: -389px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1080px -819px;
+ background-position: -455px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1105px -834px;
+ background-position: -480px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1080px -910px;
+ background-position: -546px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1105px -925px;
+ background-position: -571px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: 0px -1070px;
+ background-position: -637px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: -25px -1085px;
+ background-position: -662px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -91px -1070px;
+ background-position: -728px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -116px -1085px;
+ background-position: -753px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_porange {
background-image: url(spritesmith0.png);
- background-position: -182px -1070px;
+ background-position: -819px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_porange {
background-image: url(spritesmith0.png);
- background-position: -207px -1085px;
+ background-position: -844px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -273px -1070px;
+ background-position: -910px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -298px -1085px;
+ background-position: -935px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -364px -1070px;
+ background-position: -1001px -1070px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -389px -1085px;
+ background-position: -1026px -1085px;
width: 60px;
height: 60px;
}
.hair_beard_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -455px -1070px;
+ background-position: -1171px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -480px -1085px;
+ background-position: -1196px -15px;
width: 60px;
height: 60px;
}
.hair_beard_1_purple {
background-image: url(spritesmith0.png);
- background-position: -546px -1070px;
+ background-position: -1171px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_purple {
background-image: url(spritesmith0.png);
- background-position: -571px -1085px;
+ background-position: -1196px -106px;
width: 60px;
height: 60px;
}
.hair_beard_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -637px -1070px;
+ background-position: -1171px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -662px -1085px;
+ background-position: -1196px -197px;
width: 60px;
height: 60px;
}
.hair_beard_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -728px -1070px;
+ background-position: -1171px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -753px -1085px;
+ background-position: -1196px -288px;
width: 60px;
height: 60px;
}
.hair_beard_1_red {
background-image: url(spritesmith0.png);
- background-position: -819px -1070px;
+ background-position: -1171px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_red {
background-image: url(spritesmith0.png);
- background-position: -844px -1085px;
+ background-position: -1196px -379px;
width: 60px;
height: 60px;
}
.hair_beard_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -910px -1070px;
+ background-position: -1171px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -935px -1085px;
+ background-position: -1196px -470px;
width: 60px;
height: 60px;
}
.hair_beard_1_white {
background-image: url(spritesmith0.png);
- background-position: -1001px -1070px;
+ background-position: -1171px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_white {
background-image: url(spritesmith0.png);
- background-position: -1026px -1085px;
+ background-position: -1196px -561px;
width: 60px;
height: 60px;
}
.hair_beard_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -1171px 0px;
+ background-position: -1171px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -1196px -15px;
+ background-position: -1196px -652px;
width: 60px;
height: 60px;
}
.hair_beard_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1171px -91px;
+ background-position: -1171px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1196px -106px;
+ background-position: -1196px -743px;
width: 60px;
height: 60px;
}
.hair_beard_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -1171px -182px;
+ background-position: -1171px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -1196px -197px;
+ background-position: -1196px -834px;
width: 60px;
height: 60px;
}
.hair_beard_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -1171px -273px;
+ background-position: -1171px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -1196px -288px;
+ background-position: -1196px -925px;
width: 60px;
height: 60px;
}
.hair_beard_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1171px -364px;
+ background-position: -1171px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1196px -379px;
+ background-position: -1196px -1016px;
width: 60px;
height: 60px;
}
.hair_beard_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -1171px -455px;
+ background-position: 0px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -1196px -470px;
+ background-position: -25px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_black {
background-image: url(spritesmith0.png);
- background-position: -1171px -546px;
+ background-position: -91px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_black {
background-image: url(spritesmith0.png);
- background-position: -1196px -561px;
+ background-position: -116px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_blond {
background-image: url(spritesmith0.png);
- background-position: -1171px -637px;
+ background-position: -182px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_blond {
background-image: url(spritesmith0.png);
- background-position: -1196px -652px;
+ background-position: -207px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1171px -728px;
+ background-position: -273px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1196px -743px;
+ background-position: -298px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1171px -819px;
+ background-position: -364px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1196px -834px;
+ background-position: -389px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1171px -910px;
+ background-position: -455px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1196px -925px;
+ background-position: -480px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1171px -1001px;
+ background-position: -546px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1196px -1016px;
+ background-position: -571px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_festive {
background-image: url(spritesmith0.png);
- background-position: 0px -1161px;
+ background-position: -637px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_festive {
background-image: url(spritesmith0.png);
- background-position: -25px -1176px;
+ background-position: -662px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_frost {
background-image: url(spritesmith0.png);
- background-position: -91px -1161px;
+ background-position: -728px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_frost {
background-image: url(spritesmith0.png);
- background-position: -116px -1176px;
+ background-position: -753px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -182px -1161px;
+ background-position: -819px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -207px -1176px;
+ background-position: -844px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_green {
background-image: url(spritesmith0.png);
- background-position: -273px -1161px;
+ background-position: -910px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_green {
background-image: url(spritesmith0.png);
- background-position: -298px -1176px;
+ background-position: -935px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -364px -1161px;
+ background-position: -1001px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -389px -1176px;
+ background-position: -1026px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_holly {
background-image: url(spritesmith0.png);
- background-position: -455px -1161px;
+ background-position: -1092px -1161px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_holly {
background-image: url(spritesmith0.png);
- background-position: -480px -1176px;
+ background-position: -1117px -1176px;
width: 60px;
height: 60px;
}
.hair_beard_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -546px -1161px;
+ background-position: -1262px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -571px -1176px;
+ background-position: -1287px -15px;
width: 60px;
height: 60px;
}
.hair_beard_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -637px -1161px;
+ background-position: -1262px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -662px -1176px;
+ background-position: -1287px -106px;
width: 60px;
height: 60px;
}
.hair_beard_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -728px -1161px;
+ background-position: -1262px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -753px -1176px;
+ background-position: -1287px -197px;
width: 60px;
height: 60px;
}
.hair_beard_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -819px -1161px;
+ background-position: -1262px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -844px -1176px;
+ background-position: -1287px -288px;
width: 60px;
height: 60px;
}
.hair_beard_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -910px -1161px;
+ background-position: -1262px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -935px -1176px;
+ background-position: -1287px -379px;
width: 60px;
height: 60px;
}
.hair_beard_2_porange {
background-image: url(spritesmith0.png);
- background-position: -1001px -1161px;
+ background-position: -1262px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_porange {
background-image: url(spritesmith0.png);
- background-position: -1026px -1176px;
+ background-position: -1287px -470px;
width: 60px;
height: 60px;
}
.hair_beard_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -1092px -1161px;
+ background-position: -1262px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -1117px -1176px;
+ background-position: -1287px -561px;
width: 60px;
height: 60px;
}
.hair_beard_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1262px 0px;
+ background-position: -1262px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1287px -15px;
+ background-position: -1287px -652px;
width: 60px;
height: 60px;
}
.hair_beard_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1262px -91px;
+ background-position: -1262px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1287px -106px;
+ background-position: -1287px -743px;
width: 60px;
height: 60px;
}
.hair_beard_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1262px -182px;
+ background-position: -1262px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1287px -197px;
+ background-position: -1287px -834px;
width: 60px;
height: 60px;
}
.hair_beard_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1262px -273px;
+ background-position: -1262px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1287px -288px;
+ background-position: -1287px -925px;
width: 60px;
height: 60px;
}
.hair_beard_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1262px -364px;
+ background-position: -1262px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1287px -379px;
+ background-position: -1287px -1016px;
width: 60px;
height: 60px;
}
.hair_beard_2_red {
background-image: url(spritesmith0.png);
- background-position: -1262px -455px;
+ background-position: -1262px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_red {
background-image: url(spritesmith0.png);
- background-position: -1287px -470px;
+ background-position: -1287px -1107px;
width: 60px;
height: 60px;
}
.hair_beard_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -1262px -546px;
+ background-position: 0px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -1287px -561px;
+ background-position: -25px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_2_white {
background-image: url(spritesmith0.png);
- background-position: -1262px -637px;
+ background-position: -91px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_white {
background-image: url(spritesmith0.png);
- background-position: -1287px -652px;
+ background-position: -116px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -1262px -728px;
+ background-position: -182px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -1287px -743px;
+ background-position: -207px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1262px -819px;
+ background-position: -273px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1287px -834px;
+ background-position: -298px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -1262px -910px;
+ background-position: -364px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -1287px -925px;
+ background-position: -389px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -1262px -1001px;
+ background-position: -455px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -1287px -1016px;
+ background-position: -480px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1262px -1092px;
+ background-position: -546px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1287px -1107px;
+ background-position: -571px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_aurora {
background-image: url(spritesmith0.png);
- background-position: 0px -1252px;
+ background-position: -637px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_aurora {
background-image: url(spritesmith0.png);
- background-position: -25px -1267px;
+ background-position: -662px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_black {
background-image: url(spritesmith0.png);
- background-position: -91px -1252px;
+ background-position: -728px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_black {
background-image: url(spritesmith0.png);
- background-position: -116px -1267px;
+ background-position: -753px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_blond {
background-image: url(spritesmith0.png);
- background-position: -182px -1252px;
+ background-position: -819px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_blond {
background-image: url(spritesmith0.png);
- background-position: -207px -1267px;
+ background-position: -844px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_blue {
background-image: url(spritesmith0.png);
- background-position: -273px -1252px;
+ background-position: -910px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_blue {
background-image: url(spritesmith0.png);
- background-position: -298px -1267px;
+ background-position: -935px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_brown {
background-image: url(spritesmith0.png);
- background-position: -364px -1252px;
+ background-position: -1001px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_brown {
background-image: url(spritesmith0.png);
- background-position: -389px -1267px;
+ background-position: -1026px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_candycane {
background-image: url(spritesmith0.png);
- background-position: -455px -1252px;
+ background-position: -1092px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_candycane {
background-image: url(spritesmith0.png);
- background-position: -480px -1267px;
+ background-position: -1117px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_candycorn {
background-image: url(spritesmith0.png);
- background-position: -546px -1252px;
+ background-position: -1183px -1252px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_candycorn {
background-image: url(spritesmith0.png);
- background-position: -571px -1267px;
+ background-position: -1208px -1267px;
width: 60px;
height: 60px;
}
.hair_beard_3_festive {
background-image: url(spritesmith0.png);
- background-position: -637px -1252px;
+ background-position: -1353px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_festive {
background-image: url(spritesmith0.png);
- background-position: -662px -1267px;
+ background-position: -1378px -15px;
width: 60px;
height: 60px;
}
.hair_beard_3_frost {
background-image: url(spritesmith0.png);
- background-position: -728px -1252px;
+ background-position: -1353px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_frost {
background-image: url(spritesmith0.png);
- background-position: -753px -1267px;
+ background-position: -1378px -106px;
width: 60px;
height: 60px;
}
.hair_beard_3_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -819px -1252px;
+ background-position: -1353px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -844px -1267px;
+ background-position: -1378px -197px;
width: 60px;
height: 60px;
}
.hair_beard_3_green {
background-image: url(spritesmith0.png);
- background-position: -910px -1252px;
+ background-position: -1353px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_green {
background-image: url(spritesmith0.png);
- background-position: -935px -1267px;
+ background-position: -1378px -288px;
width: 60px;
height: 60px;
}
.hair_beard_3_halloween {
background-image: url(spritesmith0.png);
- background-position: -1001px -1252px;
+ background-position: -1353px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_halloween {
background-image: url(spritesmith0.png);
- background-position: -1026px -1267px;
+ background-position: -1378px -379px;
width: 60px;
height: 60px;
}
.hair_beard_3_holly {
background-image: url(spritesmith0.png);
- background-position: -1092px -1252px;
+ background-position: -1353px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_holly {
background-image: url(spritesmith0.png);
- background-position: -1117px -1267px;
+ background-position: -1378px -470px;
width: 60px;
height: 60px;
}
.hair_beard_3_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1183px -1252px;
+ background-position: -1353px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1208px -1267px;
+ background-position: -1378px -561px;
width: 60px;
height: 60px;
}
.hair_beard_3_midnight {
background-image: url(spritesmith0.png);
- background-position: -1353px 0px;
+ background-position: -1353px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_midnight {
background-image: url(spritesmith0.png);
- background-position: -1378px -15px;
+ background-position: -1378px -652px;
width: 60px;
height: 60px;
}
.hair_beard_3_pblue {
background-image: url(spritesmith0.png);
- background-position: -1353px -91px;
+ background-position: -1353px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_pblue {
background-image: url(spritesmith0.png);
- background-position: -1378px -106px;
+ background-position: -1378px -743px;
width: 60px;
height: 60px;
}
.hair_beard_3_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1353px -182px;
+ background-position: -1353px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1378px -197px;
+ background-position: -1378px -834px;
width: 60px;
height: 60px;
}
.hair_beard_3_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1353px -273px;
+ background-position: -1353px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1378px -288px;
+ background-position: -1378px -925px;
width: 60px;
height: 60px;
}
.hair_beard_3_porange {
background-image: url(spritesmith0.png);
- background-position: -1353px -364px;
+ background-position: -1353px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_porange {
background-image: url(spritesmith0.png);
- background-position: -1378px -379px;
+ background-position: -1378px -1016px;
width: 60px;
height: 60px;
}
.hair_beard_3_ppink {
background-image: url(spritesmith0.png);
- background-position: -1353px -455px;
+ background-position: -1353px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_ppink {
background-image: url(spritesmith0.png);
- background-position: -1378px -470px;
+ background-position: -1378px -1107px;
width: 60px;
height: 60px;
}
.hair_beard_3_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1353px -546px;
+ background-position: -1353px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1378px -561px;
+ background-position: -1378px -1198px;
width: 60px;
height: 60px;
}
.hair_beard_3_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1353px -637px;
+ background-position: 0px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1378px -652px;
+ background-position: -25px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_purple {
background-image: url(spritesmith0.png);
- background-position: -1353px -728px;
+ background-position: -91px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_purple {
background-image: url(spritesmith0.png);
- background-position: -1378px -743px;
+ background-position: -116px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1353px -819px;
+ background-position: -182px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1378px -834px;
+ background-position: -207px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1353px -910px;
+ background-position: -273px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1378px -925px;
+ background-position: -298px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_red {
background-image: url(spritesmith0.png);
- background-position: -1353px -1001px;
+ background-position: -364px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_red {
background-image: url(spritesmith0.png);
- background-position: -1378px -1016px;
+ background-position: -389px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_snowy {
background-image: url(spritesmith0.png);
- background-position: -1353px -1092px;
+ background-position: -455px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_snowy {
background-image: url(spritesmith0.png);
- background-position: -1378px -1107px;
+ background-position: -480px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_white {
background-image: url(spritesmith0.png);
- background-position: -1353px -1183px;
+ background-position: -546px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_white {
background-image: url(spritesmith0.png);
- background-position: -1378px -1198px;
+ background-position: -571px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_winternight {
background-image: url(spritesmith0.png);
- background-position: 0px -1343px;
+ background-position: -637px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_winternight {
background-image: url(spritesmith0.png);
- background-position: -25px -1358px;
+ background-position: -662px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_winterstar {
background-image: url(spritesmith0.png);
- background-position: -91px -1343px;
+ background-position: -728px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_winterstar {
background-image: url(spritesmith0.png);
- background-position: -116px -1358px;
+ background-position: -753px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_yellow {
background-image: url(spritesmith0.png);
- background-position: -182px -1343px;
+ background-position: -819px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_yellow {
background-image: url(spritesmith0.png);
- background-position: -207px -1358px;
+ background-position: -844px -1358px;
width: 60px;
height: 60px;
}
.hair_beard_3_zombie {
background-image: url(spritesmith0.png);
- background-position: -273px -1343px;
+ background-position: -910px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_beard_3_zombie {
background-image: url(spritesmith0.png);
- background-position: -298px -1358px;
+ background-position: -935px -1358px;
width: 60px;
height: 60px;
}
.hair_mustache_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -364px -1343px;
+ background-position: -1001px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -389px -1358px;
+ background-position: -1026px -1358px;
width: 60px;
height: 60px;
}
.hair_mustache_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -455px -1343px;
+ background-position: -1092px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -480px -1358px;
+ background-position: -1117px -1358px;
width: 60px;
height: 60px;
}
.hair_mustache_1_black {
background-image: url(spritesmith0.png);
- background-position: -546px -1343px;
+ background-position: -1183px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_black {
background-image: url(spritesmith0.png);
- background-position: -571px -1358px;
+ background-position: -1208px -1358px;
width: 60px;
height: 60px;
}
.hair_mustache_1_blond {
background-image: url(spritesmith0.png);
- background-position: -637px -1343px;
+ background-position: -1274px -1343px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_blond {
background-image: url(spritesmith0.png);
- background-position: -662px -1358px;
+ background-position: -1299px -1358px;
width: 60px;
height: 60px;
}
.hair_mustache_1_blue {
background-image: url(spritesmith0.png);
- background-position: -728px -1343px;
+ background-position: -1444px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_blue {
background-image: url(spritesmith0.png);
- background-position: -753px -1358px;
+ background-position: -1469px -15px;
width: 60px;
height: 60px;
}
.hair_mustache_1_brown {
background-image: url(spritesmith0.png);
- background-position: -819px -1343px;
+ background-position: -1444px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_brown {
background-image: url(spritesmith0.png);
- background-position: -844px -1358px;
+ background-position: -1469px -106px;
width: 60px;
height: 60px;
}
.hair_mustache_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -910px -1343px;
+ background-position: -1444px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -935px -1358px;
+ background-position: -1469px -197px;
width: 60px;
height: 60px;
}
.hair_mustache_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1001px -1343px;
+ background-position: -1444px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1026px -1358px;
+ background-position: -1469px -288px;
width: 60px;
height: 60px;
}
.hair_mustache_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1092px -1343px;
+ background-position: -1444px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1117px -1358px;
+ background-position: -1469px -379px;
width: 60px;
height: 60px;
}
.hair_mustache_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1183px -1343px;
+ background-position: -1444px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1208px -1358px;
+ background-position: -1469px -470px;
width: 60px;
height: 60px;
}
.hair_mustache_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1274px -1343px;
+ background-position: -1444px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1299px -1358px;
+ background-position: -1469px -561px;
width: 60px;
height: 60px;
}
.hair_mustache_1_green {
background-image: url(spritesmith0.png);
- background-position: -1444px 0px;
+ background-position: -1444px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_green {
background-image: url(spritesmith0.png);
- background-position: -1469px -15px;
+ background-position: -1469px -652px;
width: 60px;
height: 60px;
}
.hair_mustache_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1444px -91px;
+ background-position: -1444px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1469px -106px;
+ background-position: -1469px -743px;
width: 60px;
height: 60px;
}
.hair_mustache_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1444px -182px;
+ background-position: -1444px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1469px -197px;
+ background-position: -1469px -834px;
width: 60px;
height: 60px;
}
.hair_mustache_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1444px -273px;
+ background-position: -1444px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1469px -288px;
+ background-position: -1469px -925px;
width: 60px;
height: 60px;
}
.hair_mustache_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1444px -364px;
+ background-position: -1444px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1469px -379px;
+ background-position: -1469px -1016px;
width: 60px;
height: 60px;
}
.hair_mustache_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1444px -455px;
+ background-position: -1444px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1469px -470px;
+ background-position: -1469px -1107px;
width: 60px;
height: 60px;
}
.hair_mustache_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1444px -546px;
+ background-position: -1444px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1469px -561px;
+ background-position: -1469px -1198px;
width: 60px;
height: 60px;
}
.hair_mustache_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1444px -637px;
+ background-position: -1444px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1469px -652px;
+ background-position: -1469px -1289px;
width: 60px;
height: 60px;
}
.hair_mustache_1_porange {
background-image: url(spritesmith0.png);
- background-position: -1444px -728px;
+ background-position: -708px -592px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_porange {
background-image: url(spritesmith0.png);
- background-position: -1469px -743px;
+ background-position: -733px -607px;
width: 60px;
height: 60px;
}
.hair_mustache_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -1444px -819px;
+ background-position: -91px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -1469px -834px;
+ background-position: -116px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1444px -910px;
+ background-position: -182px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1469px -925px;
+ background-position: -207px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -848px -592px;
+ background-position: -273px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -873px -607px;
+ background-position: -298px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_purple {
background-image: url(spritesmith0.png);
- background-position: -1444px -1092px;
+ background-position: -364px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_purple {
background-image: url(spritesmith0.png);
- background-position: -1469px -1107px;
+ background-position: -389px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1444px -1183px;
+ background-position: -455px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1469px -1198px;
+ background-position: -480px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1444px -1274px;
+ background-position: -546px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1469px -1289px;
+ background-position: -571px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_red {
background-image: url(spritesmith0.png);
- background-position: 0px -1434px;
+ background-position: -637px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_red {
background-image: url(spritesmith0.png);
- background-position: -25px -1449px;
+ background-position: -662px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -91px -1434px;
+ background-position: -728px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -116px -1449px;
+ background-position: -753px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_white {
background-image: url(spritesmith0.png);
- background-position: -182px -1434px;
+ background-position: -819px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_white {
background-image: url(spritesmith0.png);
- background-position: -207px -1449px;
+ background-position: -844px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -273px -1434px;
+ background-position: -910px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -298px -1449px;
+ background-position: -935px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -364px -1434px;
+ background-position: -1001px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -389px -1449px;
+ background-position: -1026px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -455px -1434px;
+ background-position: -1092px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -480px -1449px;
+ background-position: -1117px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -546px -1434px;
+ background-position: -1183px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -571px -1449px;
+ background-position: -1208px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -637px -1434px;
+ background-position: -1274px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -662px -1449px;
+ background-position: -1299px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -728px -1434px;
+ background-position: -1365px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -753px -1449px;
+ background-position: -1390px -1449px;
width: 60px;
height: 60px;
}
.hair_mustache_2_black {
background-image: url(spritesmith0.png);
- background-position: -819px -1434px;
+ background-position: -1535px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_black {
background-image: url(spritesmith0.png);
- background-position: -844px -1449px;
+ background-position: -1560px -15px;
width: 60px;
height: 60px;
}
.hair_mustache_2_blond {
background-image: url(spritesmith0.png);
- background-position: -910px -1434px;
+ background-position: -1535px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_blond {
background-image: url(spritesmith0.png);
- background-position: -935px -1449px;
+ background-position: -1560px -106px;
width: 60px;
height: 60px;
}
.hair_mustache_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1001px -1434px;
+ background-position: -1535px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1026px -1449px;
+ background-position: -1560px -197px;
width: 60px;
height: 60px;
}
.hair_mustache_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1092px -1434px;
+ background-position: -1535px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1117px -1449px;
+ background-position: -1560px -288px;
width: 60px;
height: 60px;
}
.hair_mustache_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1183px -1434px;
+ background-position: -1535px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1208px -1449px;
+ background-position: -1560px -379px;
width: 60px;
height: 60px;
}
.hair_mustache_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1274px -1434px;
+ background-position: -1535px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1299px -1449px;
+ background-position: -1560px -470px;
width: 60px;
height: 60px;
}
.hair_mustache_2_festive {
background-image: url(spritesmith0.png);
- background-position: -1365px -1434px;
+ background-position: -1535px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_festive {
background-image: url(spritesmith0.png);
- background-position: -1390px -1449px;
+ background-position: -1560px -561px;
width: 60px;
height: 60px;
}
.hair_mustache_2_frost {
background-image: url(spritesmith0.png);
- background-position: -1535px 0px;
+ background-position: -1535px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_frost {
background-image: url(spritesmith0.png);
- background-position: -1560px -15px;
+ background-position: -1560px -652px;
width: 60px;
height: 60px;
}
.hair_mustache_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1535px -91px;
+ background-position: -1535px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1560px -106px;
+ background-position: -1560px -743px;
width: 60px;
height: 60px;
}
.hair_mustache_2_green {
background-image: url(spritesmith0.png);
- background-position: -1535px -182px;
+ background-position: -1535px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_green {
background-image: url(spritesmith0.png);
- background-position: -1560px -197px;
+ background-position: -1560px -834px;
width: 60px;
height: 60px;
}
.hair_mustache_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -1535px -273px;
+ background-position: -1535px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -1560px -288px;
+ background-position: -1560px -925px;
width: 60px;
height: 60px;
}
.hair_mustache_2_holly {
background-image: url(spritesmith0.png);
- background-position: -1535px -364px;
+ background-position: -1535px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_holly {
background-image: url(spritesmith0.png);
- background-position: -1560px -379px;
+ background-position: -1560px -1016px;
width: 60px;
height: 60px;
}
.hair_mustache_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1535px -455px;
+ background-position: -1535px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1560px -470px;
+ background-position: -1560px -1107px;
width: 60px;
height: 60px;
}
.hair_mustache_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -1535px -546px;
+ background-position: -1535px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -1560px -561px;
+ background-position: -1560px -1198px;
width: 60px;
height: 60px;
}
.hair_mustache_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -1535px -637px;
+ background-position: -1535px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -1560px -652px;
+ background-position: -1560px -1289px;
width: 60px;
height: 60px;
}
.hair_mustache_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1535px -728px;
+ background-position: -1535px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1560px -743px;
+ background-position: -1560px -1380px;
width: 60px;
height: 60px;
}
.hair_mustache_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1535px -819px;
+ background-position: 0px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1560px -834px;
+ background-position: -25px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_porange {
background-image: url(spritesmith0.png);
- background-position: -1535px -910px;
+ background-position: -91px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_porange {
background-image: url(spritesmith0.png);
- background-position: -1560px -925px;
+ background-position: -116px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -1535px -1001px;
+ background-position: -182px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -1560px -1016px;
+ background-position: -207px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1535px -1092px;
+ background-position: -273px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -1560px -1107px;
+ background-position: -298px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1535px -1183px;
+ background-position: -364px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1560px -1198px;
+ background-position: -389px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1535px -1274px;
+ background-position: -455px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1560px -1289px;
+ background-position: -480px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1535px -1365px;
+ background-position: -546px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1560px -1380px;
+ background-position: -571px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: 0px -1525px;
+ background-position: -637px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: -25px -1540px;
+ background-position: -662px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_red {
background-image: url(spritesmith0.png);
- background-position: -91px -1525px;
+ background-position: -728px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_red {
background-image: url(spritesmith0.png);
- background-position: -116px -1540px;
+ background-position: -753px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -182px -1525px;
+ background-position: -819px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -207px -1540px;
+ background-position: -844px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_white {
background-image: url(spritesmith0.png);
- background-position: -273px -1525px;
+ background-position: -910px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_white {
background-image: url(spritesmith0.png);
- background-position: -298px -1540px;
+ background-position: -935px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -364px -1525px;
+ background-position: -1001px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -389px -1540px;
+ background-position: -1026px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -455px -1525px;
+ background-position: -1092px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -480px -1540px;
+ background-position: -1117px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -546px -1525px;
+ background-position: -1183px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -571px -1540px;
+ background-position: -1208px -1540px;
width: 60px;
height: 60px;
}
.hair_mustache_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -637px -1525px;
+ background-position: -1274px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_mustache_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -662px -1540px;
+ background-position: -1299px -1540px;
width: 60px;
height: 60px;
}
.hair_flower_1 {
background-image: url(spritesmith0.png);
- background-position: -728px -1525px;
+ background-position: -1365px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_1 {
background-image: url(spritesmith0.png);
- background-position: -753px -1540px;
+ background-position: -1390px -1540px;
width: 60px;
height: 60px;
}
.hair_flower_2 {
background-image: url(spritesmith0.png);
- background-position: -819px -1525px;
+ background-position: -1456px -1525px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_2 {
background-image: url(spritesmith0.png);
- background-position: -844px -1540px;
+ background-position: -1481px -1540px;
width: 60px;
height: 60px;
}
.hair_flower_3 {
background-image: url(spritesmith0.png);
- background-position: -910px -1525px;
+ background-position: -1626px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_3 {
background-image: url(spritesmith0.png);
- background-position: -935px -1540px;
+ background-position: -1651px -15px;
width: 60px;
height: 60px;
}
.hair_flower_4 {
background-image: url(spritesmith0.png);
- background-position: -1001px -1525px;
+ background-position: -1626px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_4 {
background-image: url(spritesmith0.png);
- background-position: -1026px -1540px;
+ background-position: -1651px -106px;
width: 60px;
height: 60px;
}
.hair_flower_5 {
background-image: url(spritesmith0.png);
- background-position: -1092px -1525px;
+ background-position: -1626px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_5 {
background-image: url(spritesmith0.png);
- background-position: -1117px -1540px;
+ background-position: -1651px -197px;
width: 60px;
height: 60px;
}
.hair_flower_6 {
background-image: url(spritesmith0.png);
- background-position: -1183px -1525px;
+ background-position: -1626px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_flower_6 {
background-image: url(spritesmith0.png);
- background-position: -1208px -1540px;
+ background-position: -1651px -288px;
width: 60px;
height: 60px;
}
.hair_bangs_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1274px -1525px;
+ background-position: -1626px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1299px -1540px;
+ background-position: -1651px -379px;
width: 60px;
height: 60px;
}
.hair_bangs_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -1365px -1525px;
+ background-position: -1626px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_aurora {
background-image: url(spritesmith0.png);
- background-position: -1390px -1540px;
+ background-position: -1651px -470px;
width: 60px;
height: 60px;
}
.hair_bangs_1_black {
background-image: url(spritesmith0.png);
- background-position: -1456px -1525px;
+ background-position: -1626px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_black {
background-image: url(spritesmith0.png);
- background-position: -1481px -1540px;
+ background-position: -1651px -561px;
width: 60px;
height: 60px;
}
.hair_bangs_1_blond {
background-image: url(spritesmith0.png);
- background-position: -1626px 0px;
+ background-position: -1626px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_blond {
background-image: url(spritesmith0.png);
- background-position: -1651px -15px;
+ background-position: -1651px -652px;
width: 60px;
height: 60px;
}
.hair_bangs_1_blue {
background-image: url(spritesmith0.png);
- background-position: -1626px -91px;
+ background-position: -1626px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_blue {
background-image: url(spritesmith0.png);
- background-position: -1651px -106px;
+ background-position: -1651px -743px;
width: 60px;
height: 60px;
}
.hair_bangs_1_brown {
background-image: url(spritesmith0.png);
- background-position: -1626px -182px;
+ background-position: -1626px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_brown {
background-image: url(spritesmith0.png);
- background-position: -1651px -197px;
+ background-position: -1651px -834px;
width: 60px;
height: 60px;
}
.hair_bangs_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -1626px -273px;
+ background-position: -1626px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_candycane {
background-image: url(spritesmith0.png);
- background-position: -1651px -288px;
+ background-position: -1651px -925px;
width: 60px;
height: 60px;
}
.hair_bangs_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1626px -364px;
+ background-position: -1626px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1651px -379px;
+ background-position: -1651px -1016px;
width: 60px;
height: 60px;
}
.hair_bangs_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1626px -455px;
+ background-position: -1626px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_festive {
background-image: url(spritesmith0.png);
- background-position: -1651px -470px;
+ background-position: -1651px -1107px;
width: 60px;
height: 60px;
}
.hair_bangs_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1626px -546px;
+ background-position: -1626px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_frost {
background-image: url(spritesmith0.png);
- background-position: -1651px -561px;
+ background-position: -1651px -1198px;
width: 60px;
height: 60px;
}
.hair_bangs_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1626px -637px;
+ background-position: -1626px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1651px -652px;
+ background-position: -1651px -1289px;
width: 60px;
height: 60px;
}
.hair_bangs_1_green {
background-image: url(spritesmith0.png);
- background-position: -1626px -728px;
+ background-position: -1626px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_green {
background-image: url(spritesmith0.png);
- background-position: -1651px -743px;
+ background-position: -1651px -1380px;
width: 60px;
height: 60px;
}
.hair_bangs_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1626px -819px;
+ background-position: -1626px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_halloween {
background-image: url(spritesmith0.png);
- background-position: -1651px -834px;
+ background-position: -1651px -1471px;
width: 60px;
height: 60px;
}
.hair_bangs_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1626px -910px;
+ background-position: 0px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_holly {
background-image: url(spritesmith0.png);
- background-position: -1651px -925px;
+ background-position: -25px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1626px -1001px;
+ background-position: -91px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1651px -1016px;
+ background-position: -116px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1626px -1092px;
+ background-position: -182px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_midnight {
background-image: url(spritesmith0.png);
- background-position: -1651px -1107px;
+ background-position: -207px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1626px -1183px;
+ background-position: -273px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pblue {
background-image: url(spritesmith0.png);
- background-position: -1651px -1198px;
+ background-position: -298px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -1626px -1274px;
+ background-position: -364px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -1651px -1289px;
+ background-position: -389px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1626px -1365px;
+ background-position: -455px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_peppermint {
background-image: url(spritesmith0.png);
- background-position: -1651px -1380px;
+ background-position: -480px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1626px -1456px;
+ background-position: -546px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pgreen {
background-image: url(spritesmith0.png);
- background-position: -1651px -1471px;
+ background-position: -571px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: 0px -1616px;
+ background-position: -637px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -25px -1631px;
+ background-position: -662px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_porange {
background-image: url(spritesmith0.png);
- background-position: -91px -1616px;
+ background-position: -728px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_porange {
background-image: url(spritesmith0.png);
- background-position: -116px -1631px;
+ background-position: -753px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_porange2 {
background-image: url(spritesmith0.png);
- background-position: -182px -1616px;
+ background-position: -819px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_porange2 {
background-image: url(spritesmith0.png);
- background-position: -207px -1631px;
+ background-position: -844px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -273px -1616px;
+ background-position: -910px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_ppink {
background-image: url(spritesmith0.png);
- background-position: -298px -1631px;
+ background-position: -935px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -364px -1616px;
+ background-position: -1001px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -389px -1631px;
+ background-position: -1026px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -455px -1616px;
+ background-position: -1092px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_ppurple {
background-image: url(spritesmith0.png);
- background-position: -480px -1631px;
+ background-position: -1117px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -546px -1616px;
+ background-position: -1183px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -571px -1631px;
+ background-position: -1208px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -637px -1616px;
+ background-position: -1274px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -662px -1631px;
+ background-position: -1299px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_purple {
background-image: url(spritesmith0.png);
- background-position: -728px -1616px;
+ background-position: -1365px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_purple {
background-image: url(spritesmith0.png);
- background-position: -753px -1631px;
+ background-position: -1390px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -819px -1616px;
+ background-position: -1456px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pyellow {
background-image: url(spritesmith0.png);
- background-position: -844px -1631px;
+ background-position: -1481px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: -910px -1616px;
+ background-position: -1547px -1616px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: -935px -1631px;
+ background-position: -1572px -1631px;
width: 60px;
height: 60px;
}
.hair_bangs_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1001px -1616px;
+ background-position: -1717px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1026px -1631px;
+ background-position: -1742px -15px;
width: 60px;
height: 60px;
}
.hair_bangs_1_red {
background-image: url(spritesmith0.png);
- background-position: -1092px -1616px;
+ background-position: -1717px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_red {
background-image: url(spritesmith0.png);
- background-position: -1117px -1631px;
+ background-position: -1742px -106px;
width: 60px;
height: 60px;
}
.hair_bangs_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -1183px -1616px;
+ background-position: -1717px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_snowy {
background-image: url(spritesmith0.png);
- background-position: -1208px -1631px;
+ background-position: -1742px -197px;
width: 60px;
height: 60px;
}
.hair_bangs_1_white {
background-image: url(spritesmith0.png);
- background-position: -1274px -1616px;
+ background-position: -1717px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_white {
background-image: url(spritesmith0.png);
- background-position: -1299px -1631px;
+ background-position: -1742px -288px;
width: 60px;
height: 60px;
}
.hair_bangs_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -1365px -1616px;
+ background-position: -1717px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_winternight {
background-image: url(spritesmith0.png);
- background-position: -1390px -1631px;
+ background-position: -1742px -379px;
width: 60px;
height: 60px;
}
.hair_bangs_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1456px -1616px;
+ background-position: -1717px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1481px -1631px;
+ background-position: -1742px -470px;
width: 60px;
height: 60px;
}
.hair_bangs_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -1547px -1616px;
+ background-position: -1717px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_yellow {
background-image: url(spritesmith0.png);
- background-position: -1572px -1631px;
+ background-position: -1742px -561px;
width: 60px;
height: 60px;
}
.hair_bangs_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -1717px 0px;
+ background-position: -1717px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_1_zombie {
background-image: url(spritesmith0.png);
- background-position: -1742px -15px;
+ background-position: -1742px -652px;
width: 60px;
height: 60px;
}
.hair_bangs_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1717px -91px;
+ background-position: -1717px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1742px -106px;
+ background-position: -1742px -743px;
width: 60px;
height: 60px;
}
.hair_bangs_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -1717px -182px;
+ background-position: -1717px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_aurora {
background-image: url(spritesmith0.png);
- background-position: -1742px -197px;
+ background-position: -1742px -834px;
width: 60px;
height: 60px;
}
.hair_bangs_2_black {
background-image: url(spritesmith0.png);
- background-position: -1717px -273px;
+ background-position: -1717px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_black {
background-image: url(spritesmith0.png);
- background-position: -1742px -288px;
+ background-position: -1742px -925px;
width: 60px;
height: 60px;
}
.hair_bangs_2_blond {
background-image: url(spritesmith0.png);
- background-position: -1717px -364px;
+ background-position: -1717px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_blond {
background-image: url(spritesmith0.png);
- background-position: -1742px -379px;
+ background-position: -1742px -1016px;
width: 60px;
height: 60px;
}
.hair_bangs_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1717px -455px;
+ background-position: -1717px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_blue {
background-image: url(spritesmith0.png);
- background-position: -1742px -470px;
+ background-position: -1742px -1107px;
width: 60px;
height: 60px;
}
.hair_bangs_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1717px -546px;
+ background-position: -1717px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_brown {
background-image: url(spritesmith0.png);
- background-position: -1742px -561px;
+ background-position: -1742px -1198px;
width: 60px;
height: 60px;
}
.hair_bangs_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1717px -637px;
+ background-position: -1717px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_candycane {
background-image: url(spritesmith0.png);
- background-position: -1742px -652px;
+ background-position: -1742px -1289px;
width: 60px;
height: 60px;
}
.hair_bangs_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1717px -728px;
+ background-position: -1717px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1742px -743px;
+ background-position: -1742px -1380px;
width: 60px;
height: 60px;
}
.hair_bangs_2_festive {
background-image: url(spritesmith0.png);
- background-position: -1717px -819px;
+ background-position: -1717px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_festive {
background-image: url(spritesmith0.png);
- background-position: -1742px -834px;
+ background-position: -1742px -1471px;
width: 60px;
height: 60px;
}
.hair_bangs_2_frost {
background-image: url(spritesmith0.png);
- background-position: -1717px -910px;
+ background-position: -1717px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_frost {
background-image: url(spritesmith0.png);
- background-position: -1742px -925px;
+ background-position: -1742px -1562px;
width: 60px;
height: 60px;
}
.hair_bangs_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1717px -1001px;
+ background-position: 0px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1742px -1016px;
+ background-position: -25px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_green {
background-image: url(spritesmith0.png);
- background-position: -1717px -1092px;
+ background-position: -91px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_green {
background-image: url(spritesmith0.png);
- background-position: -1742px -1107px;
+ background-position: -116px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -1717px -1183px;
+ background-position: -182px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_halloween {
background-image: url(spritesmith0.png);
- background-position: -1742px -1198px;
+ background-position: -207px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_holly {
background-image: url(spritesmith0.png);
- background-position: -1717px -1274px;
+ background-position: -273px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_holly {
background-image: url(spritesmith0.png);
- background-position: -1742px -1289px;
+ background-position: -298px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1717px -1365px;
+ background-position: -364px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1742px -1380px;
+ background-position: -389px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -1717px -1456px;
+ background-position: -455px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_midnight {
background-image: url(spritesmith0.png);
- background-position: -1742px -1471px;
+ background-position: -480px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -1717px -1547px;
+ background-position: -546px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pblue {
background-image: url(spritesmith0.png);
- background-position: -1742px -1562px;
+ background-position: -571px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pblue2 {
background-image: url(spritesmith0.png);
- background-position: 0px -1707px;
+ background-position: -637px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -25px -1722px;
+ background-position: -662px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -91px -1707px;
+ background-position: -728px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_peppermint {
background-image: url(spritesmith0.png);
- background-position: -116px -1722px;
+ background-position: -753px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -182px -1707px;
+ background-position: -819px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pgreen {
background-image: url(spritesmith0.png);
- background-position: -207px -1722px;
+ background-position: -844px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -273px -1707px;
+ background-position: -910px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -298px -1722px;
+ background-position: -935px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_porange {
background-image: url(spritesmith0.png);
- background-position: -364px -1707px;
+ background-position: -1001px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_porange {
background-image: url(spritesmith0.png);
- background-position: -389px -1722px;
+ background-position: -1026px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_porange2 {
background-image: url(spritesmith0.png);
- background-position: -455px -1707px;
+ background-position: -1092px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_porange2 {
background-image: url(spritesmith0.png);
- background-position: -480px -1722px;
+ background-position: -1117px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -546px -1707px;
+ background-position: -1183px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_ppink {
background-image: url(spritesmith0.png);
- background-position: -571px -1722px;
+ background-position: -1208px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -637px -1707px;
+ background-position: -1274px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -662px -1722px;
+ background-position: -1299px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -728px -1707px;
+ background-position: -1365px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_ppurple {
background-image: url(spritesmith0.png);
- background-position: -753px -1722px;
+ background-position: -1390px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -819px -1707px;
+ background-position: -1456px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -844px -1722px;
+ background-position: -1481px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -910px -1707px;
+ background-position: -1547px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -935px -1722px;
+ background-position: -1572px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1001px -1707px;
+ background-position: -1638px -1707px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_purple {
background-image: url(spritesmith0.png);
- background-position: -1026px -1722px;
+ background-position: -1663px -1722px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1092px -1707px;
+ background-position: -1808px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1117px -1722px;
+ background-position: -1833px -15px;
width: 60px;
height: 60px;
}
.hair_bangs_2_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: -1183px -1707px;
+ background-position: -1808px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: -1208px -1722px;
+ background-position: -1833px -106px;
width: 60px;
height: 60px;
}
.hair_bangs_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1274px -1707px;
+ background-position: -1808px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1299px -1722px;
+ background-position: -1833px -197px;
width: 60px;
height: 60px;
}
.hair_bangs_2_red {
background-image: url(spritesmith0.png);
- background-position: -1365px -1707px;
+ background-position: -1808px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_red {
background-image: url(spritesmith0.png);
- background-position: -1390px -1722px;
+ background-position: -1833px -288px;
width: 60px;
height: 60px;
}
.hair_bangs_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -1456px -1707px;
+ background-position: -1808px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_snowy {
background-image: url(spritesmith0.png);
- background-position: -1481px -1722px;
+ background-position: -1833px -379px;
width: 60px;
height: 60px;
}
.hair_bangs_2_white {
background-image: url(spritesmith0.png);
- background-position: -1547px -1707px;
+ background-position: -1808px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_white {
background-image: url(spritesmith0.png);
- background-position: -1572px -1722px;
+ background-position: -1833px -470px;
width: 60px;
height: 60px;
}
.hair_bangs_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -1638px -1707px;
+ background-position: -1808px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_winternight {
background-image: url(spritesmith0.png);
- background-position: -1663px -1722px;
+ background-position: -1833px -561px;
width: 60px;
height: 60px;
}
.hair_bangs_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1808px 0px;
+ background-position: -1808px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1833px -15px;
+ background-position: -1833px -652px;
width: 60px;
height: 60px;
}
.hair_bangs_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -1808px -91px;
+ background-position: -1808px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_yellow {
background-image: url(spritesmith0.png);
- background-position: -1833px -106px;
+ background-position: -1833px -743px;
width: 60px;
height: 60px;
}
.hair_bangs_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -1808px -182px;
+ background-position: -1808px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_2_zombie {
background-image: url(spritesmith0.png);
- background-position: -1833px -197px;
+ background-position: -1833px -834px;
width: 60px;
height: 60px;
}
.hair_bangs_3_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1808px -273px;
+ background-position: -1808px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1833px -288px;
+ background-position: -1833px -925px;
width: 60px;
height: 60px;
}
.hair_bangs_3_aurora {
background-image: url(spritesmith0.png);
- background-position: -1808px -364px;
+ background-position: -1808px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_aurora {
background-image: url(spritesmith0.png);
- background-position: -1833px -379px;
+ background-position: -1833px -1016px;
width: 60px;
height: 60px;
}
.hair_bangs_3_black {
background-image: url(spritesmith0.png);
- background-position: -1808px -455px;
+ background-position: -1808px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_black {
background-image: url(spritesmith0.png);
- background-position: -1833px -470px;
+ background-position: -1833px -1107px;
width: 60px;
height: 60px;
}
.hair_bangs_3_blond {
background-image: url(spritesmith0.png);
- background-position: -1808px -546px;
+ background-position: -1808px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_blond {
background-image: url(spritesmith0.png);
- background-position: -1833px -561px;
+ background-position: -1833px -1198px;
width: 60px;
height: 60px;
}
.hair_bangs_3_blue {
background-image: url(spritesmith0.png);
- background-position: -1808px -637px;
+ background-position: -1808px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_blue {
background-image: url(spritesmith0.png);
- background-position: -1833px -652px;
+ background-position: -1833px -1289px;
width: 60px;
height: 60px;
}
.hair_bangs_3_brown {
background-image: url(spritesmith0.png);
- background-position: -1808px -728px;
+ background-position: -1808px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_brown {
background-image: url(spritesmith0.png);
- background-position: -1833px -743px;
+ background-position: -1833px -1380px;
width: 60px;
height: 60px;
}
.hair_bangs_3_candycane {
background-image: url(spritesmith0.png);
- background-position: -1808px -819px;
+ background-position: -1808px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_candycane {
background-image: url(spritesmith0.png);
- background-position: -1833px -834px;
+ background-position: -1833px -1471px;
width: 60px;
height: 60px;
}
.hair_bangs_3_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1808px -910px;
+ background-position: -1808px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_candycorn {
background-image: url(spritesmith0.png);
- background-position: -1833px -925px;
+ background-position: -1833px -1562px;
width: 60px;
height: 60px;
}
.hair_bangs_3_festive {
background-image: url(spritesmith0.png);
- background-position: -1808px -1001px;
+ background-position: -1808px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_festive {
background-image: url(spritesmith0.png);
- background-position: -1833px -1016px;
+ background-position: -1833px -1653px;
width: 60px;
height: 60px;
}
.hair_bangs_3_frost {
background-image: url(spritesmith0.png);
- background-position: -1808px -1092px;
+ background-position: 0px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_frost {
background-image: url(spritesmith0.png);
- background-position: -1833px -1107px;
+ background-position: -25px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1808px -1183px;
+ background-position: -91px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -1833px -1198px;
+ background-position: -116px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_green {
background-image: url(spritesmith0.png);
- background-position: -1808px -1274px;
+ background-position: -182px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_green {
background-image: url(spritesmith0.png);
- background-position: -1833px -1289px;
+ background-position: -207px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_halloween {
background-image: url(spritesmith0.png);
- background-position: -1808px -1365px;
+ background-position: -273px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_halloween {
background-image: url(spritesmith0.png);
- background-position: -1833px -1380px;
+ background-position: -298px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_holly {
background-image: url(spritesmith0.png);
- background-position: -1808px -1456px;
+ background-position: -364px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_holly {
background-image: url(spritesmith0.png);
- background-position: -1833px -1471px;
+ background-position: -389px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1808px -1547px;
+ background-position: -455px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -1833px -1562px;
+ background-position: -480px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_midnight {
background-image: url(spritesmith0.png);
- background-position: -1808px -1638px;
+ background-position: -546px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_midnight {
background-image: url(spritesmith0.png);
- background-position: -1833px -1653px;
+ background-position: -571px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pblue {
background-image: url(spritesmith0.png);
- background-position: 0px -1798px;
+ background-position: -637px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pblue {
background-image: url(spritesmith0.png);
- background-position: -25px -1813px;
+ background-position: -662px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -91px -1798px;
+ background-position: -728px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -116px -1813px;
+ background-position: -753px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_peppermint {
background-image: url(spritesmith0.png);
- background-position: -182px -1798px;
+ background-position: -819px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_peppermint {
background-image: url(spritesmith0.png);
- background-position: -207px -1813px;
+ background-position: -844px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pgreen {
background-image: url(spritesmith0.png);
- background-position: -273px -1798px;
+ background-position: -910px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pgreen {
background-image: url(spritesmith0.png);
- background-position: -298px -1813px;
+ background-position: -935px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -364px -1798px;
+ background-position: -1001px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -389px -1813px;
+ background-position: -1026px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_porange {
background-image: url(spritesmith0.png);
- background-position: -455px -1798px;
+ background-position: -1092px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_porange {
background-image: url(spritesmith0.png);
- background-position: -480px -1813px;
+ background-position: -1117px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_porange2 {
background-image: url(spritesmith0.png);
- background-position: -546px -1798px;
+ background-position: -1183px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_porange2 {
background-image: url(spritesmith0.png);
- background-position: -571px -1813px;
+ background-position: -1208px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_ppink {
background-image: url(spritesmith0.png);
- background-position: -637px -1798px;
+ background-position: -1274px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_ppink {
background-image: url(spritesmith0.png);
- background-position: -662px -1813px;
+ background-position: -1299px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -728px -1798px;
+ background-position: -1365px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_ppink2 {
background-image: url(spritesmith0.png);
- background-position: -753px -1813px;
+ background-position: -1390px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_ppurple {
background-image: url(spritesmith0.png);
- background-position: -819px -1798px;
+ background-position: -1456px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_ppurple {
background-image: url(spritesmith0.png);
- background-position: -844px -1813px;
+ background-position: -1481px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -910px -1798px;
+ background-position: -1547px -1798px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_ppurple2 {
background-image: url(spritesmith0.png);
- background-position: -935px -1813px;
+ background-position: -1572px -1813px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1001px -1798px;
+ background-position: 0px -1434px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pumpkin {
background-image: url(spritesmith0.png);
- background-position: -1026px -1813px;
+ background-position: -25px -1449px;
width: 60px;
height: 60px;
}
.hair_bangs_3_purple {
background-image: url(spritesmith0.png);
- background-position: -1092px -1798px;
+ background-position: -637px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_purple {
background-image: url(spritesmith0.png);
- background-position: -1117px -1813px;
+ background-position: -662px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1444px -1001px;
+ background-position: -546px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pyellow {
background-image: url(spritesmith0.png);
- background-position: -1469px -1016px;
+ background-position: -571px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: 0px -979px;
+ background-position: -455px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_pyellow2 {
background-image: url(spritesmith0.png);
- background-position: -25px -994px;
+ background-position: -480px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_rainbow {
background-image: url(spritesmith0.png);
- background-position: -989px -819px;
+ background-position: -364px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_rainbow {
background-image: url(spritesmith0.png);
- background-position: -1014px -834px;
+ background-position: -389px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_red {
background-image: url(spritesmith0.png);
- background-position: -989px -728px;
+ background-position: -273px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_red {
background-image: url(spritesmith0.png);
- background-position: -1014px -743px;
+ background-position: -298px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_snowy {
background-image: url(spritesmith0.png);
- background-position: -989px -637px;
+ background-position: -182px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_snowy {
background-image: url(spritesmith0.png);
- background-position: -1014px -652px;
+ background-position: -207px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_white {
background-image: url(spritesmith0.png);
- background-position: -989px -546px;
+ background-position: -91px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_white {
background-image: url(spritesmith0.png);
- background-position: -1014px -561px;
+ background-position: -116px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_winternight {
background-image: url(spritesmith0.png);
- background-position: -989px -455px;
+ background-position: 0px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_winternight {
background-image: url(spritesmith0.png);
- background-position: -1014px -470px;
+ background-position: -25px -994px;
width: 60px;
height: 60px;
}
.hair_bangs_3_winterstar {
background-image: url(spritesmith0.png);
- background-position: -989px -364px;
+ background-position: -989px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_winterstar {
background-image: url(spritesmith0.png);
- background-position: -1014px -379px;
+ background-position: -1014px -834px;
width: 60px;
height: 60px;
}
.hair_bangs_3_yellow {
background-image: url(spritesmith0.png);
- background-position: -989px -273px;
+ background-position: -989px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_yellow {
background-image: url(spritesmith0.png);
- background-position: -1014px -288px;
+ background-position: -1014px -743px;
width: 60px;
height: 60px;
}
.hair_bangs_3_zombie {
background-image: url(spritesmith0.png);
- background-position: -989px -182px;
+ background-position: -989px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_bangs_3_zombie {
background-image: url(spritesmith0.png);
- background-position: -1014px -197px;
+ background-position: -1014px -652px;
width: 60px;
height: 60px;
}
.hair_base_10_TRUred {
background-image: url(spritesmith0.png);
- background-position: -989px -91px;
+ background-position: -989px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_TRUred {
background-image: url(spritesmith0.png);
- background-position: -1014px -106px;
+ background-position: -1014px -561px;
width: 60px;
height: 60px;
}
.hair_base_10_aurora {
background-image: url(spritesmith0.png);
- background-position: -989px 0px;
+ background-position: -989px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_aurora {
background-image: url(spritesmith0.png);
- background-position: -1014px -15px;
+ background-position: -1014px -470px;
width: 60px;
height: 60px;
}
.hair_base_10_black {
background-image: url(spritesmith0.png);
- background-position: -819px -888px;
+ background-position: -989px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_black {
background-image: url(spritesmith0.png);
- background-position: -844px -903px;
+ background-position: -1014px -379px;
width: 60px;
height: 60px;
}
.hair_base_10_blond {
background-image: url(spritesmith0.png);
- background-position: -728px -888px;
+ background-position: -989px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_blond {
background-image: url(spritesmith0.png);
- background-position: -753px -903px;
+ background-position: -1014px -288px;
width: 60px;
height: 60px;
}
.hair_base_10_blue {
background-image: url(spritesmith0.png);
- background-position: -637px -888px;
+ background-position: -989px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_blue {
background-image: url(spritesmith0.png);
- background-position: -662px -903px;
+ background-position: -1014px -197px;
width: 60px;
height: 60px;
}
.hair_base_10_brown {
background-image: url(spritesmith0.png);
- background-position: -546px -888px;
+ background-position: -989px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_brown {
background-image: url(spritesmith0.png);
- background-position: -571px -903px;
+ background-position: -1014px -106px;
width: 60px;
height: 60px;
}
.hair_base_10_candycane {
background-image: url(spritesmith0.png);
- background-position: -455px -888px;
+ background-position: -989px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_candycane {
background-image: url(spritesmith0.png);
- background-position: -480px -903px;
+ background-position: -1014px -15px;
width: 60px;
height: 60px;
}
.hair_base_10_candycorn {
background-image: url(spritesmith0.png);
- background-position: -364px -888px;
+ background-position: -819px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_candycorn {
background-image: url(spritesmith0.png);
- background-position: -389px -903px;
+ background-position: -844px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_festive {
background-image: url(spritesmith0.png);
- background-position: -273px -888px;
+ background-position: -728px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_festive {
background-image: url(spritesmith0.png);
- background-position: -298px -903px;
+ background-position: -753px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_frost {
background-image: url(spritesmith0.png);
- background-position: -182px -888px;
+ background-position: -637px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_frost {
background-image: url(spritesmith0.png);
- background-position: -207px -903px;
+ background-position: -662px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -91px -888px;
+ background-position: -546px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_ghostwhite {
background-image: url(spritesmith0.png);
- background-position: -116px -903px;
+ background-position: -571px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_green {
background-image: url(spritesmith0.png);
- background-position: 0px -888px;
+ background-position: -455px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_green {
background-image: url(spritesmith0.png);
- background-position: -25px -903px;
+ background-position: -480px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_halloween {
background-image: url(spritesmith0.png);
- background-position: -830px -740px;
+ background-position: -364px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_halloween {
background-image: url(spritesmith0.png);
- background-position: -855px -755px;
+ background-position: -389px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_holly {
background-image: url(spritesmith0.png);
- background-position: -739px -740px;
+ background-position: -273px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_holly {
background-image: url(spritesmith0.png);
- background-position: -764px -755px;
+ background-position: -298px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -648px -740px;
+ background-position: -182px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_hollygreen {
background-image: url(spritesmith0.png);
- background-position: -673px -755px;
+ background-position: -207px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_midnight {
background-image: url(spritesmith0.png);
- background-position: -557px -740px;
+ background-position: -91px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_midnight {
background-image: url(spritesmith0.png);
- background-position: -582px -755px;
+ background-position: -116px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_pblue {
background-image: url(spritesmith0.png);
- background-position: -466px -740px;
+ background-position: 0px -888px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_pblue {
background-image: url(spritesmith0.png);
- background-position: -491px -755px;
+ background-position: -25px -903px;
width: 60px;
height: 60px;
}
.hair_base_10_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -375px -740px;
+ background-position: -889px -740px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_pblue2 {
background-image: url(spritesmith0.png);
- background-position: -400px -755px;
+ background-position: -914px -755px;
width: 60px;
height: 60px;
}
.hair_base_10_peppermint {
background-image: url(spritesmith0.png);
- background-position: -284px -740px;
+ background-position: -798px -740px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_peppermint {
background-image: url(spritesmith0.png);
- background-position: -309px -755px;
+ background-position: -823px -755px;
width: 60px;
height: 60px;
}
.hair_base_10_pgreen {
background-image: url(spritesmith0.png);
- background-position: -364px -979px;
+ background-position: -707px -740px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_pgreen {
background-image: url(spritesmith0.png);
- background-position: -389px -994px;
+ background-position: -732px -755px;
width: 60px;
height: 60px;
}
.hair_base_10_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -273px -979px;
+ background-position: -1080px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_pgreen2 {
background-image: url(spritesmith0.png);
- background-position: -298px -994px;
+ background-position: -1105px -15px;
width: 60px;
height: 60px;
}
.hair_base_10_porange {
background-image: url(spritesmith0.png);
- background-position: -182px -979px;
+ background-position: -910px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_porange {
background-image: url(spritesmith0.png);
- background-position: -207px -994px;
+ background-position: -935px -994px;
width: 60px;
height: 60px;
}
.hair_base_10_porange2 {
background-image: url(spritesmith0.png);
- background-position: -91px -979px;
+ background-position: -819px -979px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_10_porange2 {
background-image: url(spritesmith0.png);
- background-position: -116px -994px;
+ background-position: -844px -994px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_ppink {
+ background-image: url(spritesmith0.png);
+ background-position: -728px -979px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_ppink {
+ background-image: url(spritesmith0.png);
+ background-position: -753px -994px;
width: 60px;
height: 60px;
}
diff --git a/common/dist/sprites/spritesmith0.png b/common/dist/sprites/spritesmith0.png
index c7d48ae192..1454213bb6 100644
Binary files a/common/dist/sprites/spritesmith0.png and b/common/dist/sprites/spritesmith0.png differ
diff --git a/common/dist/sprites/spritesmith1.css b/common/dist/sprites/spritesmith1.css
index b245ce89d3..84f0985241 100644
--- a/common/dist/sprites/spritesmith1.css
+++ b/common/dist/sprites/spritesmith1.css
@@ -1,4560 +1,4644 @@
-.hair_base_10_ppink {
+.hair_base_10_ppink2 {
background-image: url(spritesmith1.png);
background-position: -91px 0px;
width: 90px;
height: 90px;
}
-.customize-option.hair_base_10_ppink {
+.customize-option.hair_base_10_ppink2 {
background-image: url(spritesmith1.png);
background-position: -116px -15px;
width: 60px;
height: 60px;
}
-.hair_base_10_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -728px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -753px -1198px;
- width: 60px;
- height: 60px;
-}
.hair_base_10_ppurple {
- background-image: url(spritesmith1.png);
- background-position: 0px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -25px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -91px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -116px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -182px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -207px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_purple {
- background-image: url(spritesmith1.png);
- background-position: -182px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_purple {
- background-image: url(spritesmith1.png);
- background-position: -207px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_pyellow {
- background-image: url(spritesmith1.png);
- background-position: 0px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -25px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -91px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -116px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -182px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -207px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_red {
- background-image: url(spritesmith1.png);
- background-position: -273px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_red {
- background-image: url(spritesmith1.png);
- background-position: -298px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_snowy {
- background-image: url(spritesmith1.png);
- background-position: -273px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_snowy {
- background-image: url(spritesmith1.png);
- background-position: -298px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_white {
- background-image: url(spritesmith1.png);
- background-position: -273px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_white {
- background-image: url(spritesmith1.png);
- background-position: -298px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_winternight {
- background-image: url(spritesmith1.png);
- background-position: 0px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_winternight {
- background-image: url(spritesmith1.png);
- background-position: -25px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -91px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -116px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_yellow {
- background-image: url(spritesmith1.png);
- background-position: -182px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_yellow {
- background-image: url(spritesmith1.png);
- background-position: -207px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_10_zombie {
- background-image: url(spritesmith1.png);
- background-position: -273px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_10_zombie {
- background-image: url(spritesmith1.png);
- background-position: -298px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -364px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -389px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_aurora {
- background-image: url(spritesmith1.png);
- background-position: -364px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_aurora {
- background-image: url(spritesmith1.png);
- background-position: -389px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_black {
- background-image: url(spritesmith1.png);
- background-position: -364px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_black {
- background-image: url(spritesmith1.png);
- background-position: -389px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_blond {
- background-image: url(spritesmith1.png);
- background-position: -364px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_blond {
- background-image: url(spritesmith1.png);
- background-position: -389px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_blue {
- background-image: url(spritesmith1.png);
- background-position: 0px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_blue {
- background-image: url(spritesmith1.png);
- background-position: -25px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_brown {
- background-image: url(spritesmith1.png);
- background-position: -91px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_brown {
- background-image: url(spritesmith1.png);
- background-position: -116px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_candycane {
- background-image: url(spritesmith1.png);
- background-position: -182px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_candycane {
- background-image: url(spritesmith1.png);
- background-position: -207px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -273px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -298px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_festive {
- background-image: url(spritesmith1.png);
- background-position: -364px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_festive {
- background-image: url(spritesmith1.png);
- background-position: -389px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_frost {
- background-image: url(spritesmith1.png);
- background-position: -455px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_frost {
- background-image: url(spritesmith1.png);
- background-position: -480px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -455px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -480px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_green {
- background-image: url(spritesmith1.png);
- background-position: -455px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_green {
- background-image: url(spritesmith1.png);
- background-position: -480px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_halloween {
- background-image: url(spritesmith1.png);
- background-position: -455px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_halloween {
- background-image: url(spritesmith1.png);
- background-position: -480px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_holly {
- background-image: url(spritesmith1.png);
- background-position: -455px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_holly {
- background-image: url(spritesmith1.png);
- background-position: -480px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: 0px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -25px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_midnight {
- background-image: url(spritesmith1.png);
- background-position: -91px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_midnight {
- background-image: url(spritesmith1.png);
- background-position: -116px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pblue {
- background-image: url(spritesmith1.png);
- background-position: -182px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pblue {
- background-image: url(spritesmith1.png);
- background-position: -207px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -273px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -298px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -364px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -389px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -455px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -480px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -546px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -571px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_porange {
- background-image: url(spritesmith1.png);
- background-position: -546px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_porange {
- background-image: url(spritesmith1.png);
- background-position: -571px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -546px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -571px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_ppink {
- background-image: url(spritesmith1.png);
- background-position: -546px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_ppink {
- background-image: url(spritesmith1.png);
- background-position: -571px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -546px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -571px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -546px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -571px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: 0px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -25px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -91px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -116px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_purple {
- background-image: url(spritesmith1.png);
- background-position: -182px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_purple {
- background-image: url(spritesmith1.png);
- background-position: -207px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -273px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -298px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -364px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -389px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -455px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -480px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_red {
- background-image: url(spritesmith1.png);
- background-position: -546px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_red {
- background-image: url(spritesmith1.png);
- background-position: -571px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_snowy {
- background-image: url(spritesmith1.png);
- background-position: -637px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_snowy {
- background-image: url(spritesmith1.png);
- background-position: -662px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_white {
- background-image: url(spritesmith1.png);
- background-position: -637px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_white {
- background-image: url(spritesmith1.png);
- background-position: -662px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_winternight {
- background-image: url(spritesmith1.png);
- background-position: -637px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_winternight {
- background-image: url(spritesmith1.png);
- background-position: -662px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -637px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -662px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_yellow {
- background-image: url(spritesmith1.png);
- background-position: -637px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_yellow {
- background-image: url(spritesmith1.png);
- background-position: -662px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_11_zombie {
- background-image: url(spritesmith1.png);
- background-position: -637px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_11_zombie {
- background-image: url(spritesmith1.png);
- background-position: -662px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -637px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -662px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_aurora {
- background-image: url(spritesmith1.png);
- background-position: 0px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_aurora {
- background-image: url(spritesmith1.png);
- background-position: -25px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_black {
- background-image: url(spritesmith1.png);
- background-position: -91px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_black {
- background-image: url(spritesmith1.png);
- background-position: -116px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_blond {
- background-image: url(spritesmith1.png);
- background-position: -182px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_blond {
- background-image: url(spritesmith1.png);
- background-position: -207px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_blue {
- background-image: url(spritesmith1.png);
- background-position: -273px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_blue {
- background-image: url(spritesmith1.png);
- background-position: -298px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_brown {
- background-image: url(spritesmith1.png);
- background-position: -364px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_brown {
- background-image: url(spritesmith1.png);
- background-position: -389px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_candycane {
- background-image: url(spritesmith1.png);
- background-position: -455px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_candycane {
- background-image: url(spritesmith1.png);
- background-position: -480px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -546px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -571px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_festive {
- background-image: url(spritesmith1.png);
- background-position: -637px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_festive {
- background-image: url(spritesmith1.png);
- background-position: -662px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_frost {
- background-image: url(spritesmith1.png);
- background-position: -728px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_frost {
- background-image: url(spritesmith1.png);
- background-position: -753px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -728px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -753px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_green {
- background-image: url(spritesmith1.png);
- background-position: -728px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_green {
- background-image: url(spritesmith1.png);
- background-position: -753px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_halloween {
- background-image: url(spritesmith1.png);
- background-position: -728px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_halloween {
- background-image: url(spritesmith1.png);
- background-position: -753px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_holly {
- background-image: url(spritesmith1.png);
- background-position: -728px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_holly {
- background-image: url(spritesmith1.png);
- background-position: -753px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -728px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -753px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_midnight {
- background-image: url(spritesmith1.png);
- background-position: -728px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_midnight {
- background-image: url(spritesmith1.png);
- background-position: -753px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pblue {
- background-image: url(spritesmith1.png);
- background-position: -728px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pblue {
- background-image: url(spritesmith1.png);
- background-position: -753px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: 0px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -25px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -91px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -116px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -182px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -207px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -273px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -298px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_porange {
- background-image: url(spritesmith1.png);
- background-position: -364px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_porange {
- background-image: url(spritesmith1.png);
- background-position: -389px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -455px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -480px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_ppink {
- background-image: url(spritesmith1.png);
- background-position: -546px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_ppink {
- background-image: url(spritesmith1.png);
- background-position: -571px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -637px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -662px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -728px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -753px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -819px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -844px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -819px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -844px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_purple {
- background-image: url(spritesmith1.png);
- background-position: -819px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_purple {
- background-image: url(spritesmith1.png);
- background-position: -844px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -819px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -844px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -819px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -844px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -819px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -844px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_red {
- background-image: url(spritesmith1.png);
- background-position: -819px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_red {
- background-image: url(spritesmith1.png);
- background-position: -844px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_snowy {
- background-image: url(spritesmith1.png);
- background-position: -819px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_snowy {
- background-image: url(spritesmith1.png);
- background-position: -844px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_white {
- background-image: url(spritesmith1.png);
- background-position: -819px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_white {
- background-image: url(spritesmith1.png);
- background-position: -844px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_winternight {
- background-image: url(spritesmith1.png);
- background-position: 0px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_winternight {
- background-image: url(spritesmith1.png);
- background-position: -25px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -91px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -116px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_yellow {
- background-image: url(spritesmith1.png);
- background-position: -182px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_yellow {
- background-image: url(spritesmith1.png);
- background-position: -207px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_12_zombie {
- background-image: url(spritesmith1.png);
- background-position: -273px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_12_zombie {
- background-image: url(spritesmith1.png);
- background-position: -298px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -364px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -389px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_aurora {
- background-image: url(spritesmith1.png);
- background-position: -455px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_aurora {
- background-image: url(spritesmith1.png);
- background-position: -480px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_black {
- background-image: url(spritesmith1.png);
- background-position: -546px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_black {
- background-image: url(spritesmith1.png);
- background-position: -571px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_blond {
- background-image: url(spritesmith1.png);
- background-position: -637px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_blond {
- background-image: url(spritesmith1.png);
- background-position: -662px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_blue {
- background-image: url(spritesmith1.png);
- background-position: -728px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_blue {
- background-image: url(spritesmith1.png);
- background-position: -753px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_brown {
- background-image: url(spritesmith1.png);
- background-position: -819px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_brown {
- background-image: url(spritesmith1.png);
- background-position: -844px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_candycane {
- background-image: url(spritesmith1.png);
- background-position: -910px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_candycane {
- background-image: url(spritesmith1.png);
- background-position: -935px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -910px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -935px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_festive {
- background-image: url(spritesmith1.png);
- background-position: -910px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_festive {
- background-image: url(spritesmith1.png);
- background-position: -935px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_frost {
- background-image: url(spritesmith1.png);
- background-position: -910px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_frost {
- background-image: url(spritesmith1.png);
- background-position: -935px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -910px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -935px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_green {
- background-image: url(spritesmith1.png);
- background-position: -910px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_green {
- background-image: url(spritesmith1.png);
- background-position: -935px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_halloween {
- background-image: url(spritesmith1.png);
- background-position: -910px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_halloween {
- background-image: url(spritesmith1.png);
- background-position: -935px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_holly {
- background-image: url(spritesmith1.png);
- background-position: -910px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_holly {
- background-image: url(spritesmith1.png);
- background-position: -935px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -910px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -935px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_midnight {
- background-image: url(spritesmith1.png);
- background-position: -910px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_midnight {
- background-image: url(spritesmith1.png);
- background-position: -935px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pblue {
- background-image: url(spritesmith1.png);
- background-position: 0px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pblue {
- background-image: url(spritesmith1.png);
- background-position: -25px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -91px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -116px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -182px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -207px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -273px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -298px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -364px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -389px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_porange {
- background-image: url(spritesmith1.png);
- background-position: -455px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_porange {
- background-image: url(spritesmith1.png);
- background-position: -480px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -546px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -571px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_ppink {
- background-image: url(spritesmith1.png);
- background-position: -637px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_ppink {
- background-image: url(spritesmith1.png);
- background-position: -662px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -728px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -753px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -819px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -844px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -910px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -935px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -1001px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -1026px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_purple {
- background-image: url(spritesmith1.png);
- background-position: -1001px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_purple {
- background-image: url(spritesmith1.png);
- background-position: -1026px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -1001px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -1026px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -1001px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -1026px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -1001px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -1026px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_red {
- background-image: url(spritesmith1.png);
- background-position: -1001px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_red {
- background-image: url(spritesmith1.png);
- background-position: -1026px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_snowy {
- background-image: url(spritesmith1.png);
- background-position: -1001px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_snowy {
- background-image: url(spritesmith1.png);
- background-position: -1026px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_white {
- background-image: url(spritesmith1.png);
- background-position: -1001px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_white {
- background-image: url(spritesmith1.png);
- background-position: -1026px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_winternight {
- background-image: url(spritesmith1.png);
- background-position: -1001px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_winternight {
- background-image: url(spritesmith1.png);
- background-position: -1026px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -1001px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -1026px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_yellow {
- background-image: url(spritesmith1.png);
- background-position: -1001px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_yellow {
- background-image: url(spritesmith1.png);
- background-position: -1026px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_13_zombie {
- background-image: url(spritesmith1.png);
- background-position: 0px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_13_zombie {
- background-image: url(spritesmith1.png);
- background-position: -25px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -91px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -116px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_aurora {
- background-image: url(spritesmith1.png);
- background-position: -182px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_aurora {
- background-image: url(spritesmith1.png);
- background-position: -207px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_black {
- background-image: url(spritesmith1.png);
- background-position: -273px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_black {
- background-image: url(spritesmith1.png);
- background-position: -298px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_blond {
- background-image: url(spritesmith1.png);
- background-position: -364px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_blond {
- background-image: url(spritesmith1.png);
- background-position: -389px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_blue {
- background-image: url(spritesmith1.png);
- background-position: -455px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_blue {
- background-image: url(spritesmith1.png);
- background-position: -480px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_brown {
- background-image: url(spritesmith1.png);
- background-position: -546px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_brown {
- background-image: url(spritesmith1.png);
- background-position: -571px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_candycane {
- background-image: url(spritesmith1.png);
- background-position: -637px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_candycane {
- background-image: url(spritesmith1.png);
- background-position: -662px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -728px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -753px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_festive {
- background-image: url(spritesmith1.png);
- background-position: -819px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_festive {
- background-image: url(spritesmith1.png);
- background-position: -844px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_frost {
- background-image: url(spritesmith1.png);
- background-position: -910px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_frost {
- background-image: url(spritesmith1.png);
- background-position: -935px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -1001px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -1026px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_green {
- background-image: url(spritesmith1.png);
- background-position: -1092px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_green {
- background-image: url(spritesmith1.png);
- background-position: -1117px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_halloween {
- background-image: url(spritesmith1.png);
- background-position: -1092px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_halloween {
- background-image: url(spritesmith1.png);
- background-position: -1117px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_holly {
- background-image: url(spritesmith1.png);
- background-position: -1092px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_holly {
- background-image: url(spritesmith1.png);
- background-position: -1117px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -1092px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -1117px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_midnight {
- background-image: url(spritesmith1.png);
- background-position: -1092px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_midnight {
- background-image: url(spritesmith1.png);
- background-position: -1117px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pblue {
- background-image: url(spritesmith1.png);
- background-position: -1092px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pblue {
- background-image: url(spritesmith1.png);
- background-position: -1117px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -1092px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -1117px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -1092px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -1117px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -1092px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -1117px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -1092px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -1117px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_porange {
- background-image: url(spritesmith1.png);
- background-position: -1092px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_porange {
- background-image: url(spritesmith1.png);
- background-position: -1117px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -1092px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_porange2 {
- background-image: url(spritesmith1.png);
- background-position: -1117px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_ppink {
- background-image: url(spritesmith1.png);
- background-position: 0px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_ppink {
- background-image: url(spritesmith1.png);
- background-position: -25px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -91px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_ppink2 {
- background-image: url(spritesmith1.png);
- background-position: -116px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -182px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_ppurple {
- background-image: url(spritesmith1.png);
- background-position: -207px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -273px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_ppurple2 {
- background-image: url(spritesmith1.png);
- background-position: -298px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -364px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pumpkin {
- background-image: url(spritesmith1.png);
- background-position: -389px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_purple {
- background-image: url(spritesmith1.png);
- background-position: -455px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_purple {
- background-image: url(spritesmith1.png);
- background-position: -480px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -546px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pyellow {
- background-image: url(spritesmith1.png);
- background-position: -571px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -637px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_pyellow2 {
- background-image: url(spritesmith1.png);
- background-position: -662px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -728px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_rainbow {
- background-image: url(spritesmith1.png);
- background-position: -753px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_red {
- background-image: url(spritesmith1.png);
- background-position: -819px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_red {
- background-image: url(spritesmith1.png);
- background-position: -844px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_snowy {
- background-image: url(spritesmith1.png);
- background-position: -910px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_snowy {
- background-image: url(spritesmith1.png);
- background-position: -935px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_white {
- background-image: url(spritesmith1.png);
- background-position: -1001px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_white {
- background-image: url(spritesmith1.png);
- background-position: -1026px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_winternight {
- background-image: url(spritesmith1.png);
- background-position: -1092px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_winternight {
- background-image: url(spritesmith1.png);
- background-position: -1117px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -1183px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_winterstar {
- background-image: url(spritesmith1.png);
- background-position: -1208px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_yellow {
- background-image: url(spritesmith1.png);
- background-position: -1183px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_yellow {
- background-image: url(spritesmith1.png);
- background-position: -1208px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_14_zombie {
- background-image: url(spritesmith1.png);
- background-position: -1183px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_14_zombie {
- background-image: url(spritesmith1.png);
- background-position: -1208px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -1183px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_TRUred {
- background-image: url(spritesmith1.png);
- background-position: -1208px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_aurora {
- background-image: url(spritesmith1.png);
- background-position: -1183px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_aurora {
- background-image: url(spritesmith1.png);
- background-position: -1208px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_black {
- background-image: url(spritesmith1.png);
- background-position: -1183px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_black {
- background-image: url(spritesmith1.png);
- background-position: -1208px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_blond {
- background-image: url(spritesmith1.png);
- background-position: -1183px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_blond {
- background-image: url(spritesmith1.png);
- background-position: -1208px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_blue {
- background-image: url(spritesmith1.png);
- background-position: -1183px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_blue {
- background-image: url(spritesmith1.png);
- background-position: -1208px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_brown {
- background-image: url(spritesmith1.png);
- background-position: -1183px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_brown {
- background-image: url(spritesmith1.png);
- background-position: -1208px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_candycane {
- background-image: url(spritesmith1.png);
- background-position: -1183px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_candycane {
- background-image: url(spritesmith1.png);
- background-position: -1208px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -1183px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_candycorn {
- background-image: url(spritesmith1.png);
- background-position: -1208px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_festive {
- background-image: url(spritesmith1.png);
- background-position: -1183px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_festive {
- background-image: url(spritesmith1.png);
- background-position: -1208px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_frost {
- background-image: url(spritesmith1.png);
- background-position: -1183px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_frost {
- background-image: url(spritesmith1.png);
- background-position: -1208px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: 0px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_ghostwhite {
- background-image: url(spritesmith1.png);
- background-position: -25px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_green {
- background-image: url(spritesmith1.png);
- background-position: -91px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_green {
- background-image: url(spritesmith1.png);
- background-position: -116px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_halloween {
- background-image: url(spritesmith1.png);
- background-position: -182px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_halloween {
- background-image: url(spritesmith1.png);
- background-position: -207px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_holly {
- background-image: url(spritesmith1.png);
- background-position: -273px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_holly {
- background-image: url(spritesmith1.png);
- background-position: -298px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -364px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_hollygreen {
- background-image: url(spritesmith1.png);
- background-position: -389px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_midnight {
- background-image: url(spritesmith1.png);
- background-position: -455px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_midnight {
- background-image: url(spritesmith1.png);
- background-position: -480px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_pblue {
- background-image: url(spritesmith1.png);
- background-position: -546px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_pblue {
- background-image: url(spritesmith1.png);
- background-position: -571px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -637px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_pblue2 {
- background-image: url(spritesmith1.png);
- background-position: -662px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_peppermint {
- background-image: url(spritesmith1.png);
- background-position: 0px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_peppermint {
- background-image: url(spritesmith1.png);
- background-position: -25px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -819px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_pgreen {
- background-image: url(spritesmith1.png);
- background-position: -844px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -910px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_1_pgreen2 {
- background-image: url(spritesmith1.png);
- background-position: -935px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_1_porange {
background-image: url(spritesmith1.png);
background-position: -1001px -1183px;
width: 90px;
height: 90px;
}
-.customize-option.hair_base_1_porange {
+.customize-option.hair_base_10_ppurple {
background-image: url(spritesmith1.png);
background-position: -1026px -1198px;
width: 60px;
height: 60px;
}
+.hair_base_10_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -182px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_red {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_red {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -273px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_white {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_white {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_10_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_10_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -364px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_black {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_black {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_brown {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -455px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_green {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_green {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -546px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_red {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_red {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_white {
+ background-image: url(spritesmith1.png);
+ background-position: -637px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_white {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_11_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_11_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_black {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_black {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -728px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_green {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_green {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -819px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_red {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_red {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_white {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_white {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_12_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_12_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_black {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_black {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -910px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_green {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_green {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_red {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_red {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_white {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_white {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_13_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_13_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_black {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_black {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_green {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_green {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_porange2 {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_ppink {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_ppink2 {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_ppurple {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_ppurple2 {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pumpkin {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_purple {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pyellow {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_pyellow2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_rainbow {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_red {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_red {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_snowy {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_white {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_white {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -1001px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_winternight {
+ background-image: url(spritesmith1.png);
+ background-position: -1026px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -1092px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_winterstar {
+ background-image: url(spritesmith1.png);
+ background-position: -1117px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_yellow {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_14_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_14_zombie {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_TRUred {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_aurora {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_black {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_black {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_blond {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_blue {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_brown {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_candycane {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_candycorn {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_festive {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_frost {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -1183px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_ghostwhite {
+ background-image: url(spritesmith1.png);
+ background-position: -1208px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_green {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_green {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -637px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -662px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -728px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -753px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -819px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -844px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_1_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -910px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_1_porange {
+ background-image: url(spritesmith1.png);
+ background-position: -935px -1198px;
+ width: 60px;
+ height: 60px;
+}
.hair_base_1_porange2 {
background-image: url(spritesmith1.png);
- background-position: -1092px -1183px;
+ background-position: 0px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_porange2 {
background-image: url(spritesmith1.png);
- background-position: -1117px -1198px;
+ background-position: -25px -15px;
width: 60px;
height: 60px;
}
.hair_base_1_ppink {
background-image: url(spritesmith1.png);
- background-position: -1183px -1183px;
+ background-position: -1092px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_ppink {
background-image: url(spritesmith1.png);
- background-position: -1208px -1198px;
+ background-position: -1117px -1198px;
width: 60px;
height: 60px;
}
.hair_base_1_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -1274px 0px;
+ background-position: -1183px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -1299px -15px;
+ background-position: -1208px -1198px;
width: 60px;
height: 60px;
}
.hair_base_1_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1274px -91px;
+ background-position: -1274px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1299px -106px;
+ background-position: -1299px -15px;
width: 60px;
height: 60px;
}
.hair_base_1_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1274px -182px;
+ background-position: -1274px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1299px -197px;
+ background-position: -1299px -106px;
width: 60px;
height: 60px;
}
.hair_base_1_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1274px -273px;
+ background-position: -1274px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1299px -288px;
+ background-position: -1299px -197px;
width: 60px;
height: 60px;
}
.hair_base_1_purple {
background-image: url(spritesmith1.png);
- background-position: -1274px -364px;
+ background-position: -1274px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_purple {
background-image: url(spritesmith1.png);
- background-position: -1299px -379px;
+ background-position: -1299px -288px;
width: 60px;
height: 60px;
}
.hair_base_1_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1274px -455px;
+ background-position: -1274px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1299px -470px;
+ background-position: -1299px -379px;
width: 60px;
height: 60px;
}
.hair_base_1_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1274px -546px;
+ background-position: -1274px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1299px -561px;
+ background-position: -1299px -470px;
width: 60px;
height: 60px;
}
.hair_base_1_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1274px -637px;
+ background-position: -1274px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1299px -652px;
+ background-position: -1299px -561px;
width: 60px;
height: 60px;
}
.hair_base_1_red {
background-image: url(spritesmith1.png);
- background-position: -1274px -728px;
+ background-position: -1274px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_red {
background-image: url(spritesmith1.png);
- background-position: -1299px -743px;
+ background-position: -1299px -652px;
width: 60px;
height: 60px;
}
.hair_base_1_snowy {
background-image: url(spritesmith1.png);
- background-position: -1274px -819px;
+ background-position: -1274px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_snowy {
background-image: url(spritesmith1.png);
- background-position: -1299px -834px;
+ background-position: -1299px -743px;
width: 60px;
height: 60px;
}
.hair_base_1_white {
background-image: url(spritesmith1.png);
- background-position: -1274px -910px;
+ background-position: -1274px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_white {
background-image: url(spritesmith1.png);
- background-position: -1299px -925px;
+ background-position: -1299px -834px;
width: 60px;
height: 60px;
}
.hair_base_1_winternight {
background-image: url(spritesmith1.png);
- background-position: -1274px -1001px;
+ background-position: -1274px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_winternight {
background-image: url(spritesmith1.png);
- background-position: -1299px -1016px;
+ background-position: -1299px -925px;
width: 60px;
height: 60px;
}
.hair_base_1_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1274px -1092px;
+ background-position: -1274px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1299px -1107px;
+ background-position: -1299px -1016px;
width: 60px;
height: 60px;
}
.hair_base_1_yellow {
background-image: url(spritesmith1.png);
- background-position: -1274px -1183px;
+ background-position: -1274px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_yellow {
background-image: url(spritesmith1.png);
- background-position: -1299px -1198px;
+ background-position: -1299px -1107px;
width: 60px;
height: 60px;
}
.hair_base_1_zombie {
background-image: url(spritesmith1.png);
- background-position: 0px -1274px;
+ background-position: -1274px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_1_zombie {
background-image: url(spritesmith1.png);
- background-position: -25px -1289px;
+ background-position: -1299px -1198px;
width: 60px;
height: 60px;
}
.hair_base_2_TRUred {
background-image: url(spritesmith1.png);
- background-position: -91px -1274px;
+ background-position: 0px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_TRUred {
background-image: url(spritesmith1.png);
- background-position: -116px -1289px;
+ background-position: -25px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_aurora {
background-image: url(spritesmith1.png);
- background-position: -182px -1274px;
+ background-position: -91px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_aurora {
background-image: url(spritesmith1.png);
- background-position: -207px -1289px;
+ background-position: -116px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_black {
background-image: url(spritesmith1.png);
- background-position: -273px -1274px;
+ background-position: -182px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_black {
background-image: url(spritesmith1.png);
- background-position: -298px -1289px;
+ background-position: -207px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_blond {
background-image: url(spritesmith1.png);
- background-position: -364px -1274px;
+ background-position: -273px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_blond {
background-image: url(spritesmith1.png);
- background-position: -389px -1289px;
+ background-position: -298px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_blue {
background-image: url(spritesmith1.png);
- background-position: -455px -1274px;
+ background-position: -364px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_blue {
background-image: url(spritesmith1.png);
- background-position: -480px -1289px;
+ background-position: -389px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_brown {
background-image: url(spritesmith1.png);
- background-position: -546px -1274px;
+ background-position: -455px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_brown {
background-image: url(spritesmith1.png);
- background-position: -571px -1289px;
+ background-position: -480px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_candycane {
background-image: url(spritesmith1.png);
- background-position: -637px -1274px;
+ background-position: -546px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_candycane {
background-image: url(spritesmith1.png);
- background-position: -662px -1289px;
+ background-position: -571px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_candycorn {
background-image: url(spritesmith1.png);
- background-position: -728px -1274px;
+ background-position: -637px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_candycorn {
background-image: url(spritesmith1.png);
- background-position: -753px -1289px;
+ background-position: -662px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_festive {
background-image: url(spritesmith1.png);
- background-position: -819px -1274px;
+ background-position: -728px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_festive {
background-image: url(spritesmith1.png);
- background-position: -844px -1289px;
+ background-position: -753px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_frost {
background-image: url(spritesmith1.png);
- background-position: -910px -1274px;
+ background-position: -819px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_frost {
background-image: url(spritesmith1.png);
- background-position: -935px -1289px;
+ background-position: -844px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1001px -1274px;
+ background-position: -910px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1026px -1289px;
+ background-position: -935px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_green {
background-image: url(spritesmith1.png);
- background-position: -1092px -1274px;
+ background-position: -1001px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_green {
background-image: url(spritesmith1.png);
- background-position: -1117px -1289px;
+ background-position: -1026px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_halloween {
background-image: url(spritesmith1.png);
- background-position: -1183px -1274px;
+ background-position: -1092px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_halloween {
background-image: url(spritesmith1.png);
- background-position: -1208px -1289px;
+ background-position: -1117px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_holly {
background-image: url(spritesmith1.png);
- background-position: -1274px -1274px;
+ background-position: -1183px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_holly {
background-image: url(spritesmith1.png);
- background-position: -1299px -1289px;
+ background-position: -1208px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1365px 0px;
+ background-position: -1274px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1390px -15px;
+ background-position: -1299px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_midnight {
background-image: url(spritesmith1.png);
- background-position: -1365px -91px;
+ background-position: -1365px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_midnight {
background-image: url(spritesmith1.png);
- background-position: -1390px -106px;
+ background-position: -1390px -15px;
width: 60px;
height: 60px;
}
.hair_base_2_pblue {
background-image: url(spritesmith1.png);
- background-position: -1365px -182px;
+ background-position: -1365px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pblue {
background-image: url(spritesmith1.png);
- background-position: -1390px -197px;
+ background-position: -1390px -106px;
width: 60px;
height: 60px;
}
.hair_base_2_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -1365px -273px;
+ background-position: -1365px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -1390px -288px;
+ background-position: -1390px -197px;
width: 60px;
height: 60px;
}
.hair_base_2_peppermint {
background-image: url(spritesmith1.png);
- background-position: -1365px -364px;
+ background-position: -1365px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_peppermint {
background-image: url(spritesmith1.png);
- background-position: -1390px -379px;
+ background-position: -1390px -288px;
width: 60px;
height: 60px;
}
.hair_base_2_pgreen {
background-image: url(spritesmith1.png);
- background-position: -1365px -455px;
+ background-position: -1365px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pgreen {
background-image: url(spritesmith1.png);
- background-position: -1390px -470px;
+ background-position: -1390px -379px;
width: 60px;
height: 60px;
}
.hair_base_2_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -1365px -546px;
+ background-position: -1365px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -1390px -561px;
+ background-position: -1390px -470px;
width: 60px;
height: 60px;
}
.hair_base_2_porange {
background-image: url(spritesmith1.png);
- background-position: -1365px -637px;
+ background-position: -1365px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_porange {
background-image: url(spritesmith1.png);
- background-position: -1390px -652px;
+ background-position: -1390px -561px;
width: 60px;
height: 60px;
}
.hair_base_2_porange2 {
background-image: url(spritesmith1.png);
- background-position: -1365px -728px;
+ background-position: -1365px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_porange2 {
background-image: url(spritesmith1.png);
- background-position: -1390px -743px;
+ background-position: -1390px -652px;
width: 60px;
height: 60px;
}
.hair_base_2_ppink {
background-image: url(spritesmith1.png);
- background-position: -1365px -819px;
+ background-position: -1365px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_ppink {
background-image: url(spritesmith1.png);
- background-position: -1390px -834px;
+ background-position: -1390px -743px;
width: 60px;
height: 60px;
}
.hair_base_2_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -1365px -910px;
+ background-position: -1365px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -1390px -925px;
+ background-position: -1390px -834px;
width: 60px;
height: 60px;
}
.hair_base_2_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1365px -1001px;
+ background-position: -1365px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1390px -1016px;
+ background-position: -1390px -925px;
width: 60px;
height: 60px;
}
.hair_base_2_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1365px -1092px;
+ background-position: -1365px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1390px -1107px;
+ background-position: -1390px -1016px;
width: 60px;
height: 60px;
}
.hair_base_2_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1365px -1183px;
+ background-position: -1365px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1390px -1198px;
+ background-position: -1390px -1107px;
width: 60px;
height: 60px;
}
.hair_base_2_purple {
background-image: url(spritesmith1.png);
- background-position: -1365px -1274px;
+ background-position: -1365px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_purple {
background-image: url(spritesmith1.png);
- background-position: -1390px -1289px;
+ background-position: -1390px -1198px;
width: 60px;
height: 60px;
}
.hair_base_2_pyellow {
background-image: url(spritesmith1.png);
- background-position: 0px -1365px;
+ background-position: -1365px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pyellow {
background-image: url(spritesmith1.png);
- background-position: -25px -1380px;
+ background-position: -1390px -1289px;
width: 60px;
height: 60px;
}
.hair_base_2_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -91px -1365px;
+ background-position: 0px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -116px -1380px;
+ background-position: -25px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_rainbow {
background-image: url(spritesmith1.png);
- background-position: -182px -1365px;
+ background-position: -91px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_rainbow {
background-image: url(spritesmith1.png);
- background-position: -207px -1380px;
+ background-position: -116px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_red {
background-image: url(spritesmith1.png);
- background-position: -273px -1365px;
+ background-position: -182px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_red {
background-image: url(spritesmith1.png);
- background-position: -298px -1380px;
+ background-position: -207px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_snowy {
background-image: url(spritesmith1.png);
- background-position: -364px -1365px;
+ background-position: -273px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_snowy {
background-image: url(spritesmith1.png);
- background-position: -389px -1380px;
+ background-position: -298px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_white {
background-image: url(spritesmith1.png);
- background-position: -455px -1365px;
+ background-position: -364px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_white {
background-image: url(spritesmith1.png);
- background-position: -480px -1380px;
+ background-position: -389px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_winternight {
background-image: url(spritesmith1.png);
- background-position: -546px -1365px;
+ background-position: -455px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_winternight {
background-image: url(spritesmith1.png);
- background-position: -571px -1380px;
+ background-position: -480px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_winterstar {
background-image: url(spritesmith1.png);
- background-position: -637px -1365px;
+ background-position: -546px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_winterstar {
background-image: url(spritesmith1.png);
- background-position: -662px -1380px;
+ background-position: -571px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_yellow {
background-image: url(spritesmith1.png);
- background-position: -728px -1365px;
+ background-position: -637px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_yellow {
background-image: url(spritesmith1.png);
- background-position: -753px -1380px;
+ background-position: -662px -1380px;
width: 60px;
height: 60px;
}
.hair_base_2_zombie {
background-image: url(spritesmith1.png);
- background-position: -819px -1365px;
+ background-position: -728px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_2_zombie {
background-image: url(spritesmith1.png);
- background-position: -844px -1380px;
+ background-position: -753px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_TRUred {
background-image: url(spritesmith1.png);
- background-position: -910px -1365px;
+ background-position: -819px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_TRUred {
background-image: url(spritesmith1.png);
- background-position: -935px -1380px;
+ background-position: -844px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_aurora {
background-image: url(spritesmith1.png);
- background-position: -1001px -1365px;
+ background-position: -910px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_aurora {
background-image: url(spritesmith1.png);
- background-position: -1026px -1380px;
+ background-position: -935px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_black {
background-image: url(spritesmith1.png);
- background-position: -1092px -1365px;
+ background-position: -1001px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_black {
background-image: url(spritesmith1.png);
- background-position: -1117px -1380px;
+ background-position: -1026px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_blond {
background-image: url(spritesmith1.png);
- background-position: -1183px -1365px;
+ background-position: -1092px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_blond {
background-image: url(spritesmith1.png);
- background-position: -1208px -1380px;
+ background-position: -1117px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_blue {
background-image: url(spritesmith1.png);
- background-position: -1274px -1365px;
+ background-position: -1183px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_blue {
background-image: url(spritesmith1.png);
- background-position: -1299px -1380px;
+ background-position: -1208px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_brown {
background-image: url(spritesmith1.png);
- background-position: -1365px -1365px;
+ background-position: -1274px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_brown {
background-image: url(spritesmith1.png);
- background-position: -1390px -1380px;
+ background-position: -1299px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_candycane {
background-image: url(spritesmith1.png);
- background-position: -1456px 0px;
+ background-position: -1365px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_candycane {
background-image: url(spritesmith1.png);
- background-position: -1481px -15px;
+ background-position: -1390px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1456px -91px;
+ background-position: -1456px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1481px -106px;
+ background-position: -1481px -15px;
width: 60px;
height: 60px;
}
.hair_base_3_festive {
background-image: url(spritesmith1.png);
- background-position: -1456px -182px;
+ background-position: -1456px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_festive {
background-image: url(spritesmith1.png);
- background-position: -1481px -197px;
+ background-position: -1481px -106px;
width: 60px;
height: 60px;
}
.hair_base_3_frost {
background-image: url(spritesmith1.png);
- background-position: -1456px -273px;
+ background-position: -1456px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_frost {
background-image: url(spritesmith1.png);
- background-position: -1481px -288px;
+ background-position: -1481px -197px;
width: 60px;
height: 60px;
}
.hair_base_3_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1456px -364px;
+ background-position: -1456px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1481px -379px;
+ background-position: -1481px -288px;
width: 60px;
height: 60px;
}
.hair_base_3_green {
background-image: url(spritesmith1.png);
- background-position: -1456px -455px;
+ background-position: -1456px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_green {
background-image: url(spritesmith1.png);
- background-position: -1481px -470px;
+ background-position: -1481px -379px;
width: 60px;
height: 60px;
}
.hair_base_3_halloween {
background-image: url(spritesmith1.png);
- background-position: -1456px -546px;
+ background-position: -1456px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_halloween {
background-image: url(spritesmith1.png);
- background-position: -1481px -561px;
+ background-position: -1481px -470px;
width: 60px;
height: 60px;
}
.hair_base_3_holly {
background-image: url(spritesmith1.png);
- background-position: -1456px -637px;
+ background-position: -1456px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_holly {
background-image: url(spritesmith1.png);
- background-position: -1481px -652px;
+ background-position: -1481px -561px;
width: 60px;
height: 60px;
}
.hair_base_3_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1456px -728px;
+ background-position: -1456px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1481px -743px;
+ background-position: -1481px -652px;
width: 60px;
height: 60px;
}
.hair_base_3_midnight {
background-image: url(spritesmith1.png);
- background-position: -1456px -819px;
+ background-position: -1456px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_midnight {
background-image: url(spritesmith1.png);
- background-position: -1481px -834px;
+ background-position: -1481px -743px;
width: 60px;
height: 60px;
}
.hair_base_3_pblue {
background-image: url(spritesmith1.png);
- background-position: -1456px -910px;
+ background-position: -1456px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pblue {
background-image: url(spritesmith1.png);
- background-position: -1481px -925px;
+ background-position: -1481px -834px;
width: 60px;
height: 60px;
}
.hair_base_3_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -1456px -1001px;
+ background-position: -1456px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -1481px -1016px;
+ background-position: -1481px -925px;
width: 60px;
height: 60px;
}
.hair_base_3_peppermint {
background-image: url(spritesmith1.png);
- background-position: -1456px -1092px;
+ background-position: -1456px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_peppermint {
background-image: url(spritesmith1.png);
- background-position: -1481px -1107px;
+ background-position: -1481px -1016px;
width: 60px;
height: 60px;
}
.hair_base_3_pgreen {
background-image: url(spritesmith1.png);
- background-position: -1456px -1183px;
+ background-position: -1456px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pgreen {
background-image: url(spritesmith1.png);
- background-position: -1481px -1198px;
+ background-position: -1481px -1107px;
width: 60px;
height: 60px;
}
.hair_base_3_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -1456px -1274px;
+ background-position: -1456px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -1481px -1289px;
+ background-position: -1481px -1198px;
width: 60px;
height: 60px;
}
.hair_base_3_porange {
background-image: url(spritesmith1.png);
- background-position: -1456px -1365px;
+ background-position: -1456px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_porange {
background-image: url(spritesmith1.png);
- background-position: -1481px -1380px;
+ background-position: -1481px -1289px;
width: 60px;
height: 60px;
}
.hair_base_3_porange2 {
background-image: url(spritesmith1.png);
- background-position: 0px -1456px;
+ background-position: -1456px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_porange2 {
background-image: url(spritesmith1.png);
- background-position: -25px -1471px;
+ background-position: -1481px -1380px;
width: 60px;
height: 60px;
}
.hair_base_3_ppink {
background-image: url(spritesmith1.png);
- background-position: -91px -1456px;
+ background-position: 0px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_ppink {
background-image: url(spritesmith1.png);
- background-position: -116px -1471px;
+ background-position: -25px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -182px -1456px;
+ background-position: -91px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -207px -1471px;
+ background-position: -116px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_ppurple {
background-image: url(spritesmith1.png);
- background-position: -273px -1456px;
+ background-position: -182px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_ppurple {
background-image: url(spritesmith1.png);
- background-position: -298px -1471px;
+ background-position: -207px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -364px -1456px;
+ background-position: -273px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -389px -1471px;
+ background-position: -298px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -455px -1456px;
+ background-position: -364px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -480px -1471px;
+ background-position: -389px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_purple {
background-image: url(spritesmith1.png);
- background-position: -546px -1456px;
+ background-position: -455px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_purple {
background-image: url(spritesmith1.png);
- background-position: -571px -1471px;
+ background-position: -480px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_pyellow {
background-image: url(spritesmith1.png);
- background-position: -637px -1456px;
+ background-position: -546px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pyellow {
background-image: url(spritesmith1.png);
- background-position: -662px -1471px;
+ background-position: -571px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -728px -1456px;
+ background-position: -637px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -753px -1471px;
+ background-position: -662px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_rainbow {
background-image: url(spritesmith1.png);
- background-position: -819px -1456px;
+ background-position: -728px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_rainbow {
background-image: url(spritesmith1.png);
- background-position: -844px -1471px;
+ background-position: -753px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_red {
background-image: url(spritesmith1.png);
- background-position: -910px -1456px;
+ background-position: -819px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_red {
background-image: url(spritesmith1.png);
- background-position: -935px -1471px;
+ background-position: -844px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_snowy {
background-image: url(spritesmith1.png);
- background-position: -1001px -1456px;
+ background-position: -910px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_snowy {
background-image: url(spritesmith1.png);
- background-position: -1026px -1471px;
+ background-position: -935px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_white {
background-image: url(spritesmith1.png);
- background-position: -1092px -1456px;
+ background-position: -1001px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_white {
background-image: url(spritesmith1.png);
- background-position: -1117px -1471px;
+ background-position: -1026px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_winternight {
background-image: url(spritesmith1.png);
- background-position: -1183px -1456px;
+ background-position: -1092px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_winternight {
background-image: url(spritesmith1.png);
- background-position: -1208px -1471px;
+ background-position: -1117px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1274px -1456px;
+ background-position: -1183px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1299px -1471px;
+ background-position: -1208px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_yellow {
background-image: url(spritesmith1.png);
- background-position: -1365px -1456px;
+ background-position: -1274px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_yellow {
background-image: url(spritesmith1.png);
- background-position: -1390px -1471px;
+ background-position: -1299px -1471px;
width: 60px;
height: 60px;
}
.hair_base_3_zombie {
background-image: url(spritesmith1.png);
- background-position: -1456px -1456px;
+ background-position: -1365px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_3_zombie {
background-image: url(spritesmith1.png);
- background-position: -1481px -1471px;
+ background-position: -1390px -1471px;
width: 60px;
height: 60px;
}
.hair_base_4_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1547px 0px;
+ background-position: -1456px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1572px -15px;
+ background-position: -1481px -1471px;
width: 60px;
height: 60px;
}
.hair_base_4_aurora {
background-image: url(spritesmith1.png);
- background-position: -1547px -91px;
+ background-position: -1547px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_aurora {
background-image: url(spritesmith1.png);
- background-position: -1572px -106px;
+ background-position: -1572px -15px;
width: 60px;
height: 60px;
}
.hair_base_4_black {
background-image: url(spritesmith1.png);
- background-position: -1547px -182px;
+ background-position: -1547px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_black {
background-image: url(spritesmith1.png);
- background-position: -1572px -197px;
+ background-position: -1572px -106px;
width: 60px;
height: 60px;
}
.hair_base_4_blond {
background-image: url(spritesmith1.png);
- background-position: -1547px -273px;
+ background-position: -1547px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_blond {
background-image: url(spritesmith1.png);
- background-position: -1572px -288px;
+ background-position: -1572px -197px;
width: 60px;
height: 60px;
}
.hair_base_4_blue {
background-image: url(spritesmith1.png);
- background-position: -1547px -364px;
+ background-position: -1547px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_blue {
background-image: url(spritesmith1.png);
- background-position: -1572px -379px;
+ background-position: -1572px -288px;
width: 60px;
height: 60px;
}
.hair_base_4_brown {
background-image: url(spritesmith1.png);
- background-position: -1547px -455px;
+ background-position: -1547px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_brown {
background-image: url(spritesmith1.png);
- background-position: -1572px -470px;
+ background-position: -1572px -379px;
width: 60px;
height: 60px;
}
.hair_base_4_candycane {
background-image: url(spritesmith1.png);
- background-position: -1547px -546px;
+ background-position: -1547px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_candycane {
background-image: url(spritesmith1.png);
- background-position: -1572px -561px;
+ background-position: -1572px -470px;
width: 60px;
height: 60px;
}
.hair_base_4_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1547px -637px;
+ background-position: -1547px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1572px -652px;
+ background-position: -1572px -561px;
width: 60px;
height: 60px;
}
.hair_base_4_festive {
background-image: url(spritesmith1.png);
- background-position: -1547px -728px;
+ background-position: -1547px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_festive {
background-image: url(spritesmith1.png);
- background-position: -1572px -743px;
+ background-position: -1572px -652px;
width: 60px;
height: 60px;
}
.hair_base_4_frost {
background-image: url(spritesmith1.png);
- background-position: -1547px -819px;
+ background-position: -1547px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_frost {
background-image: url(spritesmith1.png);
- background-position: -1572px -834px;
+ background-position: -1572px -743px;
width: 60px;
height: 60px;
}
.hair_base_4_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1547px -910px;
+ background-position: -1547px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1572px -925px;
+ background-position: -1572px -834px;
width: 60px;
height: 60px;
}
.hair_base_4_green {
background-image: url(spritesmith1.png);
- background-position: -1547px -1001px;
+ background-position: -1547px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_green {
background-image: url(spritesmith1.png);
- background-position: -1572px -1016px;
+ background-position: -1572px -925px;
width: 60px;
height: 60px;
}
.hair_base_4_halloween {
background-image: url(spritesmith1.png);
- background-position: -1547px -1092px;
+ background-position: -1547px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_halloween {
background-image: url(spritesmith1.png);
- background-position: -1572px -1107px;
+ background-position: -1572px -1016px;
width: 60px;
height: 60px;
}
.hair_base_4_holly {
background-image: url(spritesmith1.png);
- background-position: -1547px -1183px;
+ background-position: -1547px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_holly {
background-image: url(spritesmith1.png);
- background-position: -1572px -1198px;
+ background-position: -1572px -1107px;
width: 60px;
height: 60px;
}
.hair_base_4_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1547px -1274px;
+ background-position: -1547px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -1572px -1289px;
+ background-position: -1572px -1198px;
width: 60px;
height: 60px;
}
.hair_base_4_midnight {
background-image: url(spritesmith1.png);
- background-position: -1547px -1365px;
+ background-position: -1547px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_midnight {
background-image: url(spritesmith1.png);
- background-position: -1572px -1380px;
+ background-position: -1572px -1289px;
width: 60px;
height: 60px;
}
.hair_base_4_pblue {
background-image: url(spritesmith1.png);
- background-position: -1547px -1456px;
+ background-position: -1547px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pblue {
background-image: url(spritesmith1.png);
- background-position: -1572px -1471px;
+ background-position: -1572px -1380px;
width: 60px;
height: 60px;
}
.hair_base_4_pblue2 {
background-image: url(spritesmith1.png);
- background-position: 0px -1547px;
+ background-position: -1547px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -25px -1562px;
+ background-position: -1572px -1471px;
width: 60px;
height: 60px;
}
.hair_base_4_peppermint {
background-image: url(spritesmith1.png);
- background-position: -91px -1547px;
+ background-position: 0px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_peppermint {
background-image: url(spritesmith1.png);
- background-position: -116px -1562px;
+ background-position: -25px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_pgreen {
background-image: url(spritesmith1.png);
- background-position: -182px -1547px;
+ background-position: -91px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pgreen {
background-image: url(spritesmith1.png);
- background-position: -207px -1562px;
+ background-position: -116px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -273px -1547px;
+ background-position: -182px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -298px -1562px;
+ background-position: -207px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_porange {
background-image: url(spritesmith1.png);
- background-position: -364px -1547px;
+ background-position: -273px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_porange {
background-image: url(spritesmith1.png);
- background-position: -389px -1562px;
+ background-position: -298px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_porange2 {
background-image: url(spritesmith1.png);
- background-position: -455px -1547px;
+ background-position: -364px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_porange2 {
background-image: url(spritesmith1.png);
- background-position: -480px -1562px;
+ background-position: -389px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_ppink {
background-image: url(spritesmith1.png);
- background-position: -546px -1547px;
+ background-position: -455px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_ppink {
background-image: url(spritesmith1.png);
- background-position: -571px -1562px;
+ background-position: -480px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -637px -1547px;
+ background-position: -546px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -662px -1562px;
+ background-position: -571px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_ppurple {
background-image: url(spritesmith1.png);
- background-position: -728px -1547px;
+ background-position: -637px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_ppurple {
background-image: url(spritesmith1.png);
- background-position: -753px -1562px;
+ background-position: -662px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -819px -1547px;
+ background-position: -728px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -844px -1562px;
+ background-position: -753px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -910px -1547px;
+ background-position: -819px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -935px -1562px;
+ background-position: -844px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_purple {
background-image: url(spritesmith1.png);
- background-position: -1001px -1547px;
+ background-position: -910px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_purple {
background-image: url(spritesmith1.png);
- background-position: -1026px -1562px;
+ background-position: -935px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1092px -1547px;
+ background-position: -1001px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1117px -1562px;
+ background-position: -1026px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1183px -1547px;
+ background-position: -1092px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1208px -1562px;
+ background-position: -1117px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1274px -1547px;
+ background-position: -1183px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1299px -1562px;
+ background-position: -1208px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_red {
background-image: url(spritesmith1.png);
- background-position: -1365px -1547px;
+ background-position: -1274px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_red {
background-image: url(spritesmith1.png);
- background-position: -1390px -1562px;
+ background-position: -1299px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_snowy {
background-image: url(spritesmith1.png);
- background-position: -1456px -1547px;
+ background-position: -1365px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_snowy {
background-image: url(spritesmith1.png);
- background-position: -1481px -1562px;
+ background-position: -1390px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_white {
background-image: url(spritesmith1.png);
- background-position: -1547px -1547px;
+ background-position: -1456px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_white {
background-image: url(spritesmith1.png);
- background-position: -1572px -1562px;
+ background-position: -1481px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_winternight {
background-image: url(spritesmith1.png);
- background-position: -1638px 0px;
+ background-position: -1547px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_winternight {
background-image: url(spritesmith1.png);
- background-position: -1663px -15px;
+ background-position: -1572px -1562px;
width: 60px;
height: 60px;
}
.hair_base_4_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1638px -91px;
+ background-position: -1638px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1663px -106px;
+ background-position: -1663px -15px;
width: 60px;
height: 60px;
}
.hair_base_4_yellow {
background-image: url(spritesmith1.png);
- background-position: -1638px -182px;
+ background-position: -1638px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_yellow {
background-image: url(spritesmith1.png);
- background-position: -1663px -197px;
+ background-position: -1663px -106px;
width: 60px;
height: 60px;
}
.hair_base_4_zombie {
background-image: url(spritesmith1.png);
- background-position: -1638px -273px;
+ background-position: -1638px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_4_zombie {
background-image: url(spritesmith1.png);
- background-position: -1663px -288px;
+ background-position: -1663px -197px;
width: 60px;
height: 60px;
}
.hair_base_5_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1638px -364px;
+ background-position: -1638px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1663px -379px;
+ background-position: -1663px -288px;
width: 60px;
height: 60px;
}
.hair_base_5_aurora {
background-image: url(spritesmith1.png);
- background-position: -1638px -455px;
+ background-position: -1638px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_aurora {
background-image: url(spritesmith1.png);
- background-position: -1663px -470px;
+ background-position: -1663px -379px;
width: 60px;
height: 60px;
}
.hair_base_5_black {
background-image: url(spritesmith1.png);
- background-position: -1638px -546px;
+ background-position: -1638px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_black {
background-image: url(spritesmith1.png);
- background-position: -1663px -561px;
+ background-position: -1663px -470px;
width: 60px;
height: 60px;
}
.hair_base_5_blond {
background-image: url(spritesmith1.png);
- background-position: -1638px -637px;
+ background-position: -1638px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_blond {
background-image: url(spritesmith1.png);
- background-position: -1663px -652px;
+ background-position: -1663px -561px;
width: 60px;
height: 60px;
}
.hair_base_5_blue {
background-image: url(spritesmith1.png);
- background-position: -1638px -728px;
+ background-position: -1638px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_blue {
background-image: url(spritesmith1.png);
- background-position: -1663px -743px;
+ background-position: -1663px -652px;
width: 60px;
height: 60px;
}
.hair_base_5_brown {
background-image: url(spritesmith1.png);
- background-position: -1638px -819px;
+ background-position: -1638px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_brown {
background-image: url(spritesmith1.png);
- background-position: -1663px -834px;
+ background-position: -1663px -743px;
width: 60px;
height: 60px;
}
.hair_base_5_candycane {
background-image: url(spritesmith1.png);
- background-position: -1638px -910px;
+ background-position: -1638px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_candycane {
background-image: url(spritesmith1.png);
- background-position: -1663px -925px;
+ background-position: -1663px -834px;
width: 60px;
height: 60px;
}
.hair_base_5_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1638px -1001px;
+ background-position: -1638px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1663px -1016px;
+ background-position: -1663px -925px;
width: 60px;
height: 60px;
}
.hair_base_5_festive {
background-image: url(spritesmith1.png);
- background-position: -1638px -1092px;
+ background-position: -1638px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_festive {
background-image: url(spritesmith1.png);
- background-position: -1663px -1107px;
+ background-position: -1663px -1016px;
width: 60px;
height: 60px;
}
.hair_base_5_frost {
background-image: url(spritesmith1.png);
- background-position: -1638px -1183px;
+ background-position: -1638px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_frost {
background-image: url(spritesmith1.png);
- background-position: -1663px -1198px;
+ background-position: -1663px -1107px;
width: 60px;
height: 60px;
}
.hair_base_5_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1638px -1274px;
+ background-position: -1638px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1663px -1289px;
+ background-position: -1663px -1198px;
width: 60px;
height: 60px;
}
.hair_base_5_green {
background-image: url(spritesmith1.png);
- background-position: -1638px -1365px;
+ background-position: -1638px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_green {
background-image: url(spritesmith1.png);
- background-position: -1663px -1380px;
+ background-position: -1663px -1289px;
width: 60px;
height: 60px;
}
.hair_base_5_halloween {
background-image: url(spritesmith1.png);
- background-position: -1638px -1456px;
+ background-position: -1638px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_halloween {
background-image: url(spritesmith1.png);
- background-position: -1663px -1471px;
+ background-position: -1663px -1380px;
width: 60px;
height: 60px;
}
.hair_base_5_holly {
background-image: url(spritesmith1.png);
- background-position: -1638px -1547px;
+ background-position: -1638px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_holly {
background-image: url(spritesmith1.png);
- background-position: -1663px -1562px;
+ background-position: -1663px -1471px;
width: 60px;
height: 60px;
}
.hair_base_5_hollygreen {
background-image: url(spritesmith1.png);
- background-position: 0px -1638px;
+ background-position: -1638px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_hollygreen {
background-image: url(spritesmith1.png);
- background-position: -25px -1653px;
+ background-position: -1663px -1562px;
width: 60px;
height: 60px;
}
.hair_base_5_midnight {
background-image: url(spritesmith1.png);
- background-position: -91px -1638px;
+ background-position: 0px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_midnight {
background-image: url(spritesmith1.png);
- background-position: -116px -1653px;
+ background-position: -25px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pblue {
background-image: url(spritesmith1.png);
- background-position: -182px -1638px;
+ background-position: -91px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pblue {
background-image: url(spritesmith1.png);
- background-position: -207px -1653px;
+ background-position: -116px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -273px -1638px;
+ background-position: -182px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pblue2 {
background-image: url(spritesmith1.png);
- background-position: -298px -1653px;
+ background-position: -207px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_peppermint {
background-image: url(spritesmith1.png);
- background-position: -364px -1638px;
+ background-position: -273px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_peppermint {
background-image: url(spritesmith1.png);
- background-position: -389px -1653px;
+ background-position: -298px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pgreen {
background-image: url(spritesmith1.png);
- background-position: -455px -1638px;
+ background-position: -364px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pgreen {
background-image: url(spritesmith1.png);
- background-position: -480px -1653px;
+ background-position: -389px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -546px -1638px;
+ background-position: -455px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pgreen2 {
background-image: url(spritesmith1.png);
- background-position: -571px -1653px;
+ background-position: -480px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_porange {
background-image: url(spritesmith1.png);
- background-position: -637px -1638px;
+ background-position: -546px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_porange {
background-image: url(spritesmith1.png);
- background-position: -662px -1653px;
+ background-position: -571px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_porange2 {
background-image: url(spritesmith1.png);
- background-position: -728px -1638px;
+ background-position: -637px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_porange2 {
background-image: url(spritesmith1.png);
- background-position: -753px -1653px;
+ background-position: -662px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_ppink {
background-image: url(spritesmith1.png);
- background-position: -819px -1638px;
+ background-position: -728px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_ppink {
background-image: url(spritesmith1.png);
- background-position: -844px -1653px;
+ background-position: -753px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -910px -1638px;
+ background-position: -819px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_ppink2 {
background-image: url(spritesmith1.png);
- background-position: -935px -1653px;
+ background-position: -844px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1001px -1638px;
+ background-position: -910px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_ppurple {
background-image: url(spritesmith1.png);
- background-position: -1026px -1653px;
+ background-position: -935px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1092px -1638px;
+ background-position: -1001px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_ppurple2 {
background-image: url(spritesmith1.png);
- background-position: -1117px -1653px;
+ background-position: -1026px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1183px -1638px;
+ background-position: -1092px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pumpkin {
background-image: url(spritesmith1.png);
- background-position: -1208px -1653px;
+ background-position: -1117px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_purple {
background-image: url(spritesmith1.png);
- background-position: -1274px -1638px;
+ background-position: -1183px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_purple {
background-image: url(spritesmith1.png);
- background-position: -1299px -1653px;
+ background-position: -1208px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1365px -1638px;
+ background-position: -1274px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pyellow {
background-image: url(spritesmith1.png);
- background-position: -1390px -1653px;
+ background-position: -1299px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1456px -1638px;
+ background-position: -1365px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_pyellow2 {
background-image: url(spritesmith1.png);
- background-position: -1481px -1653px;
+ background-position: -1390px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1547px -1638px;
+ background-position: -1456px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_rainbow {
background-image: url(spritesmith1.png);
- background-position: -1572px -1653px;
+ background-position: -1481px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_red {
background-image: url(spritesmith1.png);
- background-position: -1638px -1638px;
+ background-position: -1547px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_red {
background-image: url(spritesmith1.png);
- background-position: -1663px -1653px;
+ background-position: -1572px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_snowy {
background-image: url(spritesmith1.png);
- background-position: -1729px 0px;
+ background-position: -1638px -1638px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_snowy {
background-image: url(spritesmith1.png);
- background-position: -1754px -15px;
+ background-position: -1663px -1653px;
width: 60px;
height: 60px;
}
.hair_base_5_white {
background-image: url(spritesmith1.png);
- background-position: -1729px -91px;
+ background-position: -1729px 0px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_white {
background-image: url(spritesmith1.png);
- background-position: -1754px -106px;
+ background-position: -1754px -15px;
width: 60px;
height: 60px;
}
.hair_base_5_winternight {
background-image: url(spritesmith1.png);
- background-position: -1729px -182px;
+ background-position: -1729px -91px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_winternight {
background-image: url(spritesmith1.png);
- background-position: -1754px -197px;
+ background-position: -1754px -106px;
width: 60px;
height: 60px;
}
.hair_base_5_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1729px -273px;
+ background-position: -1729px -182px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_winterstar {
background-image: url(spritesmith1.png);
- background-position: -1754px -288px;
+ background-position: -1754px -197px;
width: 60px;
height: 60px;
}
.hair_base_5_yellow {
background-image: url(spritesmith1.png);
- background-position: -1729px -364px;
+ background-position: -1729px -273px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_yellow {
background-image: url(spritesmith1.png);
- background-position: -1754px -379px;
+ background-position: -1754px -288px;
width: 60px;
height: 60px;
}
.hair_base_5_zombie {
background-image: url(spritesmith1.png);
- background-position: -1729px -455px;
+ background-position: -1729px -364px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_5_zombie {
background-image: url(spritesmith1.png);
- background-position: -1754px -470px;
+ background-position: -1754px -379px;
width: 60px;
height: 60px;
}
.hair_base_6_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1729px -546px;
+ background-position: -1729px -455px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_TRUred {
background-image: url(spritesmith1.png);
- background-position: -1754px -561px;
+ background-position: -1754px -470px;
width: 60px;
height: 60px;
}
.hair_base_6_aurora {
background-image: url(spritesmith1.png);
- background-position: -1729px -637px;
+ background-position: -1729px -546px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_aurora {
background-image: url(spritesmith1.png);
- background-position: -1754px -652px;
+ background-position: -1754px -561px;
width: 60px;
height: 60px;
}
.hair_base_6_black {
background-image: url(spritesmith1.png);
- background-position: -1729px -728px;
+ background-position: -1729px -637px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_black {
background-image: url(spritesmith1.png);
- background-position: -1754px -743px;
+ background-position: -1754px -652px;
width: 60px;
height: 60px;
}
.hair_base_6_blond {
background-image: url(spritesmith1.png);
- background-position: -1729px -819px;
+ background-position: -1729px -728px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_blond {
background-image: url(spritesmith1.png);
- background-position: -1754px -834px;
+ background-position: -1754px -743px;
width: 60px;
height: 60px;
}
.hair_base_6_blue {
background-image: url(spritesmith1.png);
- background-position: -1729px -910px;
+ background-position: -1729px -819px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_blue {
background-image: url(spritesmith1.png);
- background-position: -1754px -925px;
+ background-position: -1754px -834px;
width: 60px;
height: 60px;
}
.hair_base_6_brown {
background-image: url(spritesmith1.png);
- background-position: -1729px -1001px;
+ background-position: -1729px -910px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_brown {
background-image: url(spritesmith1.png);
- background-position: -1754px -1016px;
+ background-position: -1754px -925px;
width: 60px;
height: 60px;
}
.hair_base_6_candycane {
background-image: url(spritesmith1.png);
- background-position: -1729px -1092px;
+ background-position: -1729px -1001px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_candycane {
background-image: url(spritesmith1.png);
- background-position: -1754px -1107px;
+ background-position: -1754px -1016px;
width: 60px;
height: 60px;
}
.hair_base_6_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1729px -1183px;
+ background-position: -1729px -1092px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_candycorn {
background-image: url(spritesmith1.png);
- background-position: -1754px -1198px;
+ background-position: -1754px -1107px;
width: 60px;
height: 60px;
}
.hair_base_6_festive {
background-image: url(spritesmith1.png);
- background-position: -1729px -1274px;
+ background-position: -1729px -1183px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_festive {
background-image: url(spritesmith1.png);
- background-position: -1754px -1289px;
+ background-position: -1754px -1198px;
width: 60px;
height: 60px;
}
.hair_base_6_frost {
background-image: url(spritesmith1.png);
- background-position: -1729px -1365px;
+ background-position: -1729px -1274px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_frost {
background-image: url(spritesmith1.png);
- background-position: -1754px -1380px;
+ background-position: -1754px -1289px;
width: 60px;
height: 60px;
}
.hair_base_6_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1729px -1456px;
+ background-position: -1729px -1365px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_ghostwhite {
background-image: url(spritesmith1.png);
- background-position: -1754px -1471px;
+ background-position: -1754px -1380px;
width: 60px;
height: 60px;
}
.hair_base_6_green {
background-image: url(spritesmith1.png);
- background-position: -1729px -1547px;
+ background-position: -1729px -1456px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_green {
background-image: url(spritesmith1.png);
- background-position: -1754px -1562px;
+ background-position: -1754px -1471px;
width: 60px;
height: 60px;
}
.hair_base_6_halloween {
background-image: url(spritesmith1.png);
- background-position: -1729px -1638px;
+ background-position: -1729px -1547px;
width: 90px;
height: 90px;
}
.customize-option.hair_base_6_halloween {
+ background-image: url(spritesmith1.png);
+ background-position: -1754px -1562px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_holly {
+ background-image: url(spritesmith1.png);
+ background-position: -1729px -1638px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_holly {
background-image: url(spritesmith1.png);
background-position: -1754px -1653px;
width: 60px;
height: 60px;
}
+.hair_base_6_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: 0px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_hollygreen {
+ background-image: url(spritesmith1.png);
+ background-position: -25px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -91px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_midnight {
+ background-image: url(spritesmith1.png);
+ background-position: -116px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -182px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pblue {
+ background-image: url(spritesmith1.png);
+ background-position: -207px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -273px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pblue2 {
+ background-image: url(spritesmith1.png);
+ background-position: -298px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -364px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_peppermint {
+ background-image: url(spritesmith1.png);
+ background-position: -389px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -455px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pgreen {
+ background-image: url(spritesmith1.png);
+ background-position: -480px -1744px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -546px -1729px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pgreen2 {
+ background-image: url(spritesmith1.png);
+ background-position: -571px -1744px;
+ width: 60px;
+ height: 60px;
+}
diff --git a/common/dist/sprites/spritesmith1.png b/common/dist/sprites/spritesmith1.png
index 5101177a1c..b864623539 100644
Binary files a/common/dist/sprites/spritesmith1.png and b/common/dist/sprites/spritesmith1.png differ
diff --git a/common/dist/sprites/spritesmith2.css b/common/dist/sprites/spritesmith2.css
index 4fdfa08860..1e08544501 100644
--- a/common/dist/sprites/spritesmith2.css
+++ b/common/dist/sprites/spritesmith2.css
@@ -1,4080 +1,4068 @@
-.hair_base_6_holly {
+.hair_base_6_porange {
background-image: url(spritesmith2.png);
background-position: -91px 0px;
width: 90px;
height: 90px;
}
-.customize-option.hair_base_6_holly {
+.customize-option.hair_base_6_porange {
background-image: url(spritesmith2.png);
background-position: -116px -15px;
width: 60px;
height: 60px;
}
-.hair_base_6_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -728px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -753px -1198px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_midnight {
- background-image: url(spritesmith2.png);
- background-position: 0px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_midnight {
- background-image: url(spritesmith2.png);
- background-position: -25px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pblue {
- background-image: url(spritesmith2.png);
- background-position: -91px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pblue {
- background-image: url(spritesmith2.png);
- background-position: -116px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -182px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -207px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -182px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -207px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pgreen {
- background-image: url(spritesmith2.png);
- background-position: 0px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -25px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -91px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -116px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_porange {
- background-image: url(spritesmith2.png);
- background-position: -182px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_porange {
- background-image: url(spritesmith2.png);
- background-position: -207px -197px;
- width: 60px;
- height: 60px;
-}
.hair_base_6_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -273px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -298px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_ppink {
- background-image: url(spritesmith2.png);
- background-position: -273px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_ppink {
- background-image: url(spritesmith2.png);
- background-position: -298px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -273px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -298px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_ppurple {
- background-image: url(spritesmith2.png);
- background-position: 0px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -25px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -91px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -116px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -182px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -207px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_purple {
- background-image: url(spritesmith2.png);
- background-position: -273px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_purple {
- background-image: url(spritesmith2.png);
- background-position: -298px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -364px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -389px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -364px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -389px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -364px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -389px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_red {
- background-image: url(spritesmith2.png);
- background-position: -364px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_red {
- background-image: url(spritesmith2.png);
- background-position: -389px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_snowy {
- background-image: url(spritesmith2.png);
- background-position: 0px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_snowy {
- background-image: url(spritesmith2.png);
- background-position: -25px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_white {
- background-image: url(spritesmith2.png);
- background-position: -91px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_white {
- background-image: url(spritesmith2.png);
- background-position: -116px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_winternight {
- background-image: url(spritesmith2.png);
- background-position: -182px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_winternight {
- background-image: url(spritesmith2.png);
- background-position: -207px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -273px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -298px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_yellow {
- background-image: url(spritesmith2.png);
- background-position: -364px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_yellow {
- background-image: url(spritesmith2.png);
- background-position: -389px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_6_zombie {
- background-image: url(spritesmith2.png);
- background-position: -455px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_6_zombie {
- background-image: url(spritesmith2.png);
- background-position: -480px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -455px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -480px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_aurora {
- background-image: url(spritesmith2.png);
- background-position: -455px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_aurora {
- background-image: url(spritesmith2.png);
- background-position: -480px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_black {
- background-image: url(spritesmith2.png);
- background-position: -455px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_black {
- background-image: url(spritesmith2.png);
- background-position: -480px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_blond {
- background-image: url(spritesmith2.png);
- background-position: -455px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_blond {
- background-image: url(spritesmith2.png);
- background-position: -480px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_blue {
- background-image: url(spritesmith2.png);
- background-position: 0px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_blue {
- background-image: url(spritesmith2.png);
- background-position: -25px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_brown {
- background-image: url(spritesmith2.png);
- background-position: -91px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_brown {
- background-image: url(spritesmith2.png);
- background-position: -116px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_candycane {
- background-image: url(spritesmith2.png);
- background-position: -182px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_candycane {
- background-image: url(spritesmith2.png);
- background-position: -207px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_candycorn {
- background-image: url(spritesmith2.png);
- background-position: -273px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_candycorn {
- background-image: url(spritesmith2.png);
- background-position: -298px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_festive {
- background-image: url(spritesmith2.png);
- background-position: -364px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_festive {
- background-image: url(spritesmith2.png);
- background-position: -389px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_frost {
- background-image: url(spritesmith2.png);
- background-position: -455px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_frost {
- background-image: url(spritesmith2.png);
- background-position: -480px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -546px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -571px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_green {
- background-image: url(spritesmith2.png);
- background-position: -546px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_green {
- background-image: url(spritesmith2.png);
- background-position: -571px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_halloween {
- background-image: url(spritesmith2.png);
- background-position: -546px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_halloween {
- background-image: url(spritesmith2.png);
- background-position: -571px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_holly {
- background-image: url(spritesmith2.png);
- background-position: -546px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_holly {
- background-image: url(spritesmith2.png);
- background-position: -571px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -546px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -571px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_midnight {
- background-image: url(spritesmith2.png);
- background-position: -546px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_midnight {
- background-image: url(spritesmith2.png);
- background-position: -571px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pblue {
- background-image: url(spritesmith2.png);
- background-position: 0px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pblue {
- background-image: url(spritesmith2.png);
- background-position: -25px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -91px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -116px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -182px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -207px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -273px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -298px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -364px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -389px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_porange {
- background-image: url(spritesmith2.png);
- background-position: -455px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_porange {
- background-image: url(spritesmith2.png);
- background-position: -480px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -546px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -571px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_ppink {
- background-image: url(spritesmith2.png);
- background-position: -637px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_ppink {
- background-image: url(spritesmith2.png);
- background-position: -662px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -637px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -662px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -637px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -662px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -637px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -662px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -637px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -662px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_purple {
- background-image: url(spritesmith2.png);
- background-position: -637px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_purple {
- background-image: url(spritesmith2.png);
- background-position: -662px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -637px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -662px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: 0px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -25px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -91px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -116px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_red {
- background-image: url(spritesmith2.png);
- background-position: -182px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_red {
- background-image: url(spritesmith2.png);
- background-position: -207px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_snowy {
- background-image: url(spritesmith2.png);
- background-position: -273px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_snowy {
- background-image: url(spritesmith2.png);
- background-position: -298px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_white {
- background-image: url(spritesmith2.png);
- background-position: -364px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_white {
- background-image: url(spritesmith2.png);
- background-position: -389px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_winternight {
- background-image: url(spritesmith2.png);
- background-position: -455px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_winternight {
- background-image: url(spritesmith2.png);
- background-position: -480px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -546px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -571px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_yellow {
- background-image: url(spritesmith2.png);
- background-position: -637px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_yellow {
- background-image: url(spritesmith2.png);
- background-position: -662px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_7_zombie {
- background-image: url(spritesmith2.png);
- background-position: -728px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_7_zombie {
- background-image: url(spritesmith2.png);
- background-position: -753px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -728px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -753px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_aurora {
- background-image: url(spritesmith2.png);
- background-position: -728px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_aurora {
- background-image: url(spritesmith2.png);
- background-position: -753px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_black {
- background-image: url(spritesmith2.png);
- background-position: -728px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_black {
- background-image: url(spritesmith2.png);
- background-position: -753px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_blond {
- background-image: url(spritesmith2.png);
- background-position: -728px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_blond {
- background-image: url(spritesmith2.png);
- background-position: -753px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_blue {
- background-image: url(spritesmith2.png);
- background-position: -728px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_blue {
- background-image: url(spritesmith2.png);
- background-position: -753px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_brown {
- background-image: url(spritesmith2.png);
- background-position: -728px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_brown {
- background-image: url(spritesmith2.png);
- background-position: -753px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_candycane {
- background-image: url(spritesmith2.png);
- background-position: -728px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_candycane {
- background-image: url(spritesmith2.png);
- background-position: -753px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_candycorn {
- background-image: url(spritesmith2.png);
- background-position: 0px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_candycorn {
- background-image: url(spritesmith2.png);
- background-position: -25px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_festive {
- background-image: url(spritesmith2.png);
- background-position: -91px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_festive {
- background-image: url(spritesmith2.png);
- background-position: -116px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_frost {
- background-image: url(spritesmith2.png);
- background-position: -182px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_frost {
- background-image: url(spritesmith2.png);
- background-position: -207px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -273px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -298px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_green {
- background-image: url(spritesmith2.png);
- background-position: -364px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_green {
- background-image: url(spritesmith2.png);
- background-position: -389px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_halloween {
- background-image: url(spritesmith2.png);
- background-position: -455px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_halloween {
- background-image: url(spritesmith2.png);
- background-position: -480px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_holly {
- background-image: url(spritesmith2.png);
- background-position: -546px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_holly {
- background-image: url(spritesmith2.png);
- background-position: -571px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -637px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -662px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_midnight {
- background-image: url(spritesmith2.png);
- background-position: -728px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_midnight {
- background-image: url(spritesmith2.png);
- background-position: -753px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pblue {
- background-image: url(spritesmith2.png);
- background-position: -819px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pblue {
- background-image: url(spritesmith2.png);
- background-position: -844px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -819px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -844px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -819px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -844px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -819px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -844px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -819px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -844px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_porange {
- background-image: url(spritesmith2.png);
- background-position: -819px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_porange {
- background-image: url(spritesmith2.png);
- background-position: -844px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -819px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -844px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_ppink {
- background-image: url(spritesmith2.png);
- background-position: -819px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_ppink {
- background-image: url(spritesmith2.png);
- background-position: -844px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -819px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -844px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_ppurple {
- background-image: url(spritesmith2.png);
- background-position: 0px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -25px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -91px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -116px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -182px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -207px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_purple {
- background-image: url(spritesmith2.png);
- background-position: -273px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_purple {
- background-image: url(spritesmith2.png);
- background-position: -298px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -364px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -389px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -455px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -480px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -546px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -571px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_red {
- background-image: url(spritesmith2.png);
- background-position: -637px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_red {
- background-image: url(spritesmith2.png);
- background-position: -662px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_snowy {
- background-image: url(spritesmith2.png);
- background-position: -728px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_snowy {
- background-image: url(spritesmith2.png);
- background-position: -753px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_white {
- background-image: url(spritesmith2.png);
- background-position: -819px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_white {
- background-image: url(spritesmith2.png);
- background-position: -844px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_winternight {
- background-image: url(spritesmith2.png);
- background-position: -910px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_winternight {
- background-image: url(spritesmith2.png);
- background-position: -935px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -910px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -935px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_yellow {
- background-image: url(spritesmith2.png);
- background-position: -910px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_yellow {
- background-image: url(spritesmith2.png);
- background-position: -935px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_8_zombie {
- background-image: url(spritesmith2.png);
- background-position: -910px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_8_zombie {
- background-image: url(spritesmith2.png);
- background-position: -935px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -910px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_TRUred {
- background-image: url(spritesmith2.png);
- background-position: -935px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_aurora {
- background-image: url(spritesmith2.png);
- background-position: -910px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_aurora {
- background-image: url(spritesmith2.png);
- background-position: -935px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_black {
- background-image: url(spritesmith2.png);
- background-position: -910px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_black {
- background-image: url(spritesmith2.png);
- background-position: -935px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_blond {
- background-image: url(spritesmith2.png);
- background-position: -910px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_blond {
- background-image: url(spritesmith2.png);
- background-position: -935px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_blue {
- background-image: url(spritesmith2.png);
- background-position: -910px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_blue {
- background-image: url(spritesmith2.png);
- background-position: -935px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_brown {
- background-image: url(spritesmith2.png);
- background-position: -910px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_brown {
- background-image: url(spritesmith2.png);
- background-position: -935px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_candycane {
- background-image: url(spritesmith2.png);
- background-position: 0px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_candycane {
- background-image: url(spritesmith2.png);
- background-position: -25px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_candycorn {
- background-image: url(spritesmith2.png);
- background-position: -91px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_candycorn {
- background-image: url(spritesmith2.png);
- background-position: -116px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_festive {
- background-image: url(spritesmith2.png);
- background-position: -182px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_festive {
- background-image: url(spritesmith2.png);
- background-position: -207px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_frost {
- background-image: url(spritesmith2.png);
- background-position: -273px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_frost {
- background-image: url(spritesmith2.png);
- background-position: -298px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -364px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_ghostwhite {
- background-image: url(spritesmith2.png);
- background-position: -389px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_green {
- background-image: url(spritesmith2.png);
- background-position: -455px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_green {
- background-image: url(spritesmith2.png);
- background-position: -480px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_halloween {
- background-image: url(spritesmith2.png);
- background-position: -546px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_halloween {
- background-image: url(spritesmith2.png);
- background-position: -571px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_holly {
- background-image: url(spritesmith2.png);
- background-position: -637px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_holly {
- background-image: url(spritesmith2.png);
- background-position: -662px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -728px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_hollygreen {
- background-image: url(spritesmith2.png);
- background-position: -753px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_midnight {
- background-image: url(spritesmith2.png);
- background-position: -819px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_midnight {
- background-image: url(spritesmith2.png);
- background-position: -844px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pblue {
- background-image: url(spritesmith2.png);
- background-position: -910px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pblue {
- background-image: url(spritesmith2.png);
- background-position: -935px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -1001px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_peppermint {
- background-image: url(spritesmith2.png);
- background-position: -1026px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -1001px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pgreen {
- background-image: url(spritesmith2.png);
- background-position: -1026px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_porange {
- background-image: url(spritesmith2.png);
- background-position: -1001px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_porange {
- background-image: url(spritesmith2.png);
- background-position: -1026px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_ppink {
- background-image: url(spritesmith2.png);
- background-position: -1001px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_ppink {
- background-image: url(spritesmith2.png);
- background-position: -1026px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -1001px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_ppurple {
- background-image: url(spritesmith2.png);
- background-position: -1026px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -1001px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pumpkin {
- background-image: url(spritesmith2.png);
- background-position: -1026px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_purple {
- background-image: url(spritesmith2.png);
- background-position: 0px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_purple {
- background-image: url(spritesmith2.png);
- background-position: -25px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -91px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pyellow {
- background-image: url(spritesmith2.png);
- background-position: -116px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -182px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -207px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -273px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -298px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_red {
- background-image: url(spritesmith2.png);
- background-position: -364px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_red {
- background-image: url(spritesmith2.png);
- background-position: -389px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_snowy {
- background-image: url(spritesmith2.png);
- background-position: -455px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_snowy {
- background-image: url(spritesmith2.png);
- background-position: -480px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_white {
- background-image: url(spritesmith2.png);
- background-position: -546px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_white {
- background-image: url(spritesmith2.png);
- background-position: -571px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_winternight {
- background-image: url(spritesmith2.png);
- background-position: -637px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_winternight {
- background-image: url(spritesmith2.png);
- background-position: -662px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -728px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_winterstar {
- background-image: url(spritesmith2.png);
- background-position: -753px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_yellow {
- background-image: url(spritesmith2.png);
- background-position: -819px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_yellow {
- background-image: url(spritesmith2.png);
- background-position: -844px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_base_9_zombie {
- background-image: url(spritesmith2.png);
- background-position: -910px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_base_9_zombie {
- background-image: url(spritesmith2.png);
- background-position: -935px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -288px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_1_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_1_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -379px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -470px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -561px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -652px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -743px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -834px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_2_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_2_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -925px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -1016px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: 0px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -25px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -91px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -116px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -182px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -207px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -273px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -298px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_beard_3_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -364px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_beard_3_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -389px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -455px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -480px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -546px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -571px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -637px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -662px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -728px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -753px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -819px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -844px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_1_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -910px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_1_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -935px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1001px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_pblue2 {
- background-image: url(spritesmith2.png);
- background-position: -1026px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1092px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_pgreen2 {
- background-image: url(spritesmith2.png);
- background-position: -1117px -1107px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1183px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_porange2 {
- background-image: url(spritesmith2.png);
- background-position: -1208px -15px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1183px -91px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_ppink2 {
- background-image: url(spritesmith2.png);
- background-position: -1208px -106px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1183px -182px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_ppurple2 {
- background-image: url(spritesmith2.png);
- background-position: -1208px -197px;
- width: 60px;
- height: 60px;
-}
-.hair_mustache_2_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1183px -273px;
- width: 90px;
- height: 90px;
-}
-.customize-option.hair_mustache_2_pyellow2 {
- background-image: url(spritesmith2.png);
- background-position: -1208px -288px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_black {
- background-image: url(spritesmith2.png);
- background-position: -1183px -364px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_black {
- background-image: url(spritesmith2.png);
- background-position: -1208px -394px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_blue {
- background-image: url(spritesmith2.png);
- background-position: -1183px -455px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_blue {
- background-image: url(spritesmith2.png);
- background-position: -1208px -485px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_convict {
- background-image: url(spritesmith2.png);
- background-position: -1183px -546px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_convict {
- background-image: url(spritesmith2.png);
- background-position: -1208px -576px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_cross {
- background-image: url(spritesmith2.png);
- background-position: -1183px -637px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_cross {
- background-image: url(spritesmith2.png);
- background-position: -1208px -667px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_fire {
- background-image: url(spritesmith2.png);
- background-position: -1183px -728px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_fire {
- background-image: url(spritesmith2.png);
- background-position: -1208px -758px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_green {
- background-image: url(spritesmith2.png);
- background-position: -1183px -819px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_green {
- background-image: url(spritesmith2.png);
- background-position: -1208px -849px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_horizon {
- background-image: url(spritesmith2.png);
- background-position: -1183px -910px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_horizon {
- background-image: url(spritesmith2.png);
- background-position: -1208px -940px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_ocean {
- background-image: url(spritesmith2.png);
- background-position: -1183px -1001px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_ocean {
- background-image: url(spritesmith2.png);
- background-position: -1208px -1031px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_pink {
- background-image: url(spritesmith2.png);
- background-position: -1183px -1092px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_pink {
- background-image: url(spritesmith2.png);
- background-position: -1208px -1122px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_purple {
- background-image: url(spritesmith2.png);
- background-position: 0px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_purple {
- background-image: url(spritesmith2.png);
- background-position: -25px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -91px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_rainbow {
- background-image: url(spritesmith2.png);
- background-position: -116px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_redblue {
- background-image: url(spritesmith2.png);
- background-position: -182px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_redblue {
- background-image: url(spritesmith2.png);
- background-position: -207px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_thunder {
- background-image: url(spritesmith2.png);
- background-position: -273px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_thunder {
- background-image: url(spritesmith2.png);
- background-position: -298px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_tropical {
- background-image: url(spritesmith2.png);
- background-position: -364px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_tropical {
- background-image: url(spritesmith2.png);
- background-position: -389px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_white {
- background-image: url(spritesmith2.png);
- background-position: -455px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_white {
- background-image: url(spritesmith2.png);
- background-position: -480px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_yellow {
- background-image: url(spritesmith2.png);
- background-position: -546px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_yellow {
- background-image: url(spritesmith2.png);
- background-position: -571px -1213px;
- width: 60px;
- height: 60px;
-}
-.broad_shirt_zombie {
- background-image: url(spritesmith2.png);
- background-position: -637px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.broad_shirt_zombie {
- background-image: url(spritesmith2.png);
- background-position: -662px -1213px;
- width: 60px;
- height: 60px;
-}
-.slim_shirt_black {
- background-image: url(spritesmith2.png);
- background-position: 0px 0px;
- width: 90px;
- height: 90px;
-}
-.customize-option.slim_shirt_black {
- background-image: url(spritesmith2.png);
- background-position: -25px -30px;
- width: 60px;
- height: 60px;
-}
-.slim_shirt_blue {
- background-image: url(spritesmith2.png);
- background-position: -819px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.slim_shirt_blue {
- background-image: url(spritesmith2.png);
- background-position: -844px -1213px;
- width: 60px;
- height: 60px;
-}
-.slim_shirt_convict {
- background-image: url(spritesmith2.png);
- background-position: -910px -1183px;
- width: 90px;
- height: 90px;
-}
-.customize-option.slim_shirt_convict {
- background-image: url(spritesmith2.png);
- background-position: -935px -1213px;
- width: 60px;
- height: 60px;
-}
-.slim_shirt_cross {
background-image: url(spritesmith2.png);
background-position: -1001px -1183px;
width: 90px;
height: 90px;
}
+.customize-option.hair_base_6_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -1198px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -182px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -273px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_red {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_red {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_white {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_white {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -364px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_6_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_6_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_black {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_black {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -455px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_green {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_green {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -546px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -637px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_red {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_red {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_white {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_white {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_7_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_7_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_black {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_black {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -728px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_green {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_green {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -819px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_red {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_red {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_white {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_white {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_8_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_8_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_TRUred {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_aurora {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_black {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_black {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_blond {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -910px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_brown {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_candycane {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_candycorn {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_festive {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_frost {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_ghostwhite {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_green {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_green {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_halloween {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_holly {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_hollygreen {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_midnight {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pblue {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_peppermint {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pgreen {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_porange {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_ppink {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_ppurple {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pumpkin {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pyellow {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_red {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_red {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_snowy {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_white {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_white {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_winternight {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_winterstar {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_base_9_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_base_9_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_1_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_1_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -15px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -106px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_2_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_2_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -197px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -288px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -379px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -470px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -561px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -652px;
+ width: 60px;
+ height: 60px;
+}
+.hair_beard_3_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_beard_3_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -743px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -834px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -925px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -1016px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_1_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_1_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_pblue2 {
+ background-image: url(spritesmith2.png);
+ background-position: -298px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -364px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_pgreen2 {
+ background-image: url(spritesmith2.png);
+ background-position: -389px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -455px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_porange2 {
+ background-image: url(spritesmith2.png);
+ background-position: -480px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -546px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_ppink2 {
+ background-image: url(spritesmith2.png);
+ background-position: -571px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -637px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_ppurple2 {
+ background-image: url(spritesmith2.png);
+ background-position: -662px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.hair_mustache_2_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -728px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.hair_mustache_2_pyellow2 {
+ background-image: url(spritesmith2.png);
+ background-position: -753px -1107px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_black {
+ background-image: url(spritesmith2.png);
+ background-position: -819px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_black {
+ background-image: url(spritesmith2.png);
+ background-position: -844px -1122px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -910px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -935px -1122px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_convict {
+ background-image: url(spritesmith2.png);
+ background-position: -1001px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_convict {
+ background-image: url(spritesmith2.png);
+ background-position: -1026px -1122px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_cross {
+ background-image: url(spritesmith2.png);
+ background-position: -1092px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_cross {
+ background-image: url(spritesmith2.png);
+ background-position: -1117px -1122px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_fire {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px 0px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_fire {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -30px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_green {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -91px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_green {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -121px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_horizon {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -182px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_horizon {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -212px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_ocean {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -273px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_ocean {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -303px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_pink {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -364px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_pink {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -394px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -455px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_purple {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -485px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -546px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_rainbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -576px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_redblue {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -637px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_redblue {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -667px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_thunder {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -728px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_thunder {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -758px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_tropical {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -819px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_tropical {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -849px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_white {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -910px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_white {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -940px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -1001px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_yellow {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -1031px;
+ width: 60px;
+ height: 60px;
+}
+.broad_shirt_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -1183px -1092px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.broad_shirt_zombie {
+ background-image: url(spritesmith2.png);
+ background-position: -1208px -1122px;
+ width: 60px;
+ height: 60px;
+}
+.slim_shirt_black {
+ background-image: url(spritesmith2.png);
+ background-position: 0px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.slim_shirt_black {
+ background-image: url(spritesmith2.png);
+ background-position: -25px -1213px;
+ width: 60px;
+ height: 60px;
+}
+.slim_shirt_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -91px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.slim_shirt_blue {
+ background-image: url(spritesmith2.png);
+ background-position: -116px -1213px;
+ width: 60px;
+ height: 60px;
+}
+.slim_shirt_convict {
+ background-image: url(spritesmith2.png);
+ background-position: -182px -1183px;
+ width: 90px;
+ height: 90px;
+}
+.customize-option.slim_shirt_convict {
+ background-image: url(spritesmith2.png);
+ background-position: -207px -1213px;
+ width: 60px;
+ height: 60px;
+}
+.slim_shirt_cross {
+ background-image: url(spritesmith2.png);
+ background-position: -273px -1183px;
+ width: 90px;
+ height: 90px;
+}
.customize-option.slim_shirt_cross {
background-image: url(spritesmith2.png);
- background-position: -1026px -1213px;
+ background-position: -298px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_fire {
background-image: url(spritesmith2.png);
- background-position: -1092px -1183px;
+ background-position: -364px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_fire {
background-image: url(spritesmith2.png);
- background-position: -1117px -1213px;
+ background-position: -389px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_green {
background-image: url(spritesmith2.png);
- background-position: -1183px -1183px;
+ background-position: -455px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_green {
background-image: url(spritesmith2.png);
- background-position: -1208px -1213px;
+ background-position: -480px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_horizon {
background-image: url(spritesmith2.png);
- background-position: -1274px 0px;
+ background-position: -546px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_horizon {
background-image: url(spritesmith2.png);
- background-position: -1299px -30px;
+ background-position: -571px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_ocean {
background-image: url(spritesmith2.png);
- background-position: -1274px -91px;
+ background-position: -637px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_ocean {
background-image: url(spritesmith2.png);
- background-position: -1299px -121px;
+ background-position: -662px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_pink {
background-image: url(spritesmith2.png);
- background-position: -1274px -182px;
+ background-position: -728px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_pink {
background-image: url(spritesmith2.png);
- background-position: -1299px -212px;
+ background-position: -753px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_purple {
background-image: url(spritesmith2.png);
- background-position: -1274px -273px;
+ background-position: -819px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_purple {
background-image: url(spritesmith2.png);
- background-position: -1299px -303px;
+ background-position: -844px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_rainbow {
background-image: url(spritesmith2.png);
- background-position: -1274px -364px;
+ background-position: -910px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_rainbow {
background-image: url(spritesmith2.png);
- background-position: -1299px -394px;
+ background-position: -935px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_redblue {
background-image: url(spritesmith2.png);
- background-position: -1274px -455px;
+ background-position: 0px 0px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_redblue {
background-image: url(spritesmith2.png);
- background-position: -1299px -485px;
+ background-position: -25px -30px;
width: 60px;
height: 60px;
}
.slim_shirt_thunder {
background-image: url(spritesmith2.png);
- background-position: -1274px -546px;
+ background-position: -1092px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_thunder {
background-image: url(spritesmith2.png);
- background-position: -1299px -576px;
+ background-position: -1117px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_tropical {
background-image: url(spritesmith2.png);
- background-position: -1274px -637px;
+ background-position: -1183px -1183px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_tropical {
background-image: url(spritesmith2.png);
- background-position: -1299px -667px;
+ background-position: -1208px -1213px;
width: 60px;
height: 60px;
}
.slim_shirt_white {
background-image: url(spritesmith2.png);
- background-position: -1274px -728px;
+ background-position: -1274px 0px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_white {
background-image: url(spritesmith2.png);
- background-position: -1299px -758px;
+ background-position: -1299px -30px;
width: 60px;
height: 60px;
}
.slim_shirt_yellow {
background-image: url(spritesmith2.png);
- background-position: -1274px -819px;
+ background-position: -1274px -91px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_yellow {
background-image: url(spritesmith2.png);
- background-position: -1299px -849px;
+ background-position: -1299px -121px;
width: 60px;
height: 60px;
}
.slim_shirt_zombie {
background-image: url(spritesmith2.png);
- background-position: -1274px -910px;
+ background-position: -1274px -182px;
width: 90px;
height: 90px;
}
.customize-option.slim_shirt_zombie {
background-image: url(spritesmith2.png);
- background-position: -1299px -940px;
+ background-position: -1299px -212px;
width: 60px;
height: 60px;
}
.skin_0ff591 {
background-image: url(spritesmith2.png);
- background-position: -1274px -1001px;
+ background-position: -1274px -273px;
width: 90px;
height: 90px;
}
.customize-option.skin_0ff591 {
background-image: url(spritesmith2.png);
- background-position: -1299px -1016px;
+ background-position: -1299px -288px;
width: 60px;
height: 60px;
}
.skin_0ff591_sleep {
background-image: url(spritesmith2.png);
- background-position: -1274px -1092px;
+ background-position: -1274px -364px;
width: 90px;
height: 90px;
}
.customize-option.skin_0ff591_sleep {
background-image: url(spritesmith2.png);
- background-position: -1299px -1107px;
+ background-position: -1299px -379px;
width: 60px;
height: 60px;
}
.skin_2b43f6 {
background-image: url(spritesmith2.png);
- background-position: -1274px -1183px;
+ background-position: -1274px -455px;
width: 90px;
height: 90px;
}
.customize-option.skin_2b43f6 {
background-image: url(spritesmith2.png);
- background-position: -1299px -1198px;
+ background-position: -1299px -470px;
width: 60px;
height: 60px;
}
.skin_2b43f6_sleep {
background-image: url(spritesmith2.png);
- background-position: 0px -1274px;
+ background-position: -1274px -546px;
width: 90px;
height: 90px;
}
.customize-option.skin_2b43f6_sleep {
background-image: url(spritesmith2.png);
- background-position: -25px -1289px;
+ background-position: -1299px -561px;
width: 60px;
height: 60px;
}
.skin_6bd049 {
background-image: url(spritesmith2.png);
- background-position: -91px -1274px;
+ background-position: -1274px -637px;
width: 90px;
height: 90px;
}
.customize-option.skin_6bd049 {
background-image: url(spritesmith2.png);
- background-position: -116px -1289px;
+ background-position: -1299px -652px;
width: 60px;
height: 60px;
}
.skin_6bd049_sleep {
background-image: url(spritesmith2.png);
- background-position: -182px -1274px;
+ background-position: -1274px -728px;
width: 90px;
height: 90px;
}
.customize-option.skin_6bd049_sleep {
background-image: url(spritesmith2.png);
- background-position: -207px -1289px;
+ background-position: -1299px -743px;
width: 60px;
height: 60px;
}
.skin_800ed0 {
background-image: url(spritesmith2.png);
- background-position: -273px -1274px;
+ background-position: -1274px -819px;
width: 90px;
height: 90px;
}
.customize-option.skin_800ed0 {
background-image: url(spritesmith2.png);
- background-position: -298px -1289px;
+ background-position: -1299px -834px;
width: 60px;
height: 60px;
}
.skin_800ed0_sleep {
background-image: url(spritesmith2.png);
- background-position: -364px -1274px;
+ background-position: -1274px -910px;
width: 90px;
height: 90px;
}
.customize-option.skin_800ed0_sleep {
background-image: url(spritesmith2.png);
- background-position: -389px -1289px;
+ background-position: -1299px -925px;
width: 60px;
height: 60px;
}
.skin_915533 {
background-image: url(spritesmith2.png);
- background-position: -455px -1274px;
+ background-position: -1274px -1001px;
width: 90px;
height: 90px;
}
.customize-option.skin_915533 {
background-image: url(spritesmith2.png);
- background-position: -480px -1289px;
+ background-position: -1299px -1016px;
width: 60px;
height: 60px;
}
.skin_915533_sleep {
background-image: url(spritesmith2.png);
- background-position: -546px -1274px;
+ background-position: -1274px -1092px;
width: 90px;
height: 90px;
}
.customize-option.skin_915533_sleep {
background-image: url(spritesmith2.png);
- background-position: -571px -1289px;
+ background-position: -1299px -1107px;
width: 60px;
height: 60px;
}
.skin_98461a {
background-image: url(spritesmith2.png);
- background-position: -637px -1274px;
+ background-position: -1274px -1183px;
width: 90px;
height: 90px;
}
.customize-option.skin_98461a {
background-image: url(spritesmith2.png);
- background-position: -662px -1289px;
+ background-position: -1299px -1198px;
width: 60px;
height: 60px;
}
.skin_98461a_sleep {
background-image: url(spritesmith2.png);
- background-position: -728px -1274px;
+ background-position: 0px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_98461a_sleep {
background-image: url(spritesmith2.png);
- background-position: -753px -1289px;
+ background-position: -25px -1289px;
width: 60px;
height: 60px;
}
.skin_bear {
background-image: url(spritesmith2.png);
- background-position: -819px -1274px;
+ background-position: -91px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_bear {
background-image: url(spritesmith2.png);
- background-position: -844px -1289px;
+ background-position: -116px -1289px;
width: 60px;
height: 60px;
}
.skin_bear_sleep {
background-image: url(spritesmith2.png);
- background-position: -910px -1274px;
+ background-position: -182px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_bear_sleep {
background-image: url(spritesmith2.png);
- background-position: -935px -1289px;
+ background-position: -207px -1289px;
width: 60px;
height: 60px;
}
.skin_c06534 {
background-image: url(spritesmith2.png);
- background-position: -1001px -1274px;
+ background-position: -273px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_c06534 {
background-image: url(spritesmith2.png);
- background-position: -1026px -1289px;
+ background-position: -298px -1289px;
width: 60px;
height: 60px;
}
.skin_c06534_sleep {
background-image: url(spritesmith2.png);
- background-position: -1092px -1274px;
+ background-position: -364px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_c06534_sleep {
background-image: url(spritesmith2.png);
- background-position: -1117px -1289px;
+ background-position: -389px -1289px;
width: 60px;
height: 60px;
}
.skin_c3e1dc {
background-image: url(spritesmith2.png);
- background-position: -1183px -1274px;
+ background-position: -455px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_c3e1dc {
background-image: url(spritesmith2.png);
- background-position: -1208px -1289px;
+ background-position: -480px -1289px;
width: 60px;
height: 60px;
}
.skin_c3e1dc_sleep {
background-image: url(spritesmith2.png);
- background-position: -1274px -1274px;
+ background-position: -546px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_c3e1dc_sleep {
background-image: url(spritesmith2.png);
- background-position: -1299px -1289px;
+ background-position: -571px -1289px;
width: 60px;
height: 60px;
}
.skin_cactus {
background-image: url(spritesmith2.png);
- background-position: -1365px 0px;
+ background-position: -637px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_cactus {
background-image: url(spritesmith2.png);
- background-position: -1390px -15px;
+ background-position: -662px -1289px;
width: 60px;
height: 60px;
}
.skin_cactus_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -91px;
+ background-position: -728px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_cactus_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -106px;
+ background-position: -753px -1289px;
width: 60px;
height: 60px;
}
.skin_candycorn {
background-image: url(spritesmith2.png);
- background-position: -1365px -182px;
+ background-position: -819px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_candycorn {
background-image: url(spritesmith2.png);
- background-position: -1390px -197px;
+ background-position: -844px -1289px;
width: 60px;
height: 60px;
}
.skin_candycorn_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -273px;
+ background-position: -910px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_candycorn_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -288px;
+ background-position: -935px -1289px;
width: 60px;
height: 60px;
}
.skin_d7a9f7 {
background-image: url(spritesmith2.png);
- background-position: -1365px -364px;
+ background-position: -1001px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_d7a9f7 {
background-image: url(spritesmith2.png);
- background-position: -1390px -379px;
+ background-position: -1026px -1289px;
width: 60px;
height: 60px;
}
.skin_d7a9f7_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -455px;
+ background-position: -1092px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_d7a9f7_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -470px;
+ background-position: -1117px -1289px;
width: 60px;
height: 60px;
}
.skin_ddc994 {
background-image: url(spritesmith2.png);
- background-position: -1365px -546px;
+ background-position: -1183px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_ddc994 {
background-image: url(spritesmith2.png);
- background-position: -1390px -561px;
+ background-position: -1208px -1289px;
width: 60px;
height: 60px;
}
.skin_ddc994_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -637px;
+ background-position: -1274px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_ddc994_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -652px;
+ background-position: -1299px -1289px;
width: 60px;
height: 60px;
}
.skin_ea8349 {
background-image: url(spritesmith2.png);
- background-position: -1365px -728px;
+ background-position: -1365px 0px;
width: 90px;
height: 90px;
}
.customize-option.skin_ea8349 {
background-image: url(spritesmith2.png);
- background-position: -1390px -743px;
+ background-position: -1390px -15px;
width: 60px;
height: 60px;
}
.skin_ea8349_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -819px;
+ background-position: -1365px -91px;
width: 90px;
height: 90px;
}
.customize-option.skin_ea8349_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -834px;
+ background-position: -1390px -106px;
width: 60px;
height: 60px;
}
.skin_eb052b {
background-image: url(spritesmith2.png);
- background-position: -1365px -910px;
+ background-position: -1365px -182px;
width: 90px;
height: 90px;
}
.customize-option.skin_eb052b {
background-image: url(spritesmith2.png);
- background-position: -1390px -925px;
+ background-position: -1390px -197px;
width: 60px;
height: 60px;
}
.skin_eb052b_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -1001px;
+ background-position: -1365px -273px;
width: 90px;
height: 90px;
}
.customize-option.skin_eb052b_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -1016px;
+ background-position: -1390px -288px;
width: 60px;
height: 60px;
}
.skin_f5a76e {
background-image: url(spritesmith2.png);
- background-position: -1365px -1092px;
+ background-position: -1365px -364px;
width: 90px;
height: 90px;
}
.customize-option.skin_f5a76e {
background-image: url(spritesmith2.png);
- background-position: -1390px -1107px;
+ background-position: -1390px -379px;
width: 60px;
height: 60px;
}
.skin_f5a76e_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -1183px;
+ background-position: -1365px -455px;
width: 90px;
height: 90px;
}
.customize-option.skin_f5a76e_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -1198px;
+ background-position: -1390px -470px;
width: 60px;
height: 60px;
}
.skin_f5d70f {
background-image: url(spritesmith2.png);
- background-position: -1365px -1274px;
+ background-position: -1365px -546px;
width: 90px;
height: 90px;
}
.customize-option.skin_f5d70f {
background-image: url(spritesmith2.png);
- background-position: -1390px -1289px;
+ background-position: -1390px -561px;
width: 60px;
height: 60px;
}
.skin_f5d70f_sleep {
background-image: url(spritesmith2.png);
- background-position: 0px -1365px;
+ background-position: -1365px -637px;
width: 90px;
height: 90px;
}
.customize-option.skin_f5d70f_sleep {
background-image: url(spritesmith2.png);
- background-position: -25px -1380px;
+ background-position: -1390px -652px;
width: 60px;
height: 60px;
}
.skin_f69922 {
background-image: url(spritesmith2.png);
- background-position: -91px -1365px;
+ background-position: -1365px -728px;
width: 90px;
height: 90px;
}
.customize-option.skin_f69922 {
background-image: url(spritesmith2.png);
- background-position: -116px -1380px;
+ background-position: -1390px -743px;
width: 60px;
height: 60px;
}
.skin_f69922_sleep {
background-image: url(spritesmith2.png);
- background-position: -182px -1365px;
+ background-position: -1365px -819px;
width: 90px;
height: 90px;
}
.customize-option.skin_f69922_sleep {
background-image: url(spritesmith2.png);
- background-position: -207px -1380px;
+ background-position: -1390px -834px;
width: 60px;
height: 60px;
}
.skin_fox {
background-image: url(spritesmith2.png);
- background-position: -273px -1365px;
+ background-position: -1365px -910px;
width: 90px;
height: 90px;
}
.customize-option.skin_fox {
background-image: url(spritesmith2.png);
- background-position: -298px -1380px;
+ background-position: -1390px -925px;
width: 60px;
height: 60px;
}
.skin_fox_sleep {
background-image: url(spritesmith2.png);
- background-position: -364px -1365px;
+ background-position: -1365px -1001px;
width: 90px;
height: 90px;
}
.customize-option.skin_fox_sleep {
background-image: url(spritesmith2.png);
- background-position: -389px -1380px;
+ background-position: -1390px -1016px;
width: 60px;
height: 60px;
}
.skin_ghost {
background-image: url(spritesmith2.png);
- background-position: -455px -1365px;
+ background-position: -1365px -1092px;
width: 90px;
height: 90px;
}
.customize-option.skin_ghost {
background-image: url(spritesmith2.png);
- background-position: -480px -1380px;
+ background-position: -1390px -1107px;
width: 60px;
height: 60px;
}
.skin_ghost_sleep {
background-image: url(spritesmith2.png);
- background-position: -546px -1365px;
+ background-position: -1365px -1183px;
width: 90px;
height: 90px;
}
.customize-option.skin_ghost_sleep {
background-image: url(spritesmith2.png);
- background-position: -571px -1380px;
+ background-position: -1390px -1198px;
width: 60px;
height: 60px;
}
.skin_lion {
background-image: url(spritesmith2.png);
- background-position: -637px -1365px;
+ background-position: -1365px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_lion {
background-image: url(spritesmith2.png);
- background-position: -662px -1380px;
+ background-position: -1390px -1289px;
width: 60px;
height: 60px;
}
.skin_lion_sleep {
background-image: url(spritesmith2.png);
- background-position: -728px -1365px;
+ background-position: 0px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_lion_sleep {
background-image: url(spritesmith2.png);
- background-position: -753px -1380px;
+ background-position: -25px -1380px;
width: 60px;
height: 60px;
}
.skin_monster {
background-image: url(spritesmith2.png);
- background-position: -819px -1365px;
+ background-position: -91px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_monster {
background-image: url(spritesmith2.png);
- background-position: -844px -1380px;
+ background-position: -116px -1380px;
width: 60px;
height: 60px;
}
.skin_monster_sleep {
background-image: url(spritesmith2.png);
- background-position: -910px -1365px;
+ background-position: -182px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_monster_sleep {
background-image: url(spritesmith2.png);
- background-position: -935px -1380px;
+ background-position: -207px -1380px;
width: 60px;
height: 60px;
}
.skin_ogre {
background-image: url(spritesmith2.png);
- background-position: -1001px -1365px;
+ background-position: -273px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_ogre {
background-image: url(spritesmith2.png);
- background-position: -1026px -1380px;
+ background-position: -298px -1380px;
width: 60px;
height: 60px;
}
.skin_ogre_sleep {
background-image: url(spritesmith2.png);
- background-position: -1092px -1365px;
+ background-position: -364px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_ogre_sleep {
background-image: url(spritesmith2.png);
- background-position: -1117px -1380px;
+ background-position: -389px -1380px;
width: 60px;
height: 60px;
}
.skin_panda {
background-image: url(spritesmith2.png);
- background-position: -1183px -1365px;
+ background-position: -455px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_panda {
background-image: url(spritesmith2.png);
- background-position: -1208px -1380px;
+ background-position: -480px -1380px;
width: 60px;
height: 60px;
}
.skin_panda_sleep {
background-image: url(spritesmith2.png);
- background-position: -1274px -1365px;
+ background-position: -546px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_panda_sleep {
background-image: url(spritesmith2.png);
- background-position: -1299px -1380px;
+ background-position: -571px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelBlue {
background-image: url(spritesmith2.png);
- background-position: -1365px -1365px;
+ background-position: -637px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelBlue {
background-image: url(spritesmith2.png);
- background-position: -1390px -1380px;
+ background-position: -662px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelBlue_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px 0px;
+ background-position: -728px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelBlue_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -15px;
+ background-position: -753px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelGreen {
background-image: url(spritesmith2.png);
- background-position: -1456px -91px;
+ background-position: -819px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelGreen {
background-image: url(spritesmith2.png);
- background-position: -1481px -106px;
+ background-position: -844px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelGreen_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -182px;
+ background-position: -910px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelGreen_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -197px;
+ background-position: -935px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelOrange {
background-image: url(spritesmith2.png);
- background-position: -1456px -273px;
+ background-position: -1001px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelOrange {
background-image: url(spritesmith2.png);
- background-position: -1481px -288px;
+ background-position: -1026px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelOrange_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -364px;
+ background-position: -1092px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelOrange_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -379px;
+ background-position: -1117px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelPink {
background-image: url(spritesmith2.png);
- background-position: -1456px -455px;
+ background-position: -1183px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelPink {
background-image: url(spritesmith2.png);
- background-position: -1481px -470px;
+ background-position: -1208px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelPink_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -546px;
+ background-position: -1274px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelPink_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -561px;
+ background-position: -1299px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelPurple {
background-image: url(spritesmith2.png);
- background-position: -1456px -637px;
+ background-position: -1365px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelPurple {
background-image: url(spritesmith2.png);
- background-position: -1481px -652px;
+ background-position: -1390px -1380px;
width: 60px;
height: 60px;
}
.skin_pastelPurple_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -728px;
+ background-position: -1456px 0px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelPurple_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -743px;
+ background-position: -1481px -15px;
width: 60px;
height: 60px;
}
.skin_pastelRainbowChevron {
background-image: url(spritesmith2.png);
- background-position: -1456px -819px;
+ background-position: -1456px -91px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelRainbowChevron {
background-image: url(spritesmith2.png);
- background-position: -1481px -834px;
+ background-position: -1481px -106px;
width: 60px;
height: 60px;
}
.skin_pastelRainbowChevron_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -910px;
+ background-position: -1456px -182px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelRainbowChevron_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -925px;
+ background-position: -1481px -197px;
width: 60px;
height: 60px;
}
.skin_pastelRainbowDiagonal {
background-image: url(spritesmith2.png);
- background-position: -1456px -1001px;
+ background-position: -1456px -273px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelRainbowDiagonal {
background-image: url(spritesmith2.png);
- background-position: -1481px -1016px;
+ background-position: -1481px -288px;
width: 60px;
height: 60px;
}
.skin_pastelRainbowDiagonal_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -1092px;
+ background-position: -1456px -364px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelRainbowDiagonal_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -1107px;
+ background-position: -1481px -379px;
width: 60px;
height: 60px;
}
.skin_pastelYellow {
background-image: url(spritesmith2.png);
- background-position: -1456px -1183px;
+ background-position: -1456px -455px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelYellow {
background-image: url(spritesmith2.png);
- background-position: -1481px -1198px;
+ background-position: -1481px -470px;
width: 60px;
height: 60px;
}
.skin_pastelYellow_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -1274px;
+ background-position: -1456px -546px;
width: 90px;
height: 90px;
}
.customize-option.skin_pastelYellow_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -1289px;
+ background-position: -1481px -561px;
width: 60px;
height: 60px;
}
.skin_pig {
background-image: url(spritesmith2.png);
- background-position: -1456px -1365px;
+ background-position: -1456px -637px;
width: 90px;
height: 90px;
}
.customize-option.skin_pig {
background-image: url(spritesmith2.png);
- background-position: -1481px -1380px;
+ background-position: -1481px -652px;
width: 60px;
height: 60px;
}
.skin_pig_sleep {
background-image: url(spritesmith2.png);
- background-position: 0px -1456px;
+ background-position: -1456px -728px;
width: 90px;
height: 90px;
}
.customize-option.skin_pig_sleep {
background-image: url(spritesmith2.png);
- background-position: -25px -1471px;
+ background-position: -1481px -743px;
width: 60px;
height: 60px;
}
.skin_pumpkin {
background-image: url(spritesmith2.png);
- background-position: -91px -1456px;
+ background-position: -1456px -819px;
width: 90px;
height: 90px;
}
.customize-option.skin_pumpkin {
background-image: url(spritesmith2.png);
- background-position: -116px -1471px;
+ background-position: -1481px -834px;
width: 60px;
height: 60px;
}
.skin_pumpkin2 {
background-image: url(spritesmith2.png);
- background-position: -182px -1456px;
+ background-position: -1456px -910px;
width: 90px;
height: 90px;
}
.customize-option.skin_pumpkin2 {
background-image: url(spritesmith2.png);
- background-position: -207px -1471px;
+ background-position: -1481px -925px;
width: 60px;
height: 60px;
}
.skin_pumpkin2_sleep {
background-image: url(spritesmith2.png);
- background-position: -273px -1456px;
+ background-position: -1456px -1001px;
width: 90px;
height: 90px;
}
.customize-option.skin_pumpkin2_sleep {
background-image: url(spritesmith2.png);
- background-position: -298px -1471px;
+ background-position: -1481px -1016px;
width: 60px;
height: 60px;
}
.skin_pumpkin_sleep {
background-image: url(spritesmith2.png);
- background-position: -364px -1456px;
+ background-position: -1456px -1092px;
width: 90px;
height: 90px;
}
.customize-option.skin_pumpkin_sleep {
background-image: url(spritesmith2.png);
- background-position: -389px -1471px;
+ background-position: -1481px -1107px;
width: 60px;
height: 60px;
}
.skin_rainbow {
background-image: url(spritesmith2.png);
- background-position: -455px -1456px;
+ background-position: -1456px -1183px;
width: 90px;
height: 90px;
}
.customize-option.skin_rainbow {
background-image: url(spritesmith2.png);
- background-position: -480px -1471px;
+ background-position: -1481px -1198px;
width: 60px;
height: 60px;
}
.skin_rainbow_sleep {
background-image: url(spritesmith2.png);
- background-position: -546px -1456px;
+ background-position: -1456px -1274px;
width: 90px;
height: 90px;
}
.customize-option.skin_rainbow_sleep {
background-image: url(spritesmith2.png);
- background-position: -571px -1471px;
+ background-position: -1481px -1289px;
width: 60px;
height: 60px;
}
.skin_reptile {
background-image: url(spritesmith2.png);
- background-position: -637px -1456px;
+ background-position: -1456px -1365px;
width: 90px;
height: 90px;
}
.customize-option.skin_reptile {
background-image: url(spritesmith2.png);
- background-position: -662px -1471px;
+ background-position: -1481px -1380px;
width: 60px;
height: 60px;
}
.skin_reptile_sleep {
background-image: url(spritesmith2.png);
- background-position: -728px -1456px;
+ background-position: 0px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_reptile_sleep {
background-image: url(spritesmith2.png);
- background-position: -753px -1471px;
+ background-position: -25px -1471px;
width: 60px;
height: 60px;
}
.skin_shadow {
background-image: url(spritesmith2.png);
- background-position: -819px -1456px;
+ background-position: -91px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_shadow {
background-image: url(spritesmith2.png);
- background-position: -844px -1471px;
+ background-position: -116px -1471px;
width: 60px;
height: 60px;
}
.skin_shadow2 {
background-image: url(spritesmith2.png);
- background-position: -910px -1456px;
+ background-position: -182px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_shadow2 {
background-image: url(spritesmith2.png);
- background-position: -935px -1471px;
+ background-position: -207px -1471px;
width: 60px;
height: 60px;
}
.skin_shadow2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1001px -1456px;
+ background-position: -273px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_shadow2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1026px -1471px;
+ background-position: -298px -1471px;
width: 60px;
height: 60px;
}
.skin_shadow_sleep {
background-image: url(spritesmith2.png);
- background-position: -1092px -1456px;
+ background-position: -364px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_shadow_sleep {
background-image: url(spritesmith2.png);
- background-position: -1117px -1471px;
+ background-position: -389px -1471px;
width: 60px;
height: 60px;
}
.skin_skeleton {
background-image: url(spritesmith2.png);
- background-position: -1183px -1456px;
+ background-position: -455px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_skeleton {
background-image: url(spritesmith2.png);
- background-position: -1208px -1471px;
+ background-position: -480px -1471px;
width: 60px;
height: 60px;
}
.skin_skeleton2 {
background-image: url(spritesmith2.png);
- background-position: -1274px -1456px;
+ background-position: -546px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_skeleton2 {
background-image: url(spritesmith2.png);
- background-position: -1299px -1471px;
+ background-position: -571px -1471px;
width: 60px;
height: 60px;
}
.skin_skeleton2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1365px -1456px;
+ background-position: -637px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_skeleton2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1390px -1471px;
+ background-position: -662px -1471px;
width: 60px;
height: 60px;
}
.skin_skeleton_sleep {
background-image: url(spritesmith2.png);
- background-position: -1456px -1456px;
+ background-position: -728px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_skeleton_sleep {
background-image: url(spritesmith2.png);
- background-position: -1481px -1471px;
+ background-position: -753px -1471px;
width: 60px;
height: 60px;
}
.skin_tiger {
background-image: url(spritesmith2.png);
- background-position: -1547px 0px;
+ background-position: -819px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_tiger {
background-image: url(spritesmith2.png);
- background-position: -1572px -15px;
+ background-position: -844px -1471px;
width: 60px;
height: 60px;
}
.skin_tiger_sleep {
background-image: url(spritesmith2.png);
- background-position: -1547px -91px;
+ background-position: -910px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_tiger_sleep {
background-image: url(spritesmith2.png);
- background-position: -1572px -106px;
+ background-position: -935px -1471px;
width: 60px;
height: 60px;
}
.skin_transparent {
background-image: url(spritesmith2.png);
- background-position: -1547px -182px;
+ background-position: -1001px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_transparent {
background-image: url(spritesmith2.png);
- background-position: -1572px -197px;
+ background-position: -1026px -1471px;
width: 60px;
height: 60px;
}
.skin_transparent_sleep {
background-image: url(spritesmith2.png);
- background-position: -1547px -273px;
+ background-position: -1092px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_transparent_sleep {
background-image: url(spritesmith2.png);
- background-position: -1572px -288px;
+ background-position: -1117px -1471px;
width: 60px;
height: 60px;
}
.skin_wolf {
background-image: url(spritesmith2.png);
- background-position: -1547px -364px;
+ background-position: -1183px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_wolf {
background-image: url(spritesmith2.png);
- background-position: -1572px -379px;
+ background-position: -1208px -1471px;
width: 60px;
height: 60px;
}
.skin_wolf_sleep {
background-image: url(spritesmith2.png);
- background-position: -1547px -455px;
+ background-position: -1274px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_wolf_sleep {
background-image: url(spritesmith2.png);
- background-position: -1572px -470px;
+ background-position: -1299px -1471px;
width: 60px;
height: 60px;
}
.skin_zombie {
background-image: url(spritesmith2.png);
- background-position: -1547px -546px;
+ background-position: -1365px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_zombie {
background-image: url(spritesmith2.png);
- background-position: -1572px -561px;
+ background-position: -1390px -1471px;
width: 60px;
height: 60px;
}
.skin_zombie2 {
background-image: url(spritesmith2.png);
- background-position: -1547px -637px;
+ background-position: -1456px -1456px;
width: 90px;
height: 90px;
}
.customize-option.skin_zombie2 {
background-image: url(spritesmith2.png);
- background-position: -1572px -652px;
+ background-position: -1481px -1471px;
width: 60px;
height: 60px;
}
.skin_zombie2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1547px -728px;
+ background-position: -1547px 0px;
width: 90px;
height: 90px;
}
.customize-option.skin_zombie2_sleep {
background-image: url(spritesmith2.png);
- background-position: -1572px -743px;
+ background-position: -1572px -15px;
width: 60px;
height: 60px;
}
.skin_zombie_sleep {
background-image: url(spritesmith2.png);
- background-position: -1547px -819px;
+ background-position: -1547px -91px;
width: 90px;
height: 90px;
}
.customize-option.skin_zombie_sleep {
background-image: url(spritesmith2.png);
- background-position: -1572px -834px;
+ background-position: -1572px -106px;
width: 60px;
height: 60px;
}
+.broad_armor_armoire_gladiatorArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -182px;
+ width: 90px;
+ height: 90px;
+}
+.broad_armor_armoire_lunarArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -273px;
+ width: 90px;
+ height: 90px;
+}
+.head_armoire_gladiatorHelm {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -364px;
+ width: 90px;
+ height: 90px;
+}
+.head_armoire_lunarCrown {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -455px;
+ width: 90px;
+ height: 90px;
+}
+.head_armoire_rancherHat {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -546px;
+ width: 90px;
+ height: 90px;
+}
+.head_armoire_redHairbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -637px;
+ width: 90px;
+ height: 90px;
+}
+.head_armoire_violetFloppyHat {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -728px;
+ width: 90px;
+ height: 90px;
+}
+.shield_armoire_gladiatorShield {
+ background-image: url(spritesmith2.png);
+ background-position: -1547px -819px;
+ width: 90px;
+ height: 90px;
+}
+.shop_armor_armoire_gladiatorArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -1590px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_armor_armoire_lunarArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -1549px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_head_armoire_gladiatorHelm {
+ background-image: url(spritesmith2.png);
+ background-position: -1508px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_head_armoire_lunarCrown {
+ background-image: url(spritesmith2.png);
+ background-position: -1467px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_head_armoire_rancherHat {
+ background-image: url(spritesmith2.png);
+ background-position: -1344px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_head_armoire_redHairbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1303px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_head_armoire_violetFloppyHat {
+ background-image: url(spritesmith2.png);
+ background-position: -1262px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_shield_armoire_gladiatorShield {
+ background-image: url(spritesmith2.png);
+ background-position: -1221px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_weapon_armoire_basicCrossbow {
+ background-image: url(spritesmith2.png);
+ background-position: -1180px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.shop_weapon_armoire_lunarSceptre {
+ background-image: url(spritesmith2.png);
+ background-position: -1139px -1679px;
+ width: 40px;
+ height: 40px;
+}
+.slim_armor_armoire_gladiatorArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -303px -1547px;
+ width: 90px;
+ height: 90px;
+}
+.slim_armor_armoire_lunarArmor {
+ background-image: url(spritesmith2.png);
+ background-position: -394px -1547px;
+ width: 90px;
+ height: 90px;
+}
+.weapon_armoire_basicCrossbow {
+ background-image: url(spritesmith2.png);
+ background-position: -485px -1547px;
+ width: 90px;
+ height: 90px;
+}
+.weapon_armoire_lunarSceptre {
+ background-image: url(spritesmith2.png);
+ background-position: -576px -1547px;
+ width: 90px;
+ height: 90px;
+}
.broad_armor_healer_1 {
background-image: url(spritesmith2.png);
- background-position: -1547px -910px;
+ background-position: -667px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_healer_2 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1001px;
+ background-position: -758px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_healer_3 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1092px;
+ background-position: -849px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_healer_4 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1183px;
+ background-position: -940px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_healer_5 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1274px;
+ background-position: -1031px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_rogue_1 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1365px;
+ background-position: -1122px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_rogue_2 {
background-image: url(spritesmith2.png);
- background-position: -1547px -1456px;
+ background-position: -1213px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_rogue_3 {
background-image: url(spritesmith2.png);
- background-position: 0px -1547px;
+ background-position: -1304px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_rogue_4 {
background-image: url(spritesmith2.png);
- background-position: -91px -1547px;
+ background-position: -1395px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_rogue_5 {
background-image: url(spritesmith2.png);
- background-position: -182px -1547px;
+ background-position: -1486px -1547px;
width: 90px;
height: 90px;
}
.broad_armor_special_2 {
background-image: url(spritesmith2.png);
- background-position: -273px -1547px;
+ background-position: -1638px 0px;
width: 90px;
height: 90px;
}
.broad_armor_warrior_1 {
background-image: url(spritesmith2.png);
- background-position: -364px -1547px;
+ background-position: -1638px -91px;
width: 90px;
height: 90px;
}
.broad_armor_warrior_2 {
background-image: url(spritesmith2.png);
- background-position: -455px -1547px;
+ background-position: -1638px -182px;
width: 90px;
height: 90px;
}
.broad_armor_warrior_3 {
background-image: url(spritesmith2.png);
- background-position: -546px -1547px;
+ background-position: -1638px -273px;
width: 90px;
height: 90px;
}
.broad_armor_warrior_4 {
background-image: url(spritesmith2.png);
- background-position: -637px -1547px;
+ background-position: -1638px -364px;
width: 90px;
height: 90px;
}
.broad_armor_warrior_5 {
background-image: url(spritesmith2.png);
- background-position: -728px -1547px;
+ background-position: -1638px -455px;
width: 90px;
height: 90px;
}
.broad_armor_wizard_1 {
background-image: url(spritesmith2.png);
- background-position: -819px -1547px;
+ background-position: -1638px -546px;
width: 90px;
height: 90px;
}
.broad_armor_wizard_2 {
background-image: url(spritesmith2.png);
- background-position: -910px -1547px;
+ background-position: -1638px -637px;
width: 90px;
height: 90px;
}
.broad_armor_wizard_3 {
background-image: url(spritesmith2.png);
- background-position: -1001px -1547px;
+ background-position: -1638px -728px;
width: 90px;
height: 90px;
}
.broad_armor_wizard_4 {
background-image: url(spritesmith2.png);
- background-position: -1092px -1547px;
+ background-position: -1638px -819px;
width: 90px;
height: 90px;
}
.broad_armor_wizard_5 {
background-image: url(spritesmith2.png);
- background-position: -1183px -1547px;
+ background-position: -1638px -910px;
width: 90px;
height: 90px;
}
.shop_armor_healer_1 {
background-image: url(spritesmith2.png);
- background-position: -1744px -287px;
+ background-position: -1098px -1679px;
width: 40px;
height: 40px;
}
.shop_armor_healer_2 {
background-image: url(spritesmith2.png);
- background-position: -1744px -246px;
+ background-position: -1057px -1679px;
width: 40px;
height: 40px;
}
.shop_armor_healer_3 {
background-image: url(spritesmith2.png);
- background-position: -1744px -205px;
+ background-position: -1016px -1679px;
width: 40px;
height: 40px;
}
.shop_armor_healer_4 {
background-image: url(spritesmith2.png);
- background-position: -1744px -164px;
+ background-position: -1672px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_healer_5 {
background-image: url(spritesmith2.png);
- background-position: -1744px -123px;
+ background-position: -1631px -1679px;
width: 40px;
height: 40px;
}
.shop_armor_rogue_1 {
background-image: url(spritesmith2.png);
- background-position: -1744px -82px;
+ background-position: -1590px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_rogue_2 {
background-image: url(spritesmith2.png);
- background-position: -1744px -41px;
+ background-position: -1549px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_rogue_3 {
background-image: url(spritesmith2.png);
- background-position: -1744px 0px;
+ background-position: -1508px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_rogue_4 {
background-image: url(spritesmith2.png);
- background-position: -1671px -1679px;
+ background-position: -1467px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_rogue_5 {
background-image: url(spritesmith2.png);
- background-position: -1630px -1679px;
+ background-position: -1426px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_special_0 {
background-image: url(spritesmith2.png);
- background-position: -1589px -1679px;
+ background-position: -1385px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_special_1 {
background-image: url(spritesmith2.png);
- background-position: -1744px -328px;
+ background-position: -1344px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_special_2 {
background-image: url(spritesmith2.png);
- background-position: -1425px -1679px;
+ background-position: -1303px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_warrior_1 {
background-image: url(spritesmith2.png);
- background-position: -1671px -1638px;
+ background-position: -1262px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_warrior_2 {
background-image: url(spritesmith2.png);
- background-position: -1630px -1638px;
+ background-position: -1221px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_warrior_3 {
background-image: url(spritesmith2.png);
- background-position: -1589px -1638px;
+ background-position: -1180px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_warrior_4 {
background-image: url(spritesmith2.png);
- background-position: -1548px -1638px;
+ background-position: -1139px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_warrior_5 {
background-image: url(spritesmith2.png);
- background-position: -1507px -1638px;
+ background-position: -1577px -1547px;
width: 40px;
height: 40px;
}
.shop_armor_wizard_1 {
background-image: url(spritesmith2.png);
- background-position: -1466px -1638px;
+ background-position: -1631px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_wizard_2 {
background-image: url(spritesmith2.png);
- background-position: -1425px -1638px;
+ background-position: -1577px -1588px;
width: 40px;
height: 40px;
}
.shop_armor_wizard_3 {
background-image: url(spritesmith2.png);
- background-position: -1562px -1588px;
+ background-position: -1016px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_wizard_4 {
background-image: url(spritesmith2.png);
- background-position: -1548px -1679px;
+ background-position: -1057px -1638px;
width: 40px;
height: 40px;
}
.shop_armor_wizard_5 {
background-image: url(spritesmith2.png);
- background-position: -1562px -1547px;
+ background-position: -1098px -1638px;
width: 40px;
height: 40px;
}
.slim_armor_healer_1 {
background-image: url(spritesmith2.png);
- background-position: -242px -1638px;
+ background-position: -819px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_healer_2 {
background-image: url(spritesmith2.png);
- background-position: -333px -1638px;
+ background-position: -728px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_healer_3 {
background-image: url(spritesmith2.png);
- background-position: -424px -1638px;
+ background-position: -637px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_healer_4 {
background-image: url(spritesmith2.png);
- background-position: -515px -1638px;
+ background-position: -546px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_healer_5 {
background-image: url(spritesmith2.png);
- background-position: -606px -1638px;
+ background-position: -455px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_rogue_1 {
background-image: url(spritesmith2.png);
- background-position: -697px -1638px;
+ background-position: -364px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_rogue_2 {
background-image: url(spritesmith2.png);
- background-position: -788px -1638px;
+ background-position: -273px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_rogue_3 {
background-image: url(spritesmith2.png);
- background-position: -879px -1638px;
+ background-position: -182px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_rogue_4 {
background-image: url(spritesmith2.png);
- background-position: -970px -1638px;
+ background-position: -91px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_rogue_5 {
background-image: url(spritesmith2.png);
- background-position: -1061px -1638px;
+ background-position: 0px -1638px;
width: 90px;
height: 90px;
}
.slim_armor_special_2 {
background-image: url(spritesmith2.png);
- background-position: -1152px -1638px;
+ background-position: -1638px -1547px;
width: 90px;
height: 90px;
}
.slim_armor_warrior_1 {
background-image: url(spritesmith2.png);
- background-position: -1243px -1638px;
+ background-position: -1638px -1456px;
width: 90px;
height: 90px;
}
.slim_armor_warrior_2 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1547px;
+ background-position: -1638px -1365px;
width: 90px;
height: 90px;
}
.slim_armor_warrior_3 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1456px;
+ background-position: -1638px -1274px;
width: 90px;
height: 90px;
}
.slim_armor_warrior_4 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1365px;
+ background-position: -1638px -1183px;
width: 90px;
height: 90px;
}
.slim_armor_warrior_5 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1274px;
+ background-position: -1638px -1092px;
width: 90px;
height: 90px;
}
.slim_armor_wizard_1 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1183px;
+ background-position: -1638px -1001px;
width: 90px;
height: 90px;
}
.slim_armor_wizard_2 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1092px;
+ background-position: -212px -1547px;
width: 90px;
height: 90px;
}
.slim_armor_wizard_3 {
background-image: url(spritesmith2.png);
- background-position: -1638px -1001px;
+ background-position: -121px -1547px;
width: 90px;
height: 90px;
}
.slim_armor_wizard_4 {
background-image: url(spritesmith2.png);
- background-position: -1638px -910px;
+ background-position: -1547px -1456px;
width: 90px;
height: 90px;
}
.slim_armor_wizard_5 {
background-image: url(spritesmith2.png);
- background-position: -1638px -819px;
+ background-position: -1547px -1365px;
width: 90px;
height: 90px;
}
.broad_armor_special_birthday {
background-image: url(spritesmith2.png);
- background-position: -1638px -728px;
+ background-position: -1547px -1274px;
width: 90px;
height: 90px;
}
.broad_armor_special_birthday2015 {
background-image: url(spritesmith2.png);
- background-position: -1638px -637px;
+ background-position: -1547px -1183px;
width: 90px;
height: 90px;
}
.shop_armor_special_birthday {
background-image: url(spritesmith2.png);
- background-position: -1466px -1679px;
+ background-position: -1385px -1679px;
width: 40px;
height: 40px;
}
.shop_armor_special_birthday2015 {
background-image: url(spritesmith2.png);
- background-position: -1507px -1679px;
+ background-position: -1426px -1679px;
width: 40px;
height: 40px;
}
.slim_armor_special_birthday {
background-image: url(spritesmith2.png);
- background-position: -1638px -546px;
+ background-position: -1547px -1092px;
width: 90px;
height: 90px;
}
.slim_armor_special_birthday2015 {
background-image: url(spritesmith2.png);
- background-position: -1638px -455px;
+ background-position: -1547px -1001px;
width: 90px;
height: 90px;
}
.broad_armor_special_fallHealer {
background-image: url(spritesmith2.png);
- background-position: -1638px -364px;
+ background-position: -1547px -910px;
width: 90px;
height: 90px;
}
.broad_armor_special_fallMage {
background-image: url(spritesmith2.png);
- background-position: -121px -1638px;
+ background-position: 0px -1547px;
width: 120px;
height: 90px;
}
.broad_armor_special_fallRogue {
background-image: url(spritesmith2.png);
- background-position: -1638px -273px;
+ background-position: -910px -1638px;
width: 105px;
height: 90px;
}
-.broad_armor_special_fallWarrior {
- background-image: url(spritesmith2.png);
- background-position: -1638px -182px;
- width: 90px;
- height: 90px;
-}
-.head_special_fallHealer {
- background-image: url(spritesmith2.png);
- background-position: -1638px -91px;
- width: 90px;
- height: 90px;
-}
-.head_special_fallMage {
- background-image: url(spritesmith2.png);
- background-position: 0px -1638px;
- width: 120px;
- height: 90px;
-}
-.head_special_fallRogue {
- background-image: url(spritesmith2.png);
- background-position: -1638px 0px;
- width: 105px;
- height: 90px;
-}
-.head_special_fallWarrior {
- background-image: url(spritesmith2.png);
- background-position: -1471px -1547px;
- width: 90px;
- height: 90px;
-}
-.shield_special_fallHealer {
- background-image: url(spritesmith2.png);
- background-position: -1380px -1547px;
- width: 90px;
- height: 90px;
-}
-.shield_special_fallRogue {
- background-image: url(spritesmith2.png);
- background-position: -1274px -1547px;
- width: 105px;
- height: 90px;
-}
-.shield_special_fallWarrior {
- background-image: url(spritesmith2.png);
- background-position: -1334px -1638px;
- width: 90px;
- height: 90px;
-}
diff --git a/common/dist/sprites/spritesmith2.png b/common/dist/sprites/spritesmith2.png
index f80aa9ede2..980f2fea09 100644
Binary files a/common/dist/sprites/spritesmith2.png and b/common/dist/sprites/spritesmith2.png differ
diff --git a/common/dist/sprites/spritesmith3.css b/common/dist/sprites/spritesmith3.css
index 59802ea93e..d33a44507e 100644
--- a/common/dist/sprites/spritesmith3.css
+++ b/common/dist/sprites/spritesmith3.css
@@ -1,294 +1,342 @@
+.broad_armor_special_fallWarrior {
+ background-image: url(spritesmith3.png);
+ background-position: -546px 0px;
+ width: 90px;
+ height: 90px;
+}
+.head_special_fallHealer {
+ background-image: url(spritesmith3.png);
+ background-position: -455px -870px;
+ width: 90px;
+ height: 90px;
+}
+.head_special_fallMage {
+ background-image: url(spritesmith3.png);
+ background-position: -1001px 0px;
+ width: 120px;
+ height: 90px;
+}
+.head_special_fallRogue {
+ background-image: url(spritesmith3.png);
+ background-position: 0px -506px;
+ width: 105px;
+ height: 90px;
+}
+.head_special_fallWarrior {
+ background-image: url(spritesmith3.png);
+ background-position: -546px -91px;
+ width: 90px;
+ height: 90px;
+}
+.shield_special_fallHealer {
+ background-image: url(spritesmith3.png);
+ background-position: -91px -961px;
+ width: 90px;
+ height: 90px;
+}
+.shield_special_fallRogue {
+ background-image: url(spritesmith3.png);
+ background-position: -182px -961px;
+ width: 105px;
+ height: 90px;
+}
+.shield_special_fallWarrior {
+ background-image: url(spritesmith3.png);
+ background-position: -288px -961px;
+ width: 90px;
+ height: 90px;
+}
.shop_armor_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -1386px -487px;
+ background-position: -1124px -1366px;
width: 40px;
height: 40px;
}
.shop_armor_special_fallMage {
background-image: url(spritesmith3.png);
- background-position: -820px -1366px;
+ background-position: -1165px -1366px;
width: 40px;
height: 40px;
}
.shop_armor_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -1427px -610px;
+ background-position: -1288px -1366px;
width: 40px;
height: 40px;
}
.shop_armor_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -1386px -651px;
+ background-position: -1431px -82px;
width: 40px;
height: 40px;
}
.shop_head_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -1386px -1143px;
+ background-position: -1431px -123px;
width: 40px;
height: 40px;
}
.shop_head_special_fallMage {
background-image: url(spritesmith3.png);
- background-position: -1427px -1184px;
+ background-position: -1431px -328px;
width: 40px;
height: 40px;
}
.shop_head_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -1386px -1225px;
+ background-position: -1472px -738px;
width: 40px;
height: 40px;
}
.shop_head_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -1336px -1183px;
+ background-position: -1472px -779px;
width: 40px;
height: 40px;
}
.shop_shield_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -1204px -1092px;
+ background-position: -1472px -984px;
width: 40px;
height: 40px;
}
.shop_shield_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -951px -819px;
+ background-position: -1228px -1092px;
width: 40px;
height: 40px;
}
.shop_shield_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -819px -728px;
+ background-position: -1269px -1092px;
width: 40px;
height: 40px;
}
.shop_weapon_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -1066px -1366px;
+ background-position: -1122px -1001px;
width: 40px;
height: 40px;
}
.shop_weapon_special_fallMage {
background-image: url(spritesmith3.png);
- background-position: -1107px -1366px;
+ background-position: -1042px -910px;
width: 40px;
height: 40px;
}
.shop_weapon_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -1312px -1366px;
+ background-position: -587px -455px;
width: 40px;
height: 40px;
}
.shop_weapon_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -1353px -1366px;
+ background-position: -455px -364px;
width: 40px;
height: 40px;
}
.slim_armor_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -637px -870px;
+ background-position: -379px -961px;
width: 90px;
height: 90px;
}
.slim_armor_special_fallMage {
background-image: url(spritesmith3.png);
- background-position: -91px -415px;
+ background-position: -918px -961px;
width: 120px;
height: 90px;
}
.slim_armor_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -212px -415px;
+ background-position: -1122px 0px;
width: 105px;
height: 90px;
}
.slim_armor_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -1001px -364px;
+ background-position: -1122px -91px;
width: 90px;
height: 90px;
}
.weapon_special_fallHealer {
background-image: url(spritesmith3.png);
- background-position: -1001px -455px;
+ background-position: -1122px -182px;
width: 90px;
height: 90px;
}
.weapon_special_fallMage {
background-image: url(spritesmith3.png);
- background-position: 0px -961px;
+ background-position: -448px -1052px;
width: 120px;
height: 90px;
}
.weapon_special_fallRogue {
background-image: url(spritesmith3.png);
- background-position: -121px -961px;
+ background-position: -1122px -273px;
width: 105px;
height: 90px;
}
.weapon_special_fallWarrior {
background-image: url(spritesmith3.png);
- background-position: -1001px -546px;
+ background-position: -1122px -364px;
width: 90px;
height: 90px;
}
.broad_armor_special_gaymerx {
background-image: url(spritesmith3.png);
- background-position: -1001px -637px;
+ background-position: -1122px -455px;
width: 90px;
height: 90px;
}
.head_special_gaymerx {
background-image: url(spritesmith3.png);
- background-position: -1001px -728px;
+ background-position: -1122px -546px;
width: 90px;
height: 90px;
}
.shop_armor_special_gaymerx {
background-image: url(spritesmith3.png);
- background-position: -860px -728px;
+ background-position: -1472px -1107px;
width: 40px;
height: 40px;
}
.shop_head_special_gaymerx {
background-image: url(spritesmith3.png);
- background-position: -943px -1366px;
+ background-position: -1472px -1148px;
width: 40px;
height: 40px;
}
.slim_armor_special_gaymerx {
background-image: url(spritesmith3.png);
- background-position: -1001px -819px;
+ background-position: -182px -318px;
width: 90px;
height: 90px;
}
.back_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1092px -91px;
+ background-position: -273px -318px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1092px -364px;
+ background-position: -364px -318px;
width: 90px;
height: 90px;
}
.head_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1092px -455px;
+ background-position: -455px 0px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1427px -364px;
+ background-position: -728px -637px;
width: 40px;
height: 40px;
}
.shop_back_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1386px -446px;
+ background-position: -769px -637px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1427px -446px;
+ background-position: -546px -455px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201402 {
background-image: url(spritesmith3.png);
- background-position: -1092px -728px;
+ background-position: -455px -91px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201403 {
background-image: url(spritesmith3.png);
- background-position: -1092px -819px;
+ background-position: -455px -182px;
width: 90px;
height: 90px;
}
.headAccessory_mystery_201403 {
background-image: url(spritesmith3.png);
- background-position: -182px -318px;
+ background-position: -455px -273px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201403 {
background-image: url(spritesmith3.png);
- background-position: -1427px -651px;
+ background-position: -1370px -1325px;
width: 40px;
height: 40px;
}
.shop_headAccessory_mystery_201403 {
background-image: url(spritesmith3.png);
- background-position: -1386px -733px;
+ background-position: -1083px -1366px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201403 {
background-image: url(spritesmith3.png);
- background-position: -273px -318px;
+ background-position: 0px -415px;
width: 90px;
height: 90px;
}
.back_mystery_201404 {
background-image: url(spritesmith3.png);
- background-position: -364px -318px;
+ background-position: -91px -415px;
width: 90px;
height: 90px;
}
.headAccessory_mystery_201404 {
background-image: url(spritesmith3.png);
- background-position: -455px 0px;
+ background-position: -182px -415px;
width: 90px;
height: 90px;
}
.shop_back_mystery_201404 {
background-image: url(spritesmith3.png);
- background-position: -1427px -1225px;
+ background-position: -1329px -1366px;
width: 40px;
height: 40px;
}
.shop_headAccessory_mystery_201404 {
background-image: url(spritesmith3.png);
- background-position: -1295px -1183px;
+ background-position: -1370px -1366px;
width: 40px;
height: 40px;
}
.broad_armor_mystery_201405 {
background-image: url(spritesmith3.png);
- background-position: -455px -91px;
+ background-position: -273px -415px;
width: 90px;
height: 90px;
}
.head_mystery_201405 {
background-image: url(spritesmith3.png);
- background-position: -455px -182px;
+ background-position: -364px -415px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201405 {
background-image: url(spritesmith3.png);
- background-position: -1133px -1001px;
+ background-position: -1431px -246px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201405 {
background-image: url(spritesmith3.png);
- background-position: -1001px -910px;
+ background-position: -1431px -287px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201405 {
background-image: url(spritesmith3.png);
- background-position: -455px -273px;
+ background-position: -455px -415px;
width: 90px;
height: 90px;
}
@@ -306,13 +354,13 @@
}
.shop_armor_mystery_201406 {
background-image: url(spritesmith3.png);
- background-position: -861px -1366px;
+ background-position: -1472px -820px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201406 {
background-image: url(spritesmith3.png);
- background-position: -902px -1366px;
+ background-position: -1472px -943px;
width: 40px;
height: 40px;
}
@@ -324,919 +372,919 @@
}
.broad_armor_mystery_201407 {
background-image: url(spritesmith3.png);
- background-position: -318px -415px;
+ background-position: -546px -182px;
width: 90px;
height: 90px;
}
.head_mystery_201407 {
background-image: url(spritesmith3.png);
- background-position: -409px -415px;
+ background-position: -546px -273px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201407 {
background-image: url(spritesmith3.png);
- background-position: -1230px -1366px;
+ background-position: -1472px -1189px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201407 {
background-image: url(spritesmith3.png);
- background-position: -1271px -1366px;
+ background-position: -1472px -1230px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201407 {
background-image: url(spritesmith3.png);
- background-position: -546px 0px;
+ background-position: -546px -364px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201408 {
background-image: url(spritesmith3.png);
- background-position: -546px -91px;
+ background-position: -106px -506px;
width: 90px;
height: 90px;
}
.head_mystery_201408 {
background-image: url(spritesmith3.png);
- background-position: -546px -182px;
+ background-position: -197px -506px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201408 {
background-image: url(spritesmith3.png);
- background-position: -1386px -405px;
+ background-position: -1163px -1001px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201408 {
background-image: url(spritesmith3.png);
- background-position: -1427px -405px;
+ background-position: -1001px -910px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201408 {
background-image: url(spritesmith3.png);
- background-position: -546px -273px;
+ background-position: -288px -506px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201409 {
background-image: url(spritesmith3.png);
- background-position: -546px -364px;
+ background-position: -379px -506px;
width: 90px;
height: 90px;
}
.headAccessory_mystery_201409 {
background-image: url(spritesmith3.png);
- background-position: 0px -506px;
+ background-position: -470px -506px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201409 {
background-image: url(spritesmith3.png);
- background-position: -1427px -569px;
+ background-position: -637px -546px;
width: 40px;
height: 40px;
}
.shop_headAccessory_mystery_201409 {
background-image: url(spritesmith3.png);
- background-position: -1386px -610px;
+ background-position: -678px -546px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201409 {
background-image: url(spritesmith3.png);
- background-position: -91px -506px;
+ background-position: -637px 0px;
width: 90px;
height: 90px;
}
.back_mystery_201410 {
background-image: url(spritesmith3.png);
- background-position: -182px -506px;
+ background-position: 0px -597px;
width: 93px;
height: 90px;
}
.broad_armor_mystery_201410 {
background-image: url(spritesmith3.png);
- background-position: -276px -506px;
+ background-position: -94px -597px;
width: 93px;
height: 90px;
}
.shop_armor_mystery_201410 {
background-image: url(spritesmith3.png);
- background-position: -1386px -692px;
+ background-position: -1247px -1325px;
width: 40px;
height: 40px;
}
.shop_back_mystery_201410 {
background-image: url(spritesmith3.png);
- background-position: -1427px -692px;
+ background-position: -1288px -1325px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201410 {
background-image: url(spritesmith3.png);
- background-position: -370px -506px;
+ background-position: -188px -597px;
width: 93px;
height: 90px;
}
.head_mystery_201411 {
background-image: url(spritesmith3.png);
- background-position: -464px -506px;
+ background-position: -637px -91px;
width: 90px;
height: 90px;
}
.shop_head_mystery_201411 {
background-image: url(spritesmith3.png);
- background-position: -1427px -1143px;
+ background-position: -1001px -1366px;
width: 40px;
height: 40px;
}
.shop_weapon_mystery_201411 {
background-image: url(spritesmith3.png);
- background-position: -1386px -1184px;
+ background-position: -1042px -1366px;
width: 40px;
height: 40px;
}
.weapon_mystery_201411 {
background-image: url(spritesmith3.png);
- background-position: -637px 0px;
+ background-position: -637px -182px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201412 {
background-image: url(spritesmith3.png);
- background-position: -637px -91px;
+ background-position: -637px -273px;
width: 90px;
height: 90px;
}
.head_mystery_201412 {
background-image: url(spritesmith3.png);
- background-position: -637px -182px;
+ background-position: -637px -364px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201412 {
background-image: url(spritesmith3.png);
- background-position: -1386px -1266px;
+ background-position: -1206px -1366px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201412 {
background-image: url(spritesmith3.png);
- background-position: -1427px -1266px;
+ background-position: -1247px -1366px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201412 {
background-image: url(spritesmith3.png);
- background-position: -637px -273px;
+ background-position: -637px -455px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201501 {
background-image: url(spritesmith3.png);
- background-position: -637px -364px;
+ background-position: -282px -597px;
width: 90px;
height: 90px;
}
.head_mystery_201501 {
background-image: url(spritesmith3.png);
- background-position: -637px -455px;
+ background-position: -373px -597px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201501 {
background-image: url(spritesmith3.png);
- background-position: -1245px -1092px;
+ background-position: -1431px 0px;
width: 40px;
height: 40px;
}
.shop_head_mystery_201501 {
background-image: url(spritesmith3.png);
- background-position: -1092px -1001px;
+ background-position: -1431px -41px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201501 {
background-image: url(spritesmith3.png);
- background-position: 0px -597px;
+ background-position: -464px -597px;
width: 90px;
height: 90px;
}
.headAccessory_mystery_201502 {
background-image: url(spritesmith3.png);
- background-position: -91px -597px;
+ background-position: -555px -597px;
width: 90px;
height: 90px;
}
.shop_headAccessory_mystery_201502 {
background-image: url(spritesmith3.png);
- background-position: -1042px -910px;
+ background-position: -1431px -164px;
width: 40px;
height: 40px;
}
.shop_weapon_mystery_201502 {
background-image: url(spritesmith3.png);
- background-position: -910px -819px;
+ background-position: -1431px -205px;
width: 40px;
height: 40px;
}
.weapon_mystery_201502 {
background-image: url(spritesmith3.png);
- background-position: -182px -597px;
+ background-position: -728px 0px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201503 {
background-image: url(spritesmith3.png);
- background-position: -273px -597px;
+ background-position: -728px -91px;
width: 90px;
height: 90px;
}
.eyewear_mystery_201503 {
background-image: url(spritesmith3.png);
- background-position: -364px -597px;
+ background-position: -728px -182px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201503 {
background-image: url(spritesmith3.png);
- background-position: -728px -637px;
+ background-position: -1472px -451px;
width: 40px;
height: 40px;
}
.shop_eyewear_mystery_201503 {
background-image: url(spritesmith3.png);
- background-position: -769px -637px;
+ background-position: -1472px -697px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201503 {
background-image: url(spritesmith3.png);
- background-position: -455px -597px;
+ background-position: -728px -273px;
width: 90px;
height: 90px;
}
.back_mystery_201504 {
background-image: url(spritesmith3.png);
- background-position: -546px -597px;
+ background-position: -728px -364px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_201504 {
background-image: url(spritesmith3.png);
- background-position: -637px -597px;
+ background-position: -728px -455px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_201504 {
background-image: url(spritesmith3.png);
- background-position: -984px -1366px;
+ background-position: -1472px -861px;
width: 40px;
height: 40px;
}
.shop_back_mystery_201504 {
background-image: url(spritesmith3.png);
- background-position: -1025px -1366px;
+ background-position: -1472px -902px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_201504 {
background-image: url(spritesmith3.png);
- background-position: -728px 0px;
+ background-position: -728px -546px;
width: 90px;
height: 90px;
}
.head_mystery_201505 {
background-image: url(spritesmith3.png);
- background-position: -728px -91px;
+ background-position: 0px -688px;
width: 90px;
height: 90px;
}
.shop_head_mystery_201505 {
background-image: url(spritesmith3.png);
- background-position: -1148px -1366px;
+ background-position: -1472px -1025px;
width: 40px;
height: 40px;
}
.shop_weapon_mystery_201505 {
background-image: url(spritesmith3.png);
- background-position: -1189px -1366px;
+ background-position: -1472px -1066px;
width: 40px;
height: 40px;
}
.weapon_mystery_201505 {
background-image: url(spritesmith3.png);
- background-position: -728px -182px;
+ background-position: -91px -688px;
width: 90px;
height: 90px;
}
.broad_armor_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -728px -273px;
+ background-position: -182px -688px;
width: 90px;
height: 90px;
}
.eyewear_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -728px -364px;
+ background-position: -273px -688px;
width: 90px;
height: 90px;
}
.head_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -728px -455px;
+ background-position: -364px -688px;
width: 90px;
height: 90px;
}
.shop_armor_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -1394px -1366px;
+ background-position: -1472px -1271px;
width: 40px;
height: 40px;
}
.shop_eyewear_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -1435px -1366px;
+ background-position: -1472px -1312px;
width: 40px;
height: 40px;
}
.shop_head_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: 0px -1407px;
+ background-position: -1340px -1274px;
width: 40px;
height: 40px;
}
.shop_weapon_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -41px -1407px;
+ background-position: -1381px -1274px;
width: 40px;
height: 40px;
}
.slim_armor_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: -728px -546px;
+ background-position: -455px -688px;
width: 90px;
height: 90px;
}
.weapon_mystery_301404 {
background-image: url(spritesmith3.png);
- background-position: 0px -688px;
+ background-position: -546px -688px;
width: 90px;
height: 90px;
}
.eyewear_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -91px -688px;
+ background-position: -637px -688px;
width: 90px;
height: 90px;
}
.headAccessory_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -182px -688px;
+ background-position: -728px -688px;
width: 90px;
height: 90px;
}
.head_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -273px -688px;
+ background-position: -819px 0px;
width: 90px;
height: 90px;
}
.shield_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -364px -688px;
+ background-position: -819px -91px;
width: 90px;
height: 90px;
}
.shop_eyewear_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -1427px -487px;
+ background-position: -910px -819px;
width: 40px;
height: 40px;
}
.shop_headAccessory_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -1386px -528px;
+ background-position: -951px -819px;
width: 40px;
height: 40px;
}
.shop_head_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -1427px -528px;
+ background-position: -819px -728px;
width: 40px;
height: 40px;
}
.shop_shield_mystery_301405 {
background-image: url(spritesmith3.png);
- background-position: -1386px -569px;
+ background-position: -860px -728px;
width: 40px;
height: 40px;
}
.broad_armor_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -455px -688px;
+ background-position: -819px -182px;
width: 90px;
height: 90px;
}
.broad_armor_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -546px -688px;
+ background-position: -819px -273px;
width: 90px;
height: 90px;
}
.broad_armor_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -637px -688px;
+ background-position: -819px -364px;
width: 90px;
height: 90px;
}
.broad_armor_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -728px -688px;
+ background-position: -819px -455px;
width: 90px;
height: 90px;
}
.broad_armor_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -819px 0px;
+ background-position: -819px -546px;
width: 90px;
height: 90px;
}
.broad_armor_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -819px -91px;
+ background-position: -819px -637px;
width: 90px;
height: 90px;
}
.broad_armor_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -819px -182px;
+ background-position: 0px -779px;
width: 90px;
height: 90px;
}
.broad_armor_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -819px -273px;
+ background-position: -91px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -819px -364px;
+ background-position: -182px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -819px -455px;
+ background-position: -273px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -819px -546px;
+ background-position: -364px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -819px -637px;
+ background-position: -455px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: 0px -779px;
+ background-position: -546px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -91px -779px;
+ background-position: -637px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -182px -779px;
+ background-position: -728px -779px;
width: 90px;
height: 90px;
}
.headAccessory_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -273px -779px;
+ background-position: -819px -779px;
width: 90px;
height: 90px;
}
.head_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -364px -779px;
+ background-position: -910px 0px;
width: 90px;
height: 90px;
}
.head_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -455px -779px;
+ background-position: -910px -91px;
width: 90px;
height: 90px;
}
.head_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -546px -779px;
+ background-position: -910px -182px;
width: 90px;
height: 90px;
}
.head_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -637px -779px;
+ background-position: -910px -273px;
width: 90px;
height: 90px;
}
.head_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -728px -779px;
+ background-position: -910px -364px;
width: 90px;
height: 90px;
}
.head_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -819px -779px;
+ background-position: -910px -455px;
width: 90px;
height: 90px;
}
.head_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -910px 0px;
+ background-position: -910px -546px;
width: 90px;
height: 90px;
}
.head_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -910px -91px;
+ background-position: -910px -637px;
width: 90px;
height: 90px;
}
.shield_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -910px -182px;
+ background-position: -910px -728px;
width: 90px;
height: 90px;
}
.shield_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -910px -273px;
+ background-position: 0px -870px;
width: 90px;
height: 90px;
}
.shield_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -910px -364px;
+ background-position: -91px -870px;
width: 90px;
height: 90px;
}
.shield_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -910px -455px;
+ background-position: -182px -870px;
width: 90px;
height: 90px;
}
.shield_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -910px -546px;
+ background-position: -273px -870px;
width: 90px;
height: 90px;
}
.shield_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -910px -637px;
+ background-position: -364px -870px;
width: 90px;
height: 90px;
}
.shop_armor_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -637px -546px;
+ background-position: -1431px -369px;
width: 40px;
height: 40px;
}
.shop_armor_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -678px -546px;
+ background-position: -1431px -410px;
width: 40px;
height: 40px;
}
.shop_armor_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -546px -455px;
+ background-position: -1431px -451px;
width: 40px;
height: 40px;
}
.shop_armor_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -587px -455px;
+ background-position: -1431px -492px;
width: 40px;
height: 40px;
}
.shop_armor_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -455px -364px;
+ background-position: -1431px -533px;
width: 40px;
height: 40px;
}
.shop_armor_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -496px -364px;
+ background-position: -1431px -574px;
width: 40px;
height: 40px;
}
.shop_armor_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -500px -415px;
+ background-position: -1431px -615px;
width: 40px;
height: 40px;
}
.shop_armor_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -500px -456px;
+ background-position: -1431px -656px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -555px -506px;
+ background-position: -1431px -697px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -596px -506px;
+ background-position: -656px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -902px -1325px;
+ background-position: -697px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -943px -1325px;
+ background-position: -738px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -984px -1325px;
+ background-position: -779px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -1025px -1325px;
+ background-position: -820px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -1066px -1325px;
+ background-position: -861px -1416px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -1107px -1325px;
+ background-position: -902px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -1148px -1325px;
+ background-position: -943px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -1189px -1325px;
+ background-position: -984px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -1230px -1325px;
+ background-position: -1025px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -1271px -1325px;
+ background-position: -1066px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -1312px -1325px;
+ background-position: -1107px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -1353px -1325px;
+ background-position: -1148px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -1394px -1325px;
+ background-position: -1189px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -1435px -1325px;
+ background-position: -1230px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: 0px -1366px;
+ background-position: -1271px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -41px -1366px;
+ background-position: -1312px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -82px -1366px;
+ background-position: -1353px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -123px -1366px;
+ background-position: -1394px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -164px -1366px;
+ background-position: -1472px 0px;
width: 40px;
height: 40px;
}
.shop_shield_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -205px -1366px;
+ background-position: -1472px -41px;
width: 40px;
height: 40px;
}
.shop_weapon_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -246px -1366px;
+ background-position: -1472px -82px;
width: 40px;
height: 40px;
}
.shop_weapon_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -287px -1366px;
+ background-position: -1472px -123px;
width: 40px;
height: 40px;
}
.shop_weapon_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -328px -1366px;
+ background-position: -615px -1457px;
width: 40px;
height: 40px;
}
.shop_weapon_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -656px -1366px;
+ background-position: -1472px -492px;
width: 40px;
height: 40px;
}
.shop_weapon_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -697px -1366px;
+ background-position: -1472px -533px;
width: 40px;
height: 40px;
}
.shop_weapon_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -738px -1366px;
+ background-position: -1472px -574px;
width: 40px;
height: 40px;
}
.shop_weapon_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -779px -1366px;
+ background-position: -1472px -615px;
width: 40px;
height: 40px;
}
.shop_weapon_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -1386px -364px;
+ background-position: -1472px -656px;
width: 40px;
height: 40px;
}
.slim_armor_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -910px -728px;
+ background-position: -546px -870px;
width: 90px;
height: 90px;
}
.slim_armor_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: 0px -870px;
+ background-position: -637px -870px;
width: 90px;
height: 90px;
}
.slim_armor_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -91px -870px;
+ background-position: -728px -870px;
width: 90px;
height: 90px;
}
.slim_armor_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -182px -870px;
+ background-position: -819px -870px;
width: 90px;
height: 90px;
}
.slim_armor_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -273px -870px;
+ background-position: -91px -318px;
width: 90px;
height: 90px;
}
.slim_armor_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -364px -870px;
+ background-position: -1001px -91px;
width: 90px;
height: 90px;
}
.slim_armor_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -455px -870px;
+ background-position: -1001px -182px;
width: 90px;
height: 90px;
}
.slim_armor_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -546px -870px;
+ background-position: -1001px -273px;
width: 90px;
height: 90px;
}
.weapon_special_spring2015Healer {
background-image: url(spritesmith3.png);
- background-position: -91px -318px;
+ background-position: -1001px -364px;
width: 90px;
height: 90px;
}
.weapon_special_spring2015Mage {
background-image: url(spritesmith3.png);
- background-position: -728px -870px;
+ background-position: -1001px -455px;
width: 90px;
height: 90px;
}
.weapon_special_spring2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -819px -870px;
+ background-position: -1001px -546px;
width: 90px;
height: 90px;
}
.weapon_special_spring2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -910px -870px;
+ background-position: -1001px -637px;
width: 90px;
height: 90px;
}
.weapon_special_springHealer {
background-image: url(spritesmith3.png);
- background-position: -1001px 0px;
+ background-position: -1001px -728px;
width: 90px;
height: 90px;
}
.weapon_special_springMage {
background-image: url(spritesmith3.png);
- background-position: -1001px -91px;
+ background-position: -1001px -819px;
width: 90px;
height: 90px;
}
.weapon_special_springRogue {
background-image: url(spritesmith3.png);
- background-position: -1001px -182px;
+ background-position: -910px -870px;
width: 90px;
height: 90px;
}
.weapon_special_springWarrior {
background-image: url(spritesmith3.png);
- background-position: -1001px -273px;
+ background-position: 0px -961px;
width: 90px;
height: 90px;
}
@@ -1266,25 +1314,25 @@
}
.broad_armor_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -227px -961px;
+ background-position: -470px -961px;
width: 111px;
height: 90px;
}
.broad_armor_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -339px -961px;
+ background-position: -582px -961px;
width: 111px;
height: 90px;
}
.eyewear_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -451px -961px;
+ background-position: -694px -961px;
width: 111px;
height: 90px;
}
.eyewear_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -563px -961px;
+ background-position: -806px -961px;
width: 111px;
height: 90px;
}
@@ -1302,13 +1350,13 @@
}
.head_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -675px -961px;
+ background-position: 0px -1052px;
width: 111px;
height: 90px;
}
.head_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -787px -961px;
+ background-position: -112px -1052px;
width: 111px;
height: 90px;
}
@@ -1326,13 +1374,13 @@
}
.SummerRogue14 {
background-image: url(spritesmith3.png);
- background-position: -899px -961px;
+ background-position: -224px -1052px;
width: 111px;
height: 90px;
}
.SummerWarrior14 {
background-image: url(spritesmith3.png);
- background-position: -1092px 0px;
+ background-position: -336px -1052px;
width: 111px;
height: 90px;
}
@@ -1344,127 +1392,127 @@
}
.shield_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1092px -182px;
+ background-position: -569px -1052px;
width: 111px;
height: 90px;
}
.shield_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1092px -273px;
+ background-position: -681px -1052px;
width: 111px;
height: 90px;
}
.shop_armor_special_summerHealer {
background-image: url(spritesmith3.png);
- background-position: -1427px -733px;
+ background-position: -496px -364px;
width: 40px;
height: 40px;
}
.shop_armor_special_summerMage {
background-image: url(spritesmith3.png);
- background-position: -1386px -774px;
+ background-position: -561px -506px;
width: 40px;
height: 40px;
}
.shop_armor_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1427px -774px;
+ background-position: -561px -547px;
width: 40px;
height: 40px;
}
.shop_armor_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1386px -815px;
+ background-position: -646px -597px;
width: 40px;
height: 40px;
}
.shop_body_special_summerHealer {
background-image: url(spritesmith3.png);
- background-position: -1427px -815px;
+ background-position: -687px -597px;
width: 40px;
height: 40px;
}
.shop_body_special_summerMage {
background-image: url(spritesmith3.png);
- background-position: -1386px -856px;
+ background-position: -646px -638px;
width: 40px;
height: 40px;
}
.shop_eyewear_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1427px -856px;
+ background-position: -687px -638px;
width: 40px;
height: 40px;
}
.shop_eyewear_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1386px -897px;
+ background-position: -1039px -961px;
width: 40px;
height: 40px;
}
.shop_head_special_summerHealer {
background-image: url(spritesmith3.png);
- background-position: -1427px -897px;
+ background-position: -1080px -961px;
width: 40px;
height: 40px;
}
.shop_head_special_summerMage {
background-image: url(spritesmith3.png);
- background-position: -1386px -938px;
+ background-position: -1039px -1002px;
width: 40px;
height: 40px;
}
.shop_head_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1427px -938px;
+ background-position: -1080px -1002px;
width: 40px;
height: 40px;
}
.shop_head_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1386px -979px;
+ background-position: -1280px -1234px;
width: 40px;
height: 40px;
}
.shop_shield_special_summerHealer {
background-image: url(spritesmith3.png);
- background-position: -1427px -979px;
+ background-position: -1280px -1275px;
width: 40px;
height: 40px;
}
.shop_shield_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1386px -1020px;
+ background-position: -1001px -1325px;
width: 40px;
height: 40px;
}
.shop_shield_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1427px -1020px;
+ background-position: -1042px -1325px;
width: 40px;
height: 40px;
}
.shop_weapon_special_summerHealer {
background-image: url(spritesmith3.png);
- background-position: -1386px -1061px;
+ background-position: -1083px -1325px;
width: 40px;
height: 40px;
}
.shop_weapon_special_summerMage {
background-image: url(spritesmith3.png);
- background-position: -1427px -1061px;
+ background-position: -1124px -1325px;
width: 40px;
height: 40px;
}
.shop_weapon_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1386px -1102px;
+ background-position: -1165px -1325px;
width: 40px;
height: 40px;
}
.shop_weapon_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1427px -1102px;
+ background-position: -1206px -1325px;
width: 40px;
height: 40px;
}
@@ -1482,13 +1530,13 @@
}
.slim_armor_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1092px -546px;
+ background-position: -793px -1052px;
width: 111px;
height: 90px;
}
.slim_armor_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: -1092px -637px;
+ background-position: -905px -1052px;
width: 111px;
height: 90px;
}
@@ -1506,781 +1554,775 @@
}
.weapon_special_summerRogue {
background-image: url(spritesmith3.png);
- background-position: -1092px -910px;
+ background-position: -1017px -1052px;
width: 111px;
height: 90px;
}
.weapon_special_summerWarrior {
background-image: url(spritesmith3.png);
- background-position: 0px -1052px;
+ background-position: -1228px 0px;
width: 111px;
height: 90px;
}
.broad_armor_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -112px -1052px;
+ background-position: -1228px -91px;
width: 90px;
height: 90px;
}
.broad_armor_special_ski {
background-image: url(spritesmith3.png);
- background-position: -203px -1052px;
+ background-position: -1228px -182px;
width: 90px;
height: 90px;
}
.broad_armor_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -294px -1052px;
+ background-position: -1228px -273px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -385px -1052px;
+ background-position: -1228px -364px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -476px -1052px;
+ background-position: -1228px -455px;
width: 90px;
height: 90px;
}
.broad_armor_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -567px -1052px;
+ background-position: -1228px -546px;
width: 96px;
height: 90px;
}
.broad_armor_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -664px -1052px;
+ background-position: -1228px -637px;
width: 90px;
height: 90px;
}
.broad_armor_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -755px -1052px;
+ background-position: -1228px -728px;
width: 90px;
height: 90px;
}
.head_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -846px -1052px;
+ background-position: -1228px -819px;
width: 90px;
height: 90px;
}
.head_special_nye {
background-image: url(spritesmith3.png);
- background-position: -937px -1052px;
+ background-position: -1228px -910px;
width: 90px;
height: 90px;
}
.head_special_nye2014 {
background-image: url(spritesmith3.png);
- background-position: -1028px -1052px;
+ background-position: -1228px -1001px;
width: 90px;
height: 90px;
}
.head_special_ski {
background-image: url(spritesmith3.png);
- background-position: -1204px 0px;
+ background-position: -1122px -637px;
width: 90px;
height: 90px;
}
.head_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -1204px -91px;
+ background-position: -1122px -728px;
width: 90px;
height: 90px;
}
.head_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -1204px -182px;
+ background-position: -1122px -819px;
width: 90px;
height: 90px;
}
.head_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -1204px -273px;
+ background-position: -1122px -910px;
width: 90px;
height: 90px;
}
.head_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: 0px -1143px;
+ background-position: -1129px -1052px;
width: 96px;
height: 90px;
}
.head_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -1204px -364px;
+ background-position: 0px -1143px;
width: 90px;
height: 90px;
}
.head_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -1204px -455px;
+ background-position: -91px -1143px;
width: 90px;
height: 90px;
}
.shield_special_ski {
background-image: url(spritesmith3.png);
- background-position: -97px -1143px;
+ background-position: -182px -1143px;
width: 104px;
height: 90px;
}
.shield_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -1204px -546px;
+ background-position: -287px -1143px;
width: 90px;
height: 90px;
}
.shield_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -1204px -637px;
+ background-position: -378px -1143px;
width: 90px;
height: 90px;
}
.shield_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -202px -1143px;
+ background-position: -469px -1143px;
width: 96px;
height: 90px;
}
.shield_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -1204px -728px;
+ background-position: -566px -1143px;
width: 90px;
height: 90px;
}
.shield_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -1204px -819px;
+ background-position: -657px -1143px;
width: 90px;
height: 90px;
}
.shop_armor_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -555px -547px;
+ background-position: -1431px -738px;
width: 40px;
height: 40px;
}
.shop_armor_special_ski {
background-image: url(spritesmith3.png);
- background-position: -596px -547px;
+ background-position: -1431px -779px;
width: 40px;
height: 40px;
}
.shop_armor_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -1011px -961px;
+ background-position: -1431px -820px;
width: 40px;
height: 40px;
}
.shop_armor_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -1011px -1002px;
+ background-position: -1431px -861px;
width: 40px;
height: 40px;
}
.shop_armor_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -1119px -1052px;
+ background-position: -1431px -902px;
width: 40px;
height: 40px;
}
.shop_armor_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -1160px -1052px;
+ background-position: -1431px -943px;
width: 40px;
height: 40px;
}
.shop_armor_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -1119px -1093px;
+ background-position: -1431px -984px;
width: 40px;
height: 40px;
}
.shop_armor_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -1160px -1093px;
+ background-position: -1431px -1025px;
width: 40px;
height: 40px;
}
.shop_head_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -1215px -1143px;
+ background-position: -1431px -1066px;
width: 40px;
height: 40px;
}
.shop_head_special_nye {
background-image: url(spritesmith3.png);
- background-position: -1215px -1184px;
+ background-position: -1431px -1107px;
width: 40px;
height: 40px;
}
.shop_head_special_nye2014 {
background-image: url(spritesmith3.png);
- background-position: 0px -1325px;
+ background-position: -1431px -1148px;
width: 40px;
height: 40px;
}
.shop_head_special_ski {
background-image: url(spritesmith3.png);
- background-position: -41px -1325px;
+ background-position: -1431px -1189px;
width: 40px;
height: 40px;
}
.shop_head_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -82px -1325px;
+ background-position: -1431px -1230px;
width: 40px;
height: 40px;
}
.shop_head_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -123px -1325px;
+ background-position: -1431px -1271px;
width: 40px;
height: 40px;
}
.shop_head_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -164px -1325px;
+ background-position: -1431px -1312px;
width: 40px;
height: 40px;
}
.shop_head_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -205px -1325px;
+ background-position: -1431px -1353px;
width: 40px;
height: 40px;
}
.shop_head_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -246px -1325px;
+ background-position: 0px -1416px;
width: 40px;
height: 40px;
}
.shop_head_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -287px -1325px;
+ background-position: -41px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_ski {
background-image: url(spritesmith3.png);
- background-position: -328px -1325px;
+ background-position: -82px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -369px -1325px;
+ background-position: -123px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -410px -1325px;
+ background-position: -164px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -451px -1325px;
+ background-position: -205px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -492px -1325px;
+ background-position: -246px -1416px;
width: 40px;
height: 40px;
}
.shop_shield_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -533px -1325px;
+ background-position: -287px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -574px -1325px;
+ background-position: -328px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_ski {
background-image: url(spritesmith3.png);
- background-position: -615px -1325px;
+ background-position: -369px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -656px -1325px;
+ background-position: -410px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -697px -1325px;
+ background-position: -451px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -738px -1325px;
+ background-position: -492px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -779px -1325px;
+ background-position: -533px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -820px -1325px;
+ background-position: -574px -1416px;
width: 40px;
height: 40px;
}
.shop_weapon_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -861px -1325px;
+ background-position: -615px -1416px;
width: 40px;
height: 40px;
}
.slim_armor_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -1204px -910px;
+ background-position: -748px -1143px;
width: 90px;
height: 90px;
}
.slim_armor_special_ski {
background-image: url(spritesmith3.png);
- background-position: -1204px -1001px;
+ background-position: -839px -1143px;
width: 90px;
height: 90px;
}
.slim_armor_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -299px -1143px;
+ background-position: -930px -1143px;
width: 90px;
height: 90px;
}
.slim_armor_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -390px -1143px;
+ background-position: -1021px -1143px;
width: 90px;
height: 90px;
}
.slim_armor_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -481px -1143px;
+ background-position: -1112px -1143px;
width: 90px;
height: 90px;
}
.slim_armor_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: -572px -1143px;
+ background-position: -1203px -1143px;
width: 96px;
height: 90px;
}
.slim_armor_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -669px -1143px;
+ background-position: 0px -1234px;
width: 90px;
height: 90px;
}
.slim_armor_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -760px -1143px;
+ background-position: -91px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_candycane {
background-image: url(spritesmith3.png);
- background-position: -851px -1143px;
+ background-position: -182px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_ski {
background-image: url(spritesmith3.png);
- background-position: -942px -1143px;
+ background-position: -273px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_snowflake {
background-image: url(spritesmith3.png);
- background-position: -1033px -1143px;
+ background-position: -364px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_winter2015Healer {
background-image: url(spritesmith3.png);
- background-position: -1124px -1143px;
+ background-position: -455px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_winter2015Mage {
background-image: url(spritesmith3.png);
- background-position: -1295px 0px;
+ background-position: -546px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_winter2015Rogue {
background-image: url(spritesmith3.png);
- background-position: 0px -1234px;
+ background-position: -637px -1234px;
width: 96px;
height: 90px;
}
.weapon_special_winter2015Warrior {
background-image: url(spritesmith3.png);
- background-position: -1295px -91px;
+ background-position: -734px -1234px;
width: 90px;
height: 90px;
}
.weapon_special_yeti {
background-image: url(spritesmith3.png);
- background-position: -1295px -182px;
+ background-position: -825px -1234px;
width: 90px;
height: 90px;
}
.back_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -1295px -273px;
+ background-position: -916px -1234px;
width: 90px;
height: 90px;
}
.back_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -1295px -364px;
+ background-position: -1007px -1234px;
width: 90px;
height: 90px;
}
.body_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -1295px -455px;
+ background-position: -1098px -1234px;
width: 90px;
height: 90px;
}
.body_special_wondercon_gold {
background-image: url(spritesmith3.png);
- background-position: -1295px -546px;
+ background-position: -1189px -1234px;
width: 90px;
height: 90px;
}
.body_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -1295px -637px;
+ background-position: -1340px 0px;
width: 90px;
height: 90px;
}
.eyewear_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -1295px -728px;
+ background-position: -1340px -91px;
width: 90px;
height: 90px;
}
.eyewear_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -1295px -819px;
+ background-position: -1340px -182px;
width: 90px;
height: 90px;
}
.shop_back_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -369px -1366px;
+ background-position: -1472px -164px;
width: 40px;
height: 40px;
}
.shop_back_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -410px -1366px;
+ background-position: -1472px -205px;
width: 40px;
height: 40px;
}
.shop_body_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -451px -1366px;
+ background-position: -1472px -246px;
width: 40px;
height: 40px;
}
.shop_body_special_wondercon_gold {
background-image: url(spritesmith3.png);
- background-position: -492px -1366px;
+ background-position: -1472px -287px;
width: 40px;
height: 40px;
}
.shop_body_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -533px -1366px;
+ background-position: -1472px -328px;
width: 40px;
height: 40px;
}
.shop_eyewear_special_wondercon_black {
background-image: url(spritesmith3.png);
- background-position: -574px -1366px;
+ background-position: -1472px -369px;
width: 40px;
height: 40px;
}
.shop_eyewear_special_wondercon_red {
background-image: url(spritesmith3.png);
- background-position: -615px -1366px;
+ background-position: -1472px -410px;
width: 40px;
height: 40px;
}
.head_0 {
background-image: url(spritesmith3.png);
- background-position: -1295px -910px;
+ background-position: -1340px -273px;
width: 90px;
height: 90px;
}
.customize-option.head_0 {
background-image: url(spritesmith3.png);
- background-position: -1320px -925px;
+ background-position: -1365px -288px;
width: 60px;
height: 60px;
}
.head_healer_1 {
background-image: url(spritesmith3.png);
- background-position: -1295px -1001px;
+ background-position: -1340px -364px;
width: 90px;
height: 90px;
}
.head_healer_2 {
background-image: url(spritesmith3.png);
- background-position: -1295px -1092px;
+ background-position: -1340px -455px;
width: 90px;
height: 90px;
}
.head_healer_3 {
background-image: url(spritesmith3.png);
- background-position: -97px -1234px;
+ background-position: -1340px -546px;
width: 90px;
height: 90px;
}
.head_healer_4 {
background-image: url(spritesmith3.png);
- background-position: -188px -1234px;
+ background-position: -1340px -637px;
width: 90px;
height: 90px;
}
.head_healer_5 {
background-image: url(spritesmith3.png);
- background-position: -279px -1234px;
+ background-position: -1340px -728px;
width: 90px;
height: 90px;
}
.head_rogue_1 {
background-image: url(spritesmith3.png);
- background-position: -370px -1234px;
+ background-position: -1340px -819px;
width: 90px;
height: 90px;
}
.head_rogue_2 {
background-image: url(spritesmith3.png);
- background-position: -461px -1234px;
+ background-position: -1340px -910px;
width: 90px;
height: 90px;
}
.head_rogue_3 {
background-image: url(spritesmith3.png);
- background-position: -552px -1234px;
+ background-position: -1340px -1001px;
width: 90px;
height: 90px;
}
.head_rogue_4 {
background-image: url(spritesmith3.png);
- background-position: -643px -1234px;
+ background-position: -1340px -1092px;
width: 90px;
height: 90px;
}
.head_rogue_5 {
background-image: url(spritesmith3.png);
- background-position: -734px -1234px;
+ background-position: -1340px -1183px;
width: 90px;
height: 90px;
}
.head_special_2 {
background-image: url(spritesmith3.png);
- background-position: -825px -1234px;
+ background-position: 0px -1325px;
width: 90px;
height: 90px;
}
.head_warrior_1 {
background-image: url(spritesmith3.png);
- background-position: -916px -1234px;
+ background-position: -91px -1325px;
width: 90px;
height: 90px;
}
.head_warrior_2 {
background-image: url(spritesmith3.png);
- background-position: -1007px -1234px;
+ background-position: -182px -1325px;
width: 90px;
height: 90px;
}
.head_warrior_3 {
background-image: url(spritesmith3.png);
- background-position: -1098px -1234px;
+ background-position: -273px -1325px;
width: 90px;
height: 90px;
}
.head_warrior_4 {
background-image: url(spritesmith3.png);
- background-position: -1189px -1234px;
+ background-position: -364px -1325px;
width: 90px;
height: 90px;
}
.head_warrior_5 {
background-image: url(spritesmith3.png);
- background-position: -1280px -1234px;
+ background-position: -455px -1325px;
width: 90px;
height: 90px;
}
.head_wizard_1 {
background-image: url(spritesmith3.png);
- background-position: -1386px 0px;
+ background-position: -546px -1325px;
width: 90px;
height: 90px;
}
.head_wizard_2 {
background-image: url(spritesmith3.png);
- background-position: -1386px -91px;
+ background-position: -637px -1325px;
width: 90px;
height: 90px;
}
.head_wizard_3 {
background-image: url(spritesmith3.png);
- background-position: -1386px -182px;
+ background-position: -728px -1325px;
width: 90px;
height: 90px;
}
.head_wizard_4 {
background-image: url(spritesmith3.png);
- background-position: -1386px -273px;
+ background-position: -819px -1325px;
width: 90px;
height: 90px;
}
.head_wizard_5 {
background-image: url(spritesmith3.png);
- background-position: 0px -415px;
+ background-position: -910px -1325px;
width: 90px;
height: 90px;
}
.shop_head_healer_1 {
background-image: url(spritesmith3.png);
- background-position: -82px -1407px;
+ background-position: -1472px -1353px;
width: 40px;
height: 40px;
}
.shop_head_healer_2 {
background-image: url(spritesmith3.png);
- background-position: -123px -1407px;
+ background-position: -1472px -1394px;
width: 40px;
height: 40px;
}
.shop_head_healer_3 {
background-image: url(spritesmith3.png);
- background-position: -164px -1407px;
+ background-position: 0px -1457px;
width: 40px;
height: 40px;
}
.shop_head_healer_4 {
background-image: url(spritesmith3.png);
- background-position: -205px -1407px;
+ background-position: -41px -1457px;
width: 40px;
height: 40px;
}
.shop_head_healer_5 {
background-image: url(spritesmith3.png);
- background-position: -246px -1407px;
+ background-position: -82px -1457px;
width: 40px;
height: 40px;
}
.shop_head_rogue_1 {
background-image: url(spritesmith3.png);
- background-position: -287px -1407px;
+ background-position: -123px -1457px;
width: 40px;
height: 40px;
}
.shop_head_rogue_2 {
background-image: url(spritesmith3.png);
- background-position: -328px -1407px;
+ background-position: -164px -1457px;
width: 40px;
height: 40px;
}
.shop_head_rogue_3 {
background-image: url(spritesmith3.png);
- background-position: -369px -1407px;
+ background-position: -205px -1457px;
width: 40px;
height: 40px;
}
.shop_head_rogue_4 {
background-image: url(spritesmith3.png);
- background-position: -410px -1407px;
+ background-position: -246px -1457px;
width: 40px;
height: 40px;
}
.shop_head_rogue_5 {
background-image: url(spritesmith3.png);
- background-position: -451px -1407px;
+ background-position: -287px -1457px;
width: 40px;
height: 40px;
}
.shop_head_special_0 {
background-image: url(spritesmith3.png);
- background-position: -492px -1407px;
+ background-position: -328px -1457px;
width: 40px;
height: 40px;
}
.shop_head_special_1 {
background-image: url(spritesmith3.png);
- background-position: -533px -1407px;
+ background-position: -369px -1457px;
width: 40px;
height: 40px;
}
.shop_head_special_2 {
background-image: url(spritesmith3.png);
- background-position: -574px -1407px;
+ background-position: -410px -1457px;
width: 40px;
height: 40px;
}
.shop_head_warrior_1 {
background-image: url(spritesmith3.png);
- background-position: -615px -1407px;
+ background-position: -451px -1457px;
width: 40px;
height: 40px;
}
.shop_head_warrior_2 {
background-image: url(spritesmith3.png);
- background-position: -656px -1407px;
+ background-position: -492px -1457px;
width: 40px;
height: 40px;
}
.shop_head_warrior_3 {
background-image: url(spritesmith3.png);
- background-position: -697px -1407px;
+ background-position: -533px -1457px;
width: 40px;
height: 40px;
}
.shop_head_warrior_4 {
background-image: url(spritesmith3.png);
- background-position: -738px -1407px;
+ background-position: -574px -1457px;
width: 40px;
height: 40px;
}
.shop_head_warrior_5 {
background-image: url(spritesmith3.png);
- background-position: -779px -1407px;
- width: 40px;
- height: 40px;
-}
-.shop_head_wizard_1 {
- background-image: url(spritesmith3.png);
- background-position: -820px -1407px;
+ background-position: -1329px -1325px;
width: 40px;
height: 40px;
}
diff --git a/common/dist/sprites/spritesmith3.png b/common/dist/sprites/spritesmith3.png
index a751aa80d1..04e3ed621b 100644
Binary files a/common/dist/sprites/spritesmith3.png and b/common/dist/sprites/spritesmith3.png differ
diff --git a/common/dist/sprites/spritesmith4.css b/common/dist/sprites/spritesmith4.css
index 3c8b5830fb..34081fe399 100644
--- a/common/dist/sprites/spritesmith4.css
+++ b/common/dist/sprites/spritesmith4.css
@@ -1,1476 +1,1638 @@
+.shop_head_wizard_1 {
+ background-image: url(spritesmith4.png);
+ background-position: -1756px -1915px;
+ width: 40px;
+ height: 40px;
+}
.shop_head_wizard_2 {
background-image: url(spritesmith4.png);
- background-position: -1674px -1456px;
+ background-position: -690px -1915px;
width: 40px;
height: 40px;
}
.shop_head_wizard_3 {
background-image: url(spritesmith4.png);
- background-position: -1765px -1547px;
+ background-position: -1928px -1329px;
width: 40px;
height: 40px;
}
.shop_head_wizard_4 {
background-image: url(spritesmith4.png);
- background-position: -1478px -919px;
+ background-position: -813px -1915px;
width: 40px;
height: 40px;
}
.shop_head_wizard_5 {
background-image: url(spritesmith4.png);
- background-position: -1478px -973px;
+ background-position: -1928px -1206px;
width: 40px;
height: 40px;
}
.headAccessory_special_bearEars {
background-image: url(spritesmith4.png);
- background-position: -1625px 0px;
+ background-position: -819px -1590px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_bearEars {
+ background-image: url(spritesmith4.png);
+ background-position: -844px -1605px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_cactusEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -455px;
+ background-position: -1001px -1590px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_cactusEars {
+ background-image: url(spritesmith4.png);
+ background-position: -1026px -1605px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_foxEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -546px;
+ background-position: -471px -1681px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_foxEars {
+ background-image: url(spritesmith4.png);
+ background-position: -496px -1696px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_lionEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -637px;
+ background-position: -653px -1681px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_lionEars {
+ background-image: url(spritesmith4.png);
+ background-position: -678px -1696px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_pandaEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -728px;
+ background-position: -1053px -1681px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_pandaEars {
+ background-image: url(spritesmith4.png);
+ background-position: -1078px -1696px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_pigEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -819px;
+ background-position: -1326px -1681px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_pigEars {
+ background-image: url(spritesmith4.png);
+ background-position: -1351px -1696px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_tigerEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -910px;
+ background-position: -1788px -819px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_tigerEars {
+ background-image: url(spritesmith4.png);
+ background-position: -1813px -834px;
+ width: 60px;
+ height: 60px;
+}
.headAccessory_special_wolfEars {
background-image: url(spritesmith4.png);
- background-position: -1625px -1001px;
+ background-position: -1788px -728px;
width: 90px;
height: 90px;
}
+.customize-option.headAccessory_special_wolfEars {
+ background-image: url(spritesmith4.png);
+ background-position: -1813px -743px;
+ width: 60px;
+ height: 60px;
+}
.shop_headAccessory_special_bearEars {
background-image: url(spritesmith4.png);
- background-position: -1056px -811px;
+ background-position: -854px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_cactusEars {
background-image: url(spritesmith4.png);
- background-position: -968px -1804px;
+ background-position: -1928px -1575px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_foxEars {
background-image: url(spritesmith4.png);
- background-position: -1050px -1804px;
+ background-position: -239px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_lionEars {
background-image: url(spritesmith4.png);
- background-position: -1478px -655px;
+ background-position: -321px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_pandaEars {
background-image: url(spritesmith4.png);
- background-position: -1091px -1804px;
+ background-position: -485px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_pigEars {
background-image: url(spritesmith4.png);
- background-position: -1132px -1804px;
+ background-position: -526px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_tigerEars {
background-image: url(spritesmith4.png);
- background-position: -1173px -1804px;
+ background-position: -567px -1915px;
width: 40px;
height: 40px;
}
.shop_headAccessory_special_wolfEars {
background-image: url(spritesmith4.png);
- background-position: -1870px -1804px;
+ background-position: -608px -1915px;
width: 40px;
height: 40px;
}
.shield_healer_1 {
background-image: url(spritesmith4.png);
- background-position: -1625px -1092px;
+ background-position: -1788px -637px;
width: 90px;
height: 90px;
}
.shield_healer_2 {
background-image: url(spritesmith4.png);
- background-position: -1625px -1365px;
+ background-position: -1788px -455px;
width: 90px;
height: 90px;
}
.shield_healer_3 {
background-image: url(spritesmith4.png);
- background-position: -1422px -1538px;
+ background-position: -562px -1681px;
width: 90px;
height: 90px;
}
.shield_healer_4 {
background-image: url(spritesmith4.png);
- background-position: -1513px -1538px;
+ background-position: -1183px -1590px;
width: 90px;
height: 90px;
}
.shield_healer_5 {
background-image: url(spritesmith4.png);
- background-position: -1716px -182px;
+ background-position: -1092px -1590px;
width: 90px;
height: 90px;
}
.shield_rogue_0 {
background-image: url(spritesmith4.png);
- background-position: -1716px -273px;
+ background-position: -660px -576px;
width: 90px;
height: 90px;
}
.shield_rogue_1 {
background-image: url(spritesmith4.png);
- background-position: 0px -1629px;
+ background-position: -1334px -1399px;
width: 103px;
height: 90px;
}
.shield_rogue_2 {
background-image: url(spritesmith4.png);
- background-position: -322px -1629px;
+ background-position: -1230px -1399px;
width: 103px;
height: 90px;
}
.shield_rogue_3 {
background-image: url(spritesmith4.png);
- background-position: -426px -1629px;
+ background-position: -1115px -1399px;
width: 114px;
height: 90px;
}
.shield_rogue_4 {
background-image: url(spritesmith4.png);
- background-position: -1119px -1629px;
+ background-position: -1018px -1399px;
width: 96px;
height: 90px;
}
.shield_rogue_5 {
background-image: url(spritesmith4.png);
- background-position: -1807px 0px;
+ background-position: -903px -1399px;
width: 114px;
height: 90px;
}
.shield_rogue_6 {
background-image: url(spritesmith4.png);
- background-position: -1692px -1629px;
+ background-position: 0px -1772px;
width: 114px;
height: 90px;
}
.shield_special_1 {
background-image: url(spritesmith4.png);
- background-position: -1601px -1629px;
+ background-position: -1788px 0px;
width: 90px;
height: 90px;
}
.shield_special_goldenknight {
background-image: url(spritesmith4.png);
- background-position: -1489px -1629px;
+ background-position: -1599px -1681px;
width: 111px;
height: 90px;
}
.shield_warrior_1 {
background-image: url(spritesmith4.png);
- background-position: -1398px -1629px;
+ background-position: -380px -1681px;
width: 90px;
height: 90px;
}
.shield_warrior_2 {
background-image: url(spritesmith4.png);
- background-position: -1307px -1629px;
+ background-position: -289px -1681px;
width: 90px;
height: 90px;
}
.shield_warrior_3 {
background-image: url(spritesmith4.png);
- background-position: -1216px -1629px;
+ background-position: -1654px -1590px;
width: 90px;
height: 90px;
}
.shield_warrior_4 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1456px;
+ background-position: -910px -1590px;
width: 90px;
height: 90px;
}
.shield_warrior_5 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1365px;
+ background-position: -1563px -1590px;
width: 90px;
height: 90px;
}
.shop_shield_healer_1 {
background-image: url(spritesmith4.png);
- background-position: -1435px -1856px;
+ background-position: -1715px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_healer_2 {
background-image: url(spritesmith4.png);
- background-position: -1394px -1856px;
+ background-position: -1674px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_healer_3 {
background-image: url(spritesmith4.png);
- background-position: -1353px -1856px;
+ background-position: -1633px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_healer_4 {
background-image: url(spritesmith4.png);
- background-position: -1312px -1856px;
+ background-position: -1592px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_healer_5 {
background-image: url(spritesmith4.png);
- background-position: -1271px -1856px;
+ background-position: -1551px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_0 {
background-image: url(spritesmith4.png);
- background-position: -1230px -1856px;
+ background-position: -1510px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_1 {
background-image: url(spritesmith4.png);
- background-position: -1189px -1856px;
+ background-position: -1469px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_2 {
background-image: url(spritesmith4.png);
- background-position: -1148px -1856px;
+ background-position: -1428px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_3 {
background-image: url(spritesmith4.png);
- background-position: -1107px -1856px;
+ background-position: -1387px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_4 {
background-image: url(spritesmith4.png);
- background-position: -1066px -1856px;
+ background-position: -1346px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_5 {
background-image: url(spritesmith4.png);
- background-position: -1025px -1856px;
+ background-position: -1305px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_rogue_6 {
background-image: url(spritesmith4.png);
- background-position: -984px -1856px;
+ background-position: -1264px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_special_0 {
background-image: url(spritesmith4.png);
- background-position: -943px -1856px;
+ background-position: -1223px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_special_1 {
background-image: url(spritesmith4.png);
- background-position: -902px -1856px;
+ background-position: -1182px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_special_goldenknight {
background-image: url(spritesmith4.png);
- background-position: -861px -1856px;
+ background-position: -1141px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_warrior_1 {
background-image: url(spritesmith4.png);
- background-position: -820px -1856px;
+ background-position: -1100px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_warrior_2 {
background-image: url(spritesmith4.png);
- background-position: -779px -1856px;
+ background-position: -1059px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_warrior_3 {
background-image: url(spritesmith4.png);
- background-position: -738px -1856px;
+ background-position: -1018px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_warrior_4 {
background-image: url(spritesmith4.png);
- background-position: -697px -1856px;
+ background-position: -977px -1915px;
width: 40px;
height: 40px;
}
.shop_shield_warrior_5 {
background-image: url(spritesmith4.png);
- background-position: -656px -1856px;
+ background-position: -936px -1915px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_0 {
background-image: url(spritesmith4.png);
- background-position: -615px -1856px;
+ background-position: -895px -1915px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_1 {
background-image: url(spritesmith4.png);
- background-position: -574px -1856px;
+ background-position: -198px -1915px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_2 {
background-image: url(spritesmith4.png);
- background-position: -533px -1856px;
+ background-position: -116px -1915px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_3 {
background-image: url(spritesmith4.png);
- background-position: -492px -1856px;
+ background-position: -1745px -1631px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_4 {
background-image: url(spritesmith4.png);
- background-position: -451px -1856px;
+ background-position: -1745px -1590px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_5 {
background-image: url(spritesmith4.png);
- background-position: -410px -1856px;
+ background-position: -1741px -1540px;
width: 40px;
height: 40px;
}
.shop_weapon_healer_6 {
background-image: url(spritesmith4.png);
- background-position: -369px -1856px;
+ background-position: -1928px -919px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_0 {
background-image: url(spritesmith4.png);
- background-position: -328px -1856px;
+ background-position: -971px -845px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_1 {
background-image: url(spritesmith4.png);
- background-position: -287px -1856px;
+ background-position: -758px -364px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_2 {
background-image: url(spritesmith4.png);
- background-position: -246px -1856px;
+ background-position: -1386px -961px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_3 {
background-image: url(spritesmith4.png);
- background-position: -205px -1856px;
+ background-position: -1712px -1332px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_4 {
background-image: url(spritesmith4.png);
- background-position: -164px -1856px;
+ background-position: -1837px -1414px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_5 {
background-image: url(spritesmith4.png);
- background-position: -123px -1856px;
+ background-position: -1879px -1820px;
width: 40px;
height: 40px;
}
.shop_weapon_rogue_6 {
background-image: url(spritesmith4.png);
- background-position: -82px -1856px;
+ background-position: -1928px -1862px;
width: 40px;
height: 40px;
}
.shop_weapon_special_0 {
background-image: url(spritesmith4.png);
- background-position: -41px -1856px;
+ background-position: -1928px -1821px;
width: 40px;
height: 40px;
}
.shop_weapon_special_1 {
background-image: url(spritesmith4.png);
- background-position: 0px -1856px;
+ background-position: -1928px -1780px;
width: 40px;
height: 40px;
}
.shop_weapon_special_2 {
background-image: url(spritesmith4.png);
- background-position: -1880px -373px;
+ background-position: -1928px -1739px;
width: 40px;
height: 40px;
}
.shop_weapon_special_3 {
background-image: url(spritesmith4.png);
- background-position: -1829px -1804px;
+ background-position: -1928px -1698px;
width: 40px;
height: 40px;
}
.shop_weapon_special_critical {
background-image: url(spritesmith4.png);
- background-position: -1788px -1804px;
+ background-position: -1928px -1657px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_0 {
background-image: url(spritesmith4.png);
- background-position: -1747px -1804px;
+ background-position: -1928px -1616px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_1 {
background-image: url(spritesmith4.png);
- background-position: -1706px -1804px;
+ background-position: -1928px -1534px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_2 {
background-image: url(spritesmith4.png);
- background-position: -1665px -1804px;
+ background-position: -1928px -1493px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_3 {
background-image: url(spritesmith4.png);
- background-position: -1624px -1804px;
+ background-position: -1928px -1452px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_4 {
background-image: url(spritesmith4.png);
- background-position: -1583px -1804px;
+ background-position: -1928px -1411px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_5 {
background-image: url(spritesmith4.png);
- background-position: -1542px -1804px;
+ background-position: -1928px -1370px;
width: 40px;
height: 40px;
}
.shop_weapon_warrior_6 {
background-image: url(spritesmith4.png);
- background-position: -1501px -1804px;
+ background-position: -1928px -1288px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_0 {
background-image: url(spritesmith4.png);
- background-position: -1460px -1804px;
+ background-position: -1928px -1247px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_1 {
background-image: url(spritesmith4.png);
- background-position: -1419px -1804px;
+ background-position: -1928px -1165px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_2 {
background-image: url(spritesmith4.png);
- background-position: -1378px -1804px;
+ background-position: -1928px -1124px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_3 {
background-image: url(spritesmith4.png);
- background-position: -1337px -1804px;
+ background-position: -1928px -1083px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_4 {
background-image: url(spritesmith4.png);
- background-position: -1296px -1804px;
+ background-position: -1928px -1042px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_5 {
background-image: url(spritesmith4.png);
- background-position: -1255px -1804px;
+ background-position: -1928px -1001px;
width: 40px;
height: 40px;
}
.shop_weapon_wizard_6 {
background-image: url(spritesmith4.png);
- background-position: -1214px -1804px;
+ background-position: -1928px -960px;
width: 40px;
height: 40px;
}
.weapon_healer_0 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1274px;
+ background-position: -1438px -1399px;
width: 90px;
height: 90px;
}
.weapon_healer_1 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1183px;
+ background-position: -1529px -1399px;
width: 90px;
height: 90px;
}
.weapon_healer_2 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1092px;
+ background-position: -1620px -1399px;
width: 90px;
height: 90px;
}
.weapon_healer_3 {
background-image: url(spritesmith4.png);
- background-position: -1716px -1001px;
+ background-position: 0px -1499px;
width: 90px;
height: 90px;
}
.weapon_healer_4 {
background-image: url(spritesmith4.png);
- background-position: -1716px -910px;
+ background-position: -91px -1499px;
width: 90px;
height: 90px;
}
.weapon_healer_5 {
background-image: url(spritesmith4.png);
- background-position: -1716px -819px;
+ background-position: -182px -1499px;
width: 90px;
height: 90px;
}
.weapon_healer_6 {
background-image: url(spritesmith4.png);
- background-position: -1716px -728px;
+ background-position: -273px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_0 {
background-image: url(spritesmith4.png);
- background-position: -1716px -637px;
+ background-position: -364px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_1 {
background-image: url(spritesmith4.png);
- background-position: -649px -1538px;
+ background-position: -455px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_2 {
background-image: url(spritesmith4.png);
- background-position: -467px -1538px;
+ background-position: -546px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_3 {
background-image: url(spritesmith4.png);
- background-position: -376px -1538px;
+ background-position: -637px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_4 {
background-image: url(spritesmith4.png);
- background-position: -285px -1538px;
+ background-position: -728px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_5 {
background-image: url(spritesmith4.png);
- background-position: -194px -1538px;
+ background-position: -819px -1499px;
width: 90px;
height: 90px;
}
.weapon_rogue_6 {
background-image: url(spritesmith4.png);
- background-position: -103px -1538px;
+ background-position: -910px -1499px;
width: 90px;
height: 90px;
}
.weapon_special_1 {
background-image: url(spritesmith4.png);
- background-position: 0px -1538px;
+ background-position: -1001px -1499px;
width: 102px;
height: 90px;
}
.weapon_special_2 {
background-image: url(spritesmith4.png);
- background-position: -1149px -1538px;
+ background-position: -1104px -1499px;
width: 90px;
height: 90px;
}
.weapon_special_3 {
background-image: url(spritesmith4.png);
- background-position: -741px -1435px;
+ background-position: -1195px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_0 {
background-image: url(spritesmith4.png);
- background-position: -1716px 0px;
+ background-position: -1286px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_1 {
background-image: url(spritesmith4.png);
- background-position: -1625px -182px;
+ background-position: -1377px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_2 {
background-image: url(spritesmith4.png);
- background-position: -1625px -273px;
+ background-position: -1468px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_3 {
background-image: url(spritesmith4.png);
- background-position: -1625px -364px;
+ background-position: -1559px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_4 {
background-image: url(spritesmith4.png);
- background-position: -1625px -91px;
+ background-position: -1650px -1499px;
width: 90px;
height: 90px;
}
.weapon_warrior_5 {
background-image: url(spritesmith4.png);
- background-position: -1331px -1538px;
+ background-position: 0px -1590px;
width: 90px;
height: 90px;
}
.weapon_warrior_6 {
background-image: url(spritesmith4.png);
- background-position: -832px -1435px;
+ background-position: -91px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_0 {
background-image: url(spritesmith4.png);
- background-position: -923px -1435px;
+ background-position: -182px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_1 {
background-image: url(spritesmith4.png);
- background-position: -1014px -1435px;
+ background-position: -273px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_2 {
background-image: url(spritesmith4.png);
- background-position: -1105px -1435px;
+ background-position: -364px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_3 {
background-image: url(spritesmith4.png);
- background-position: -1196px -1435px;
+ background-position: -455px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_4 {
background-image: url(spritesmith4.png);
- background-position: -1287px -1435px;
+ background-position: -546px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_5 {
background-image: url(spritesmith4.png);
- background-position: -1378px -1435px;
+ background-position: -637px -1590px;
width: 90px;
height: 90px;
}
.weapon_wizard_6 {
background-image: url(spritesmith4.png);
- background-position: -1469px -1435px;
+ background-position: -728px -1590px;
width: 90px;
height: 90px;
}
.GrimReaper {
background-image: url(spritesmith4.png);
- background-position: -1807px -306px;
+ background-position: -1788px -1283px;
width: 57px;
height: 66px;
}
.Pet_Currency_Gem {
background-image: url(spritesmith4.png);
- background-position: -1476px -1856px;
+ background-position: -1834px -1915px;
width: 45px;
height: 39px;
}
.Pet_Currency_Gem1x {
background-image: url(spritesmith4.png);
- background-position: -1865px -358px;
+ background-position: -1849px -1001px;
width: 15px;
height: 13px;
}
.Pet_Currency_Gem2x {
background-image: url(spritesmith4.png);
- background-position: -1716px -1599px;
+ background-position: -1846px -1588px;
width: 30px;
height: 26px;
}
.PixelPaw-Gold {
background-image: url(spritesmith4.png);
- background-position: -1459px -410px;
+ background-position: -1532px -1772px;
width: 51px;
height: 51px;
}
.PixelPaw {
background-image: url(spritesmith4.png);
- background-position: -1459px -462px;
+ background-position: -1480px -1772px;
width: 51px;
height: 51px;
}
.PixelPaw002 {
background-image: url(spritesmith4.png);
- background-position: -1429px -707px;
+ background-position: -1428px -1772px;
width: 51px;
height: 51px;
}
.avatar_floral_healer {
background-image: url(spritesmith4.png);
- background-position: -250px -1435px;
+ background-position: 0px -1399px;
width: 99px;
height: 99px;
}
.avatar_floral_rogue {
background-image: url(spritesmith4.png);
- background-position: -350px -1435px;
+ background-position: -100px -1399px;
width: 99px;
height: 99px;
}
.avatar_floral_warrior {
background-image: url(spritesmith4.png);
- background-position: -450px -1435px;
+ background-position: -200px -1399px;
width: 99px;
height: 99px;
}
.avatar_floral_wizard {
background-image: url(spritesmith4.png);
- background-position: -550px -1435px;
+ background-position: -300px -1399px;
width: 99px;
height: 99px;
}
.inventory_present {
background-image: url(spritesmith4.png);
- background-position: -1429px -1025px;
+ background-position: -1379px -1772px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_01 {
+ background-image: url(spritesmith4.png);
+ background-position: -1711px -1681px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_02 {
+ background-image: url(spritesmith4.png);
+ background-position: -1711px -1399px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_03 {
+ background-image: url(spritesmith4.png);
+ background-position: -1400px -1248px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_04 {
+ background-image: url(spritesmith4.png);
+ background-position: -971px -793px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_05 {
+ background-image: url(spritesmith4.png);
+ background-position: -965px -724px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_06 {
+ background-image: url(spritesmith4.png);
+ background-position: -965px -672px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_07 {
+ background-image: url(spritesmith4.png);
+ background-position: -751px -576px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_08 {
+ background-image: url(spritesmith4.png);
+ background-position: -709px -364px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_09 {
+ background-image: url(spritesmith4.png);
+ background-position: -660px -364px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_10 {
+ background-image: url(spritesmith4.png);
+ background-position: -1178px -811px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_11 {
+ background-image: url(spritesmith4.png);
+ background-position: -1392px -1005px;
+ width: 48px;
+ height: 51px;
+}
+.inventory_present_12 {
+ background-image: url(spritesmith4.png);
+ background-position: -1343px -1005px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll {
background-image: url(spritesmith4.png);
- background-position: -1429px -1079px;
+ background-position: -1245px -1005px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_locked {
background-image: url(spritesmith4.png);
- background-position: -1257px -353px;
+ background-position: -1386px -909px;
width: 48px;
height: 51px;
}
.inventory_special_fortify {
background-image: url(spritesmith4.png);
- background-position: -1807px -767px;
+ background-position: -1402px -709px;
width: 57px;
height: 54px;
}
.inventory_special_nye {
background-image: url(spritesmith4.png);
- background-position: -1807px -712px;
+ background-position: -1712px -1277px;
width: 57px;
height: 54px;
}
.inventory_special_opaquePotion {
background-image: url(spritesmith4.png);
- background-position: -1478px -867px;
+ background-position: -772px -1915px;
width: 40px;
height: 40px;
}
.inventory_special_shinySeed {
background-image: url(spritesmith4.png);
- background-position: -1807px -657px;
+ background-position: -1788px -1698px;
width: 57px;
height: 54px;
}
.inventory_special_snowball {
background-image: url(spritesmith4.png);
- background-position: -1807px -602px;
+ background-position: -1788px -1643px;
width: 57px;
height: 54px;
}
.inventory_special_spookDust {
background-image: url(spritesmith4.png);
- background-position: -1807px -547px;
+ background-position: -1788px -1588px;
width: 57px;
height: 54px;
}
.inventory_special_trinket {
background-image: url(spritesmith4.png);
- background-position: -913px -1720px;
+ background-position: -1294px -1005px;
width: 48px;
height: 51px;
}
.inventory_special_valentine {
background-image: url(spritesmith4.png);
- background-position: -1807px -492px;
+ background-position: -1788px -1533px;
width: 57px;
height: 54px;
}
.pet_key {
background-image: url(spritesmith4.png);
- background-position: -1807px -437px;
+ background-position: -1788px -1478px;
width: 57px;
height: 54px;
}
.rebirth_orb {
background-image: url(spritesmith4.png);
- background-position: -1807px -822px;
+ background-position: -1402px -764px;
width: 57px;
height: 54px;
}
+.shop_armoire {
+ background-image: url(spritesmith4.png);
+ background-position: -649px -1915px;
+ width: 40px;
+ height: 40px;
+}
.snowman {
background-image: url(spritesmith4.png);
- background-position: -1625px -1183px;
+ background-position: -1788px -910px;
width: 90px;
height: 90px;
}
.spookman {
background-image: url(spritesmith4.png);
- background-position: -1625px -1274px;
+ background-position: -1788px -182px;
width: 90px;
height: 90px;
}
+.welcome_to_Habit_1 {
+ background-image: url(spritesmith4.png);
+ background-position: -400px -1399px;
+ width: 502px;
+ height: 99px;
+}
+.welcome_to_Habit_2 {
+ background-image: url(spritesmith4.png);
+ background-position: 0px -1076px;
+ width: 500px;
+ height: 171px;
+}
+.welcome_to_Habit_3 {
+ background-image: url(spritesmith4.png);
+ background-position: -220px 0px;
+ width: 584px;
+ height: 220px;
+}
+.welcome_to_Habit_4 {
+ background-image: url(spritesmith4.png);
+ background-position: -501px -1076px;
+ width: 423px;
+ height: 171px;
+}
.zzz {
background-image: url(spritesmith4.png);
- background-position: -1478px -813px;
+ background-position: -1741px -1499px;
width: 40px;
height: 40px;
}
.zzz_light {
background-image: url(spritesmith4.png);
- background-position: -1478px -761px;
+ background-position: -731px -1915px;
width: 40px;
height: 40px;
}
.npc_alex {
background-image: url(spritesmith4.png);
- background-position: -961px -1067px;
+ background-position: -1065px -892px;
width: 162px;
height: 138px;
}
.npc_bailey {
background-image: url(spritesmith4.png);
- background-position: -1807px -91px;
+ background-position: -1788px -1001px;
width: 60px;
height: 72px;
}
.npc_daniel {
background-image: url(spritesmith4.png);
- background-position: -1323px -410px;
+ background-position: -660px -452px;
width: 135px;
height: 123px;
}
.npc_justin {
background-image: url(spritesmith4.png);
- background-position: -1323px -534px;
+ background-position: -880px -672px;
width: 84px;
height: 120px;
}
.npc_justin_head {
background-image: url(spritesmith4.png);
- background-position: -1481px -707px;
+ background-position: -1797px -1915px;
width: 36px;
height: 39px;
}
.npc_matt {
background-image: url(spritesmith4.png);
- background-position: -1100px -791px;
+ background-position: -1204px -1248px;
width: 195px;
height: 138px;
}
.npc_timetravelers {
background-image: url(spritesmith4.png);
- background-position: -1323px -139px;
+ background-position: -800px -1248px;
width: 195px;
height: 138px;
}
.npc_timetravelers_active {
background-image: url(spritesmith4.png);
- background-position: -1323px 0px;
+ background-position: -604px -1248px;
width: 195px;
height: 138px;
}
.npc_tyler {
background-image: url(spritesmith4.png);
- background-position: -558px -1538px;
+ background-position: -1788px -546px;
width: 90px;
height: 90px;
}
.seasonalshop_closed {
background-image: url(spritesmith4.png);
- background-position: -1124px -1067px;
+ background-position: -441px -1248px;
width: 162px;
height: 138px;
}
.2014_Fall_HealerPROMO2 {
background-image: url(spritesmith4.png);
- background-position: -740px -1538px;
+ background-position: -1788px -364px;
width: 90px;
height: 90px;
}
.2014_Fall_Mage_PROMO9 {
background-image: url(spritesmith4.png);
- background-position: -831px -1538px;
+ background-position: -221px -1772px;
width: 120px;
height: 90px;
}
.2014_Fall_RoguePROMO3 {
background-image: url(spritesmith4.png);
- background-position: -952px -1538px;
+ background-position: -115px -1772px;
width: 105px;
height: 90px;
}
.2014_Fall_Warrior_PROMO {
background-image: url(spritesmith4.png);
- background-position: -1058px -1538px;
+ background-position: -1788px -273px;
width: 90px;
height: 90px;
}
+.promo_enchanted_armoire {
+ background-image: url(spritesmith4.png);
+ background-position: -1004px -1772px;
+ width: 374px;
+ height: 76px;
+}
.promo_item_notif {
background-image: url(spritesmith4.png);
- background-position: 0px -1435px;
+ background-position: -1462px -1277px;
width: 249px;
height: 102px;
}
.promo_mystery_201405 {
background-image: url(spritesmith4.png);
- background-position: -1240px -1538px;
+ background-position: -1788px -91px;
width: 90px;
height: 90px;
}
.promo_mystery_201406 {
background-image: url(spritesmith4.png);
- background-position: -650px -1435px;
+ background-position: -880px -793px;
width: 90px;
height: 96px;
}
.promo_mystery_201407 {
background-image: url(spritesmith4.png);
- background-position: -1868px -236px;
+ background-position: -1831px -1216px;
width: 42px;
height: 62px;
}
.promo_mystery_201408 {
background-image: url(spritesmith4.png);
- background-position: -1807px -164px;
+ background-position: -1788px -1074px;
width: 60px;
height: 71px;
}
.promo_mystery_201409 {
background-image: url(spritesmith4.png);
- background-position: -1604px -1538px;
+ background-position: -1508px -1681px;
width: 90px;
height: 90px;
}
.promo_mystery_201410 {
background-image: url(spritesmith4.png);
- background-position: -1807px -373px;
+ background-position: -1788px -1350px;
width: 72px;
height: 63px;
}
.promo_mystery_201411 {
background-image: url(spritesmith4.png);
- background-position: -1716px -91px;
+ background-position: -1417px -1681px;
width: 90px;
height: 90px;
}
.promo_mystery_201412 {
background-image: url(spritesmith4.png);
- background-position: -1868px -91px;
+ background-position: -1788px -1216px;
width: 42px;
height: 66px;
}
.promo_mystery_201501 {
background-image: url(spritesmith4.png);
- background-position: -1868px -164px;
+ background-position: -1788px -1414px;
width: 48px;
height: 63px;
}
.promo_mystery_201502 {
background-image: url(spritesmith4.png);
- background-position: -1716px -364px;
+ background-position: -1235px -1681px;
width: 90px;
height: 90px;
}
.promo_mystery_201503 {
background-image: url(spritesmith4.png);
- background-position: -1716px -455px;
+ background-position: -1144px -1681px;
width: 90px;
height: 90px;
}
.promo_mystery_201504 {
background-image: url(spritesmith4.png);
- background-position: -1807px -236px;
+ background-position: -1788px -1146px;
width: 60px;
height: 69px;
}
.promo_mystery_201505 {
background-image: url(spritesmith4.png);
- background-position: -1716px -546px;
+ background-position: -962px -1681px;
width: 90px;
height: 90px;
}
.promo_mystery_3014 {
background-image: url(spritesmith4.png);
- background-position: -104px -1629px;
+ background-position: -744px -1681px;
width: 217px;
height: 90px;
}
.promo_partyhats {
background-image: url(spritesmith4.png);
- background-position: -588px -1804px;
+ background-position: 0px -1915px;
width: 115px;
height: 47px;
}
.promo_pastel_skin {
background-image: url(spritesmith4.png);
- background-position: 0px -1720px;
+ background-position: -342px -1772px;
width: 330px;
height: 83px;
}
.customize-option.promo_pastel_skin {
background-image: url(spritesmith4.png);
- background-position: -25px -1735px;
+ background-position: -367px -1787px;
width: 60px;
height: 60px;
}
.promo_pet_skins {
background-image: url(spritesmith4.png);
- background-position: -1100px -501px;
+ background-position: -1245px -857px;
width: 140px;
height: 147px;
}
.customize-option.promo_pet_skins {
background-image: url(spritesmith4.png);
- background-position: -1125px -516px;
+ background-position: -1270px -872px;
width: 60px;
height: 60px;
}
.promo_shimmer_hair {
background-image: url(spritesmith4.png);
- background-position: -331px -1720px;
+ background-position: -673px -1772px;
width: 330px;
height: 83px;
}
.customize-option.promo_shimmer_hair {
background-image: url(spritesmith4.png);
- background-position: -356px -1735px;
+ background-position: -698px -1787px;
width: 60px;
height: 60px;
}
.promo_springclasses2014 {
background-image: url(spritesmith4.png);
- background-position: -541px -1629px;
+ background-position: 0px -1681px;
width: 288px;
height: 90px;
}
.promo_springclasses2015 {
background-image: url(spritesmith4.png);
- background-position: -830px -1629px;
+ background-position: -1274px -1590px;
width: 288px;
height: 90px;
}
.promo_updos {
background-image: url(spritesmith4.png);
- background-position: -1100px -353px;
+ background-position: -1245px -709px;
width: 156px;
height: 147px;
}
.promo_winterclasses2015 {
background-image: url(spritesmith4.png);
- background-position: 0px -1218px;
+ background-position: -1462px 0px;
width: 325px;
height: 110px;
}
.promo_winteryhair {
background-image: url(spritesmith4.png);
- background-position: -662px -1720px;
+ background-position: -1025px -811px;
width: 152px;
height: 75px;
}
.customize-option.promo_winteryhair {
background-image: url(spritesmith4.png);
- background-position: -687px -1735px;
+ background-position: -1050px -826px;
width: 60px;
height: 60px;
}
.inventory_quest_scroll_atom1 {
background-image: url(spritesmith4.png);
- background-position: -1865px -437px;
+ background-position: -1584px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_atom2 {
background-image: url(spritesmith4.png);
- background-position: -1560px -1435px;
+ background-position: -1633px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_atom2_locked {
background-image: url(spritesmith4.png);
- background-position: -1865px -547px;
+ background-position: -1682px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_atom3 {
background-image: url(spritesmith4.png);
- background-position: -1865px -602px;
+ background-position: -1731px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_atom3_locked {
background-image: url(spritesmith4.png);
- background-position: -1865px -657px;
+ background-position: -1780px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_basilist {
background-image: url(spritesmith4.png);
- background-position: -1865px -712px;
+ background-position: -1829px -1772px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_bunny {
background-image: url(spritesmith4.png);
- background-position: -1865px -767px;
+ background-position: -1879px 0px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_dilatory_derby {
background-image: url(spritesmith4.png);
- background-position: -1865px -822px;
+ background-position: -1879px -52px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_egg {
background-image: url(spritesmith4.png);
- background-position: -1807px -877px;
+ background-position: -1879px -104px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_evilsanta {
background-image: url(spritesmith4.png);
- background-position: -1856px -877px;
+ background-position: -1879px -156px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_evilsanta2 {
background-image: url(spritesmith4.png);
- background-position: -1807px -929px;
+ background-position: -1879px -208px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_ghost_stag {
background-image: url(spritesmith4.png);
- background-position: -1856px -929px;
+ background-position: -1879px -260px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_goldenknight1 {
background-image: url(spritesmith4.png);
- background-position: -1807px -981px;
+ background-position: -1879px -312px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_goldenknight2 {
background-image: url(spritesmith4.png);
- background-position: -1856px -981px;
+ background-position: -1879px -364px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_goldenknight2_locked {
background-image: url(spritesmith4.png);
- background-position: -1807px -1033px;
+ background-position: -1879px -416px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_goldenknight3 {
background-image: url(spritesmith4.png);
- background-position: -1856px -1033px;
+ background-position: -1879px -468px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_goldenknight3_locked {
background-image: url(spritesmith4.png);
- background-position: -1807px -1085px;
+ background-position: -1879px -520px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_gryphon {
background-image: url(spritesmith4.png);
- background-position: -1856px -1085px;
+ background-position: -1879px -572px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_harpy {
background-image: url(spritesmith4.png);
- background-position: -1807px -1137px;
+ background-position: -1879px -624px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_hedgehog {
background-image: url(spritesmith4.png);
- background-position: -1856px -1137px;
+ background-position: -1879px -676px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_moonstone1 {
background-image: url(spritesmith4.png);
- background-position: -1807px -1189px;
+ background-position: -1879px -728px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_moonstone2 {
background-image: url(spritesmith4.png);
- background-position: -1856px -1189px;
+ background-position: -1879px -780px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_moonstone2_locked {
background-image: url(spritesmith4.png);
- background-position: -1807px -1241px;
+ background-position: -1879px -832px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_moonstone3 {
background-image: url(spritesmith4.png);
- background-position: -1856px -1241px;
+ background-position: -1879px -884px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_moonstone3_locked {
background-image: url(spritesmith4.png);
- background-position: -1807px -1293px;
+ background-position: -1879px -936px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_octopus {
background-image: url(spritesmith4.png);
- background-position: -1856px -1293px;
+ background-position: -1879px -988px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_owl {
background-image: url(spritesmith4.png);
- background-position: -1807px -1345px;
+ background-position: -1879px -1040px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_penguin {
background-image: url(spritesmith4.png);
- background-position: -1856px -1345px;
+ background-position: -1879px -1092px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_rat {
background-image: url(spritesmith4.png);
- background-position: -1807px -1397px;
+ background-position: -1879px -1144px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_rock {
background-image: url(spritesmith4.png);
- background-position: -1856px -1397px;
+ background-position: -1879px -1196px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_rooster {
background-image: url(spritesmith4.png);
- background-position: -1807px -1449px;
+ background-position: -1879px -1248px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_sheep {
background-image: url(spritesmith4.png);
- background-position: -1856px -1449px;
+ background-position: -1879px -1300px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_slime {
background-image: url(spritesmith4.png);
- background-position: -1807px -1501px;
+ background-position: -1879px -1352px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_spider {
background-image: url(spritesmith4.png);
- background-position: -1856px -1501px;
+ background-position: -1879px -1404px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_trex {
background-image: url(spritesmith4.png);
- background-position: -1807px -1553px;
+ background-position: -1879px -1456px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_trex_undead {
background-image: url(spritesmith4.png);
- background-position: -1856px -1553px;
+ background-position: -1386px -857px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_vice1 {
background-image: url(spritesmith4.png);
- background-position: -1807px -1605px;
+ background-position: -1879px -1560px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_vice2 {
background-image: url(spritesmith4.png);
- background-position: -1856px -1605px;
+ background-position: -1879px -1612px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_vice2_locked {
background-image: url(spritesmith4.png);
- background-position: -1807px -1657px;
+ background-position: -1879px -1664px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_vice3 {
background-image: url(spritesmith4.png);
- background-position: -1856px -1657px;
+ background-position: -1879px -1716px;
width: 48px;
height: 51px;
}
.inventory_quest_scroll_vice3_locked {
background-image: url(spritesmith4.png);
- background-position: -1716px -1547px;
+ background-position: -1879px -1768px;
width: 48px;
height: 51px;
}
.quest_atom1 {
background-image: url(spritesmith4.png);
- background-position: -251px -1067px;
+ background-position: 0px -1248px;
width: 250px;
height: 150px;
}
.quest_atom2 {
background-image: url(spritesmith4.png);
- background-position: -753px -1067px;
+ background-position: -996px -1248px;
width: 207px;
height: 138px;
}
.quest_atom3 {
background-image: url(spritesmith4.png);
- background-position: -839px -672px;
+ background-position: -191px -892px;
width: 216px;
height: 180px;
}
.quest_basilist {
background-image: url(spritesmith4.png);
- background-position: -1100px -649px;
+ background-position: -251px -1248px;
width: 189px;
height: 141px;
}
.quest_bunny {
background-image: url(spritesmith4.png);
- background-position: -437px -672px;
+ background-position: -1025px -437px;
width: 210px;
height: 186px;
}
.quest_dilatory {
background-image: url(spritesmith4.png);
- background-position: 0px -452px;
+ background-position: -660px -672px;
width: 219px;
height: 219px;
}
.quest_dilatory_derby {
background-image: url(spritesmith4.png);
- background-position: -220px -452px;
+ background-position: -440px -672px;
width: 219px;
height: 219px;
}
.quest_egg_plainEgg {
background-image: url(spritesmith4.png);
- background-position: -1429px -655px;
+ background-position: 0px -1863px;
width: 48px;
height: 51px;
}
.quest_evilsanta {
background-image: url(spritesmith4.png);
- background-position: -1323px -278px;
+ background-position: -660px -232px;
width: 118px;
height: 131px;
}
.quest_ghost_stag {
background-image: url(spritesmith4.png);
- background-position: -440px -232px;
+ background-position: 0px -452px;
width: 219px;
height: 219px;
}
.quest_goldenknight1_testimony {
background-image: url(spritesmith4.png);
- background-position: -1429px -813px;
+ background-position: -49px -1863px;
width: 48px;
height: 51px;
}
.quest_goldenknight2 {
background-image: url(spritesmith4.png);
- background-position: -502px -1067px;
+ background-position: -925px -1076px;
width: 250px;
height: 150px;
}
@@ -1482,829 +1644,751 @@
}
.quest_gryphon {
background-image: url(spritesmith4.png);
- background-position: 0px -889px;
+ background-position: -1245px 0px;
width: 216px;
height: 177px;
}
.quest_harpy {
background-image: url(spritesmith4.png);
- background-position: -660px -452px;
+ background-position: -220px -672px;
width: 219px;
height: 219px;
}
.quest_hedgehog {
background-image: url(spritesmith4.png);
- background-position: -217px -672px;
+ background-position: -1025px -624px;
width: 219px;
height: 186px;
}
.quest_moonstone1_moonstone {
background-image: url(spritesmith4.png);
- background-position: -1422px -1185px;
+ background-position: -1846px -1533px;
width: 30px;
height: 30px;
}
.quest_moonstone2 {
background-image: url(spritesmith4.png);
- background-position: -880px -440px;
+ background-position: -1025px 0px;
width: 219px;
height: 219px;
}
.quest_moonstone3 {
background-image: url(spritesmith4.png);
- background-position: -880px -220px;
+ background-position: 0px -232px;
width: 219px;
height: 219px;
}
.quest_octopus {
background-image: url(spritesmith4.png);
- background-position: -1100px 0px;
+ background-position: -408px -892px;
width: 222px;
height: 177px;
}
.quest_owl {
background-image: url(spritesmith4.png);
- background-position: -880px 0px;
+ background-position: -220px -232px;
width: 219px;
height: 219px;
}
.quest_penguin {
background-image: url(spritesmith4.png);
- background-position: -648px -672px;
+ background-position: 0px -892px;
width: 190px;
height: 183px;
}
.quest_rat {
background-image: url(spritesmith4.png);
- background-position: -220px 0px;
+ background-position: -440px -232px;
width: 219px;
height: 219px;
}
.quest_rock {
background-image: url(spritesmith4.png);
- background-position: 0px -672px;
+ background-position: -1025px -220px;
width: 216px;
height: 216px;
}
.quest_rooster {
background-image: url(spritesmith4.png);
- background-position: -1100px -178px;
+ background-position: -1245px -534px;
width: 213px;
height: 174px;
}
.quest_sheep {
background-image: url(spritesmith4.png);
- background-position: -660px -220px;
+ background-position: -220px -452px;
width: 219px;
height: 219px;
}
.quest_slime {
background-image: url(spritesmith4.png);
- background-position: -660px 0px;
+ background-position: -440px -452px;
width: 219px;
height: 219px;
}
.quest_spider {
background-image: url(spritesmith4.png);
- background-position: 0px -1067px;
+ background-position: -1176px -1076px;
width: 250px;
height: 150px;
}
.quest_stressbeast {
background-image: url(spritesmith4.png);
- background-position: -220px -232px;
+ background-position: -805px 0px;
width: 219px;
height: 219px;
}
.quest_stressbeast_bailey {
background-image: url(spritesmith4.png);
- background-position: 0px -232px;
+ background-position: -805px -220px;
width: 219px;
height: 219px;
}
.quest_stressbeast_guide {
background-image: url(spritesmith4.png);
- background-position: -440px 0px;
+ background-position: -805px -440px;
width: 219px;
height: 219px;
}
.quest_stressbeast_stables {
background-image: url(spritesmith4.png);
- background-position: -440px -452px;
+ background-position: 0px -672px;
width: 219px;
height: 219px;
}
.quest_trex {
background-image: url(spritesmith4.png);
- background-position: -868px -889px;
+ background-position: -1245px -356px;
width: 204px;
height: 177px;
}
.quest_trex_undead {
background-image: url(spritesmith4.png);
- background-position: -651px -889px;
+ background-position: -631px -892px;
width: 216px;
height: 177px;
}
.quest_vice1 {
background-image: url(spritesmith4.png);
- background-position: -217px -889px;
+ background-position: -848px -892px;
width: 216px;
height: 177px;
}
.quest_vice2_lightCrystal {
background-image: url(spritesmith4.png);
- background-position: -1009px -1804px;
+ background-position: -157px -1915px;
width: 40px;
height: 40px;
}
.quest_vice3 {
background-image: url(spritesmith4.png);
- background-position: -434px -889px;
+ background-position: -1245px -178px;
width: 216px;
height: 177px;
}
.shop_copper {
background-image: url(spritesmith4.png);
- background-position: -1880px -414px;
+ background-position: -1837px -1455px;
width: 32px;
height: 22px;
}
.shop_eyes {
background-image: url(spritesmith4.png);
- background-position: -927px -1804px;
+ background-position: -280px -1915px;
width: 40px;
height: 40px;
}
.shop_gold {
background-image: url(spritesmith4.png);
- background-position: -1747px -1599px;
+ background-position: -1846px -1564px;
width: 32px;
height: 22px;
}
.shop_opaquePotion {
background-image: url(spritesmith4.png);
- background-position: -1478px -1131px;
+ background-position: -362px -1915px;
width: 40px;
height: 40px;
}
.shop_potion {
background-image: url(spritesmith4.png);
- background-position: -1478px -1079px;
+ background-position: -403px -1915px;
width: 40px;
height: 40px;
}
.shop_reroll {
background-image: url(spritesmith4.png);
- background-position: -1478px -1025px;
+ background-position: -444px -1915px;
width: 40px;
height: 40px;
}
.shop_shinySeed {
background-image: url(spritesmith4.png);
- background-position: -1389px -1185px;
+ background-position: -1846px -1283px;
width: 32px;
height: 32px;
}
.shop_silver {
background-image: url(spritesmith4.png);
- background-position: -1625px -1508px;
+ background-position: -1846px -1615px;
width: 32px;
height: 22px;
}
.shop_snowball {
background-image: url(spritesmith4.png);
- background-position: -1323px -1185px;
+ background-position: -1846px -1478px;
width: 32px;
height: 32px;
}
.shop_spookDust {
background-image: url(spritesmith4.png);
- background-position: -1356px -1185px;
+ background-position: -1846px -1316px;
width: 32px;
height: 32px;
}
.Pet_Egg_BearCub {
background-image: url(spritesmith4.png);
- background-position: -147px -1804px;
+ background-position: -98px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Bunny {
background-image: url(spritesmith4.png);
- background-position: -196px -1804px;
+ background-position: -147px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Cactus {
background-image: url(spritesmith4.png);
- background-position: -245px -1804px;
+ background-position: -196px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Deer {
background-image: url(spritesmith4.png);
- background-position: -294px -1804px;
+ background-position: -245px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Dragon {
background-image: url(spritesmith4.png);
- background-position: -343px -1804px;
+ background-position: -294px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Egg {
background-image: url(spritesmith4.png);
- background-position: -392px -1804px;
+ background-position: -343px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_FlyingPig {
background-image: url(spritesmith4.png);
- background-position: -441px -1804px;
+ background-position: -392px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Fox {
background-image: url(spritesmith4.png);
- background-position: -490px -1804px;
+ background-position: -441px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Gryphon {
background-image: url(spritesmith4.png);
- background-position: -539px -1804px;
+ background-position: -490px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Hedgehog {
background-image: url(spritesmith4.png);
- background-position: -98px -1804px;
+ background-position: -539px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_LionCub {
background-image: url(spritesmith4.png);
- background-position: -49px -1804px;
+ background-position: -588px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Octopus {
background-image: url(spritesmith4.png);
- background-position: 0px -1804px;
+ background-position: -637px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Owl {
background-image: url(spritesmith4.png);
- background-position: -1844px -1720px;
+ background-position: -686px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_PandaCub {
background-image: url(spritesmith4.png);
- background-position: -1795px -1720px;
+ background-position: -735px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Parrot {
background-image: url(spritesmith4.png);
- background-position: -1746px -1720px;
+ background-position: -784px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Penguin {
background-image: url(spritesmith4.png);
- background-position: -1697px -1720px;
+ background-position: -833px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_PolarBear {
background-image: url(spritesmith4.png);
- background-position: -1648px -1720px;
+ background-position: -882px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Rat {
background-image: url(spritesmith4.png);
- background-position: -1599px -1720px;
+ background-position: -931px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Rock {
background-image: url(spritesmith4.png);
- background-position: -1550px -1720px;
+ background-position: -980px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Rooster {
background-image: url(spritesmith4.png);
- background-position: -1452px -1720px;
+ background-position: -1029px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Seahorse {
background-image: url(spritesmith4.png);
- background-position: -1429px -1131px;
+ background-position: -1078px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Sheep {
background-image: url(spritesmith4.png);
- background-position: -1865px -492px;
+ background-position: -1127px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Slime {
background-image: url(spritesmith4.png);
- background-position: -1109px -1720px;
+ background-position: -1176px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Spider {
background-image: url(spritesmith4.png);
- background-position: -1625px -1456px;
+ background-position: -1225px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_TRex {
background-image: url(spritesmith4.png);
- background-position: -1305px -1720px;
+ background-position: -1274px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_TigerCub {
background-image: url(spritesmith4.png);
- background-position: -1256px -1720px;
+ background-position: -1323px -1863px;
width: 48px;
height: 51px;
}
.Pet_Egg_Wolf {
background-image: url(spritesmith4.png);
- background-position: -1241px -553px;
+ background-position: -1372px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Cake_Base {
background-image: url(spritesmith4.png);
- background-position: -1257px -457px;
+ background-position: -1928px -832px;
width: 43px;
height: 43px;
}
.Pet_Food_Cake_CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1056px -766px;
+ background-position: -1928px -787px;
width: 42px;
height: 44px;
}
.Pet_Food_Cake_CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -1056px -720px;
+ background-position: -1928px -516px;
width: 43px;
height: 45px;
}
.Pet_Food_Cake_Desert {
background-image: url(spritesmith4.png);
- background-position: -750px -1804px;
+ background-position: -1928px -562px;
width: 43px;
height: 44px;
}
.Pet_Food_Cake_Golden {
background-image: url(spritesmith4.png);
- background-position: -1241px -605px;
+ background-position: -1928px -876px;
width: 43px;
height: 42px;
}
.Pet_Food_Cake_Red {
background-image: url(spritesmith4.png);
- background-position: -794px -1804px;
+ background-position: -1928px -607px;
width: 43px;
height: 44px;
}
.Pet_Food_Cake_Shade {
background-image: url(spritesmith4.png);
- background-position: -838px -1804px;
+ background-position: -1928px -742px;
width: 43px;
height: 44px;
}
.Pet_Food_Cake_Skeleton {
background-image: url(spritesmith4.png);
- background-position: -1056px -672px;
+ background-position: -1928px -468px;
width: 42px;
height: 47px;
}
.Pet_Food_Cake_White {
background-image: url(spritesmith4.png);
- background-position: -882px -1804px;
+ background-position: -1928px -697px;
width: 44px;
height: 44px;
}
.Pet_Food_Cake_Zombie {
background-image: url(spritesmith4.png);
- background-position: -704px -1804px;
+ background-position: -1928px -652px;
width: 45px;
height: 44px;
}
.Pet_Food_Candy_Base {
background-image: url(spritesmith4.png);
- background-position: -1442px -330px;
+ background-position: -1928px 0px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1442px -278px;
+ background-position: -1928px -52px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -1568px -1378px;
+ background-position: -1928px -104px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Desert {
background-image: url(spritesmith4.png);
- background-position: -1241px -501px;
+ background-position: -1928px -156px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Golden {
background-image: url(spritesmith4.png);
- background-position: -1257px -405px;
+ background-position: -1928px -208px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Red {
background-image: url(spritesmith4.png);
- background-position: -1429px -973px;
+ background-position: -1928px -260px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Shade {
background-image: url(spritesmith4.png);
- background-position: -1429px -919px;
+ background-position: -1928px -312px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Skeleton {
background-image: url(spritesmith4.png);
- background-position: -1429px -867px;
+ background-position: -1928px -364px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_White {
background-image: url(spritesmith4.png);
- background-position: -1429px -761px;
+ background-position: -1928px -416px;
width: 48px;
height: 51px;
}
.Pet_Food_Candy_Zombie {
background-image: url(spritesmith4.png);
- background-position: -1519px -1378px;
+ background-position: -1862px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Chocolate {
background-image: url(spritesmith4.png);
- background-position: -1865px -306px;
+ background-position: -1813px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1501px -1720px;
+ background-position: -1764px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -1403px -1720px;
+ background-position: -1715px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Fish {
background-image: url(spritesmith4.png);
- background-position: -1354px -1720px;
+ background-position: -1666px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Honey {
background-image: url(spritesmith4.png);
- background-position: -1207px -1720px;
+ background-position: -1617px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Meat {
background-image: url(spritesmith4.png);
- background-position: -1158px -1720px;
+ background-position: -1568px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Milk {
background-image: url(spritesmith4.png);
- background-position: -1060px -1720px;
+ background-position: -1519px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Potatoe {
background-image: url(spritesmith4.png);
- background-position: -1011px -1720px;
+ background-position: -1470px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_RottenMeat {
background-image: url(spritesmith4.png);
- background-position: -962px -1720px;
+ background-position: -1421px -1863px;
width: 48px;
height: 51px;
}
.Pet_Food_Saddle {
background-image: url(spritesmith4.png);
- background-position: -864px -1720px;
+ background-position: -1400px -1300px;
width: 48px;
height: 51px;
}
.Pet_Food_Strawberry {
background-image: url(spritesmith4.png);
- background-position: -815px -1720px;
+ background-position: -1879px -1508px;
width: 48px;
height: 51px;
}
.Mount_Body_BearCub-Base {
background-image: url(spritesmith4.png);
- background-position: -1060px -1329px;
+ background-position: -1568px -535px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -954px -1329px;
+ background-position: -1462px -535px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -848px -1329px;
+ background-position: -1674px -429px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Desert {
background-image: url(spritesmith4.png);
- background-position: -742px -1329px;
+ background-position: -1568px -429px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Golden {
background-image: url(spritesmith4.png);
- background-position: -636px -1329px;
+ background-position: -1462px -429px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Polar {
background-image: url(spritesmith4.png);
- background-position: -530px -1329px;
+ background-position: -1674px -323px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Red {
background-image: url(spritesmith4.png);
- background-position: -424px -1329px;
+ background-position: -1568px -323px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Shade {
background-image: url(spritesmith4.png);
- background-position: -318px -1329px;
+ background-position: -1462px -323px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Skeleton {
background-image: url(spritesmith4.png);
- background-position: -212px -1329px;
+ background-position: -1674px -217px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-White {
background-image: url(spritesmith4.png);
- background-position: -106px -1329px;
+ background-position: -1568px -217px;
width: 105px;
height: 105px;
}
.Mount_Body_BearCub-Zombie {
background-image: url(spritesmith4.png);
- background-position: 0px -1329px;
+ background-position: -1462px -217px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Base {
background-image: url(spritesmith4.png);
- background-position: -1386px -1218px;
+ background-position: -1674px -111px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1280px -1218px;
+ background-position: -1568px -111px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -1174px -1218px;
+ background-position: -1462px -111px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Desert {
background-image: url(spritesmith4.png);
- background-position: -1068px -1218px;
+ background-position: -1674px -1171px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Golden {
background-image: url(spritesmith4.png);
- background-position: -962px -1218px;
+ background-position: -1568px -1171px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Red {
background-image: url(spritesmith4.png);
- background-position: -856px -1218px;
+ background-position: -1462px -1171px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Shade {
background-image: url(spritesmith4.png);
- background-position: -750px -1218px;
+ background-position: -1674px -1065px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Skeleton {
background-image: url(spritesmith4.png);
- background-position: -644px -1218px;
+ background-position: -1568px -1065px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-White {
background-image: url(spritesmith4.png);
- background-position: -538px -1218px;
+ background-position: -1462px -1065px;
width: 105px;
height: 105px;
}
.Mount_Body_Bunny-Zombie {
background-image: url(spritesmith4.png);
- background-position: -432px -1218px;
+ background-position: -1674px -959px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Base {
background-image: url(spritesmith4.png);
- background-position: -326px -1218px;
+ background-position: -1674px -641px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1206px -930px;
+ background-position: -1568px -641px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-CottonCandyPink {
background-image: url(spritesmith4.png);
- background-position: -1100px -930px;
+ background-position: -1462px -641px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Desert {
background-image: url(spritesmith4.png);
- background-position: -1323px -1079px;
+ background-position: -1674px -535px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Golden {
background-image: url(spritesmith4.png);
- background-position: -1323px -973px;
+ background-position: -1568px -959px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Red {
background-image: url(spritesmith4.png);
- background-position: -1323px -867px;
+ background-position: -1462px -959px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Shade {
background-image: url(spritesmith4.png);
- background-position: -1323px -761px;
+ background-position: -1674px -853px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Skeleton {
background-image: url(spritesmith4.png);
- background-position: -1323px -655px;
+ background-position: -1568px -853px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-White {
background-image: url(spritesmith4.png);
- background-position: -1408px -534px;
+ background-position: -1462px -747px;
width: 105px;
height: 105px;
}
.Mount_Body_Cactus-Zombie {
background-image: url(spritesmith4.png);
- background-position: -1519px -1166px;
+ background-position: -1462px -853px;
width: 105px;
height: 105px;
}
.Mount_Body_Deer-Base {
background-image: url(spritesmith4.png);
- background-position: -1519px -1060px;
+ background-position: -1674px -747px;
width: 105px;
height: 105px;
}
.Mount_Body_Deer-CottonCandyBlue {
background-image: url(spritesmith4.png);
- background-position: -1519px -954px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-CottonCandyPink {
- background-image: url(spritesmith4.png);
- background-position: -1519px -848px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Desert {
- background-image: url(spritesmith4.png);
- background-position: -1519px -742px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Golden {
- background-image: url(spritesmith4.png);
- background-position: -1166px -1329px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Red {
- background-image: url(spritesmith4.png);
- background-position: -1519px -636px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Shade {
- background-image: url(spritesmith4.png);
- background-position: -1519px -530px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Skeleton {
- background-image: url(spritesmith4.png);
- background-position: -1519px -424px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-White {
- background-image: url(spritesmith4.png);
- background-position: -1519px -318px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Deer-Zombie {
- background-image: url(spritesmith4.png);
- background-position: -1519px -212px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Dragon-Base {
- background-image: url(spritesmith4.png);
- background-position: -1519px -106px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Dragon-CottonCandyBlue {
- background-image: url(spritesmith4.png);
- background-position: -1519px 0px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Dragon-CottonCandyPink {
- background-image: url(spritesmith4.png);
- background-position: -1378px -1329px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Dragon-Desert {
- background-image: url(spritesmith4.png);
- background-position: -1519px -1272px;
- width: 105px;
- height: 105px;
-}
-.Mount_Body_Dragon-Golden {
- background-image: url(spritesmith4.png);
- background-position: -1272px -1329px;
+ background-position: -1568px -747px;
width: 105px;
height: 105px;
}
diff --git a/common/dist/sprites/spritesmith4.png b/common/dist/sprites/spritesmith4.png
index 8e8f437a9e..35e2cd0476 100644
Binary files a/common/dist/sprites/spritesmith4.png and b/common/dist/sprites/spritesmith4.png differ
diff --git a/common/dist/sprites/spritesmith5.css b/common/dist/sprites/spritesmith5.css
index 366ca89da5..f8ad1a7bb2 100644
--- a/common/dist/sprites/spritesmith5.css
+++ b/common/dist/sprites/spritesmith5.css
@@ -1,1146 +1,1224 @@
+.Mount_Body_Deer-CottonCandyPink {
+ background-image: url(spritesmith5.png);
+ background-position: -998px -742px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Desert {
+ background-image: url(spritesmith5.png);
+ background-position: -1528px -742px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Golden {
+ background-image: url(spritesmith5.png);
+ background-position: -106px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Red {
+ background-image: url(spritesmith5.png);
+ background-position: -212px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Shade {
+ background-image: url(spritesmith5.png);
+ background-position: -318px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Skeleton {
+ background-image: url(spritesmith5.png);
+ background-position: -424px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-White {
+ background-image: url(spritesmith5.png);
+ background-position: -530px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Deer-Zombie {
+ background-image: url(spritesmith5.png);
+ background-position: -636px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Dragon-Base {
+ background-image: url(spritesmith5.png);
+ background-position: -742px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Dragon-CottonCandyBlue {
+ background-image: url(spritesmith5.png);
+ background-position: -848px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Dragon-CottonCandyPink {
+ background-image: url(spritesmith5.png);
+ background-position: -954px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Dragon-Desert {
+ background-image: url(spritesmith5.png);
+ background-position: -1060px -1516px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Body_Dragon-Golden {
+ background-image: url(spritesmith5.png);
+ background-position: -1634px -742px;
+ width: 105px;
+ height: 105px;
+}
.Mount_Body_Dragon-Red {
background-image: url(spritesmith5.png);
- background-position: -636px -832px;
+ background-position: -1634px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Dragon-Shade {
background-image: url(spritesmith5.png);
- background-position: -1498px -1166px;
+ background-position: -1634px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Dragon-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1498px -954px;
+ background-position: -1634px -1060px;
width: 105px;
height: 105px;
}
.Mount_Body_Dragon-White {
background-image: url(spritesmith5.png);
- background-position: -1498px -1060px;
+ background-position: -1634px -1166px;
width: 105px;
height: 105px;
}
.Mount_Body_Dragon-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1498px -1272px;
+ background-position: -1634px -1272px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Base {
background-image: url(spritesmith5.png);
- background-position: 0px -1468px;
+ background-position: -1634px -1378px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -106px -1468px;
+ background-position: -1634px -1484px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -212px -1468px;
+ background-position: 0px -1622px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Desert {
background-image: url(spritesmith5.png);
- background-position: -318px -1468px;
+ background-position: -106px -1622px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Golden {
background-image: url(spritesmith5.png);
- background-position: -424px -1468px;
+ background-position: -954px -1940px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Red {
background-image: url(spritesmith5.png);
- background-position: -530px -1468px;
+ background-position: -1272px -1940px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Shade {
background-image: url(spritesmith5.png);
- background-position: -1166px -1892px;
+ background-position: -424px -544px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Skeleton {
background-image: url(spritesmith5.png);
- background-position: 0px -408px;
+ background-position: -530px -544px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-White {
background-image: url(spritesmith5.png);
- background-position: -106px -408px;
+ background-position: -680px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Egg-Zombie {
background-image: url(spritesmith5.png);
- background-position: -212px -408px;
+ background-position: -680px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Base {
background-image: url(spritesmith5.png);
- background-position: -318px -408px;
+ background-position: -680px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -424px -408px;
+ background-position: -680px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -544px 0px;
+ background-position: -680px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Desert {
background-image: url(spritesmith5.png);
- background-position: -544px -106px;
+ background-position: -680px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Golden {
background-image: url(spritesmith5.png);
- background-position: -544px -212px;
+ background-position: 0px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Red {
background-image: url(spritesmith5.png);
- background-position: -544px -318px;
+ background-position: -106px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Shade {
background-image: url(spritesmith5.png);
- background-position: 0px -514px;
+ background-position: -212px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -106px -514px;
+ background-position: -318px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-White {
background-image: url(spritesmith5.png);
- background-position: -212px -514px;
+ background-position: -424px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_FlyingPig-Zombie {
background-image: url(spritesmith5.png);
- background-position: -318px -514px;
+ background-position: -530px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Base {
background-image: url(spritesmith5.png);
- background-position: -424px -514px;
+ background-position: -636px -668px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -530px -514px;
+ background-position: -786px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -650px 0px;
+ background-position: -786px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Desert {
background-image: url(spritesmith5.png);
- background-position: -650px -106px;
+ background-position: -786px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Golden {
background-image: url(spritesmith5.png);
- background-position: -650px -212px;
+ background-position: -786px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Red {
background-image: url(spritesmith5.png);
- background-position: -650px -318px;
+ background-position: -786px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Shade {
background-image: url(spritesmith5.png);
- background-position: -650px -424px;
+ background-position: -786px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Skeleton {
background-image: url(spritesmith5.png);
- background-position: 0px -620px;
+ background-position: -786px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-White {
background-image: url(spritesmith5.png);
- background-position: -106px -620px;
+ background-position: 0px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Fox-Zombie {
background-image: url(spritesmith5.png);
- background-position: -212px -620px;
+ background-position: -106px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Base {
background-image: url(spritesmith5.png);
- background-position: -318px -620px;
+ background-position: -212px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -424px -620px;
+ background-position: -318px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -530px -620px;
+ background-position: -424px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Desert {
background-image: url(spritesmith5.png);
- background-position: -636px -620px;
+ background-position: -530px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Golden {
background-image: url(spritesmith5.png);
- background-position: -756px 0px;
+ background-position: -636px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Red {
background-image: url(spritesmith5.png);
- background-position: -756px -106px;
+ background-position: -742px -774px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Shade {
background-image: url(spritesmith5.png);
- background-position: -756px -212px;
+ background-position: -892px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -756px -318px;
+ background-position: -892px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-White {
background-image: url(spritesmith5.png);
- background-position: -756px -424px;
+ background-position: -892px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Gryphon-Zombie {
background-image: url(spritesmith5.png);
- background-position: -756px -530px;
+ background-position: -892px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Base {
background-image: url(spritesmith5.png);
- background-position: 0px -726px;
+ background-position: -892px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -106px -726px;
+ background-position: -892px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -212px -726px;
+ background-position: -892px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Desert {
background-image: url(spritesmith5.png);
- background-position: -318px -726px;
+ background-position: -892px -742px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Golden {
background-image: url(spritesmith5.png);
- background-position: -424px -726px;
+ background-position: 0px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Red {
background-image: url(spritesmith5.png);
- background-position: -530px -726px;
+ background-position: -106px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Shade {
background-image: url(spritesmith5.png);
- background-position: -636px -726px;
+ background-position: -212px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -742px -726px;
+ background-position: -318px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-White {
background-image: url(spritesmith5.png);
- background-position: -862px 0px;
+ background-position: -424px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_Hedgehog-Zombie {
background-image: url(spritesmith5.png);
- background-position: -862px -106px;
+ background-position: -530px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Base {
background-image: url(spritesmith5.png);
- background-position: -862px -212px;
+ background-position: -636px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -862px -318px;
+ background-position: -742px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -862px -424px;
+ background-position: -848px -880px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -862px -530px;
+ background-position: -998px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Ethereal {
background-image: url(spritesmith5.png);
- background-position: -862px -636px;
+ background-position: -998px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Golden {
background-image: url(spritesmith5.png);
- background-position: 0px -832px;
+ background-position: -998px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Red {
background-image: url(spritesmith5.png);
- background-position: -106px -832px;
+ background-position: -998px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -212px -832px;
+ background-position: -998px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -318px -832px;
- width: 105px;
+ background-position: 0px -986px;
+ width: 111px;
height: 105px;
}
.Mount_Body_LionCub-White {
background-image: url(spritesmith5.png);
- background-position: -424px -832px;
+ background-position: -998px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_LionCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -530px -832px;
+ background-position: -998px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Mammoth-Base {
background-image: url(spritesmith5.png);
- background-position: -408px -136px;
+ background-position: 0px -544px;
width: 105px;
height: 123px;
}
.Mount_Body_MantisShrimp-Base {
background-image: url(spritesmith5.png);
- background-position: -742px -832px;
+ background-position: -112px -986px;
width: 108px;
height: 105px;
}
.Mount_Body_Octopus-Base {
background-image: url(spritesmith5.png);
- background-position: -851px -832px;
+ background-position: -998px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -968px 0px;
+ background-position: -221px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -968px -106px;
+ background-position: -327px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Desert {
background-image: url(spritesmith5.png);
- background-position: -968px -212px;
+ background-position: -433px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Golden {
background-image: url(spritesmith5.png);
- background-position: -968px -318px;
+ background-position: -539px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Red {
background-image: url(spritesmith5.png);
- background-position: -968px -424px;
+ background-position: -645px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Shade {
background-image: url(spritesmith5.png);
- background-position: -968px -530px;
+ background-position: -751px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -968px -636px;
+ background-position: -857px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-White {
background-image: url(spritesmith5.png);
- background-position: -968px -742px;
+ background-position: -963px -986px;
width: 105px;
height: 105px;
}
.Mount_Body_Octopus-Zombie {
background-image: url(spritesmith5.png);
- background-position: 0px -938px;
+ background-position: -1104px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Base {
background-image: url(spritesmith5.png);
- background-position: -106px -938px;
+ background-position: -1104px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -212px -938px;
+ background-position: -1104px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -318px -938px;
+ background-position: -1104px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Desert {
background-image: url(spritesmith5.png);
- background-position: -424px -938px;
+ background-position: -1104px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Golden {
background-image: url(spritesmith5.png);
- background-position: -530px -938px;
+ background-position: -1104px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Red {
background-image: url(spritesmith5.png);
- background-position: -636px -938px;
+ background-position: -1104px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Shade {
background-image: url(spritesmith5.png);
- background-position: -742px -938px;
+ background-position: -1104px -742px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -848px -938px;
+ background-position: -1104px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-White {
background-image: url(spritesmith5.png);
- background-position: -954px -938px;
+ background-position: -1104px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Owl-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1074px 0px;
+ background-position: 0px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Base {
background-image: url(spritesmith5.png);
- background-position: -1074px -106px;
+ background-position: -106px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1074px -212px;
+ background-position: -212px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1074px -318px;
+ background-position: -318px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -1074px -424px;
+ background-position: -424px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Golden {
background-image: url(spritesmith5.png);
- background-position: -1074px -530px;
+ background-position: -530px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Red {
background-image: url(spritesmith5.png);
- background-position: -1074px -636px;
+ background-position: -636px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -1074px -742px;
+ background-position: -742px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1074px -848px;
+ background-position: -848px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-White {
background-image: url(spritesmith5.png);
- background-position: 0px -1044px;
+ background-position: -954px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_PandaCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -106px -1044px;
+ background-position: -1060px -1092px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Base {
background-image: url(spritesmith5.png);
- background-position: -212px -1044px;
+ background-position: -1210px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -318px -1044px;
+ background-position: -1210px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -424px -1044px;
+ background-position: -1210px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Desert {
background-image: url(spritesmith5.png);
- background-position: -530px -1044px;
+ background-position: -1210px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Golden {
background-image: url(spritesmith5.png);
- background-position: -636px -1044px;
+ background-position: -1210px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Red {
background-image: url(spritesmith5.png);
- background-position: -742px -1044px;
+ background-position: -1210px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Shade {
background-image: url(spritesmith5.png);
- background-position: -848px -1044px;
+ background-position: -1210px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -954px -1044px;
+ background-position: -1210px -742px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-White {
background-image: url(spritesmith5.png);
- background-position: -1060px -1044px;
+ background-position: -1210px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Parrot-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1180px 0px;
+ background-position: -1210px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Base {
background-image: url(spritesmith5.png);
- background-position: -1180px -106px;
+ background-position: -1210px -1060px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1180px -212px;
+ background-position: 0px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1180px -318px;
+ background-position: -106px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Desert {
background-image: url(spritesmith5.png);
- background-position: -1180px -424px;
+ background-position: -212px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Golden {
background-image: url(spritesmith5.png);
- background-position: -1180px -530px;
+ background-position: -318px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Red {
background-image: url(spritesmith5.png);
- background-position: -1180px -636px;
+ background-position: -424px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Shade {
background-image: url(spritesmith5.png);
- background-position: -1180px -742px;
+ background-position: -530px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1180px -848px;
+ background-position: -636px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-White {
background-image: url(spritesmith5.png);
- background-position: -1180px -954px;
+ background-position: -742px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Penguin-Zombie {
background-image: url(spritesmith5.png);
- background-position: 0px -1150px;
+ background-position: -848px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Base {
background-image: url(spritesmith5.png);
- background-position: -106px -1150px;
+ background-position: -954px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -212px -1150px;
+ background-position: -1060px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -318px -1150px;
+ background-position: -1166px -1198px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Desert {
background-image: url(spritesmith5.png);
- background-position: -424px -1150px;
+ background-position: -1316px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Golden {
background-image: url(spritesmith5.png);
- background-position: -530px -1150px;
+ background-position: -1316px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Red {
background-image: url(spritesmith5.png);
- background-position: -636px -1150px;
+ background-position: -1316px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Shade {
background-image: url(spritesmith5.png);
- background-position: -742px -1150px;
+ background-position: -1316px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -848px -1150px;
+ background-position: -1316px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-White {
background-image: url(spritesmith5.png);
- background-position: -954px -1150px;
+ background-position: -1316px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Rat-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1060px -1150px;
+ background-position: -1316px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Base {
background-image: url(spritesmith5.png);
- background-position: -1166px -1150px;
+ background-position: -1316px -742px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1286px 0px;
+ background-position: -1316px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1286px -106px;
+ background-position: -1316px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Desert {
background-image: url(spritesmith5.png);
- background-position: -1286px -212px;
+ background-position: -1316px -1060px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Golden {
background-image: url(spritesmith5.png);
- background-position: -1286px -318px;
+ background-position: -1316px -1166px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Red {
background-image: url(spritesmith5.png);
- background-position: -1286px -424px;
+ background-position: 0px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Shade {
background-image: url(spritesmith5.png);
- background-position: -1286px -530px;
+ background-position: -106px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1286px -636px;
+ background-position: -212px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-White {
background-image: url(spritesmith5.png);
- background-position: -1286px -742px;
+ background-position: -318px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rock-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1286px -848px;
+ background-position: -424px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Base {
background-image: url(spritesmith5.png);
- background-position: -1286px -954px;
+ background-position: -530px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1286px -1060px;
+ background-position: -636px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: 0px -1256px;
+ background-position: -742px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Desert {
background-image: url(spritesmith5.png);
- background-position: -106px -1256px;
+ background-position: -848px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Golden {
background-image: url(spritesmith5.png);
- background-position: -212px -1256px;
+ background-position: -954px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Red {
background-image: url(spritesmith5.png);
- background-position: -318px -1256px;
+ background-position: -1060px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Shade {
background-image: url(spritesmith5.png);
- background-position: -424px -1256px;
+ background-position: -1166px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -530px -1256px;
+ background-position: -1272px -1304px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-White {
background-image: url(spritesmith5.png);
- background-position: -636px -1256px;
+ background-position: -1422px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Rooster-Zombie {
background-image: url(spritesmith5.png);
- background-position: -742px -1256px;
+ background-position: -1422px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Base {
background-image: url(spritesmith5.png);
- background-position: -848px -1256px;
+ background-position: -1422px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -954px -1256px;
+ background-position: -1422px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1060px -1256px;
+ background-position: -1422px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Desert {
background-image: url(spritesmith5.png);
- background-position: -1166px -1256px;
+ background-position: -1422px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Golden {
background-image: url(spritesmith5.png);
- background-position: -1272px -1256px;
+ background-position: -1422px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Red {
background-image: url(spritesmith5.png);
- background-position: -1392px 0px;
+ background-position: -1422px -742px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Shade {
background-image: url(spritesmith5.png);
- background-position: -1392px -106px;
+ background-position: -1422px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1392px -212px;
+ background-position: -1422px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-White {
background-image: url(spritesmith5.png);
- background-position: -1392px -318px;
+ background-position: -1422px -1060px;
width: 105px;
height: 105px;
}
.Mount_Body_Seahorse-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1392px -424px;
+ background-position: -1422px -1166px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Base {
background-image: url(spritesmith5.png);
- background-position: -1392px -530px;
+ background-position: -1422px -1272px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1392px -636px;
+ background-position: 0px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1392px -742px;
+ background-position: -106px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Desert {
background-image: url(spritesmith5.png);
- background-position: -1392px -848px;
+ background-position: -212px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Golden {
background-image: url(spritesmith5.png);
- background-position: -1392px -954px;
+ background-position: -318px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Red {
background-image: url(spritesmith5.png);
- background-position: -1392px -1060px;
+ background-position: -424px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Shade {
background-image: url(spritesmith5.png);
- background-position: -1392px -1166px;
+ background-position: -530px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Skeleton {
background-image: url(spritesmith5.png);
- background-position: 0px -1362px;
+ background-position: -636px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-White {
background-image: url(spritesmith5.png);
- background-position: -106px -1362px;
+ background-position: -742px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Sheep-Zombie {
background-image: url(spritesmith5.png);
- background-position: -212px -1362px;
+ background-position: -848px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Base {
background-image: url(spritesmith5.png);
- background-position: -318px -1362px;
+ background-position: -954px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -424px -1362px;
+ background-position: -1060px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -530px -1362px;
+ background-position: -1166px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Desert {
background-image: url(spritesmith5.png);
- background-position: -636px -1362px;
+ background-position: -1272px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Golden {
background-image: url(spritesmith5.png);
- background-position: -742px -1362px;
+ background-position: -1378px -1410px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Red {
background-image: url(spritesmith5.png);
- background-position: -848px -1362px;
+ background-position: -1528px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Shade {
background-image: url(spritesmith5.png);
- background-position: -954px -1362px;
+ background-position: -1528px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1060px -1362px;
+ background-position: -1528px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-White {
background-image: url(spritesmith5.png);
- background-position: -1166px -1362px;
+ background-position: -1528px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_Slime-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1272px -1362px;
+ background-position: -1528px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Base {
background-image: url(spritesmith5.png);
- background-position: -1378px -1362px;
+ background-position: -1528px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1498px 0px;
+ background-position: -1528px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1498px -106px;
+ background-position: -318px -544px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Desert {
background-image: url(spritesmith5.png);
- background-position: -1498px -212px;
+ background-position: -1528px -848px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Golden {
background-image: url(spritesmith5.png);
- background-position: -1498px -318px;
+ background-position: -1528px -954px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Red {
background-image: url(spritesmith5.png);
- background-position: -1498px -424px;
+ background-position: -1528px -1060px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Shade {
background-image: url(spritesmith5.png);
- background-position: -1498px -530px;
+ background-position: -1528px -1166px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1498px -636px;
+ background-position: -1528px -1272px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-White {
background-image: url(spritesmith5.png);
- background-position: -1498px -742px;
+ background-position: -1528px -1378px;
width: 105px;
height: 105px;
}
.Mount_Body_Spider-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1498px -848px;
+ background-position: 0px -1516px;
width: 105px;
height: 105px;
}
.Mount_Body_TRex-Base {
background-image: url(spritesmith5.png);
- background-position: 0px -136px;
+ background-position: -408px -136px;
width: 135px;
height: 135px;
}
.Mount_Body_TRex-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -136px -136px;
+ background-position: 0px -136px;
width: 135px;
height: 135px;
}
.Mount_Body_TRex-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -136px 0px;
+ background-position: -136px -136px;
width: 135px;
height: 135px;
}
@@ -1158,7 +1236,7 @@
}
.Mount_Body_TRex-Red {
background-image: url(spritesmith5.png);
- background-position: 0px 0px;
+ background-position: 0px -272px;
width: 135px;
height: 135px;
}
@@ -1182,1099 +1260,1063 @@
}
.Mount_Body_TRex-Zombie {
background-image: url(spritesmith5.png);
- background-position: 0px -272px;
+ background-position: 0px 0px;
width: 135px;
height: 135px;
}
.Mount_Body_TigerCub-Base {
background-image: url(spritesmith5.png);
- background-position: -636px -1468px;
+ background-position: -1166px -1516px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -742px -1468px;
+ background-position: -1272px -1516px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -848px -1468px;
+ background-position: -1378px -1516px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -954px -1468px;
+ background-position: -1484px -1516px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Golden {
background-image: url(spritesmith5.png);
- background-position: -1060px -1468px;
+ background-position: -1634px 0px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Red {
background-image: url(spritesmith5.png);
- background-position: -1166px -1468px;
+ background-position: -1634px -106px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -1272px -1468px;
+ background-position: -1634px -212px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1378px -1468px;
+ background-position: -1634px -318px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-White {
background-image: url(spritesmith5.png);
- background-position: -1484px -1468px;
+ background-position: -1634px -424px;
width: 105px;
height: 105px;
}
.Mount_Body_TigerCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1604px 0px;
+ background-position: -1634px -530px;
width: 105px;
height: 105px;
}
.Mount_Body_Turkey-Base {
background-image: url(spritesmith5.png);
- background-position: -1604px -106px;
+ background-position: -1634px -636px;
width: 105px;
height: 105px;
}
.Mount_Body_Wolf-Base {
background-image: url(spritesmith5.png);
- background-position: -1604px -212px;
- width: 105px;
- height: 105px;
+ background-position: -136px 0px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1604px -318px;
- width: 105px;
- height: 105px;
+ background-position: -408px -272px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1604px -424px;
- width: 105px;
- height: 105px;
+ background-position: 0px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Desert {
background-image: url(spritesmith5.png);
- background-position: -1604px -530px;
- width: 105px;
- height: 105px;
+ background-position: -136px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Golden {
background-image: url(spritesmith5.png);
- background-position: -1604px -636px;
- width: 105px;
- height: 105px;
+ background-position: -272px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Red {
background-image: url(spritesmith5.png);
- background-position: -1604px -742px;
- width: 105px;
- height: 105px;
+ background-position: -408px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Shade {
background-image: url(spritesmith5.png);
- background-position: -1604px -848px;
- width: 105px;
- height: 105px;
+ background-position: -544px 0px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1604px -954px;
- width: 105px;
- height: 105px;
+ background-position: -544px -136px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-White {
background-image: url(spritesmith5.png);
- background-position: -1604px -1060px;
- width: 105px;
- height: 105px;
+ background-position: -544px -272px;
+ width: 135px;
+ height: 135px;
}
.Mount_Body_Wolf-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1604px -1166px;
- width: 105px;
- height: 105px;
+ background-position: -544px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_BearCub-Base {
background-image: url(spritesmith5.png);
- background-position: -1604px -1272px;
+ background-position: -212px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1604px -1378px;
+ background-position: -318px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: 0px -1574px;
+ background-position: -424px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -106px -1574px;
+ background-position: -530px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Golden {
background-image: url(spritesmith5.png);
- background-position: -212px -1574px;
+ background-position: -636px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Polar {
background-image: url(spritesmith5.png);
- background-position: -318px -1574px;
+ background-position: -742px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Red {
background-image: url(spritesmith5.png);
- background-position: -424px -1574px;
+ background-position: -848px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -530px -1574px;
+ background-position: -954px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -636px -1574px;
+ background-position: -1060px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-White {
background-image: url(spritesmith5.png);
- background-position: -742px -1574px;
+ background-position: -1166px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_BearCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -848px -1574px;
+ background-position: -1272px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Base {
background-image: url(spritesmith5.png);
- background-position: -954px -1574px;
+ background-position: -1378px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1060px -1574px;
+ background-position: -1484px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1166px -1574px;
+ background-position: -1590px -1622px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Desert {
background-image: url(spritesmith5.png);
- background-position: -1272px -1574px;
+ background-position: -1740px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Golden {
background-image: url(spritesmith5.png);
- background-position: -1378px -1574px;
+ background-position: -1740px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Red {
background-image: url(spritesmith5.png);
- background-position: -1484px -1574px;
+ background-position: -1740px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Shade {
background-image: url(spritesmith5.png);
- background-position: -1590px -1574px;
+ background-position: -1740px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1710px 0px;
+ background-position: -1740px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-White {
background-image: url(spritesmith5.png);
- background-position: -1710px -106px;
+ background-position: -1740px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Bunny-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1710px -212px;
+ background-position: -1740px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Base {
background-image: url(spritesmith5.png);
- background-position: -1710px -318px;
+ background-position: -1740px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1710px -424px;
+ background-position: -1740px -848px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1710px -530px;
+ background-position: -1740px -954px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Desert {
background-image: url(spritesmith5.png);
- background-position: -1710px -636px;
+ background-position: -1740px -1060px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Golden {
background-image: url(spritesmith5.png);
- background-position: -1710px -742px;
+ background-position: -1740px -1166px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Red {
background-image: url(spritesmith5.png);
- background-position: -1710px -848px;
+ background-position: -1740px -1272px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Shade {
background-image: url(spritesmith5.png);
- background-position: -1710px -954px;
+ background-position: -1740px -1378px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1710px -1060px;
+ background-position: -1740px -1484px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-White {
background-image: url(spritesmith5.png);
- background-position: -1710px -1166px;
+ background-position: -1740px -1590px;
width: 105px;
height: 105px;
}
.Mount_Head_Cactus-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1710px -1272px;
+ background-position: 0px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Base {
background-image: url(spritesmith5.png);
- background-position: -1710px -1378px;
+ background-position: -106px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1710px -1484px;
+ background-position: -212px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: 0px -1680px;
+ background-position: -318px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Desert {
background-image: url(spritesmith5.png);
- background-position: -106px -1680px;
+ background-position: -424px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Golden {
background-image: url(spritesmith5.png);
- background-position: -212px -1680px;
+ background-position: -530px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Red {
background-image: url(spritesmith5.png);
- background-position: -318px -1680px;
+ background-position: -636px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Shade {
background-image: url(spritesmith5.png);
- background-position: -424px -1680px;
+ background-position: -742px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -530px -1680px;
+ background-position: -848px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-White {
background-image: url(spritesmith5.png);
- background-position: -636px -1680px;
+ background-position: -954px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Deer-Zombie {
background-image: url(spritesmith5.png);
- background-position: -742px -1680px;
+ background-position: -1060px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Base {
background-image: url(spritesmith5.png);
- background-position: -848px -1680px;
+ background-position: -1166px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -954px -1680px;
+ background-position: -1272px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1060px -1680px;
+ background-position: -1378px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Desert {
background-image: url(spritesmith5.png);
- background-position: -1166px -1680px;
+ background-position: -1484px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Golden {
background-image: url(spritesmith5.png);
- background-position: -1272px -1680px;
+ background-position: -1590px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Red {
background-image: url(spritesmith5.png);
- background-position: -1378px -1680px;
+ background-position: -1696px -1728px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Shade {
background-image: url(spritesmith5.png);
- background-position: -1484px -1680px;
+ background-position: -1846px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1590px -1680px;
+ background-position: -1846px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-White {
background-image: url(spritesmith5.png);
- background-position: -1696px -1680px;
+ background-position: -1846px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Dragon-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1816px 0px;
+ background-position: -1846px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Base {
background-image: url(spritesmith5.png);
- background-position: -1816px -106px;
+ background-position: -1846px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1816px -212px;
+ background-position: -1846px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1816px -318px;
+ background-position: -1846px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Desert {
background-image: url(spritesmith5.png);
- background-position: -1816px -424px;
+ background-position: -1846px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Golden {
background-image: url(spritesmith5.png);
- background-position: -1816px -530px;
+ background-position: -1846px -848px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Red {
background-image: url(spritesmith5.png);
- background-position: -1816px -636px;
+ background-position: -1846px -954px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Shade {
background-image: url(spritesmith5.png);
- background-position: -1816px -742px;
+ background-position: -1846px -1060px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1816px -848px;
+ background-position: -1846px -1166px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-White {
background-image: url(spritesmith5.png);
- background-position: -1816px -954px;
+ background-position: -1846px -1272px;
width: 105px;
height: 105px;
}
.Mount_Head_Egg-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1816px -1060px;
+ background-position: -1846px -1378px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Base {
background-image: url(spritesmith5.png);
- background-position: -1816px -1166px;
+ background-position: -1846px -1484px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1816px -1272px;
+ background-position: -1846px -1590px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1816px -1378px;
+ background-position: -1846px -1696px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Desert {
background-image: url(spritesmith5.png);
- background-position: -1816px -1484px;
+ background-position: 0px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Golden {
background-image: url(spritesmith5.png);
- background-position: -1816px -1590px;
+ background-position: -106px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Red {
background-image: url(spritesmith5.png);
- background-position: 0px -1786px;
+ background-position: -212px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Shade {
background-image: url(spritesmith5.png);
- background-position: -106px -1786px;
+ background-position: -318px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -212px -1786px;
+ background-position: -424px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-White {
background-image: url(spritesmith5.png);
- background-position: -318px -1786px;
+ background-position: -530px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_FlyingPig-Zombie {
background-image: url(spritesmith5.png);
- background-position: -424px -1786px;
+ background-position: -636px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Base {
background-image: url(spritesmith5.png);
- background-position: -530px -1786px;
+ background-position: -742px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -636px -1786px;
+ background-position: -848px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -742px -1786px;
+ background-position: -954px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Desert {
background-image: url(spritesmith5.png);
- background-position: -848px -1786px;
+ background-position: -1060px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Golden {
background-image: url(spritesmith5.png);
- background-position: -954px -1786px;
+ background-position: -1166px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Red {
background-image: url(spritesmith5.png);
- background-position: -1060px -1786px;
+ background-position: -1272px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Shade {
background-image: url(spritesmith5.png);
- background-position: -1166px -1786px;
+ background-position: -1378px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1272px -1786px;
+ background-position: -1484px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-White {
background-image: url(spritesmith5.png);
- background-position: -1378px -1786px;
+ background-position: -1590px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Fox-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1484px -1786px;
+ background-position: -1696px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Base {
background-image: url(spritesmith5.png);
- background-position: -1590px -1786px;
+ background-position: -1802px -1834px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1696px -1786px;
+ background-position: -1952px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1802px -1786px;
+ background-position: -1952px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Desert {
background-image: url(spritesmith5.png);
- background-position: -1922px 0px;
+ background-position: -1952px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Golden {
background-image: url(spritesmith5.png);
- background-position: -1922px -106px;
+ background-position: -1952px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Red {
background-image: url(spritesmith5.png);
- background-position: -1922px -212px;
+ background-position: -1952px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Shade {
background-image: url(spritesmith5.png);
- background-position: -1922px -318px;
+ background-position: -1952px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1922px -424px;
+ background-position: -1952px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-White {
background-image: url(spritesmith5.png);
- background-position: -1922px -530px;
+ background-position: -1952px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Gryphon-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1922px -636px;
+ background-position: -1952px -848px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Base {
background-image: url(spritesmith5.png);
- background-position: -1922px -742px;
+ background-position: -1952px -954px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1922px -848px;
+ background-position: -1952px -1060px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1922px -954px;
+ background-position: -1952px -1166px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Desert {
background-image: url(spritesmith5.png);
- background-position: -1922px -1060px;
+ background-position: -1952px -1272px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Golden {
background-image: url(spritesmith5.png);
- background-position: -1922px -1166px;
+ background-position: -1952px -1378px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Red {
background-image: url(spritesmith5.png);
- background-position: -1922px -1272px;
+ background-position: -1952px -1484px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Shade {
background-image: url(spritesmith5.png);
- background-position: -1922px -1378px;
+ background-position: -1952px -1590px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1922px -1484px;
+ background-position: -1952px -1696px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-White {
background-image: url(spritesmith5.png);
- background-position: -1922px -1590px;
+ background-position: -1952px -1802px;
width: 105px;
height: 105px;
}
.Mount_Head_Hedgehog-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1922px -1696px;
+ background-position: 0px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Base {
background-image: url(spritesmith5.png);
- background-position: 0px -1892px;
+ background-position: -106px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -106px -1892px;
+ background-position: -212px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -212px -1892px;
+ background-position: -318px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -318px -1892px;
+ background-position: -424px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Ethereal {
background-image: url(spritesmith5.png);
- background-position: -424px -1892px;
+ background-position: -530px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Golden {
background-image: url(spritesmith5.png);
- background-position: -530px -1892px;
+ background-position: -636px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Red {
background-image: url(spritesmith5.png);
- background-position: -636px -1892px;
+ background-position: -742px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -742px -1892px;
+ background-position: -848px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -848px -1892px;
+ background-position: -212px -544px;
width: 105px;
- height: 105px;
+ height: 110px;
}
.Mount_Head_LionCub-White {
background-image: url(spritesmith5.png);
- background-position: -954px -1892px;
+ background-position: -1060px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_LionCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1060px -1892px;
+ background-position: -1166px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Mammoth-Base {
background-image: url(spritesmith5.png);
- background-position: -408px -260px;
+ background-position: -106px -544px;
width: 105px;
height: 123px;
}
.Mount_Head_MantisShrimp-Base {
background-image: url(spritesmith5.png);
- background-position: -1272px -1892px;
+ background-position: -1378px -1940px;
width: 108px;
height: 105px;
}
.Mount_Head_Octopus-Base {
background-image: url(spritesmith5.png);
- background-position: -1381px -1892px;
+ background-position: -1487px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -1487px -1892px;
+ background-position: -1593px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -1593px -1892px;
+ background-position: -1699px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Desert {
background-image: url(spritesmith5.png);
- background-position: -1699px -1892px;
+ background-position: -1805px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Golden {
background-image: url(spritesmith5.png);
- background-position: -1805px -1892px;
+ background-position: -1911px -1940px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Red {
background-image: url(spritesmith5.png);
- background-position: -1911px -1892px;
+ background-position: -2058px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Shade {
background-image: url(spritesmith5.png);
- background-position: -2028px 0px;
+ background-position: -2058px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -2028px -106px;
+ background-position: -2058px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-White {
background-image: url(spritesmith5.png);
- background-position: -2028px -212px;
+ background-position: -2058px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Octopus-Zombie {
background-image: url(spritesmith5.png);
- background-position: -2028px -318px;
+ background-position: -2058px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Base {
background-image: url(spritesmith5.png);
- background-position: -2028px -424px;
+ background-position: -2058px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -2028px -530px;
+ background-position: -2058px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -2028px -636px;
+ background-position: -2058px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Desert {
background-image: url(spritesmith5.png);
- background-position: -2028px -742px;
+ background-position: -2058px -848px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Golden {
background-image: url(spritesmith5.png);
- background-position: -2028px -848px;
+ background-position: -2058px -954px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Red {
background-image: url(spritesmith5.png);
- background-position: -2028px -954px;
+ background-position: -2058px -1060px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Shade {
background-image: url(spritesmith5.png);
- background-position: -2028px -1060px;
+ background-position: -2058px -1166px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -2028px -1166px;
+ background-position: -2058px -1272px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-White {
background-image: url(spritesmith5.png);
- background-position: -2028px -1272px;
+ background-position: -2058px -1378px;
width: 105px;
height: 105px;
}
.Mount_Head_Owl-Zombie {
background-image: url(spritesmith5.png);
- background-position: -2028px -1378px;
+ background-position: -2058px -1484px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Base {
background-image: url(spritesmith5.png);
- background-position: -2028px -1484px;
+ background-position: -2058px -1590px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -2028px -1590px;
+ background-position: -2058px -1696px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -2028px -1696px;
+ background-position: -2058px -1802px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Desert {
background-image: url(spritesmith5.png);
- background-position: -2028px -1802px;
+ background-position: -2058px -1908px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Golden {
background-image: url(spritesmith5.png);
- background-position: 0px -1998px;
+ background-position: 0px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Red {
background-image: url(spritesmith5.png);
- background-position: -106px -1998px;
+ background-position: -106px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Shade {
background-image: url(spritesmith5.png);
- background-position: -212px -1998px;
+ background-position: -212px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -318px -1998px;
+ background-position: -318px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-White {
background-image: url(spritesmith5.png);
- background-position: -424px -1998px;
+ background-position: -424px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_PandaCub-Zombie {
background-image: url(spritesmith5.png);
- background-position: -530px -1998px;
+ background-position: -530px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Base {
background-image: url(spritesmith5.png);
- background-position: -636px -1998px;
+ background-position: -636px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-CottonCandyBlue {
background-image: url(spritesmith5.png);
- background-position: -742px -1998px;
+ background-position: -742px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-CottonCandyPink {
background-image: url(spritesmith5.png);
- background-position: -848px -1998px;
+ background-position: -848px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Desert {
background-image: url(spritesmith5.png);
- background-position: -954px -1998px;
+ background-position: -954px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Golden {
background-image: url(spritesmith5.png);
- background-position: -1060px -1998px;
+ background-position: -1060px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Red {
background-image: url(spritesmith5.png);
- background-position: -1166px -1998px;
+ background-position: -1166px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Shade {
background-image: url(spritesmith5.png);
- background-position: -1272px -1998px;
+ background-position: -1272px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Skeleton {
background-image: url(spritesmith5.png);
- background-position: -1378px -1998px;
+ background-position: -1378px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-White {
background-image: url(spritesmith5.png);
- background-position: -1484px -1998px;
+ background-position: -1484px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Parrot-Zombie {
background-image: url(spritesmith5.png);
- background-position: -1590px -1998px;
+ background-position: -1590px -2046px;
width: 105px;
height: 105px;
}
.Mount_Head_Penguin-Base {
background-image: url(spritesmith5.png);
- background-position: -1696px -1998px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-CottonCandyBlue {
- background-image: url(spritesmith5.png);
- background-position: -1802px -1998px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-CottonCandyPink {
- background-image: url(spritesmith5.png);
- background-position: -1908px -1998px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-Desert {
- background-image: url(spritesmith5.png);
- background-position: -2014px -1998px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-Golden {
- background-image: url(spritesmith5.png);
- background-position: -2134px 0px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-Red {
- background-image: url(spritesmith5.png);
- background-position: -2134px -106px;
- width: 105px;
- height: 105px;
-}
-.Mount_Head_Penguin-Shade {
- background-image: url(spritesmith5.png);
- background-position: -2134px -212px;
+ background-position: -1696px -2046px;
width: 105px;
height: 105px;
}
diff --git a/common/dist/sprites/spritesmith5.png b/common/dist/sprites/spritesmith5.png
index 8c98279e8b..863f53764e 100644
Binary files a/common/dist/sprites/spritesmith5.png and b/common/dist/sprites/spritesmith5.png differ
diff --git a/common/dist/sprites/spritesmith6.css b/common/dist/sprites/spritesmith6.css
index baca1053c0..225537dde3 100644
--- a/common/dist/sprites/spritesmith6.css
+++ b/common/dist/sprites/spritesmith6.css
@@ -1,444 +1,480 @@
+.Mount_Head_Penguin-CottonCandyBlue {
+ background-image: url(spritesmith6.png);
+ background-position: -998px -742px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Head_Penguin-CottonCandyPink {
+ background-image: url(spritesmith6.png);
+ background-position: -954px -1074px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Head_Penguin-Desert {
+ background-image: url(spritesmith6.png);
+ background-position: -892px -106px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Head_Penguin-Golden {
+ background-image: url(spritesmith6.png);
+ background-position: -998px -848px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Head_Penguin-Red {
+ background-image: url(spritesmith6.png);
+ background-position: 0px -968px;
+ width: 105px;
+ height: 105px;
+}
+.Mount_Head_Penguin-Shade {
+ background-image: url(spritesmith6.png);
+ background-position: -106px -968px;
+ width: 105px;
+ height: 105px;
+}
.Mount_Head_Penguin-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -968px -318px;
+ background-position: -212px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Penguin-White {
background-image: url(spritesmith6.png);
- background-position: -742px -1044px;
+ background-position: -318px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Penguin-Zombie {
background-image: url(spritesmith6.png);
- background-position: -742px -726px;
+ background-position: -424px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Base {
background-image: url(spritesmith6.png);
- background-position: -968px -424px;
+ background-position: -530px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -968px -530px;
+ background-position: -636px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -968px -636px;
+ background-position: -742px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Desert {
background-image: url(spritesmith6.png);
- background-position: -968px -742px;
+ background-position: -1104px -954px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Golden {
background-image: url(spritesmith6.png);
- background-position: 0px -938px;
+ background-position: 0px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Red {
background-image: url(spritesmith6.png);
- background-position: -106px -938px;
+ background-position: -106px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Shade {
background-image: url(spritesmith6.png);
- background-position: -212px -938px;
+ background-position: -212px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -318px -938px;
+ background-position: -318px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-White {
background-image: url(spritesmith6.png);
- background-position: -424px -938px;
+ background-position: -424px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rat-Zombie {
background-image: url(spritesmith6.png);
- background-position: -408px -242px;
+ background-position: -530px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Base {
background-image: url(spritesmith6.png);
- background-position: 0px -408px;
+ background-position: -636px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -106px -408px;
+ background-position: -742px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -212px -408px;
+ background-position: -848px -1074px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Desert {
background-image: url(spritesmith6.png);
- background-position: -318px -408px;
+ background-position: -106px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Golden {
background-image: url(spritesmith6.png);
- background-position: -424px -408px;
+ background-position: -212px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Red {
background-image: url(spritesmith6.png);
- background-position: -544px 0px;
+ background-position: -318px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Shade {
background-image: url(spritesmith6.png);
- background-position: -544px -106px;
+ background-position: -424px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -544px -212px;
+ background-position: -530px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-White {
background-image: url(spritesmith6.png);
- background-position: -544px -318px;
+ background-position: -680px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Rock-Zombie {
background-image: url(spritesmith6.png);
- background-position: 0px -514px;
+ background-position: -680px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Base {
background-image: url(spritesmith6.png);
- background-position: -106px -514px;
+ background-position: -680px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -212px -514px;
+ background-position: -680px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -318px -514px;
+ background-position: -680px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Desert {
background-image: url(spritesmith6.png);
- background-position: -424px -514px;
+ background-position: -680px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Golden {
background-image: url(spritesmith6.png);
- background-position: -530px -514px;
+ background-position: 0px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Red {
background-image: url(spritesmith6.png);
- background-position: -650px 0px;
+ background-position: -106px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Shade {
background-image: url(spritesmith6.png);
- background-position: -650px -106px;
+ background-position: -212px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -650px -212px;
+ background-position: -318px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-White {
background-image: url(spritesmith6.png);
- background-position: -650px -318px;
+ background-position: -424px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Rooster-Zombie {
background-image: url(spritesmith6.png);
- background-position: -650px -424px;
+ background-position: -530px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Base {
background-image: url(spritesmith6.png);
- background-position: 0px -620px;
+ background-position: -636px -650px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -106px -620px;
+ background-position: -786px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -212px -620px;
+ background-position: -786px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Desert {
background-image: url(spritesmith6.png);
- background-position: -318px -620px;
+ background-position: -786px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Golden {
background-image: url(spritesmith6.png);
- background-position: -424px -620px;
+ background-position: -786px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Red {
background-image: url(spritesmith6.png);
- background-position: -530px -620px;
+ background-position: -786px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Shade {
background-image: url(spritesmith6.png);
- background-position: -636px -620px;
+ background-position: -786px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -756px 0px;
+ background-position: -786px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-White {
background-image: url(spritesmith6.png);
- background-position: -756px -106px;
+ background-position: 0px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Seahorse-Zombie {
background-image: url(spritesmith6.png);
- background-position: -756px -212px;
+ background-position: -106px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Base {
background-image: url(spritesmith6.png);
- background-position: -756px -318px;
+ background-position: -212px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -756px -424px;
+ background-position: -318px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -756px -530px;
+ background-position: -424px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Desert {
background-image: url(spritesmith6.png);
- background-position: 0px -726px;
+ background-position: -530px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Golden {
background-image: url(spritesmith6.png);
- background-position: -106px -726px;
+ background-position: -636px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Red {
background-image: url(spritesmith6.png);
- background-position: -212px -726px;
+ background-position: -742px -756px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Shade {
background-image: url(spritesmith6.png);
- background-position: -318px -726px;
+ background-position: -892px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -424px -726px;
+ background-position: 0px -544px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-White {
background-image: url(spritesmith6.png);
- background-position: -530px -726px;
+ background-position: -892px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Sheep-Zombie {
background-image: url(spritesmith6.png);
- background-position: -636px -726px;
+ background-position: -892px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Base {
background-image: url(spritesmith6.png);
- background-position: -408px -136px;
+ background-position: -892px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -862px 0px;
+ background-position: -892px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -862px -106px;
+ background-position: -892px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Desert {
background-image: url(spritesmith6.png);
- background-position: -862px -212px;
+ background-position: -892px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Golden {
background-image: url(spritesmith6.png);
- background-position: -862px -318px;
+ background-position: 0px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Red {
background-image: url(spritesmith6.png);
- background-position: -862px -424px;
+ background-position: -106px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Shade {
background-image: url(spritesmith6.png);
- background-position: -862px -530px;
+ background-position: -212px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -862px -636px;
+ background-position: -318px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-White {
background-image: url(spritesmith6.png);
- background-position: 0px -832px;
+ background-position: -424px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Slime-Zombie {
background-image: url(spritesmith6.png);
- background-position: -106px -832px;
+ background-position: -530px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Base {
background-image: url(spritesmith6.png);
- background-position: -212px -832px;
+ background-position: -636px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -318px -832px;
+ background-position: -742px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -424px -832px;
+ background-position: -848px -862px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Desert {
background-image: url(spritesmith6.png);
- background-position: -530px -832px;
+ background-position: -998px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Golden {
background-image: url(spritesmith6.png);
- background-position: -636px -832px;
+ background-position: -998px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Red {
background-image: url(spritesmith6.png);
- background-position: -742px -832px;
+ background-position: -998px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Shade {
background-image: url(spritesmith6.png);
- background-position: -848px -832px;
+ background-position: -998px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -968px 0px;
+ background-position: -998px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-White {
background-image: url(spritesmith6.png);
- background-position: -968px -106px;
+ background-position: -998px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_Spider-Zombie {
background-image: url(spritesmith6.png);
- background-position: -968px -212px;
+ background-position: -998px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_TRex-Base {
background-image: url(spritesmith6.png);
- background-position: -272px -136px;
+ background-position: -408px -136px;
width: 135px;
height: 135px;
}
@@ -462,7 +498,7 @@
}
.Mount_Head_TRex-Golden {
background-image: url(spritesmith6.png);
- background-position: 0px 0px;
+ background-position: -272px -136px;
width: 135px;
height: 135px;
}
@@ -492,1795 +528,1795 @@
}
.Mount_Head_TRex-Zombie {
background-image: url(spritesmith6.png);
- background-position: -136px 0px;
+ background-position: 0px 0px;
width: 135px;
height: 135px;
}
.Mount_Head_TigerCub-Base {
background-image: url(spritesmith6.png);
- background-position: -530px -938px;
+ background-position: -848px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -636px -938px;
+ background-position: -954px -968px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -742px -938px;
+ background-position: -1104px 0px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Desert {
background-image: url(spritesmith6.png);
- background-position: -848px -938px;
+ background-position: -1104px -106px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Golden {
background-image: url(spritesmith6.png);
- background-position: -954px -938px;
+ background-position: -1104px -212px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Red {
background-image: url(spritesmith6.png);
- background-position: -1074px 0px;
+ background-position: -1104px -318px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Shade {
background-image: url(spritesmith6.png);
- background-position: -1074px -106px;
+ background-position: -1104px -424px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1074px -212px;
+ background-position: -1104px -530px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-White {
background-image: url(spritesmith6.png);
- background-position: -1074px -318px;
+ background-position: -1104px -636px;
width: 105px;
height: 105px;
}
.Mount_Head_TigerCub-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1074px -424px;
+ background-position: -1104px -742px;
width: 105px;
height: 105px;
}
.Mount_Head_Turkey-Base {
background-image: url(spritesmith6.png);
- background-position: -1074px -530px;
+ background-position: -1104px -848px;
width: 105px;
height: 105px;
}
.Mount_Head_Wolf-Base {
background-image: url(spritesmith6.png);
- background-position: -1074px -636px;
- width: 105px;
- height: 105px;
+ background-position: -408px -272px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1074px -742px;
- width: 105px;
- height: 105px;
+ background-position: 0px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1074px -848px;
- width: 105px;
- height: 105px;
+ background-position: -136px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Desert {
background-image: url(spritesmith6.png);
- background-position: 0px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -272px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Golden {
background-image: url(spritesmith6.png);
- background-position: -106px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -408px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Red {
background-image: url(spritesmith6.png);
- background-position: -212px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -544px 0px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Shade {
background-image: url(spritesmith6.png);
- background-position: -318px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -544px -136px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -424px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -544px -272px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-White {
background-image: url(spritesmith6.png);
- background-position: -530px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -544px -408px;
+ width: 135px;
+ height: 135px;
}
.Mount_Head_Wolf-Zombie {
background-image: url(spritesmith6.png);
- background-position: -636px -1044px;
- width: 105px;
- height: 105px;
+ background-position: -136px 0px;
+ width: 135px;
+ height: 135px;
}
.Pet-BearCub-Base {
background-image: url(spritesmith6.png);
- background-position: -848px -1044px;
+ background-position: -1060px -1074px;
width: 81px;
height: 99px;
}
.Pet-BearCub-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -930px -1044px;
+ background-position: -1210px 0px;
width: 81px;
height: 99px;
}
.Pet-BearCub-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1012px -1044px;
+ background-position: -1210px -100px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Desert {
background-image: url(spritesmith6.png);
- background-position: -1094px -1044px;
+ background-position: -1210px -200px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Golden {
background-image: url(spritesmith6.png);
- background-position: -1180px 0px;
+ background-position: -1210px -300px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Polar {
background-image: url(spritesmith6.png);
- background-position: -1180px -100px;
+ background-position: -1210px -400px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Red {
background-image: url(spritesmith6.png);
- background-position: -1180px -200px;
+ background-position: -1210px -500px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Shade {
background-image: url(spritesmith6.png);
- background-position: -1180px -300px;
+ background-position: -1210px -600px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1180px -400px;
+ background-position: -1210px -700px;
width: 81px;
height: 99px;
}
.Pet-BearCub-White {
background-image: url(spritesmith6.png);
- background-position: -1180px -500px;
+ background-position: -1210px -800px;
width: 81px;
height: 99px;
}
.Pet-BearCub-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1180px -600px;
+ background-position: -1210px -900px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Base {
background-image: url(spritesmith6.png);
- background-position: -1180px -700px;
+ background-position: -1210px -1000px;
width: 81px;
height: 99px;
}
.Pet-Bunny-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1180px -800px;
+ background-position: 0px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1180px -900px;
+ background-position: -82px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Desert {
background-image: url(spritesmith6.png);
- background-position: -1180px -1000px;
+ background-position: -164px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Golden {
background-image: url(spritesmith6.png);
- background-position: 0px -1150px;
+ background-position: -246px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Red {
background-image: url(spritesmith6.png);
- background-position: -82px -1150px;
+ background-position: -328px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Shade {
background-image: url(spritesmith6.png);
- background-position: -164px -1150px;
+ background-position: -410px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -246px -1150px;
+ background-position: -492px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-White {
background-image: url(spritesmith6.png);
- background-position: -328px -1150px;
+ background-position: -574px -1180px;
width: 81px;
height: 99px;
}
.Pet-Bunny-Zombie {
background-image: url(spritesmith6.png);
- background-position: -410px -1150px;
+ background-position: -656px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Base {
background-image: url(spritesmith6.png);
- background-position: -492px -1150px;
+ background-position: -738px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -574px -1150px;
+ background-position: -820px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -656px -1150px;
+ background-position: -902px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Desert {
background-image: url(spritesmith6.png);
- background-position: -738px -1150px;
+ background-position: -984px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Golden {
background-image: url(spritesmith6.png);
- background-position: -820px -1150px;
+ background-position: -1066px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Red {
background-image: url(spritesmith6.png);
- background-position: -902px -1150px;
+ background-position: -1148px -1180px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Shade {
background-image: url(spritesmith6.png);
- background-position: -984px -1150px;
+ background-position: -1292px 0px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1066px -1150px;
+ background-position: -1292px -100px;
width: 81px;
height: 99px;
}
.Pet-Cactus-White {
background-image: url(spritesmith6.png);
- background-position: -1148px -1150px;
+ background-position: -1292px -200px;
width: 81px;
height: 99px;
}
.Pet-Cactus-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1262px 0px;
+ background-position: -1292px -300px;
width: 81px;
height: 99px;
}
.Pet-Deer-Base {
background-image: url(spritesmith6.png);
- background-position: -1262px -100px;
+ background-position: -1292px -400px;
width: 81px;
height: 99px;
}
.Pet-Deer-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1262px -200px;
+ background-position: -1292px -500px;
width: 81px;
height: 99px;
}
.Pet-Deer-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1262px -300px;
+ background-position: -1292px -600px;
width: 81px;
height: 99px;
}
.Pet-Deer-Desert {
background-image: url(spritesmith6.png);
- background-position: -1262px -400px;
+ background-position: -1292px -700px;
width: 81px;
height: 99px;
}
.Pet-Deer-Golden {
background-image: url(spritesmith6.png);
- background-position: -1262px -500px;
+ background-position: -1292px -800px;
width: 81px;
height: 99px;
}
.Pet-Deer-Red {
background-image: url(spritesmith6.png);
- background-position: -1262px -600px;
+ background-position: -1292px -900px;
width: 81px;
height: 99px;
}
.Pet-Deer-Shade {
background-image: url(spritesmith6.png);
- background-position: -1262px -700px;
+ background-position: -1292px -1000px;
width: 81px;
height: 99px;
}
.Pet-Deer-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1262px -800px;
+ background-position: -1292px -1100px;
width: 81px;
height: 99px;
}
.Pet-Deer-White {
background-image: url(spritesmith6.png);
- background-position: -1262px -900px;
+ background-position: -1374px 0px;
width: 81px;
height: 99px;
}
.Pet-Deer-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1262px -1000px;
+ background-position: -1374px -100px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Base {
background-image: url(spritesmith6.png);
- background-position: -1262px -1100px;
+ background-position: -1374px -200px;
width: 81px;
height: 99px;
}
.Pet-Dragon-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1344px 0px;
+ background-position: -1374px -300px;
width: 81px;
height: 99px;
}
.Pet-Dragon-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1344px -100px;
+ background-position: -1374px -400px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Desert {
background-image: url(spritesmith6.png);
- background-position: -1344px -200px;
+ background-position: -1374px -500px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Golden {
background-image: url(spritesmith6.png);
- background-position: -1344px -300px;
+ background-position: -1374px -600px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Hydra {
background-image: url(spritesmith6.png);
- background-position: -1344px -400px;
+ background-position: -1374px -700px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Red {
background-image: url(spritesmith6.png);
- background-position: -1344px -500px;
+ background-position: -1374px -800px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Shade {
background-image: url(spritesmith6.png);
- background-position: -1344px -600px;
+ background-position: -1374px -900px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1344px -700px;
+ background-position: -1374px -1000px;
width: 81px;
height: 99px;
}
.Pet-Dragon-White {
background-image: url(spritesmith6.png);
- background-position: -1344px -800px;
+ background-position: -1374px -1100px;
width: 81px;
height: 99px;
}
.Pet-Dragon-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1344px -900px;
+ background-position: 0px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Base {
background-image: url(spritesmith6.png);
- background-position: -1344px -1000px;
+ background-position: -82px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1344px -1100px;
+ background-position: -164px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: 0px -1250px;
+ background-position: -246px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Desert {
background-image: url(spritesmith6.png);
- background-position: -82px -1250px;
+ background-position: -328px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Golden {
background-image: url(spritesmith6.png);
- background-position: -164px -1250px;
+ background-position: -410px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Red {
background-image: url(spritesmith6.png);
- background-position: -246px -1250px;
+ background-position: -492px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Shade {
background-image: url(spritesmith6.png);
- background-position: -328px -1250px;
+ background-position: -574px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -410px -1250px;
+ background-position: -656px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-White {
background-image: url(spritesmith6.png);
- background-position: -492px -1250px;
+ background-position: -738px -1280px;
width: 81px;
height: 99px;
}
.Pet-Egg-Zombie {
background-image: url(spritesmith6.png);
- background-position: -574px -1250px;
+ background-position: -820px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Base {
background-image: url(spritesmith6.png);
- background-position: -656px -1250px;
+ background-position: -902px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -738px -1250px;
+ background-position: -984px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -820px -1250px;
+ background-position: -1066px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Desert {
background-image: url(spritesmith6.png);
- background-position: -902px -1250px;
+ background-position: -1148px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Golden {
background-image: url(spritesmith6.png);
- background-position: -984px -1250px;
+ background-position: -1230px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Red {
background-image: url(spritesmith6.png);
- background-position: -1066px -1250px;
+ background-position: -1312px -1280px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Shade {
background-image: url(spritesmith6.png);
- background-position: -1148px -1250px;
+ background-position: -1456px 0px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1230px -1250px;
+ background-position: -1456px -100px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-White {
background-image: url(spritesmith6.png);
- background-position: -1312px -1250px;
+ background-position: -1456px -200px;
width: 81px;
height: 99px;
}
.Pet-FlyingPig-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1426px 0px;
+ background-position: -1456px -300px;
width: 81px;
height: 99px;
}
.Pet-Fox-Base {
background-image: url(spritesmith6.png);
- background-position: -1426px -100px;
+ background-position: -1456px -400px;
width: 81px;
height: 99px;
}
.Pet-Fox-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1426px -200px;
+ background-position: -1456px -500px;
width: 81px;
height: 99px;
}
.Pet-Fox-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1426px -300px;
+ background-position: -1456px -600px;
width: 81px;
height: 99px;
}
.Pet-Fox-Desert {
background-image: url(spritesmith6.png);
- background-position: -1426px -400px;
+ background-position: -1456px -700px;
width: 81px;
height: 99px;
}
.Pet-Fox-Golden {
background-image: url(spritesmith6.png);
- background-position: -1426px -500px;
+ background-position: -1456px -800px;
width: 81px;
height: 99px;
}
.Pet-Fox-Red {
background-image: url(spritesmith6.png);
- background-position: -1426px -600px;
+ background-position: -1456px -900px;
width: 81px;
height: 99px;
}
.Pet-Fox-Shade {
background-image: url(spritesmith6.png);
- background-position: -1426px -700px;
+ background-position: -1456px -1000px;
width: 81px;
height: 99px;
}
.Pet-Fox-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1426px -800px;
+ background-position: -1456px -1100px;
width: 81px;
height: 99px;
}
.Pet-Fox-White {
background-image: url(spritesmith6.png);
- background-position: -1426px -900px;
+ background-position: -1456px -1200px;
width: 81px;
height: 99px;
}
.Pet-Fox-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1426px -1000px;
+ background-position: 0px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Base {
background-image: url(spritesmith6.png);
- background-position: -1426px -1100px;
+ background-position: -82px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1426px -1200px;
+ background-position: -164px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: 0px -1350px;
+ background-position: -246px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Desert {
background-image: url(spritesmith6.png);
- background-position: -82px -1350px;
+ background-position: -328px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Golden {
background-image: url(spritesmith6.png);
- background-position: -164px -1350px;
+ background-position: -410px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Red {
background-image: url(spritesmith6.png);
- background-position: -246px -1350px;
+ background-position: -492px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Shade {
background-image: url(spritesmith6.png);
- background-position: -328px -1350px;
+ background-position: -574px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -410px -1350px;
+ background-position: -656px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-White {
background-image: url(spritesmith6.png);
- background-position: -492px -1350px;
+ background-position: -738px -1380px;
width: 81px;
height: 99px;
}
.Pet-Gryphon-Zombie {
background-image: url(spritesmith6.png);
- background-position: -574px -1350px;
+ background-position: -820px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Base {
background-image: url(spritesmith6.png);
- background-position: -656px -1350px;
+ background-position: -902px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -738px -1350px;
+ background-position: -984px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -820px -1350px;
+ background-position: -1066px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Desert {
background-image: url(spritesmith6.png);
- background-position: -902px -1350px;
+ background-position: -1148px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Golden {
background-image: url(spritesmith6.png);
- background-position: -984px -1350px;
+ background-position: -1230px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Red {
background-image: url(spritesmith6.png);
- background-position: -1066px -1350px;
+ background-position: -1312px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Shade {
background-image: url(spritesmith6.png);
- background-position: -1148px -1350px;
+ background-position: -1394px -1380px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1230px -1350px;
+ background-position: -1538px 0px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-White {
background-image: url(spritesmith6.png);
- background-position: -1312px -1350px;
+ background-position: -1538px -100px;
width: 81px;
height: 99px;
}
.Pet-Hedgehog-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1394px -1350px;
+ background-position: -1538px -200px;
width: 81px;
height: 99px;
}
.Pet-JackOLantern-Base {
background-image: url(spritesmith6.png);
- background-position: -1508px 0px;
+ background-position: -1538px -300px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Base {
background-image: url(spritesmith6.png);
- background-position: -1508px -100px;
+ background-position: -1538px -400px;
width: 81px;
height: 99px;
}
.Pet-LionCub-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1508px -200px;
+ background-position: -1538px -500px;
width: 81px;
height: 99px;
}
.Pet-LionCub-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1508px -300px;
+ background-position: -1538px -600px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Desert {
background-image: url(spritesmith6.png);
- background-position: -1508px -400px;
+ background-position: -1538px -700px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Golden {
background-image: url(spritesmith6.png);
- background-position: -1508px -500px;
+ background-position: -1538px -800px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Red {
background-image: url(spritesmith6.png);
- background-position: -1508px -600px;
+ background-position: -1538px -900px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Shade {
background-image: url(spritesmith6.png);
- background-position: -1508px -700px;
+ background-position: -1538px -1000px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1508px -800px;
+ background-position: -1538px -1100px;
width: 81px;
height: 99px;
}
.Pet-LionCub-White {
background-image: url(spritesmith6.png);
- background-position: -1508px -900px;
+ background-position: -1538px -1200px;
width: 81px;
height: 99px;
}
.Pet-LionCub-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1508px -1000px;
+ background-position: -1538px -1300px;
width: 81px;
height: 99px;
}
.Pet-Mammoth-Base {
background-image: url(spritesmith6.png);
- background-position: -1508px -1100px;
+ background-position: 0px -1480px;
width: 81px;
height: 99px;
}
.Pet-MantisShrimp-Base {
background-image: url(spritesmith6.png);
- background-position: -1508px -1200px;
+ background-position: -82px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Base {
background-image: url(spritesmith6.png);
- background-position: -1508px -1300px;
+ background-position: -164px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: 0px -1450px;
+ background-position: -246px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -82px -1450px;
+ background-position: -328px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Desert {
background-image: url(spritesmith6.png);
- background-position: -164px -1450px;
+ background-position: -410px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Golden {
background-image: url(spritesmith6.png);
- background-position: -246px -1450px;
+ background-position: -492px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Red {
background-image: url(spritesmith6.png);
- background-position: -328px -1450px;
+ background-position: -574px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Shade {
background-image: url(spritesmith6.png);
- background-position: -410px -1450px;
+ background-position: -656px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -492px -1450px;
+ background-position: -738px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-White {
background-image: url(spritesmith6.png);
- background-position: -574px -1450px;
+ background-position: -820px -1480px;
width: 81px;
height: 99px;
}
.Pet-Octopus-Zombie {
background-image: url(spritesmith6.png);
- background-position: -656px -1450px;
+ background-position: -902px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Base {
background-image: url(spritesmith6.png);
- background-position: -738px -1450px;
+ background-position: -984px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -820px -1450px;
+ background-position: -1066px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -902px -1450px;
+ background-position: -1148px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Desert {
background-image: url(spritesmith6.png);
- background-position: -984px -1450px;
+ background-position: -1230px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Golden {
background-image: url(spritesmith6.png);
- background-position: -1066px -1450px;
+ background-position: -1312px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Red {
background-image: url(spritesmith6.png);
- background-position: -1148px -1450px;
+ background-position: -1394px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Shade {
background-image: url(spritesmith6.png);
- background-position: -1230px -1450px;
+ background-position: -1476px -1480px;
width: 81px;
height: 99px;
}
.Pet-Owl-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1312px -1450px;
+ background-position: -1620px 0px;
width: 81px;
height: 99px;
}
.Pet-Owl-White {
background-image: url(spritesmith6.png);
- background-position: -1394px -1450px;
+ background-position: -1620px -100px;
width: 81px;
height: 99px;
}
.Pet-Owl-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1476px -1450px;
+ background-position: -1620px -200px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Base {
background-image: url(spritesmith6.png);
- background-position: -1590px 0px;
+ background-position: -1620px -300px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1590px -100px;
+ background-position: -1620px -400px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1590px -200px;
+ background-position: -1620px -500px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Desert {
background-image: url(spritesmith6.png);
- background-position: -1590px -300px;
+ background-position: -1620px -600px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Golden {
background-image: url(spritesmith6.png);
- background-position: -1590px -400px;
+ background-position: -1620px -700px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Red {
background-image: url(spritesmith6.png);
- background-position: -1590px -500px;
+ background-position: -1620px -800px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Shade {
background-image: url(spritesmith6.png);
- background-position: -1590px -600px;
+ background-position: -1620px -900px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1590px -700px;
+ background-position: -1620px -1000px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-White {
background-image: url(spritesmith6.png);
- background-position: -1590px -800px;
+ background-position: -1620px -1100px;
width: 81px;
height: 99px;
}
.Pet-PandaCub-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1590px -900px;
+ background-position: -1620px -1200px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Base {
background-image: url(spritesmith6.png);
- background-position: -1590px -1000px;
+ background-position: -1620px -1300px;
width: 81px;
height: 99px;
}
.Pet-Parrot-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1590px -1100px;
+ background-position: -1620px -1400px;
width: 81px;
height: 99px;
}
.Pet-Parrot-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1590px -1200px;
+ background-position: 0px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Desert {
background-image: url(spritesmith6.png);
- background-position: -1590px -1300px;
+ background-position: -82px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Golden {
background-image: url(spritesmith6.png);
- background-position: -1590px -1400px;
+ background-position: -164px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Red {
background-image: url(spritesmith6.png);
- background-position: 0px -1550px;
+ background-position: -246px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Shade {
background-image: url(spritesmith6.png);
- background-position: -82px -1550px;
+ background-position: -328px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -164px -1550px;
+ background-position: -410px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-White {
background-image: url(spritesmith6.png);
- background-position: -246px -1550px;
+ background-position: -492px -1580px;
width: 81px;
height: 99px;
}
.Pet-Parrot-Zombie {
background-image: url(spritesmith6.png);
- background-position: -328px -1550px;
+ background-position: -574px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Base {
background-image: url(spritesmith6.png);
- background-position: -410px -1550px;
+ background-position: -656px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -492px -1550px;
+ background-position: -738px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -574px -1550px;
+ background-position: -820px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Desert {
background-image: url(spritesmith6.png);
- background-position: -656px -1550px;
+ background-position: -902px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Golden {
background-image: url(spritesmith6.png);
- background-position: -738px -1550px;
+ background-position: -984px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Red {
background-image: url(spritesmith6.png);
- background-position: -820px -1550px;
+ background-position: -1066px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Shade {
background-image: url(spritesmith6.png);
- background-position: -902px -1550px;
+ background-position: -1148px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -984px -1550px;
+ background-position: -1230px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-White {
background-image: url(spritesmith6.png);
- background-position: -1066px -1550px;
+ background-position: -1312px -1580px;
width: 81px;
height: 99px;
}
.Pet-Penguin-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1148px -1550px;
+ background-position: -1394px -1580px;
width: 81px;
height: 99px;
}
.Pet-Rat-Base {
background-image: url(spritesmith6.png);
- background-position: -1230px -1550px;
+ background-position: -1476px -1580px;
width: 81px;
height: 99px;
}
.Pet-Rat-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1312px -1550px;
+ background-position: -1558px -1580px;
width: 81px;
height: 99px;
}
.Pet-Rat-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1394px -1550px;
+ background-position: -1702px 0px;
width: 81px;
height: 99px;
}
.Pet-Rat-Desert {
background-image: url(spritesmith6.png);
- background-position: -1476px -1550px;
+ background-position: -1702px -100px;
width: 81px;
height: 99px;
}
.Pet-Rat-Golden {
background-image: url(spritesmith6.png);
- background-position: -1558px -1550px;
+ background-position: -1702px -200px;
width: 81px;
height: 99px;
}
.Pet-Rat-Red {
background-image: url(spritesmith6.png);
- background-position: -1672px 0px;
+ background-position: -1702px -300px;
width: 81px;
height: 99px;
}
.Pet-Rat-Shade {
background-image: url(spritesmith6.png);
- background-position: -1672px -100px;
+ background-position: -1702px -400px;
width: 81px;
height: 99px;
}
.Pet-Rat-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1672px -200px;
+ background-position: -1702px -500px;
width: 81px;
height: 99px;
}
.Pet-Rat-White {
background-image: url(spritesmith6.png);
- background-position: -1672px -300px;
+ background-position: -1702px -600px;
width: 81px;
height: 99px;
}
.Pet-Rat-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1672px -400px;
+ background-position: -1702px -700px;
width: 81px;
height: 99px;
}
.Pet-Rock-Base {
background-image: url(spritesmith6.png);
- background-position: -1672px -500px;
+ background-position: -1702px -800px;
width: 81px;
height: 99px;
}
.Pet-Rock-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1672px -600px;
+ background-position: -1702px -900px;
width: 81px;
height: 99px;
}
.Pet-Rock-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1672px -700px;
+ background-position: -1702px -1000px;
width: 81px;
height: 99px;
}
.Pet-Rock-Desert {
background-image: url(spritesmith6.png);
- background-position: -1672px -800px;
+ background-position: -1702px -1100px;
width: 81px;
height: 99px;
}
.Pet-Rock-Golden {
background-image: url(spritesmith6.png);
- background-position: -1672px -900px;
+ background-position: -1702px -1200px;
width: 81px;
height: 99px;
}
.Pet-Rock-Red {
background-image: url(spritesmith6.png);
- background-position: -1672px -1000px;
+ background-position: -1702px -1300px;
width: 81px;
height: 99px;
}
.Pet-Rock-Shade {
background-image: url(spritesmith6.png);
- background-position: -1672px -1100px;
+ background-position: -1702px -1400px;
width: 81px;
height: 99px;
}
.Pet-Rock-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1672px -1200px;
+ background-position: -1702px -1500px;
width: 81px;
height: 99px;
}
.Pet-Rock-White {
background-image: url(spritesmith6.png);
- background-position: -1672px -1300px;
+ background-position: 0px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rock-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1672px -1400px;
+ background-position: -82px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Base {
background-image: url(spritesmith6.png);
- background-position: -1672px -1500px;
+ background-position: -164px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: 0px -1650px;
+ background-position: -246px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -82px -1650px;
+ background-position: -328px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Desert {
background-image: url(spritesmith6.png);
- background-position: -164px -1650px;
+ background-position: -410px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Golden {
background-image: url(spritesmith6.png);
- background-position: -246px -1650px;
+ background-position: -492px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Red {
background-image: url(spritesmith6.png);
- background-position: -328px -1650px;
+ background-position: -574px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Shade {
background-image: url(spritesmith6.png);
- background-position: -410px -1650px;
+ background-position: -656px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -492px -1650px;
+ background-position: -738px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-White {
background-image: url(spritesmith6.png);
- background-position: -574px -1650px;
+ background-position: -820px -1680px;
width: 81px;
height: 99px;
}
.Pet-Rooster-Zombie {
background-image: url(spritesmith6.png);
- background-position: -656px -1650px;
+ background-position: -902px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Base {
background-image: url(spritesmith6.png);
- background-position: -738px -1650px;
+ background-position: -984px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -820px -1650px;
+ background-position: -1066px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -902px -1650px;
+ background-position: -1148px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Desert {
background-image: url(spritesmith6.png);
- background-position: -984px -1650px;
+ background-position: -1230px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Golden {
background-image: url(spritesmith6.png);
- background-position: -1066px -1650px;
+ background-position: -1312px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Red {
background-image: url(spritesmith6.png);
- background-position: -1148px -1650px;
+ background-position: -1394px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Shade {
background-image: url(spritesmith6.png);
- background-position: -1230px -1650px;
+ background-position: -1476px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1312px -1650px;
+ background-position: -1558px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-White {
background-image: url(spritesmith6.png);
- background-position: -1394px -1650px;
+ background-position: -1640px -1680px;
width: 81px;
height: 99px;
}
.Pet-Seahorse-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1476px -1650px;
+ background-position: -1784px 0px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Base {
background-image: url(spritesmith6.png);
- background-position: -1558px -1650px;
+ background-position: -1784px -100px;
width: 81px;
height: 99px;
}
.Pet-Sheep-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1640px -1650px;
+ background-position: -1784px -200px;
width: 81px;
height: 99px;
}
.Pet-Sheep-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1754px 0px;
+ background-position: -1784px -300px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Desert {
background-image: url(spritesmith6.png);
- background-position: -1754px -100px;
+ background-position: -1784px -400px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Golden {
background-image: url(spritesmith6.png);
- background-position: -1754px -200px;
+ background-position: -1784px -500px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Red {
background-image: url(spritesmith6.png);
- background-position: -1754px -300px;
+ background-position: -1784px -600px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Shade {
background-image: url(spritesmith6.png);
- background-position: -1754px -400px;
+ background-position: -1784px -700px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1754px -500px;
+ background-position: -1784px -800px;
width: 81px;
height: 99px;
}
.Pet-Sheep-White {
background-image: url(spritesmith6.png);
- background-position: -1754px -600px;
+ background-position: -1784px -900px;
width: 81px;
height: 99px;
}
.Pet-Sheep-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1754px -700px;
+ background-position: -1784px -1000px;
width: 81px;
height: 99px;
}
.Pet-Slime-Base {
background-image: url(spritesmith6.png);
- background-position: -1754px -800px;
+ background-position: -1784px -1100px;
width: 81px;
height: 99px;
}
.Pet-Slime-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1754px -900px;
+ background-position: -1784px -1200px;
width: 81px;
height: 99px;
}
.Pet-Slime-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1754px -1000px;
+ background-position: -1784px -1300px;
width: 81px;
height: 99px;
}
.Pet-Slime-Desert {
background-image: url(spritesmith6.png);
- background-position: -1754px -1100px;
+ background-position: -1784px -1400px;
width: 81px;
height: 99px;
}
.Pet-Slime-Golden {
background-image: url(spritesmith6.png);
- background-position: -1754px -1200px;
+ background-position: -1784px -1500px;
width: 81px;
height: 99px;
}
.Pet-Slime-Red {
background-image: url(spritesmith6.png);
- background-position: -1754px -1300px;
+ background-position: -1784px -1600px;
width: 81px;
height: 99px;
}
.Pet-Slime-Shade {
background-image: url(spritesmith6.png);
- background-position: -1754px -1400px;
+ background-position: -1866px 0px;
width: 81px;
height: 99px;
}
.Pet-Slime-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1754px -1500px;
+ background-position: -1866px -100px;
width: 81px;
height: 99px;
}
.Pet-Slime-White {
background-image: url(spritesmith6.png);
- background-position: -1754px -1600px;
+ background-position: -1866px -200px;
width: 81px;
height: 99px;
}
.Pet-Slime-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1836px 0px;
+ background-position: -1866px -300px;
width: 81px;
height: 99px;
}
.Pet-Spider-Base {
background-image: url(spritesmith6.png);
- background-position: -1836px -100px;
+ background-position: -1866px -400px;
width: 81px;
height: 99px;
}
.Pet-Spider-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1836px -200px;
+ background-position: -1866px -500px;
width: 81px;
height: 99px;
}
.Pet-Spider-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1836px -300px;
+ background-position: -1866px -600px;
width: 81px;
height: 99px;
}
.Pet-Spider-Desert {
background-image: url(spritesmith6.png);
- background-position: -1836px -400px;
+ background-position: -1866px -700px;
width: 81px;
height: 99px;
}
.Pet-Spider-Golden {
background-image: url(spritesmith6.png);
- background-position: -1836px -500px;
+ background-position: -1866px -800px;
width: 81px;
height: 99px;
}
.Pet-Spider-Red {
background-image: url(spritesmith6.png);
- background-position: -1836px -600px;
+ background-position: -1866px -900px;
width: 81px;
height: 99px;
}
.Pet-Spider-Shade {
background-image: url(spritesmith6.png);
- background-position: -1836px -700px;
+ background-position: -1866px -1000px;
width: 81px;
height: 99px;
}
.Pet-Spider-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1836px -800px;
+ background-position: -1866px -1100px;
width: 81px;
height: 99px;
}
.Pet-Spider-White {
background-image: url(spritesmith6.png);
- background-position: -1836px -900px;
+ background-position: -1866px -1200px;
width: 81px;
height: 99px;
}
.Pet-Spider-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1836px -1000px;
+ background-position: -1866px -1300px;
width: 81px;
height: 99px;
}
.Pet-TRex-Base {
background-image: url(spritesmith6.png);
- background-position: -1836px -1100px;
+ background-position: -1866px -1400px;
width: 81px;
height: 99px;
}
.Pet-TRex-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1836px -1200px;
+ background-position: -1866px -1500px;
width: 81px;
height: 99px;
}
.Pet-TRex-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1836px -1300px;
+ background-position: -1866px -1600px;
width: 81px;
height: 99px;
}
.Pet-TRex-Desert {
background-image: url(spritesmith6.png);
- background-position: -1836px -1400px;
+ background-position: 0px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-Golden {
background-image: url(spritesmith6.png);
- background-position: -1836px -1500px;
+ background-position: -82px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-Red {
background-image: url(spritesmith6.png);
- background-position: -1836px -1600px;
+ background-position: -164px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-Shade {
background-image: url(spritesmith6.png);
- background-position: 0px -1750px;
+ background-position: -246px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -82px -1750px;
+ background-position: -328px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-White {
background-image: url(spritesmith6.png);
- background-position: -164px -1750px;
+ background-position: -410px -1780px;
width: 81px;
height: 99px;
}
.Pet-TRex-Zombie {
background-image: url(spritesmith6.png);
- background-position: -246px -1750px;
+ background-position: -492px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Base {
background-image: url(spritesmith6.png);
- background-position: -328px -1750px;
+ background-position: -574px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -410px -1750px;
+ background-position: -656px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -492px -1750px;
+ background-position: -738px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Desert {
background-image: url(spritesmith6.png);
- background-position: -574px -1750px;
+ background-position: -820px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Golden {
background-image: url(spritesmith6.png);
- background-position: -656px -1750px;
+ background-position: -902px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Red {
background-image: url(spritesmith6.png);
- background-position: -738px -1750px;
+ background-position: -984px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Shade {
background-image: url(spritesmith6.png);
- background-position: -820px -1750px;
+ background-position: -1066px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -902px -1750px;
+ background-position: -1148px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-White {
background-image: url(spritesmith6.png);
- background-position: -984px -1750px;
+ background-position: -1230px -1780px;
width: 81px;
height: 99px;
}
.Pet-TigerCub-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1066px -1750px;
+ background-position: -1312px -1780px;
width: 81px;
height: 99px;
}
.Pet-Turkey-Base {
background-image: url(spritesmith6.png);
- background-position: -1148px -1750px;
+ background-position: -1394px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Base {
background-image: url(spritesmith6.png);
- background-position: -1230px -1750px;
+ background-position: -1476px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1312px -1750px;
+ background-position: -1558px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1394px -1750px;
+ background-position: -1640px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Desert {
background-image: url(spritesmith6.png);
- background-position: -1476px -1750px;
+ background-position: -1722px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Golden {
background-image: url(spritesmith6.png);
- background-position: -1558px -1750px;
+ background-position: -1804px -1780px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Red {
background-image: url(spritesmith6.png);
- background-position: -1640px -1750px;
+ background-position: -1948px 0px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Shade {
background-image: url(spritesmith6.png);
- background-position: -1722px -1750px;
+ background-position: -1948px -100px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1804px -1750px;
+ background-position: -1948px -200px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Veteran {
background-image: url(spritesmith6.png);
- background-position: -1918px 0px;
+ background-position: -1948px -300px;
width: 81px;
height: 99px;
}
.Pet-Wolf-White {
background-image: url(spritesmith6.png);
- background-position: -1918px -100px;
+ background-position: -1948px -400px;
width: 81px;
height: 99px;
}
.Pet-Wolf-Zombie {
background-image: url(spritesmith6.png);
- background-position: -1918px -200px;
+ background-position: -1948px -500px;
width: 81px;
height: 99px;
}
.Pet_HatchingPotion_Base {
background-image: url(spritesmith6.png);
- background-position: -1918px -300px;
+ background-position: -1948px -600px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyBlue {
background-image: url(spritesmith6.png);
- background-position: -1918px -352px;
+ background-position: -1948px -652px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_CottonCandyPink {
background-image: url(spritesmith6.png);
- background-position: -1918px -404px;
+ background-position: -1948px -704px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Desert {
background-image: url(spritesmith6.png);
- background-position: -1918px -456px;
+ background-position: -1948px -756px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Golden {
background-image: url(spritesmith6.png);
- background-position: -1918px -508px;
+ background-position: -1948px -808px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Red {
background-image: url(spritesmith6.png);
- background-position: -1918px -560px;
+ background-position: -1948px -860px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Shade {
background-image: url(spritesmith6.png);
- background-position: -1918px -612px;
+ background-position: -1948px -912px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Skeleton {
background-image: url(spritesmith6.png);
- background-position: -1918px -664px;
+ background-position: -1948px -964px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_White {
background-image: url(spritesmith6.png);
- background-position: -1918px -716px;
+ background-position: -1948px -1016px;
width: 48px;
height: 51px;
}
.Pet_HatchingPotion_Zombie {
background-image: url(spritesmith6.png);
- background-position: -1918px -768px;
+ background-position: -1948px -1068px;
width: 48px;
height: 51px;
}
diff --git a/common/dist/sprites/spritesmith6.png b/common/dist/sprites/spritesmith6.png
index cc16f5f906..c25e9bdbdd 100644
Binary files a/common/dist/sprites/spritesmith6.png and b/common/dist/sprites/spritesmith6.png differ
diff --git a/common/img/sprites/spritesmith/achievements/achievement-ultimate-healer.png b/common/img/sprites/spritesmith/achievements/achievement-ultimate-healer.png
new file mode 100644
index 0000000000..1bcece61dc
Binary files /dev/null and b/common/img/sprites/spritesmith/achievements/achievement-ultimate-healer.png differ
diff --git a/common/img/sprites/spritesmith/achievements/achievement-ultimate-mage.png b/common/img/sprites/spritesmith/achievements/achievement-ultimate-mage.png
new file mode 100644
index 0000000000..fd822f83f5
Binary files /dev/null and b/common/img/sprites/spritesmith/achievements/achievement-ultimate-mage.png differ
diff --git a/common/img/sprites/spritesmith/achievements/achievement-ultimate-rogue.png b/common/img/sprites/spritesmith/achievements/achievement-ultimate-rogue.png
new file mode 100644
index 0000000000..dc46234170
Binary files /dev/null and b/common/img/sprites/spritesmith/achievements/achievement-ultimate-rogue.png differ
diff --git a/common/img/sprites/spritesmith/achievements/achievement-helm.png b/common/img/sprites/spritesmith/achievements/achievement-ultimate-warrior.png
similarity index 100%
rename from common/img/sprites/spritesmith/achievements/achievement-helm.png
rename to common/img/sprites/spritesmith/achievements/achievement-ultimate-warrior.png
diff --git a/common/img/sprites/spritesmith/backgrounds/background_drifting_raft.png b/common/img/sprites/spritesmith/backgrounds/background_drifting_raft.png
new file mode 100644
index 0000000000..68d7e001db
Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_drifting_raft.png differ
diff --git a/common/img/sprites/spritesmith/backgrounds/background_island_waterfalls.png b/common/img/sprites/spritesmith/backgrounds/background_island_waterfalls.png
new file mode 100644
index 0000000000..71807a7383
Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_island_waterfalls.png differ
diff --git a/common/img/sprites/spritesmith/backgrounds/background_shimmery_bubbles.png b/common/img/sprites/spritesmith/backgrounds/background_shimmery_bubbles.png
new file mode 100644
index 0000000000..b6e9c26ea6
Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_shimmery_bubbles.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_0ff591.png b/common/img/sprites/spritesmith/customize/skin/skin_0ff591.png
index 9f046b4495..3ca94dce1e 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_0ff591.png and b/common/img/sprites/spritesmith/customize/skin/skin_0ff591.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_0ff591_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_0ff591_sleep.png
index c9e8e7acf3..f674a3c93f 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_0ff591_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_0ff591_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_2b43f6.png b/common/img/sprites/spritesmith/customize/skin/skin_2b43f6.png
index 1d0460856d..6ebc9f32e2 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_2b43f6.png and b/common/img/sprites/spritesmith/customize/skin/skin_2b43f6.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_2b43f6_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_2b43f6_sleep.png
index 9ad780f1ba..1cabeb8a05 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_2b43f6_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_2b43f6_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_6bd049.png b/common/img/sprites/spritesmith/customize/skin/skin_6bd049.png
index 2911881676..20e4000326 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_6bd049.png and b/common/img/sprites/spritesmith/customize/skin/skin_6bd049.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_6bd049_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_6bd049_sleep.png
index 09eecdd171..722ba42cdb 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_6bd049_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_6bd049_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_800ed0.png b/common/img/sprites/spritesmith/customize/skin/skin_800ed0.png
index 46588cb9a5..5a490c6f4c 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_800ed0.png and b/common/img/sprites/spritesmith/customize/skin/skin_800ed0.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_800ed0_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_800ed0_sleep.png
index ed46320d5c..ac0efda3c0 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_800ed0_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_800ed0_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_915533.png b/common/img/sprites/spritesmith/customize/skin/skin_915533.png
index 0d7f775d8a..823ca81764 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_915533.png and b/common/img/sprites/spritesmith/customize/skin/skin_915533.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_915533_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_915533_sleep.png
index 371f8f7b9a..340d603e98 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_915533_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_915533_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_98461a.png b/common/img/sprites/spritesmith/customize/skin/skin_98461a.png
index 8ba33e2168..a28b1c5468 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_98461a.png and b/common/img/sprites/spritesmith/customize/skin/skin_98461a.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_98461a_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_98461a_sleep.png
index ee6ffa2199..2741afbe74 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_98461a_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_98461a_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_c06534.png b/common/img/sprites/spritesmith/customize/skin/skin_c06534.png
index 5a0e350242..ef3ebe76f0 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_c06534.png and b/common/img/sprites/spritesmith/customize/skin/skin_c06534.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_c06534_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_c06534_sleep.png
index 09ac494f08..ddbb7519f0 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_c06534_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_c06534_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc.png b/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc.png
index b3a0acf388..a9d1b09425 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc.png and b/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc_sleep.png
index 5a8d12c052..eb505a4db8 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_c3e1dc_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7.png b/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7.png
index ecf379b8ad..9ece142678 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7.png and b/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7_sleep.png
index 40bd6dd25a..8ce9331d40 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_d7a9f7_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_ddc994.png b/common/img/sprites/spritesmith/customize/skin/skin_ddc994.png
index c084a9e760..e55ccd274d 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_ddc994.png and b/common/img/sprites/spritesmith/customize/skin/skin_ddc994.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_ddc994_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_ddc994_sleep.png
index 920727de5b..20ee65d4f9 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_ddc994_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_ddc994_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_ea8349.png b/common/img/sprites/spritesmith/customize/skin/skin_ea8349.png
index 470723ed9f..74ec2b5c15 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_ea8349.png and b/common/img/sprites/spritesmith/customize/skin/skin_ea8349.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_ea8349_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_ea8349_sleep.png
index 1484d376f8..8e8c089749 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_ea8349_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_ea8349_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_eb052b.png b/common/img/sprites/spritesmith/customize/skin/skin_eb052b.png
index ede562fb75..ffa04f3e26 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_eb052b.png and b/common/img/sprites/spritesmith/customize/skin/skin_eb052b.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_eb052b_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_eb052b_sleep.png
index 21e2dc8ae2..ff384460b3 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_eb052b_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_eb052b_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f5a76e.png b/common/img/sprites/spritesmith/customize/skin/skin_f5a76e.png
index 35d2f7f08e..0e7b3bbfb9 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f5a76e.png and b/common/img/sprites/spritesmith/customize/skin/skin_f5a76e.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f5a76e_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_f5a76e_sleep.png
index 64a078a008..5621d1001a 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f5a76e_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_f5a76e_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f5d70f.png b/common/img/sprites/spritesmith/customize/skin/skin_f5d70f.png
index eb9067a981..4ba5d3193e 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f5d70f.png and b/common/img/sprites/spritesmith/customize/skin/skin_f5d70f.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f5d70f_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_f5d70f_sleep.png
index b5fb256d22..5cb072899e 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f5d70f_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_f5d70f_sleep.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f69922.png b/common/img/sprites/spritesmith/customize/skin/skin_f69922.png
index 2ac2ef62a8..071299b891 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f69922.png and b/common/img/sprites/spritesmith/customize/skin/skin_f69922.png differ
diff --git a/common/img/sprites/spritesmith/customize/skin/skin_f69922_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_f69922_sleep.png
index 786e8fbd3c..0d12e4afb4 100644
Binary files a/common/img/sprites/spritesmith/customize/skin/skin_f69922_sleep.png and b/common/img/sprites/spritesmith/customize/skin/skin_f69922_sleep.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_gladiatorArmor.png b/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_gladiatorArmor.png
new file mode 100644
index 0000000000..adf4417970
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_gladiatorArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_lunarArmor.png b/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_lunarArmor.png
new file mode 100644
index 0000000000..1de5f56d48
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/broad_armor_armoire_lunarArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_gladiatorHelm.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_gladiatorHelm.png
new file mode 100644
index 0000000000..80bd4d0e49
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_gladiatorHelm.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_lunarCrown.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_lunarCrown.png
new file mode 100644
index 0000000000..8c20e1d968
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_lunarCrown.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_rancherHat.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_rancherHat.png
new file mode 100644
index 0000000000..3b1f7dd711
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_rancherHat.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_redHairbow.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_redHairbow.png
new file mode 100644
index 0000000000..a2de60a606
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_redHairbow.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/head_armoire_violetFloppyHat.png b/common/img/sprites/spritesmith/gear/armoire/head_armoire_violetFloppyHat.png
new file mode 100644
index 0000000000..eb5b4d55ff
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/head_armoire_violetFloppyHat.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shield_armoire_gladiatorShield.png b/common/img/sprites/spritesmith/gear/armoire/shield_armoire_gladiatorShield.png
new file mode 100644
index 0000000000..ebfc477726
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shield_armoire_gladiatorShield.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_gladiatorArmor.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_gladiatorArmor.png
new file mode 100644
index 0000000000..6cc65b5ec3
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_gladiatorArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_lunarArmor.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_lunarArmor.png
new file mode 100644
index 0000000000..f9cff8f825
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_armor_armoire_lunarArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_gladiatorHelm.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_gladiatorHelm.png
new file mode 100644
index 0000000000..555222e0fe
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_gladiatorHelm.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_lunarCrown.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_lunarCrown.png
new file mode 100644
index 0000000000..ff797bc4fa
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_lunarCrown.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_rancherHat.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_rancherHat.png
new file mode 100644
index 0000000000..adb69e98b4
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_rancherHat.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_redHairbow.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_redHairbow.png
new file mode 100644
index 0000000000..7f81babd9a
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_redHairbow.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_violetFloppyHat.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_violetFloppyHat.png
new file mode 100644
index 0000000000..2fe5e4c2ce
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_head_armoire_violetFloppyHat.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_gladiatorShield.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_gladiatorShield.png
new file mode 100644
index 0000000000..23cb7b5978
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_shield_armoire_gladiatorShield.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_basicCrossbow.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_basicCrossbow.png
new file mode 100644
index 0000000000..f50cfd7a68
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_basicCrossbow.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_lunarSceptre.png b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_lunarSceptre.png
new file mode 100644
index 0000000000..35ff082d28
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/shop/shop_weapon_armoire_lunarSceptre.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_gladiatorArmor.png b/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_gladiatorArmor.png
new file mode 100644
index 0000000000..adf4417970
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_gladiatorArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_lunarArmor.png b/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_lunarArmor.png
new file mode 100644
index 0000000000..baa33254eb
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/slim_armor_armoire_lunarArmor.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_basicCrossbow.png b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_basicCrossbow.png
new file mode 100644
index 0000000000..ba66e58de2
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_basicCrossbow.png differ
diff --git a/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_lunarSceptre.png b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_lunarSceptre.png
new file mode 100644
index 0000000000..c5165a53f5
Binary files /dev/null and b/common/img/sprites/spritesmith/gear/armoire/weapon_armoire_lunarSceptre.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_01.png b/common/img/sprites/spritesmith/misc/inventory_present_01.png
new file mode 100644
index 0000000000..9e6ee336b5
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_01.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_02.png b/common/img/sprites/spritesmith/misc/inventory_present_02.png
new file mode 100644
index 0000000000..264c7b13a7
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_02.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_03.png b/common/img/sprites/spritesmith/misc/inventory_present_03.png
new file mode 100644
index 0000000000..f11cf74bef
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_03.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_04.png b/common/img/sprites/spritesmith/misc/inventory_present_04.png
new file mode 100644
index 0000000000..8f216932d8
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_04.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_05.png b/common/img/sprites/spritesmith/misc/inventory_present_05.png
new file mode 100644
index 0000000000..dc4adc53c8
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_05.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_06.png b/common/img/sprites/spritesmith/misc/inventory_present_06.png
new file mode 100644
index 0000000000..a1d1493849
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_06.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_07.png b/common/img/sprites/spritesmith/misc/inventory_present_07.png
new file mode 100644
index 0000000000..842b7ef6f2
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_07.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_08.png b/common/img/sprites/spritesmith/misc/inventory_present_08.png
new file mode 100644
index 0000000000..e1d19d1557
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_08.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_09.png b/common/img/sprites/spritesmith/misc/inventory_present_09.png
new file mode 100644
index 0000000000..e6ef440e6f
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_09.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_10.png b/common/img/sprites/spritesmith/misc/inventory_present_10.png
new file mode 100644
index 0000000000..26b6018799
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_10.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_11.png b/common/img/sprites/spritesmith/misc/inventory_present_11.png
new file mode 100644
index 0000000000..356697b430
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_11.png differ
diff --git a/common/img/sprites/spritesmith/misc/inventory_present_12.png b/common/img/sprites/spritesmith/misc/inventory_present_12.png
new file mode 100644
index 0000000000..3fc6280d57
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_present_12.png differ
diff --git a/common/img/sprites/spritesmith/misc/shop_armoire.png b/common/img/sprites/spritesmith/misc/shop_armoire.png
new file mode 100644
index 0000000000..b6ca0380f9
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/shop_armoire.png differ
diff --git a/common/img/sprites/spritesmith/misc/welcome_to_Habit_1.png b/common/img/sprites/spritesmith/misc/welcome_to_Habit_1.png
new file mode 100644
index 0000000000..1830fb00e2
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/welcome_to_Habit_1.png differ
diff --git a/common/img/sprites/spritesmith/misc/welcome_to_Habit_2.png b/common/img/sprites/spritesmith/misc/welcome_to_Habit_2.png
new file mode 100644
index 0000000000..cacb1bc564
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/welcome_to_Habit_2.png differ
diff --git a/common/img/sprites/spritesmith/misc/welcome_to_Habit_3.png b/common/img/sprites/spritesmith/misc/welcome_to_Habit_3.png
new file mode 100644
index 0000000000..2ef615f5ca
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/welcome_to_Habit_3.png differ
diff --git a/common/img/sprites/spritesmith/misc/welcome_to_Habit_4.png b/common/img/sprites/spritesmith/misc/welcome_to_Habit_4.png
new file mode 100644
index 0000000000..2c0afb2743
Binary files /dev/null and b/common/img/sprites/spritesmith/misc/welcome_to_Habit_4.png differ
diff --git a/common/img/sprites/spritesmith/promo/promo_enchanted_armoire.png b/common/img/sprites/spritesmith/promo/promo_enchanted_armoire.png
new file mode 100644
index 0000000000..55d71a202e
Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_enchanted_armoire.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Base.png
index 6797076986..866b4e4219 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyBlue.png
index f651b82c72..15626f545d 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyPink.png
index c1faa9229a..2a4bc69262 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Desert.png
index 8701e098a6..44d83d555f 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Golden.png
index eeb8e35949..c33d335771 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Red.png
index 5258b7c7fa..728ff7295c 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Shade.png
index ccf4d5cd74..cd3f60b814 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Skeleton.png
index 90a5a3e651..41762aa79a 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-White.png
index 670a0b7dce..4e9ca9b917 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Zombie.png
index dd45807b82..bfbcff68b7 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_BearCub-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Base.png
index 103408b359..81e0488b26 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyBlue.png
index 6795e7c09e..4b30542c00 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyPink.png
index cbeec5d5de..8a16bfdd05 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Desert.png
index 4e8411bc2c..2430f1e72d 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Golden.png
index 9d3b522475..56391a195f 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Red.png
index 01e75bfcb8..2f03eb887e 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Shade.png
index aa444f375e..aa3f16469b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Skeleton.png
index 87547656c1..8abdd4a116 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-White.png
index a8231a9ec7..01191ca674 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Zombie.png
index c0bc5a438b..6c4939d5d9 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Cactus-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Base.png
index 84ee0099da..edfef3dde3 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyBlue.png
index 09fada532f..bc0eef4bfa 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyPink.png
index fe1da08d05..6859636b9b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Desert.png
index bc3bc55b5d..acd04efd55 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Golden.png
index 7b8c1295eb..2b3a980d38 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Red.png
index 00df0c4c7d..71361d14ea 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Shade.png
index c550b697ed..2f54a916d2 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Skeleton.png
index b37ee8dc08..94802242f7 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-White.png
index 3a88c9e94b..8c1b2b2985 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Zombie.png
index 097b3ee324..cc666be148 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Dragon-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Base.png
index b0fc6a80b0..9e74926c38 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyBlue.png
index 7c4ae04cec..f9849de930 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyPink.png
index 31d0a45484..3537e496b7 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Desert.png
index c15cdbdf70..a4d611efc0 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Golden.png
index 0863bb9e93..f39f4e0e0b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Red.png
index 82e3e6ed5e..a9393a287e 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Shade.png
index 72c3f6937f..fc25dccd08 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Skeleton.png
index 6ea5154567..eed300dd60 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-White.png
index 36e77378ed..8231917504 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Zombie.png
index ee09b0b6ed..c919a47159 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Fox-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_LionCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_LionCub-Skeleton.png
index 2692d5cbf4..d9c4684da5 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_LionCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_LionCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Base.png
index f150539206..30928538e9 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyBlue.png
index 6b0c2c7e8e..73b83e5001 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyPink.png
index 55e0f8e958..85b7043d47 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Desert.png
index dafe2bda0d..16b4088d32 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Golden.png
index c2ef25819c..bab90ec86b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Red.png
index 3a1a474858..c0ff17c649 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Shade.png
index 487a5022b3..8c088259cf 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Skeleton.png
index f2c829cc57..45260e9f90 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-White.png
index 347bea8ab3..5b1e7e7bc4 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Zombie.png
index b8f4b531fa..b7f2b8e0a4 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_PandaCub-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Base.png
index 0dc0945f89..b8780b97d9 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyBlue.png
index 9558b98b92..18df1943c1 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyPink.png
index 0a4d8c1a3a..e5a60fde20 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Desert.png
index ac58c69cb0..2640caef2c 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Golden.png
index 73b3e51e31..5b4ebf8b8e 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Red.png
index bd8f783e7e..4085488c39 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Shade.png
index 77693b8d48..3f54c058f4 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Skeleton.png
index 8c176be00b..315c1b5339 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-White.png
index b7aa3c8e22..4b639b1229 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Zombie.png
index 7b40788872..d9206d8117 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Wolf-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Base.png
index fbbc4d7566..4cf7bab7eb 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyBlue.png
index 12c8e21452..3403f82737 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyPink.png
index e389e43c14..54ff60b967 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Desert.png
index 58ac1142a8..55dbc64135 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Golden.png
index efbe9c24b8..59fba0456e 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Red.png
index 7812040b3e..7eebf92a59 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Shade.png
index e8f6ae52a8..b5f376ddd4 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Skeleton.png
index 391ed6d579..762351bd79 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-White.png
index adf3593117..3a132cc6aa 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Zombie.png
index 7cd5817744..9911cbd235 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_BearCub-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Base.png
index 6b56d5009f..645150adae 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyBlue.png
index 6f3b872076..20de5a7179 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyPink.png
index a2d0c58bb0..eacca0aadc 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Desert.png
index b9d55b4800..1c4c8abe45 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Golden.png
index 93fd1505e0..3632b79212 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Red.png
index 6acf082596..5f6b3f0ffc 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Shade.png
index 285bd384a2..db53258982 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Skeleton.png
index 07ccbd4426..93f09cfd5b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-White.png
index 0b459965b2..8cb6b3ca0f 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Zombie.png
index a934706250..481b07f687 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Cactus-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Base.png
index 3027cda40f..9ea1e8c10a 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyBlue.png
index 2b720ec420..d9e5176b77 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyPink.png
index 71e69dee64..a22ba8220b 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Desert.png
index 57aa08bb0c..98b3efdf37 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Golden.png
index 6efd547a0f..aef930bf53 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Red.png
index 23b4eeddbc..091fd69937 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Shade.png
index e412e3f224..1ef77c0d85 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Skeleton.png
index 411de61023..b791831a20 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-White.png
index dd7f3e6e4d..e006461a70 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Zombie.png
index fcfa8fe801..567f7a0525 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Dragon-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Base.png
index b563319f6b..b29c9c1c22 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyBlue.png
index 9f296c8ef6..8869e2a287 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyPink.png
index bfe30a7c78..a3631ac43f 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Desert.png
index 30cf13036b..47dbfef712 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Golden.png
index d8579e0fa3..1c223045c5 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Red.png
index 7774ae8296..ffeda68893 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Shade.png
index 791f330fcd..62c00a9110 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Skeleton.png
index 0c2c171b48..46fc17a825 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-White.png
index 8abbdd4c63..7380b82a1a 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Zombie.png
index 6e20c76be3..a8cc89840d 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Fox-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_LionCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_LionCub-Skeleton.png
index ada8f97817..cc08e8a894 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_LionCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_LionCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Base.png
index 55aa2cb21e..f4261afa80 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyBlue.png
index 2bb2ad24f3..31e3ce2e78 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyPink.png
index 48d427d504..caf2e7d758 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Desert.png
index 9454570a47..d3f6ecfbbc 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Golden.png
index ec187b7a50..7c4d3880f1 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Red.png
index 1b23a1329d..997c56ced2 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Shade.png
index b9c8ef1540..5e2d8ba0bd 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Skeleton.png
index 13d0714fa9..4dab0fb473 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-White.png
index 46ce814201..2a65e97442 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Zombie.png
index ba78fb479f..8d6aa6f588 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_PandaCub-Zombie.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_TigerCub-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_TigerCub-Skeleton.png
index a89c5e2674..e1defa15fc 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_TigerCub-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_TigerCub-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Base.png
index ebe89cdb63..929890e064 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Base.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Base.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyBlue.png
index d1801debfb..a47355f1c4 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyBlue.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyBlue.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyPink.png
index 6032ac8fc6..777acabb65 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyPink.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-CottonCandyPink.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Desert.png
index 7d0f0f963f..e430339fed 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Desert.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Desert.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Golden.png
index 59d30103ba..4572e3873a 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Golden.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Golden.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Red.png
index 3c5ba97e8a..e1e8f79251 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Red.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Red.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Shade.png
index d532f0bae3..b87e3249a0 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Shade.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Shade.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Skeleton.png
index 1619b5e1a3..b1aebf33cb 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Skeleton.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Skeleton.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-White.png
index 0660e2f8e3..d33c17b827 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-White.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-White.png differ
diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Zombie.png
index acf2daf288..fc3c31decb 100644
Binary files a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Zombie.png and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Wolf-Zombie.png differ
diff --git a/common/locales/cs/backgrounds.json b/common/locales/cs/backgrounds.json
index e0c14d343e..02ad3393ea 100644
--- a/common/locales/cs/backgrounds.json
+++ b/common/locales/cs/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Horské jezero",
"backgroundMountainLakeNotes": "Namoč si prstíky v horském jezeře.",
"backgroundPagodasText": "Pagody",
- "backgroundPagodasNotes": "Vyšplhej na vršek pagod."
+ "backgroundPagodasNotes": "Vyšplhej na vršek pagod.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/cs/challenge.json b/common/locales/cs/challenge.json
index 4224065d2f..fe410cd0b0 100644
--- a/common/locales/cs/challenge.json
+++ b/common/locales/cs/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Zvolit vítěze a zavřít výzvu:",
"deleteOrSelect": "Smazat nebo určit výherce",
"endChallenge": "Ukončit výzvu",
- "challengeDiscription": "Toto jsou úkoly dané výzvy. Podle aktivity uživatelů mění barvu a podle nich je možné znázornit na grafu celkový pokrok skupiny.",
+ "challengeDiscription": "Toto jsou úkoly Výzvy, které ti budou přidány do tvých úkolů na hlavní stránce jakmile se Výzvy zúčastníš. Vzorové úkoly Výzvy níže budou měnit barvu a získávat grafy, aby ses mohl podívat na tvůj celkový postup skupiny.",
"hows": "Jak se všem daří?",
"filter": "Filtr",
"groups": "Skupiny",
@@ -33,7 +33,8 @@
"challengeTagPop": "Výzvy se ti objeví na seznamu štítků pod panelem i v popiscích úkolů. Takže název může být dlouhý, ale budeš také potřebovat 'krátký název'. Tzn. 'Shodit za 3 měsíce 10 kilo' by mohlo být zkráceno na '-10kg' (Klikni pro více informací).",
"challengeDescr": "Popis",
"prize": "Cena",
- "prizePop": "Pokud někdo může 'vyhrát' tvou výzvu, můžeš jej odměnit drahokamy. Maximum = počet tvých drahokamů (+ drahokamy cechu, pokud jsi tvůrcem výzvy tohoto cechu). Poznámka: Výhra nemůže být později změněna a nevrací se, pokud je výzva zrušena.",
+ "prizePop": "Pokud někdo může \"vyhrát\" tvou výzvu, můžeš jej odměnit drahokamy. Maximum = #počet tvých drahokamů (+ drahokamy ve tvém cechu) Pozn.: Výhra nemůže být později změněna.",
+ "prizePopTavern": "Pokud někdo může 'vyhrát' tvou výzvu, můžeš jej odměnit drahokamy. Maximum = počet tvých drahokamů (+ drahokamy cechu, pokud jsi tvůrcem výzvy tohoto cechu). Poznámka: Výhra nemůže být později změněna a výhra z Výzvy z krčmy se nevrací, pokud je výzva zrušena.",
"publicChallenges": "Minimálně 1 drahokam za veřejné výzvy (opravdu to eliminuje spam).",
"officialChallenge": "Oficiální výzva HabitRPG",
"by": "od",
@@ -43,6 +44,7 @@
"selectGroup": "Prosím, vyber skupinu",
"challengeCreated": "Výzva vytvořena",
"sureDelCha": "Jsi si jistý, že chceš tuto výzvu smazat?",
+ "sureDelChaTavern": "Jsi si jistý, že chceš tuto výzvu smazat? Nedostaneš zpět Drahokamy.",
"removeTasks": "Odstranit úkoly",
"keepTasks": "Ponechat úkoly",
"closeCha": "Zavřít výzvu a...",
diff --git a/common/locales/cs/character.json b/common/locales/cs/character.json
index 177e1cd53a..bf93b8dda1 100644
--- a/common/locales/cs/character.json
+++ b/common/locales/cs/character.json
@@ -52,9 +52,11 @@
"costume": "Kostým",
"costumeText": "Pokud se ti více líbí vzhled jiného vybavení, než toho, které máš na sobě, zaškrtni \"použít kostým\". Kostým se ti zobrazí na tvém právě používaném vybavení, které tak hezky schová.",
"useCostume": "Použít kostým",
- "gearAchievement": "Získal jsi Ocenění \"Maximální Vybavení\" za vylepšení výbavy na maximální úroveň.",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Maximální výbava",
- "ultimGearText": "Vylepšil zbraň a brnění na maximální úroveň.",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Úroveň",
"levelUp": "Další úroveň!",
"mana": "Mana",
@@ -70,7 +72,7 @@
"allocatePerPop": "Přidat bod k vnímání",
"allocateInt": "Body přiřazené k Inteligenci:",
"allocateIntPop": "Přiřadit bod k inteligenci",
- "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.",
+ "noMoreAllocate": "Nyní, když jsi dosáhl úrovně 100, už nebudeš dostávat žádné body atributů. Můžeš pokračovat v dosahování dalších úrovní, nebo můžeš začít nové dobrodružství na úrovni 1, když použiješ Orb Znovuzrození, který nyní najdeš zdarma na Trhu.",
"stats": "Statistiky",
"strength": "Síla",
"strengthText": "Síla zvyšuje šanci náhodných \"kritických zásahů\" a díky tomu i bonus ke zlaťákům, zkušenosti a nalézání předmětů. Také ovlivňuje vážnost zranění bosse.",
diff --git a/common/locales/cs/content.json b/common/locales/cs/content.json
index 696e4126d4..61234feaf1 100644
--- a/common/locales/cs/content.json
+++ b/common/locales/cs/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Lektvar zdraví",
"potionNotes": "Obnoví 15 bodů zdraví (okamžitě)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "vlk",
"dropEggWolfAdjective": "věrný",
"dropEggTigerCubText": "tygřík",
@@ -56,8 +60,8 @@
"questEggBunnyAdjective": "přítulný",
"questEggSlimeText": "Marshmallow želé",
"questEggSlimeAdjective": "sladký",
- "questEggSheepText": "Sheep",
- "questEggSheepAdjective": "woolly",
+ "questEggSheepText": "Beran",
+ "questEggSheepAdjective": "huňatý",
"eggNotes": "Najdi líhnoucí lektvar, nalij ho na vejce a z něj se pak vylíhne <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Základní",
"hatchingPotionWhite": "Bílý",
diff --git a/common/locales/cs/front.json b/common/locales/cs/front.json
index 1d6051453d..c7880e8d22 100644
--- a/common/locales/cs/front.json
+++ b/common/locales/cs/front.json
@@ -172,5 +172,11 @@
"username": "Uživatelské jméno",
"watchVideos": "Podívej se na videa",
"work": "Práce",
- "zelahQuote": "HabitRPG mi pomáhá rozhodnout se, jestli jít do postele a získat za to body, nebo zůstat vzhůru a přijít o zdraví!"
+ "zelahQuote": "HabitRPG mi pomáhá rozhodnout se, jestli jít do postele a získat za to body, nebo zůstat vzhůru a přijít o zdraví!",
+ "reportAccountProblems": "Nahlásit problémy z účtem",
+ "reportCommunityIssues": "Nahlásit problém v komunitě",
+ "generalQuestionsSite": "Obecné otázky o stránce",
+ "businessInquiries": "Obchodní poptávka",
+ "merchandiseInquiries": "Poptávka po zboží",
+ "marketingInquiries": "Poptávka marketing/sociální média"
}
\ No newline at end of file
diff --git a/common/locales/cs/gear.json b/common/locales/cs/gear.json
index cdd2199be7..bc32b65327 100644
--- a/common/locales/cs/gear.json
+++ b/common/locales/cs/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Píchni své nepřátele nebo se pusť do svého oblíbeného jídla - tyhle všestranné vidle zvládnou všechno! Nepřináší žádný benefit.",
"weaponMystery201502Text": "Třpytivá okřídlená hůl lásky a také pravdy",
"weaponMystery201502Notes": "Za křídla! Za lásku! A také za pravdu! Nepřináší žádný benefit. Předmět pro předplatitele únor 2015.",
+ "weaponMystery201505Text": "Kopí zeleného rytíře",
+ "weaponMystery201505Notes": "Toto zelené a stříbrné kopí sundalo již mnoho jezdců z jejich zvířat. Nepřináší žádný benefit. Předmět pro předplatitele květen 2015.",
"weaponMystery301404Text": "Steampunková hůl",
"weaponMystery301404Notes": "Výborná na procházku po městě. Předmět pro předplatitele březen 2015. Nepřináší žádný benefit.",
"armor": "zbroj",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Kdo je tu tučňák? nepřináší žádný benefit. Předmět pro předplatitele prosinec 2014.",
"headMystery201501Text": "Hvězdná helma",
"headMystery201501Notes": "Hvězdné konstalace se třpytí a poblikávají v této helmě a vedou nositelovy myšlenky k většímu soustředění. Nepřináší žádný benefit. Předmět pro předplatitele leden 2015.",
+ "headMystery201505Text": "Helma zeleného rytíře",
+ "headMystery201505Notes": "Zelená chocholka na této železné helmě se hrdě třepotá. Nepřináší žádný benefit. Předmět pro předplatitele květen 2015.",
"headMystery301404Text": "Fešný cylindr",
"headMystery301404Notes": "Fešný cylindr pro ty největší džentlmeny. Předmět pro předplatitele leden 2015. Nepřináší žádný benefit.",
"headMystery301405Text": "Obyčejný cylindr",
diff --git a/common/locales/cs/generic.json b/common/locales/cs/generic.json
index 6fe05b3793..9e3cca64ae 100644
--- a/common/locales/cs/generic.json
+++ b/common/locales/cs/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitika",
"expandToolbar": "Rozbalit lištu",
"collapseToolbar": "Zabalit lištu",
- "formattingMarkdown": "Formátování povoleno",
+ "markdownBlurb": "HabitRPG používá formátování ve zprávách. Podívej se na Tahák na formátování, kde najdeš více informací.",
+ "showFormattingHelp": "Ukázat nápovědu k formátování",
+ "hideFormattingHelp": "Schovat nápovědu k formátování",
+ "youType": "Napíšeš:",
+ "youSee": "Vidíš:",
+ "italics": "*kurzíva*",
+ "bold": "**tučně**",
+ "strikethrough": "~~přeškrtnuto~~",
+ "emojiExample": ":smajlík:",
+ "markdownLinkEx": "[HabitRPG je super!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ První položka
+ Druhá položka
+ Třetí položka",
+ "unorderedListMarkdown": "+ První položka\n+ Druhá položka\n+ Třetí položka",
+ "code": "`kód`",
"achievements": "Úspěchy",
"modalAchievement": "Úspěch!",
"special": "Speciální",
diff --git a/common/locales/cs/groups.json b/common/locales/cs/groups.json
index 859f4731ba..d466e1373e 100644
--- a/common/locales/cs/groups.json
+++ b/common/locales/cs/groups.json
@@ -102,12 +102,19 @@
"messageWroteIn": "<%= user %> napsal v <%= group %>",
"msgPreviewHeading": "Náhled zprávy",
"leaderOnlyChallenges": "Pouze velitel družiny může vytvářet Výzvy",
- "sendGift": "Send Gift",
- "inviteFriends": "Invite Friends",
- "inviteAlertInfo": "Invite friends by User ID here.",
- "inviteExistUser": "Invite Existing User",
- "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
- "byColon": "By:",
- "inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "sendGift": "Poslat dárek",
+ "inviteFriends": "Pozvat přátele",
+ "inviteAlertInfo": "Pozvi přátele pomocí Uživatelského ID.",
+ "inviteExistUser": "Pozvat existujícího uživatele",
+ "inviteByEmail": "Pozvi přátele pomocí emailu. Pokud se přidají z tvého emailu, budou automaticky pozváni do této skupiny.",
+ "byColon": "Od:",
+ "inviteNewUsers": "Pozvat nové uživatele",
+ "inviteAlertInfo2": "Nebo sdílej tento link (kopírovat/vložit):",
+ "sendGiftHeading": "Poslat dárek <%= name %>",
+ "sendGiftGemsBalance": "Z <%= number %> Drahokamů",
+ "sendGiftCost": "Celkem: $<%= cost %> USD",
+ "sendGiftFromBalance": "Z bilance",
+ "sendGiftPurchase": "Koupit",
+ "sendGiftMessagePlaceholder": "Osobní zpráva (volitelné)",
+ "sendGiftSubscription": "<%= months %> měsíc(e/ů): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/cs/npc.json b/common/locales/cs/npc.json
index 99566e0931..f4e8191011 100644
--- a/common/locales/cs/npc.json
+++ b/common/locales/cs/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Podpořil projekt na Kickstarteru, jak to jen bylo možné! ",
"mattBoch": "Matt Boch",
- "mattShall": "<%= name %>, cítíš se na projížďku? Klikni na zvíře, které si chceš osedlat. ",
- "mattBochText1": "Vítej u mazlíčků! Jsem Matt, pán šelem. Zvol si mazlíčka, který tě bude doprovázet po tvém boku. Krm je a oni vyrostou v silná zvířata.",
+ "mattShall": "<%= name %>, cítíš se na projížďku? Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. Klikni na zvíře, které si chceš osedlat. ",
+ "mattBochText1": "Vítej ve Stáji! Jsem Matt, Pán šelem. Až dosáhneš úrovně 4, budeš moci pomocí lektvarů líhnout vajíčka. Když se ti na Trhu vylíhne mazlíček, objeví se tady! Klikni na něj a objeví se u tvé postavy. Krm ho jídlem, které budeš nacházet, a on pak vyroste a budeš se na něm moci projet.",
"daniel": "Daniel",
"danielText": "Vítej v krčmě. Chvilku se zdrž a poznej místní. Pokud si potřebuješ odpočinout (jedeš na dovolenou? náhlá nemoc?), nabízím ti pokoj v Hostinci. Zatímco tu budeš přihlášen, tvé denní úkoly ti na konci dne neublíží, ale klidně si je můžeš odškrtnout .",
"danielText2": "Dej pozor: Pokud se účastníš boje s bossem, ublíží ti i za nesplněné denní úkoly ostatních členů tvé družiny! Navíc, jakákoliv újma, kterou uštědříš Bossovi (nebo nasbírané předměty) se ti nepřipíšou dokud se z Hostince neodhlásíš.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Nezapomeň sjet dolů na stránce, abys viděl všechny možnosti! Klikni na svého avatara, aby ses vrátil zpět na stránku s úkoly.",
"tourMuchMore": "Když skončíš s úkoly, můžeš s přáteli vytvořit Družinu, popovídat si v zájmových ceších, přidat se k Výzvám a více!",
"tourStatsPage": "Tohle je stránka s tvými statistikami! Získej ocenění za splnění vyjmenovaných úkolů.",
- "tourTavernPage": "Vítej v Krčme, chatu pro všechny věkové kategorie! Můžeš si tu zmrazit účet, když budeš třeba nemocný nebo když budeš pryč. Stačí kliknout na \"Odpočívat v hostinci\". Pojď pozdravit!",
+ "tourTavernPage": "Vítej v Krčme, chatu pro všechny věkové kategorie! Můžeš si tu zmrazit Denní úkoly, aby ti neublížily, když budeš třeba nemocný nebo když budeš pryč. Stačí kliknout na \"Odpočívat v hostinci\". Pojď pozdravit!",
"tourPartyPage": "Tvá družina ti pomůže dodržovat cíle. Pozvi své přátele a odemkni Svitek výpravy!",
"tourGuildsPage": "Cechy jsou sociální skupiny s podobnými zájmy. Můžeš si vyhledat témata, která tě zajímají! Doporučujeme Newbies Guild neboli Cech pro nováčky.",
- "tourChallengesPage": "Přidání se k výzvě ti přidá úkoly do tvých listů. Soutěž proti ostatním uživatelům a vyhraj cenné drahokamy!",
+ "tourChallengesPage": "Výzvy jsou seznamy tématických úkolů vytvořené uživateli! Přidání se k výzvě ti přidá úkoly do tvých listů. Soutěž proti ostatním uživatelům a vyhraj cenné drahokamy!",
"tourMarketPage": "Když dosáhneš úrovně 4, začneš po splnění úkolů náhodně nacházet vejce a lektvary. Budou se objevovat tady - použij je k vylíhnutí mazlíčků! Můžeš si je také koupi na Trhu."
}
\ No newline at end of file
diff --git a/common/locales/cs/quests.json b/common/locales/cs/quests.json
index fd48d4b1ea..407ae91303 100644
--- a/common/locales/cs/quests.json
+++ b/common/locales/cs/quests.json
@@ -6,8 +6,8 @@
"questSend": "Kliknutí na \"Pozvat\" pošle pozvání členům tvé družiny. Poté, co všichni členové přijali nebo odmítli, může výprava začít. Stav si můžeš zobrazit v Možnosti > Komunita > Družina.",
"inviteParty": "Pozvat družinu",
"questInvitation": "Pozvánka na výpravu:",
- "questInvitationTitle": "Quest Invitation",
- "questInvitationInfo": "Invitation for the Quest <%= quest %>",
+ "questInvitationTitle": "Pozvánka na Výpravu",
+ "questInvitationInfo": "Pozvánka na Výpravu <%= quest %>",
"askLater": "Zeptej se později",
"buyQuest": "Kup Výpravu",
"accepted": "Přijato",
@@ -19,7 +19,7 @@
"bossStrength": "Síla bosse",
"collect": "Sbírat",
"collected": "Získáno",
- "bossDmg1": "Abys zranil bosse, plň své Denní úkoly a Úkoly. Více bodů získaných za úkol znamená větší zranění bosse (plnění červených úkolů, kouzla Mága, útoky Válečníka, atd.). Boss zraní každého účastníka výpravy za každý nesplněný Denní úkol (újma je násobena jeho Silou) navíc k normálnímu zranění, takže udržuj skupinu zdravou plněním úkolů. Veškerá zranění bossovi i vám se přičítají na kronu (na konci dne).",
+ "bossDmg1": "Každý splnění Denní úkol, úkol z Úkolníčku a každý pozitivní zvyk zraní Bosse. Zraň ho víc červenějšími úkoly nebo Brutální ranou nebo Vzplanutím ohňů. Boss zraní každého účastníka výpravy za každý nesplněný Denní úkol (újma je násobena jeho Silou) navíc k normálnímu zranění, takže udržuj skupinu zdravou plněním úkolů. Veškerá zranění bossovi i vám se přičítají na kronu (na konci dne).",
"bossDmg2": "Jen ti, kteří přijmou pozvání, budou bojovat proti bossovi a rozdělí si odměnu za výpravu.",
"tavernBossInfo": "Abys zranil světového bosse, musíš splnit všechny své Denní úkoly a úkoly v Úkolníčku. Čím více bodů za úkoly získáš, tím větší zranění bossovi způsobíš (splnění červených úkolů, Mágova kouzla, útoky Válečníka, atd.) Za každý Denní úkol, který nesplníš (znásobený bossovou Sílou), se zvýší bossova Zuřivost. Jakmile jeho Zuřivost dosáhne maxima, stane se něco špatného - takže plň své Denní úkoly! Všechna újma způsobená bossovi nebo tobě se přičítá na kronu (na konci dne).",
"bossColl1": "Pro získání předmětů plň své pozitivní úkoly. Předměty z výpravy budeš nacházet stejně jako normální předměty, uvidíš je však až další den, kdy se vše, co jste našli, shromáždí a přidá na hromadu.",
diff --git a/common/locales/cs/questscontent.json b/common/locales/cs/questscontent.json
index 8403253e37..fdc5b66c3d 100644
--- a/common/locales/cs/questscontent.json
+++ b/common/locales/cs/questscontent.json
@@ -197,10 +197,10 @@
"questSlimeCompletion": "S posledním bodnutím chytáš Želésprávce do přerostlé koblihy, kterou rychle donesli @Overomega, @LordDarkly a @Shaner, bystří vedoucí pekařského klubu. Jak tě každý poplácává po zádech, ucítíš jak ti někdo vložil něco do kapes. Je to odměna za tvůj sladký úspěch: tři vejce Marshmallow želé.",
"questSlimeDropSlimeEgg": "Marshmallow želé (vejce)",
"questSlimeUnlockText": "Odemyká vejce želé na Trhu",
- "questSheepText": "The Thunder Ram",
- "questSheepNotes": "As you wander the rural Taskan countryside with friends, taking a \"quick break\" from your obligations, you find a cozy yarn shop. You are so absorbed in your procrastination that you hardly notice the ominous clouds creep over the horizon. \"I've got a ba-a-a-ad feeling about this weather,\" mutters @Misceo, and you look up. The stormy clouds are swirling together, and they look a lot like a... \"We don't have time for cloud-gazing!\" @starsystemic shouts. \"It's attacking!\" The Thunder Ram hurtles forward, slinging bolts of lightning right at you!",
- "questSheepBoss": "Thunder Ram",
- "questSheepCompletion": "Impressed by your diligence, the Thunder Ram is drained of its fury. It launches three huge hailstones in your direction, and then fades away with a low rumble. Upon closer inspection, you discover that the hailstones are actually three fluffy eggs. You gather them up, and then stroll home under a blue sky.",
- "questSheepDropSheepEgg": "Sheep (Egg)",
- "questSheepUnlockText": "Unlocks purchasable sheep eggs in the Market"
+ "questSheepText": "Hromový beran",
+ "questSheepNotes": "Při toulkách Taskanským venkovem si s přáteli dáš rychlou pauzičku od povinností a najdete útulnou stodolu. Jste tak zabraní do flákání se, že si ani nevšimnete zlověstných mraku plížících se z horizontu. \"Tohle počasí se mi ne-e-e-elíbí,\" zamumlá @Misceo a všichni se podíváte na nebe. Bouřkové mraky se zlověstně víří a tak trochu to vypadá... \"Nemůžeme koukat na mraky!\" křičí @starsystemic. \"Útočí na nás!\" Hromový beran se na vás řítí a vrhá po vás blesky!",
+ "questSheepBoss": "Hromový beran",
+ "questSheepCompletion": "Všechna zloba opouští Hromového berana ohromeného vaší vytrvalostí. Hodí vám k nohám tři velké kroupy a poté za hlasitého zvuku hromu zmizí. Při bližší zkoumání zjistíte, že ty kroupy jsou vlastně tři nadýchaná vejce. Posbíráte je a vydáte se domů pod modrým nebem.",
+ "questSheepDropSheepEgg": "Beran (vejce)",
+ "questSheepUnlockText": "Odemyká vejce berana na Trhu"
}
\ No newline at end of file
diff --git a/common/locales/cs/settings.json b/common/locales/cs/settings.json
index 3cff70e43a..e3db7703a4 100644
--- a/common/locales/cs/settings.json
+++ b/common/locales/cs/settings.json
@@ -93,7 +93,7 @@
"wonChallenge": "Vyhrál jsi Výzvu",
"newPM": "Obdržena soukromá zpráva",
"giftedGems": "Darované drahokamy",
- "giftedGemsInfo": "<%= amount %> Gems - by <%= name %>",
+ "giftedGemsInfo": "<%= amount %> Drahokamů - od <%= name %>",
"giftedSubscription": "Darované předplatné",
"invitedParty": "Pozván do Družiny",
"invitedGuild": "Pozván do Cechu",
diff --git a/common/locales/cs/tasks.json b/common/locales/cs/tasks.json
index ea38013624..ee2b17ea35 100644
--- a/common/locales/cs/tasks.json
+++ b/common/locales/cs/tasks.json
@@ -14,7 +14,7 @@
"save": "Uložit",
"addChecklist": "Přidat seznam",
"checklist": "Seznam",
- "checklistText": "V rámci Denních úkolů, částečně splněné seznamy snižují újmu. Například čtyř-položkový seznam se 3 splněnými úkoly snižuje zranění tohoto nesplněného Denního úkolu o 25%. Splněné položky seznamu v Úkolníčku se násobí: 3 zaškrtnutí znamenají +3x (celkem 4x) více zkušeností, zlaťáků a many. ",
+ "checklistText": "Rozděl si úkoly na menší části! Seznamy úkolů zvyšují Zkušenost a zlaťáky, které za splnění úkolu získáš, a zmírňují újmu, kterou bys dostal, za zmeškání Denního úkolu.",
"expandCollapse": "Rozbalit/Sbalit",
"text": "Text",
"extraNotes": "Další poznámky",
@@ -22,7 +22,7 @@
"advancedOptions": "Pokročilé možnosti",
"difficulty": "Obtížnost",
"difficultyHelpTitle": "Jak obtížný je tento úkol?",
- "difficultyHelpContent": "Toto násobí hodnotu bodů. Používej zřídka, raději spoléhej na naše organické algoritmy úprav bodů. Některé úkoly jsou však celkově mnohem cennější (Napiš diplomku vs Péče o zuby). Klikni pro více informací.",
+ "difficultyHelpContent": "Čím těžší úkol, tím více Zkušenosti a Zlaťáků dostaneš až ho odškrtneš... ale také ti víc ublíží, pokud to je Denní úkol nebo Zlozvyk!",
"easy": "Jednoduché",
"medium": "Středně těžké",
"hard": "Těžké",
diff --git a/common/locales/da/backgrounds.json b/common/locales/da/backgrounds.json
index 86ac580f71..c829393251 100644
--- a/common/locales/da/backgrounds.json
+++ b/common/locales/da/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Mountain Lake",
"backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.",
"backgroundPagodasText": "Pagodas",
- "backgroundPagodasNotes": "Climb to the top of Pagodas."
+ "backgroundPagodasNotes": "Climb to the top of Pagodas.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/da/challenge.json b/common/locales/da/challenge.json
index ef45a9a469..050b642bf6 100644
--- a/common/locales/da/challenge.json
+++ b/common/locales/da/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Vælg en vinder og luk udfordringen:",
"deleteOrSelect": "Slet eller vælg vinder",
"endChallenge": "Afslut udfordring",
- "challengeDiscription": "Disse er udfordringens opgaver. Som brugere deltager, vil de ændre farve og få tilført grafer, som vil vise dig gruppens samlede fremskridt.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Hvordan går det for folk?",
"filter": "Filter",
"groups": "Grupper",
@@ -33,7 +33,8 @@
"challengeTagPop": "Udfordringer vises på tag-lister og opgave-værktøjstips. Så selvom du bør bruge en beskrivende titel øverst, så skal du også bruge et 'kort navn'. Fx. 'Tab 10kg inden for 3 måneder' kunne blive '-10kg' (Klik for mere info).",
"challengeDescr": "Beskrivelse",
"prize": "Præmie",
- "prizePop": "Hvis nogen kan 'vinde' din udfordring, kan du belønne vinderen med Ædelsten. Max = #gems du ejer (+ guild.gems, hvis du oprettede denne udfordrings klan). Obs: Denne præmie kan ikke blive ændret senere, og vil ikke blive refunderet hvis udfordringen bliver slettet.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Minimum 1 Ædelsten for offentlige udfordringer (hjælper med at forhindre spam - det gør det virkelig).",
"officialChallenge": "Officiel HabitRPG-udfordring",
"by": "af",
@@ -43,6 +44,7 @@
"selectGroup": "Vælg gruppe",
"challengeCreated": "Udfordring oprettet",
"sureDelCha": "Er du sikker på, at du vil slette udfordringen?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "Slet opgaver",
"keepTasks": "Behold opgaver",
"closeCha": "Luk udfordringen og...",
diff --git a/common/locales/da/character.json b/common/locales/da/character.json
index dece9952c1..4731be0850 100644
--- a/common/locales/da/character.json
+++ b/common/locales/da/character.json
@@ -52,9 +52,11 @@
"costume": "Kostume",
"costumeText": "Hvis du foretrækker udseendet af andet udstyr end hvad du bærer, tjek \"Brug Kostume\"-feltet for at visuelt bære et kostume, mens du bærer dit kampudstyr nedenunder.",
"useCostume": "Brug kostume",
- "gearAchievement": "Du har vundet \"Det Ultimative Udstyr\"-præstationen for at opgradere til det maksimale udstyrssæt!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Det Ultimative Udstyr",
- "ultimGearText": "Har opgraderet til det maksimale våben- og rustningssæt",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Niveau",
"levelUp": "Niveau op!",
"mana": "Mana",
diff --git a/common/locales/da/content.json b/common/locales/da/content.json
index 0ed81ab30f..94f90409e0 100644
--- a/common/locales/da/content.json
+++ b/common/locales/da/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Livseliksir",
"potionNotes": "Genvind 15 liv (Øjeblikkelig Brug) ",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Ulv",
"dropEggWolfAdjective": "loyal",
"dropEggTigerCubText": "Tigerunge",
diff --git a/common/locales/da/front.json b/common/locales/da/front.json
index a48f67eaef..cbc9b63358 100644
--- a/common/locales/da/front.json
+++ b/common/locales/da/front.json
@@ -2,22 +2,22 @@
"FAQ": "OSS",
"accept1Terms": "Ved at klikke på knappen herunder indvilliger jeg i at følge HabitRPGs",
"accept2Terms": "og",
- "alexandraQuote": "Couldn't NOT talk about HabitRPG during my speech in Madrid. Must-have tool for freelancers who still need a boss.",
- "althaireQuote": "Having a quest constantly on really motivates me to do all my dailies and do all my to-dos. My biggest motivation is not letting my party down.",
- "andeeliaoQuote": "Awesome product, just started a few days ago and already more conscious and productive with my time!",
- "autumnesquirrelQuote": "I'm procrastinating less on work and housework and pay bills on time.",
- "businessSample1": "Confirm 1 page of Inventory",
- "businessSample2": "20 mins Filing",
- "businessSample3": "Sort and Process Inbox",
- "businessSample4": "Prepare 1 Document for Client",
- "businessSample5": "Call Clients/Put Off Phone Calls",
- "businessText": "Use HabitRPG at your business",
- "choreSample1": "Put Dirty Clothes in Hamper",
- "choreSample2": "20 mins of Housework",
- "choreSample3": "Wash a Load of Dishes",
- "choreSample4": "Tidy One Room",
- "choreSample5": "Wash and Dry a Load of Clothes",
- "chores": "Chores",
+ "alexandraQuote": "Kunne ikke undlade at nævne HabitRPG under min tale i Madrid. Et klart must-have værktøj til freelancere, der stadig har brug for en chef.",
+ "althaireQuote": "Når jeg hele har tiden en quest kørende, bliver jeg konstant motiveret til at gøre alt det daglige arbejde og alle mine To-Dos. Min største motivation er at ikke lade min gruppe i stikken.",
+ "andeeliaoQuote": "Fedt produkt, er lige startet for et par dage siden og er allerede mere bevidst om og produktiv med min tid!",
+ "autumnesquirrelQuote": "Jeg laver færre overspringshandlinger på arbejde og med det huslige og betaler mine regninger til tiden.",
+ "businessSample1": "Bekræft 1 side i dit Inventar",
+ "businessSample2": "20 minutters arkivering",
+ "businessSample3": "Sortér og gennemgå din indbakke",
+ "businessSample4": "Forbered 1 dokument til en klient",
+ "businessSample5": "Ring til klienter/Udsatte telefonopkald",
+ "businessText": "Brug HabitRPG på din arbejdsplads",
+ "choreSample1": "Læg beskidt tøj i vasketøjskurven",
+ "choreSample2": "20 minutters husarbejde",
+ "choreSample3": "Tag opvasken",
+ "choreSample4": "Gør et rum rent",
+ "choreSample5": "Vask og tør en maskinfuld tøj",
+ "chores": "Pligter",
"communityBug": "Meddel fejl",
"communityExtensions": "Tilføjelser og udvidelser",
"communityFacebook": "Facebook",
@@ -33,30 +33,30 @@
"companyTerms": "Vilkår",
"companyVideos": "Videoer",
"contribUse": "HabitRPG contributors use",
- "dragonsilverQuote": "I can't tell you how many time and task tracking systems I've tried over the decades... HRPG is the only thing I've used that actually helps me get things done rather than just list them.",
- "dreimQuote": "When I discovered HabitRPG last summer, I had just failed about half of my exams. Thanks to the Dailies… I was able to organize and discipline myself, and I actually passed all my exams with really good grades a month ago.",
- "elmiQuote": "Every morning I'm looking forward to getting up so I can earn some gold!",
+ "dragonsilverQuote": "Jeg kan ikke beskrive hvor mange tids- og opgaveprioriteringssystemer jeg har prøvet over de sidste årtier... HRPG er det eneste, der har hjulpet mig med rent faktisk at få ting gjort, i stedet for bare at skrive dem ned på en liste.",
+ "dreimQuote": "Da jeg sidste år opdagede HabitRPG, havde jeg lige dumpet omkring halvdelen af mine eksaminer. Takket være de Daglige har jeg kunne organisere og disciplinere mig selv, og jeg har faktisk bestået alle mine eksaminer med rigtig gode karakterer for en måned siden.",
+ "elmiQuote": "Hver morgen ser jeg frem til at stå op, så jeg kan tjene noget guld!",
"email": "Email",
"emailNewPass": "Send nyt kodeord via email",
- "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!",
+ "evagantzQuote": "Min allerførste aftale med tandlægen, hvor tandlægen faktisk var positivt overrasket over mine børstevaner. Tak, HabitRPG!",
"examplesHeading": "Players use HabitRPG to manage...",
- "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!",
- "featureAchievementHeading": "Achievement Badges",
+ "featureAchievementByline": "Gør noget fedt? Få et emblem og vis det frem!",
+ "featureAchievementHeading": "Præstationsemblem",
"featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!",
- "featureEquipHeading": "Equipment and extras",
- "featurePetByline": "Eggs and items drop when you complete your tasks. Be as productive as possible to collect pets and mounts!",
- "featurePetHeading": "Pets and Mounts",
- "featureSocialByline": "Join common-interest groups with like-minded people. Create Challenges to compete against other users.",
- "featureSocialHeading": "Social play",
+ "featureEquipHeading": "Udstyr og tilbehør",
+ "featurePetByline": "Du får æg og ting, når du færdiggør opgaver. Vær så produktiv som muligt for at samle kæledyr og ridedyr!",
+ "featurePetHeading": "Kæledyr og Ridedyr",
+ "featureSocialByline": "Slut dig til grupper med samme interesser og tankegange som dig. Lav Udfordringer og konkurrér mod andre brugere.",
+ "featureSocialHeading": "Socialt spil",
"featuredIn": "Featured in",
- "featuresHeading": "We also feature...",
+ "featuresHeading": "Vi har også...",
"footerCommunity": "Fællesskab",
"footerCompany": "Firma",
"footerMobile": "Mobil",
"footerSocial": "Social",
"forgotPass": "Glemt Kodeord",
"frabjabulousQuote": "HabitRPG is the reason I got a killer, high-paying job... and even more miraculous, I'm now a daily flosser!",
- "free": "Play for free",
+ "free": "Spil gratis",
"gamifyButton": "Gamify your life today!",
"goalSample1": "Practice Piano for 1 Hour",
"goalSample2": "Work on article for publication",
@@ -172,5 +172,11 @@
"username": "Brugernavn",
"watchVideos": "Se videoer",
"work": "Work",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/da/gear.json b/common/locales/da/gear.json
index fb0debfde4..119f1274c8 100644
--- a/common/locales/da/gear.json
+++ b/common/locales/da/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Stik dine fjender eller grib for dig af dine yndlingsretter - denne høtyv kan det hele! Giver ingen bonusser. November 2014 Abonnentvare.",
"weaponMystery201502Text": "Shimmery Winged Staff of Love and Also Truth",
"weaponMystery201502Notes": "For WINGS! For LOVE! For ALSO TRUTH! Confers no benefit. February 2015 Subscriber Item.",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Steampunk Stok",
"weaponMystery301404Notes": "Perfekt at svinge rundt i hele byen. Marts 3015 Abonnentvare. Giver ingen bonusser.",
"armor": "rustning",
@@ -265,7 +267,7 @@
"headWarrior5Text": "Gylden Hjelm",
"headWarrior5Notes": "Kongelig krone der hører til skindende rustning. Øger Styrke med <%= str %>.",
"headRogue1Text": "Læderhætte",
- "headRogue1Notes": "Simpel beskyttende hætte. Øger Opfattelse med <%= str %>.",
+ "headRogue1Notes": "Simpel beskyttende hætte. Øger Opfattelse med <%= per %>.",
"headRogue2Text": "Sort Læderhætte",
"headRogue2Notes": "Nyttig både som forsvar og forklædning. Øger Opfattelse med <%= per %>.",
"headRogue3Text": "Kamuflagehætte",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Hvem er en pingvin? Giver ingen bonusser. December 2014 Abonnentting.",
"headMystery201501Text": "Stjernehjelm",
"headMystery201501Notes": "Stjernebilleder glimter og hvirvler på denne hjelm, og fokuserer bærerens tanker. Giver ingen bonusser. Januar 2015 Abonnentting.",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Smart Tophat",
"headMystery301404Notes": "En smart tophat for de fineste folk! Giver ingen bonusser. Januar 3015 Abonnentting.",
"headMystery301405Text": "Simpel Tophat",
diff --git a/common/locales/da/generic.json b/common/locales/da/generic.json
index ff6888a50c..da138ccbc9 100644
--- a/common/locales/da/generic.json
+++ b/common/locales/da/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitica",
"expandToolbar": "Åbn værktøjslinje",
"collapseToolbar": "Luk værktøjslinje",
- "formattingMarkdown": "Markdown-formattering tilladt",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "Præstationer",
"modalAchievement": "Præstation!",
"special": "Andet",
diff --git a/common/locales/da/groups.json b/common/locales/da/groups.json
index feec705819..de8fb879a1 100644
--- a/common/locales/da/groups.json
+++ b/common/locales/da/groups.json
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/da/npc.json b/common/locales/da/npc.json
index 8e87af107f..469088f64b 100644
--- a/common/locales/da/npc.json
+++ b/common/locales/da/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Støttede Kickstarterprojektet på det maksimale niveau!",
"mattBoch": "Matt Boch",
- "mattShall": "Skal jeg hente dit ridedyr, <%= name %>? Klik på et ridedyr for at bestige det.",
- "mattBochText1": "Velkommen til Stalden! Jeg er Matt, bæstmesteren. Vælg det kæledyr, du vil have til at følge dig, her. Giv dem mad, og de vil vokse sig til kraftfulde ridedyr.",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Be sure to scroll all the way down to see all the options! Click on your avatar again to return to the tasks page.",
"tourMuchMore": "When you're done with tasks, you can form a Party with friends, chat in the shared-interest Guilds, join Challenges, and more!",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
- "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can freeze your account in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!",
"tourGuildsPage": "Guilds are social groups with common themes. Search for the subjects that interest you! We recommend the Newbies Guild.",
- "tourChallengesPage": "Joining a Challenge will add tasks to your account. Compete against other users to win gem prizes!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market."
}
\ No newline at end of file
diff --git a/common/locales/da/quests.json b/common/locales/da/quests.json
index f45244bcfc..7d2d571b80 100644
--- a/common/locales/da/quests.json
+++ b/common/locales/da/quests.json
@@ -19,7 +19,7 @@
"bossStrength": "Boss-styrke",
"collect": "Saml",
"collected": "Indsamlet",
- "bossDmg1": "For at skade en boss skal du færdiggøre dine Daglige og Gøremål. Jo mere skade du gør på opgaver, des mere skade tager Bossen (færdiggørelse af røde opgaver, Magikeres fortryllelser, Krigeres angreb osv.). Bossen vil give skade til alle quest-deltagere for hver Daglig du springer over (ganget med bossens Styrke) oveni din sædvanlige skade, så hold din gruppe i live ved at færdiggøre dine Daglige! Al skade på og fra bossen bliver opgjort ved cron (når din dag skifter).",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "Kun deltagere vil kæmpe mod bossen og få del i quest-byttet.",
"tavernBossInfo": "For at skade en verdens-boss skal du færdiggøre dine Daglige og Gøremål. Jo mere skade du gør på opgaver, des mere skade tager Bossen (færdiggørelse af røde opgaver, Magikeres fortryllelser, Krigeres angreb osv.). Bossens Vrede stiger for hver Daglig du springer over (ganget med bossens Styrke). Når hans Vrede når maksimum vil der ske slemme ting - så færdiggør dine Daglige! Al skade på og fra bossen bliver opgjort ved cron (når din dag skifter).",
"bossColl1": "Udfør dine positive opgaver for at samle ting. Quest-ting dropper som normale ting, men du vil ikke se drops før næste dag, hvor alt hvad du har fundet vil blive opgjort og lagt i bunken.",
diff --git a/common/locales/da/tasks.json b/common/locales/da/tasks.json
index 68f9ef165b..b52995a698 100644
--- a/common/locales/da/tasks.json
+++ b/common/locales/da/tasks.json
@@ -14,7 +14,7 @@
"save": "Gem",
"addChecklist": "Tilføj Tjekliste",
"checklist": "Tjekliste",
- "checklistText": "For Daglige vil delvist færdiggjorte tjeklister reducere skade. For eksempel, en 4-punkters tjekliste med 3 færdiggjorte reducere skade for den ikke færdiggjorte Daglige til 25%. Færdiggjorte tjekliste-punkter på en To-Do tilføjer en multiplikator: 3 tjek betyder +3x (i alt 4x) Erfaring, Guld og Mana.",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Åbn/Luk",
"text": "Tekst",
"extraNotes": "Ekstra Noter",
@@ -22,7 +22,7 @@
"advancedOptions": "Avancerede Indstillinger",
"difficulty": "Sværhedsgrad",
"difficultyHelpTitle": "Hvor svær er denne opgave?",
- "difficultyHelpContent": "Dette multiplikerer pointværdien. Brug sparsomt, og benyt i stedet vores organiske værdijusterende algoritmer. Men nogle opgaver er bare mere værd (Skriv Speciale vs Brug Tandtråd). Klik for mere info.",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Let",
"medium": "Medium",
"hard": "Svær",
diff --git a/common/locales/de/backgrounds.json b/common/locales/de/backgrounds.json
index 98a801a938..3ba4643cbe 100644
--- a/common/locales/de/backgrounds.json
+++ b/common/locales/de/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Bergsee",
"backgroundMountainLakeNotes": "Tauche Deine Füße in einen Bergsee.",
"backgroundPagodasText": "Pagoden",
- "backgroundPagodasNotes": "Erklimme die Spitze einer Pagode."
+ "backgroundPagodasNotes": "Erklimme die Spitze einer Pagode.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/de/challenge.json b/common/locales/de/challenge.json
index 680e9004e9..1886435ab1 100644
--- a/common/locales/de/challenge.json
+++ b/common/locales/de/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Wähle einen Gewinner und beende den Wettbewerb.",
"deleteOrSelect": "Löschen oder Gewinner wählen",
"endChallenge": "Wettbewerb beenden",
- "challengeDiscription": "Dies sind die Aufgaben des Wettbewerbs. Wenn Spieler teilnehmen, ändern die Aufgaben ihre Farben und erhalten Graphen, die Dir den Gesamtfortschritt der Gruppe zeigen.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Wie läuft es bei Euch allen?",
"filter": "Filter",
"groups": "Gruppen",
@@ -33,7 +33,8 @@
"challengeTagPop": "Wettbewerbe erscheinen als Tag-Liste und Aufgabenbeschreibungen. Also ist es einerseits sinnvoll, oben einen beschreibenden Titel zu wählen, andererseits brauchst Du aber auch eine \"Kurzfassung\". Dazu kannst Du zum Beispiel \"Verliere 5 Kilo in 3 Monaten\" mit \"-5kg\" abkürzen. (Klicke auf das '?' für mehr Informationen).",
"challengeDescr": "Beschreibung",
"prize": "Preis",
- "prizePop": "Wenn jemand Deinen Wettbewerb 'gewinnen' kann, dann kannst Du, wenn Du willst, dem Gewinner einen Edelstein-Preis zusprechen. Maximal #Edelsteine in Deinem Inventar (+guild.gems, wenn Du die dazugehörige Gilde gegründet hast). Beachte: Diese Preise können später nicht mehr geändert werden und werden nicht ersetzt, wenn der Wettbewerb abgebrochen wird.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Mindestens 1 Edelstein für öffentliche Wettbewerbe (Das verhindert Spam. Wirklich).",
"officialChallenge": "Offizieller HabitRPG Wettbewerb",
"by": "von",
@@ -43,6 +44,7 @@
"selectGroup": "Bitte wähle die Gruppe",
"challengeCreated": "Wettbewerb erstellt",
"sureDelCha": "Bist du sicher, dass Du den Wettbewerb löschen möchtest?",
+ "sureDelChaTavern": "Willst du die Challenge wirklich löschen? Deine Edelsteine werden dir nicht zurückerstattet.",
"removeTasks": "Aufgabe entfernen",
"keepTasks": "Aufgabe behalten",
"closeCha": "Wettbewerb auswählen und...",
diff --git a/common/locales/de/character.json b/common/locales/de/character.json
index 5fc20b7761..342e395438 100644
--- a/common/locales/de/character.json
+++ b/common/locales/de/character.json
@@ -52,9 +52,11 @@
"costume": "Verkleidung",
"costumeText": "Wenn Du das Aussehen einer anderen Ausrüstung Deiner Kampfausrüstung vorziehst, dann klicke auf die \"Verkleidung tragen\" Box um über Deiner Kampfausrüstung andere Ausrüstungsgegenstände zu tragen.",
"useCostume": "Verkleidung tragen",
- "gearAchievement": "Du hast den \"Ultimative Ausrüstung\" Erfolg erlangt, indem du die beste Ausrüstung erworben hast.",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Ultimative Ausrüstung",
- "ultimGearText": "Hat das beste Rüstungs- und Waffenset erworben.",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Level",
"levelUp": "Aufgestiegen!",
"mana": "Mana",
@@ -70,7 +72,7 @@
"allocatePerPop": "Füge einen Punkt zu Warnehmung hinzu",
"allocateInt": "Intelligenzpunkte:",
"allocateIntPop": "Füge einen Punkt zu Intelligenz hinzu",
- "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.",
+ "noMoreAllocate": "Jetzt, da Du Level 100 erreicht hast, wirst Du keine weiteren Attributpunkte erhalten. Du kannst weiterspielen, oder ein neues Abenteuer auf Level 1 anfangen, indem du die Sphäre der Wiedergeburt benutzt. Sie ist jetzt kostenlos auf dem Marktplatz erhältich.",
"stats": "Werte",
"strength": "Stärke",
"strengthText": "Stärke erhöht die Wahrscheinlichkeit zufälliger kritischer Treffer und die Rate mit der durch sie Gold, Beute und Erfahrung gewonnen wird. Weiterhin erhöht sich der Schaden an Bossen.",
@@ -140,5 +142,5 @@
"unequipBattleGear": "Kampfausrüstung ablegen",
"unequipCostume": "Kostüm ablegen",
"unequipPetMountBackground": "Haustier, Reittier & Hintergrund zurücksetzen ",
- "animalSkins": "Animal Skins"
+ "animalSkins": "Tierhäute"
}
\ No newline at end of file
diff --git a/common/locales/de/content.json b/common/locales/de/content.json
index 060d7377c5..ba6a5a2fb7 100644
--- a/common/locales/de/content.json
+++ b/common/locales/de/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Heiltrank",
"potionNotes": "Heilt um 15 Lebenspunkte (wird sofort angewendet)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Wolf",
"dropEggWolfAdjective": "ergebener",
"dropEggTigerCubText": "Jungtiger",
@@ -56,8 +60,8 @@
"questEggBunnyAdjective": "kuscheliger",
"questEggSlimeText": "Marshmallow Schleim",
"questEggSlimeAdjective": "süß",
- "questEggSheepText": "Sheep",
- "questEggSheepAdjective": "woolly",
+ "questEggSheepText": "Schaf",
+ "questEggSheepAdjective": "wolliges",
"eggNotes": "Finde einen Schlüpftrank, den Du über dieses Ei gießen kannst, damit ein <%= eggAdjective(locale) %> <%= eggText(locale) %> schlüpfen wird.",
"hatchingPotionBase": "Normaler",
"hatchingPotionWhite": "Weißer",
diff --git a/common/locales/de/front.json b/common/locales/de/front.json
index 334592c847..345f1a69a2 100644
--- a/common/locales/de/front.json
+++ b/common/locales/de/front.json
@@ -55,7 +55,7 @@
"footerMobile": "Mobil",
"footerSocial": "Soziales",
"forgotPass": "Passwort vergessen",
- "frabjabulousQuote": "HabitRPG ist der Grund weshalb ich einen tollen, gutbezahlten Job habe… und was mich noch mehr verwundert nutze ich nun täglich Zahnseide!",
+ "frabjabulousQuote": "HabitRPG ist der Grund weshalb ich einen tollen, gutbezahlten Job habe… und noch wunderbarer, ich benutze nun täglich Zahnseide!",
"free": "Umsonst spielen",
"gamifyButton": "Gestalte dein Leben spielerisch!",
"goalSample1": "1 Stunde Klavier üben",
@@ -73,9 +73,9 @@
"history": "Verlauf",
"infhQuote": "HabitRPG hat mir geholfen Struktur in mein Leben an der Universität zu bringen.",
"invalidEmail": "Um das Passwort zurückzusetzen, ist eine gültige Email-Adresse notwendig.",
- "irishfeet123Quote": "Ich hatte schreckliche Angewohnheiten, dass ich nach Mahlzeiten nicht aufgeräumt habe und Tassen in der ganzen Wohnung rumstanden. HabitRPG hat dies beseitigt.",
- "joinOthers": "Tritt bei! Über 200 000 Leute haben Spaß dabei, ihre Ziele zu erreichen.",
- "kazuiQuote": "Bevor HabitRPG kam ich mit meiner Dissertation nicht weiter und ich war unzufrieden mit meiner persönlichen Disziplin was Hausarbeit angeht und Dingen wie Vokabellernen und das Studium der Go-Theorie. Es stellte sich heraus, dass das Aufteilen der Aufgaben in kleinere machbare Checklisten, etwas ist, das mich motiviert und zum konstanten Arbeiten anregt.",
+ "irishfeet123Quote": "Ich hatte die schrecklichen Angewohnheiten, nach Mahlzeiten nicht aufzuräumen und Tassen in der ganzen Wohnung stehen zu lassen. HabitRPG hat das behoben.",
+ "joinOthers": "Schließe dich 200.000 Leuten an, die Spaß daran haben, ihre Ziele zu erreichen.",
+ "kazuiQuote": "Vor HabitRPG kam ich mit meiner Dissertation nicht weiter und war unzufrieden mit meiner persönlichen Disziplin bei Hausarbeiten und Dingen wie Vokabellernen und dem Studium der Go-Theorie. Es stellte sich heraus, dass das Aufteilen der Aufgaben in kleinere, machbare Checklisten etwas ist, das mich motiviert und zum konstanten Arbeiten anregt.",
"landingadminlink": "Verwaltungspakete",
"landingend": "Noch nicht überzeugt?",
"landingend2": "Hier ist eine genauere Liste",
@@ -89,7 +89,7 @@
"landingp3header": "Konsequenzen",
"landingp4": "Mit einer lebendigen Community bietet HabitRPG die Verantwortung die Ihr braucht um auf Eure Aufgaben konzentriert zu bleiben. Mit dem Gruppensystem, könnt Ihr eine Gruppe Eurer besten Freunde zur Unterstützung rufen. Das Gildensystem erlaubt Euch Spieler mit ähnlichen Interessen oder Hindernissen zu finden, damit Ihr Eure Ziele gemeinsam erreichen und Tips, wie Ihr Eure Probleme angehen könnt, austauschen könnt. Auf HabitRPG steht die Community für die Unterstützung und die Verantwortung die Ihr braucht um Erfolg zu haben.",
"landingp4header": "Verantwortung",
- "leadText": "HabitRPG ist eine kostenlose Anwendung zur Gewohnheitsbildung und Steigerung der Produktivität, die dein Leben als Spiel betrachtet. Mit Belohnungen und Bestafungen zur Motivation und einem starken sozialem Netzwerk zur Inspiration hilft HabitRPG dir deine Ziele zu erreichen und ein gesunder, fleißiger und glücklicher Mensch zu werden.",
+ "leadText": "HabitRPG ist eine kostenlose Anwendung zur Gewohnheitsbildung und Steigerung der Produktivität, die dein Leben wie ein Spiel betrachtet. Mit Belohnungen und Bestafungen als Motivation und einem starken sozialem Netzwerk als Inspiration, kann HabitRPG dir helfen deine Ziele zu erreichen und ein gesunder, fleißiger und glücklicher Mensch zu werden.",
"login": "Einloggen",
"loginAndReg": "Einloggen / Registrieren",
"loginFacebookAlt": "Einloggen / Registrieren mit Facebook",
@@ -120,8 +120,8 @@
"mobileAndroid": "Android",
"mobileIOS": "iOS",
"motivate": "Motiviere dich und dein Team!",
- "motivate1": "Motiviere dich, egal wozu.",
- "motivate2": "Organiziere dich. Motiviere dich. Verdiene Gold.",
+ "motivate1": "Motiviere dich, alles Mögliche zu tun.",
+ "motivate2": "Werde organisiert. Motiviere dich. Verdiene Gold.",
"passConfirm": "Passwort bestätigen",
"passMan": "Falls Du einen Passwort-Manager verwendest (wie 1Password) und Probleme hast Dich einzuloggen, versuche Deinen Benutzernamen und Dein Passwort manuell einzugeben.",
"password": "Passwort",
@@ -132,15 +132,15 @@
"presskitText": "Danke für euer Interesse an HabitRPG! Die folgenden Bilder können für Artikel oder Videos über HabitRPG verwendet werden. Für weitere Informationen kontaktiert bitte Siena Leslie unter leslie@habitrpg.com.",
"privacy": "Datenschutzrichtlinie",
"psst": "Psst",
- "punishByline": "Überwinde schlechte Gewohnheiten und Nichtstun durch direkte Konsequenzen.",
+ "punishByline": "Überwinde schlechte Gewohnheiten und das Aufschieben von Aufgaben durch direkte Konsequenzen.",
"punishHeading1": "Eine tägliche Aufgabe verfehlt?",
"punishHeading2": "Gesundheit verloren!",
- "questByline1": "Durch das gemeinsame Spielen, trägst du die Verantwortung für deine Aufgaben.",
+ "questByline1": "Durch das gemeinsame Spielen trägst du die Verantwortung für deine Aufgaben.",
"questByline2": "Stellt euch gegenseitig Herausforderungen und meistert das Ziel gemeinsam!",
"questHeading1": "Besiege Monster mit deinen Freunden!",
"questHeading2": "Falls du faulenzt, schadet das allen!",
"register": "Registrieren",
- "rewardByline1": "Kaufe mit dem Gold virtuelle Belohnungen und Belohnungen im richtigen Leben.",
+ "rewardByline1": "Kaufe mit dem Gold virtuelle und reale Belohnungen.",
"rewardByline2": "Sofortige Belohnungen halten dich bei Laune!",
"rewardHeading": "Erfülle eine Aufgabe, um Gold zu verdienen!",
"sampleDailies": "Musteraufgaben",
@@ -149,13 +149,13 @@
"school": "Schule",
"schoolSample1": "1 Aufgabe erfüllen",
"schoolSample2": "1 Stunde lernen",
- "schoolSample3": "Treffen mit derLerngruppe",
+ "schoolSample3": "Treffen mit der Lerngruppe",
"schoolSample4": "Notizen für 1 Kapitel machen",
"schoolSample5": "1 Kapitel lesen",
- "sixteenBitFilQuote": "Dank HabitRPG erledige ich meine Arbeit in Rekordzeit. Ich bin immer so eifrig um meinen nächsten Level zu erreichen!",
- "skysailorQuote": "Meine Gruppe und unsere Questes halten mich im Spiel, was mich motiviert, Dinge zu erledigen und was mein Leben auf eine positive Art ändert",
+ "sixteenBitFilQuote": "Dank HabitRPG erledige ich meine Arbeit in Rekordzeit. Ich kann es kaum erwarten das nächste Level zu erreichen!",
+ "skysailorQuote": "Meine Gruppe und unsere Quests halten mich im Spiel, was mich motiviert Dinge zu erledigen und mein Leben auf eine positive Art zu verändern.",
"socialTitle": "HabitRPG - Spiele dein Leben",
- "supermouse35Quote": "Ich trainiere mehr und habe meine Medikamente seit Monaten nicht vergessen. Danek Habit. :D",
+ "supermouse35Quote": "Ich trainiere mehr und habe meine Medikamente seit Monaten nicht vergessen. Danke Habit. :D",
"sync": "Synchronisieren",
"tasks": "Aufgaben",
"teamSample1": "Besprechung für Dienstag vorbereiten",
@@ -166,11 +166,17 @@
"testimonialHeading": "Was andere sagen…",
"tutorials": "Anleitungen",
"unlockByline1": "Erreiche deine Ziele und steige Level auf.",
- "unlockByline2": "Schalte neue motivierende Dinge frei, wie zum Beispiel Haustiere, zufällige Belohnungen, Zaubersprüche und mehr!",
+ "unlockByline2": "Schalte neue, motivierende Werkzeuge frei, wie zum Beispiel Haustiere, zufällige Belohnungen, Zaubersprüche und mehr!",
"unlockHeadline": "Je mehr du tust, desto mehr neue Inhalte kannst du freigeschalten!",
"useUUID": "Benutze UUID / API Token (Für Facebook Benutzer)",
"username": "Benutzername",
"watchVideos": "Sehen Sie sich die Videos an",
"work": "Arbeit",
- "zelahQuote": "Dadurch, dass ich Punkte bekomme, wenn ich früh ins Bett gehe und Schaden nehme, wenn ich spät ins Bett gehe, habe ich es mit HabitRPG geschafft, rechtzeitig ins Bett zu gehen."
+ "zelahQuote": "Dadurch, dass ich Punkte bekomme, wenn ich früh ins Bett gehe und Schaden nehme, wenn ich erst spät ins Bett gehe, habe ich es mit HabitRPG geschafft, mir frühe Bettzeiten anzugewöhnen.",
+ "reportAccountProblems": "Melde Probleme mit deinem Konto",
+ "reportCommunityIssues": "Melde Community-Probleme",
+ "generalQuestionsSite": "Generelle Fragen über die Webseite.",
+ "businessInquiries": "Geschäftsanfragen.",
+ "merchandiseInquiries": "Anfragen zu Handelswaren und Vermarktung",
+ "marketingInquiries": "Marketing-/Soziale Netzwerke Anfragen"
}
\ No newline at end of file
diff --git a/common/locales/de/gear.json b/common/locales/de/gear.json
index 78709ec355..5b9eebf81d 100644
--- a/common/locales/de/gear.json
+++ b/common/locales/de/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Ersteche deine Feinde oder verschling dein Lieblingsessen - diese flexible Forke ist universell einsetzbar! Gewährt keinen Bonus. November 2014 Abonnenten-Gegenstand.",
"weaponMystery201502Text": "Schimmernder Flügelstab der Liebe und auch der Wahrheit",
"weaponMystery201502Notes": "Für FLÜGEL! Für die LIEBE! Und AUCH für die WAHRHEIT! Gewährt keinen Bonus. Februar 2015 Abonnentengegenstand.",
+ "weaponMystery201505Text": "Grüne Ritterlanze",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Steampunk Spazierstock",
"weaponMystery301404Notes": "Perfekt, um gemütlich durch die Stadt zu spazieren. März 3015 Abonnenten-Gegenstand. Gewährt keinen Bonus.",
"armor": "Rüstung",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Wer ist der Pinguin? Kein Attributbonus. Dezember 2014 Abonnenten-Gegenstand.",
"headMystery201501Text": "Sternenhelm",
"headMystery201501Notes": "Die Konstellationen der Sterne funkeln in diesem Helm, und verleihen den Träger die Konzentration, seine Aufgaben zu erfüllen.\nDieser Helm gibt keinen Statuspunktebonus. Januar 2015 Abonnenten Gegenstand.",
+ "headMystery201505Text": "Grüner Ritterhelm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Schicker Zylinder",
"headMystery301404Notes": "Ein schicker Zylinder für die feinsten Gentlemänner und -frauen! Januar 3015 Abonennten-Gegenstand. Kein Attributbonus. ",
"headMystery301405Text": "Einfacher Zylinder",
@@ -466,8 +470,8 @@
"bodySpecialSummerHealerText": "Korallenkragen",
"bodySpecialSummerHealerNotes": "Limited Edition 2014 Sommer-Set. Ein stylischer Kragen aus lebendigen Korallen! Gewährt keinen Bonus zu Attributen.",
"headAccessory": "Kopfschmuck",
- "accessories": "Accessories",
- "animalEars": "Animal Ears",
+ "accessories": "Accessoires ",
+ "animalEars": "Tierohren",
"headAccessoryBase0Text": "Kein Kopfschmuck",
"headAccessoryBase0Notes": "Kein Kopfschmuck",
"headAccessorySpecialSpringRogueText": "Lila Katzenohren",
@@ -486,22 +490,22 @@
"headAccessorySpecialSpring2015MageNotes": "Diese Ohren lauschen eifrig, falls irgendwo ein Magier Geheimnisse offenbart. Kein Attributbonus. Limited Edition 2015 Frühlingsausrüstung.",
"headAccessorySpecialSpring2015HealerText": "Grüne Kätzchenohren",
"headAccessorySpecialSpring2015HealerNotes": "Diese süßen Kätzchenohren machen andere grün vor Neid. Kein Attributbonus. Limited Edition 2015 Frühlingsausrüstung.",
- "headAccessoryBearEarsText": "Bear Ears",
- "headAccessoryBearEarsNotes": "These ears make you look like a cuddly bear! Confers no benefit.",
- "headAccessoryCactusEarsText": "Cactus Ears",
- "headAccessoryCactusEarsNotes": "These ears make you look like a prickly cactus! Confers no benefit.",
- "headAccessoryFoxEarsText": "Fox Ears",
- "headAccessoryFoxEarsNotes": "These ears make you look like a wily fox! Confers no benefit.",
- "headAccessoryLionEarsText": "Lion Ears",
- "headAccessoryLionEarsNotes": "These ears make you look like a regal lion! Confers no benefit.",
- "headAccessoryPandaEarsText": "Panda Ears",
- "headAccessoryPandaEarsNotes": "These ears make you look like a gentle panda! Confers no benefit.",
- "headAccessoryPigEarsText": "Pig Ears",
- "headAccessoryPigEarsNotes": "These ears make you look like a whimsical pig! Confers no benefit.",
- "headAccessoryTigerEarsText": "Tiger Ears",
- "headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.",
- "headAccessoryWolfEarsText": "Wolf Ears",
- "headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.",
+ "headAccessoryBearEarsText": "Bärchenohren",
+ "headAccessoryBearEarsNotes": "Diese Ohren verleihen dir das Aussehen eines knuffigen Bärchens! Gewährt keinen Attributbonus.",
+ "headAccessoryCactusEarsText": "Kaktusohren",
+ "headAccessoryCactusEarsNotes": "Diese Ohren verleihen Dir das Aussehen eines stacheligen Kaktus! Gewährt keinen Attributbonus.",
+ "headAccessoryFoxEarsText": "Fuchsohren",
+ "headAccessoryFoxEarsNotes": "Diese Ohren verleihen dir das Aussehen eines listigen Fuchses! Gewährt keinen Attributbonus.",
+ "headAccessoryLionEarsText": "Löwenohren",
+ "headAccessoryLionEarsNotes": "Diese Ohren verleihen dir das Aussehen eines königlichen Löwen! Gewährt keinen Attributbonus.",
+ "headAccessoryPandaEarsText": "Pandaohren",
+ "headAccessoryPandaEarsNotes": "Diese Ohren verleihen dir das Aussehen eines sanftmütigen Pandas! Gewährt keinen Attributbonus.",
+ "headAccessoryPigEarsText": "Schweinchenohren",
+ "headAccessoryPigEarsNotes": "Diese Ohren verleihen dir das Aussehen eines drolligen Schweinchens! Gewährt keinen Attributbonus.",
+ "headAccessoryTigerEarsText": "Tigerohren",
+ "headAccessoryTigerEarsNotes": "Diese Ohren verleihen dir das Aussehen eines wilden Tigers! Gewährt keinen Attributbonus.",
+ "headAccessoryWolfEarsText": "Wolfsohren",
+ "headAccessoryWolfEarsNotes": "Diese Ohren verleihen dir das Aussehen eines loyalen Wolfes! Gewährt keinen Attributbonus.",
"headAccessoryMystery201403Text": "Waldwanderergeweih",
"headAccessoryMystery201403Notes": "Diese Geweihe schimmern in Moos und Flechten. Kein Attributbonus. März 2014 Abonennten-Gegenstand.",
"headAccessoryMystery201404Text": "Schmetterlingsfühler des Zwielichts",
diff --git a/common/locales/de/generic.json b/common/locales/de/generic.json
index 4c9e411f37..2009f25d29 100644
--- a/common/locales/de/generic.json
+++ b/common/locales/de/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitica",
"expandToolbar": "Werkzeugleiste erweitern",
"collapseToolbar": "Werkzeugleiste minimieren",
- "formattingMarkdown": "Markdown Formatierung erlaubt",
+ "markdownBlurb": "HabitRPG nutzt Markdown für das Formatieren von Text. Siehe das Markdown Cheat Sheet für weitere Informationen.",
+ "showFormattingHelp": "Formatierungshilfe anzeigen",
+ "hideFormattingHelp": "Formatierungshilfe verbergen",
+ "youType": "Du schreibst:",
+ "youSee": "Du siehst:",
+ "italics": "*Kursiv*",
+ "bold": "**Fett**",
+ "strikethrough": "~~Durchgestrichen~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG ist toll!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ Erster Gegenstand
+ Zweiter Gegenstand
+ Dritter Gegenstand",
+ "unorderedListMarkdown": "+ Erster Gegenstand\n+ Zweiter Gegenstand\n+ Dritter Gegenstand",
+ "code": "`Code`",
"achievements": "Erfolge",
"modalAchievement": "Erfolg!",
"special": "Spezial",
diff --git a/common/locales/de/groups.json b/common/locales/de/groups.json
index dfe7df9659..8ec9715572 100644
--- a/common/locales/de/groups.json
+++ b/common/locales/de/groups.json
@@ -2,7 +2,7 @@
"tavern": "Gasthaus",
"innCheckOut": "Das Gasthaus verlassen",
"innCheckIn": "Im Gasthaus erholen",
- "innText": "You're resting in the Inn! While checked-in, your Dailies won't hurt you at the day's end, but they will still refresh every day. Be warned: If you are participating in a Boss Quest, the Boss will still damage you for your party mates' missed Dailies unless they are also in the Inn! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
+ "innText": "Du erholst dich im Gasthaus! Während du dort verweilst, werden dir deine täglichen Aufgaben keinen Schaden zufügen, aber trotzdem täglich aktualisiert werden. Vorsicht: Wenn du an einem Bosskampf teilnimmst, erhältst du weiterhin Schaden für die verpassten Aufgaben deiner Gruppenmitglieder, sofern sich diese nicht auch im Gasthaus befinden! Außerdem wird der Schaden, den Du dem Boss zufügst, (und gefundene Gegenstände) erst angewendet, wenn du das Gasthaus verlässt.",
"lfgPosts": "Nach Gruppeneinträgen suchen",
"tutorial": "Anleitung",
"glossary": "Nomenklatur",
@@ -102,12 +102,19 @@
"messageWroteIn": "<%= user %> schrieb in <%= group %>",
"msgPreviewHeading": "Nachrichtenvorschau",
"leaderOnlyChallenges": "Nur der Gruppenleiter kann Wettbewerbe erstellen",
- "sendGift": "Send Gift",
- "inviteFriends": "Invite Friends",
- "inviteAlertInfo": "Invite friends by User ID here.",
- "inviteExistUser": "Invite Existing User",
- "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
- "byColon": "By:",
- "inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "sendGift": "Geschenk schicken",
+ "inviteFriends": "Lade Freunde ein",
+ "inviteAlertInfo": "Lade hier Freunde mit Benutzer ID ein.",
+ "inviteExistUser": "Lade existierenden Nutzer ein",
+ "inviteByEmail": "Lade Freunde per Email ein. Falls sie über deine Email beitreten, werden sie automatisch dieser Gruppe hinzugefügt.",
+ "byColon": "Von:",
+ "inviteNewUsers": "Lade neue(n) Benutzer ein.",
+ "inviteAlertInfo2": "Oder teile diesen Link (kopieren/einfügen):",
+ "sendGiftHeading": "Sende Geschenk an <%= name %>",
+ "sendGiftGemsBalance": "Von <%= number %> Edelsteinen",
+ "sendGiftCost": "Insgesamt: $<%= cost %> USD",
+ "sendGiftFromBalance": "Vom Saldo",
+ "sendGiftPurchase": "Kauf",
+ "sendGiftMessagePlaceholder": "Persönliche Nachricht (optional)",
+ "sendGiftSubscription": "<%= months %> Monat(e): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/de/npc.json b/common/locales/de/npc.json
index f1f1542575..0dacd7dd25 100644
--- a/common/locales/de/npc.json
+++ b/common/locales/de/npc.json
@@ -2,11 +2,11 @@
"npc": "NPC",
"npcText": "Hat die Kickstarter Kampagne auf dem höchsten Level mitgetragen!",
"mattBoch": "Matt Boch",
- "mattShall": "Soll ich Dir Dein Ross bringen, <%= name %>? Klicke auf ein Reittier um aufzusteigen.",
- "mattBochText1": "Wilkommen in den Ställen! Ich bin Matt, der Meister aller Bestien. Wähle hier ein Haustier aus damit es Dir treu zur Seite steht. Füttere sie und sie werden zu mächtigen Rössern heranwachsen.",
+ "mattShall": "Soll ich Dir Dein Ross bringen, <%= name %>? Sobald Du einem Haustier so viel Futter gegeben hast, dass es zu einem Reittier werden konnte, wird es hier erscheinen. Klicke auf ein Reittier um aufzusteigen!",
+ "mattBochText1": "Willkommen im Stall! Ich bin Matt, der Bestienmeister. Ab Level 4 kannst Du mit Hilfe von Eiern und Tränken Haustieren ausbrüten. Wenn Du auf dem Marktplatz ein Haustier schlüpfen lässt, wird es hier erscheinen! Klicke auf das Haustier, um es Deinem Avatar hinzuzufügen. Füttere Deine Tiere mit dem Futter, welches Du ab Level 4 findest, damit sie zu mächtigen Reittieren heranwachsen. ",
"daniel": "Daniel",
- "danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
- "danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
+ "danielText": "Willkommen im Gasthaus! Setz Dich und triff die Einheimischen. Willst Du dich ausruhen (Urlaub? Krankheit?), dann besorge ich Dir ein schönes Zimmer. Solange Du dort eingecheckt bist, werden Deine täglichen Aufgaben Dir am Ende des Tages keinen Schaden zufügen, aber Du kannst sie trotzdem abhaken.",
+ "danielText2": "Sei gewarnt: Falls Du an einem Boss-Quest teilnimmst, wird Dir der Boss immer noch Schaden für die nicht abgehakten Aufgaben Deiner Gruppenmitglieder zufügen! Außerdem wird der Schaden, den Du dem Boss zufügst (sowie gefundene Gegenstände) erst angewendet, wenn Du das Gasthaus verlässt.",
"alexander": "Alexander der Händler",
"welcomeMarket": "Willkommen auf dem Marktplatz! Kaufe schwer zu findende Eier und Tränke! Verkaufe Überflüssiges! Gib' wichtige Dienste in Auftrag! Komm' und schau', was wir anzubieten haben.",
"sellForGold": "Verkaufe <%= item %> für <%= gold %> Gold",
@@ -45,9 +45,9 @@
"tourScrollDown": "Gehe sicher, dass Du auch ganz nach unten scrollst um alle Optionen zu sehen! Klicke erneut auf Deinen Avatar um zur Aufgabenseite zurückzukehren. ",
"tourMuchMore": "Wenn Du Aufgaben erledigt hast, kannst Du mit Freunden eine Gruppe gründen, Dich in den Gilden nach Gespräche über verschiedene Themen umsehen, Wettbewerben beitreten und vieles mehr!",
"tourStatsPage": "Auf dieser Seite kannst Du Deine Statuswerte im Auge behalten. Erreiche neue Erfolge indem Du die aufgelisteten Aufgaben erledigst.",
- "tourTavernPage": "Willkommen in der Taverne, hier kannst Du Dich mit Habiticanern aus ganz Habitica unterhalten. Sie ist für alle Habitianer, allen Alters offen. Falls Du krank oder in Urlaub bist, kannst Du hier Deine Gewohnheiten vorübergehend einfrieren und Dir eine Auszeit gönnen, indem Du auf \"Im Gasthaus erholen\" klickst.",
+ "tourTavernPage": "Willkommen in der Taverne, ein Chatroom für Habiticaner aller Altersgruppen! Falls Du krank oder im Urlaub bist, kannst Du hier verhindern, dass Deine täglichen Aufgaben Dir Schaden zufügen, indem Du auf \"Im Gasthaus erholen\" klickst. Komm rein und sag Hallo! ",
"tourPartyPage": "Deine Gruppe wird Dir dabei helfen weiterhin verantwortungsbewusst Deine Aufgaben zu erledigen. Lade Freunde ein um neue Quest Rollen freizuschalten!",
"tourGuildsPage": "Gilden sind Gruppen mit gemeinsamen Interessen. Suche nach Begriffen, die Dich interessieren! Wir empfehlen die \"Gilde für Neuankömmlinge\" (Newbies Guild).",
- "tourChallengesPage": "Wenn Du einer Herausforderung beitrittst, erscheinen neue Aufgaben in Deinem Aufgabenmenü. Messe Dich mit andere Spieler und gewinne Edelsteine!",
+ "tourChallengesPage": "Wettbewerbe sind Aufgabenlisten mit bestimmten Themen, die von Benutzern erstellt wurden. Wenn Du einem Wettbewerb beitrittst, werden seine Aufgaben deinem Aufgabenmenü hinzugefügt. Messe Dich mit anderen Spielern und gewinne Edelsteine! ",
"tourMarketPage": "Sobald Du Level 4 erreichst, erhältst Du manchmal als zufällige Belohnung für erledigte Aufgaben Eier und Schlüpftränke. Diese erscheinen hier - nutze sie um Haustiere auszubrüten. Du kannst außerdem Gegenstände vom Marktplatz kaufen."
}
\ No newline at end of file
diff --git a/common/locales/de/quests.json b/common/locales/de/quests.json
index fc5e37bd8a..f68b764f14 100644
--- a/common/locales/de/quests.json
+++ b/common/locales/de/quests.json
@@ -6,8 +6,8 @@
"questSend": "Indem Du auf \"Einladen\" klickst, sendest Du eine Einladung an Deine Gruppenmitglieder. Wenn alle Mitglieder angenommen oder abgelehnt haben beginnt das Quest. Statusabfrage unter Optionen > Soziales > Gruppe.",
"inviteParty": "Gruppe einladen",
"questInvitation": "Quest Einladung:",
- "questInvitationTitle": "Quest Invitation",
- "questInvitationInfo": "Invitation for the Quest <%= quest %>",
+ "questInvitationTitle": "Quest-Einladung",
+ "questInvitationInfo": "Einladung zu der Quest <%= quest %>",
"askLater": "Später fragen",
"buyQuest": "Quest kaufen",
"accepted": "Angenommen",
@@ -19,7 +19,7 @@
"bossStrength": "Boss Stärke",
"collect": "Sammle ein",
"collected": "Gesammelt",
- "bossDmg1": "Um ein Bossmonster zu schwächen, musst Du Deine täglichen und einmaligen Aufgaben abhaken. Ein höherer Aufgaben Schaden führt zu höherem Bossschaden (rote Aufgaben abhaken, Zaubersprüche, Spezialattacken, usw.). Das Bossmonster fügt, zuzüglich Deinem normalen Schaden, jedem Teilnehmer des Quests Schaden für jede tägliche Aufgabe, die Du nicht abgehakt hast, zu (der Schaden wird mit der Stärke des Bossmonsters multipliziert). Also beschütze Deine Gruppe indem Du Deine täglichen Aufgaben erledigst! Der Schaden den Du dem Bossmonster zufügst und den Deine Gruppe erhält, wird in der Chronik festgehalten (dort kannst Du den täglichen Fortschritt überprüfen).",
+ "bossDmg1": "Jede erledigte tägliche Aufgabe und Aufgabe und jede positive Gewohnheit fügt dem Boss Schaden zu. Mit roteren Aufgaben, Gewaltschlag oder Flammenstoß kannst du ihm noch stärkeren Schaden zufügen. Für jede tägliche Aufgabe, die du nicht erledigt hast, wird der Boss jedem Teilnehmer der Quest Schaden zufügen (multipliziert mit der Stärke des Bosses), der zu deinem normalen Schaden noch dazukommt. Deshalb sorg dafür, dass deine Gruppe gesund bleibt, indem du deine täglichen Aufgaben erledigst! Jeder Schaden, der dem Boss zugefügt wird und den er zufügt, wird zu Cron berechnet (dein individueller Tagesbeginn).",
"bossDmg2": "Nur Teilnehmer kämpfen gegen den Boss und bekommen ihren Anteil an der Beute.",
"tavernBossInfo": "Um einem Weltbossmonster Schaden zuzufügen, musst Du Deine täglichen und einmaligen Aufgaben abhaken. Ein höherer Aufgaben Schaden führt zu höherem Bossschaden (rote Aufgaben abhaken, Zaubersprüche, Spezialattacken, usw.). Für jede tägliche Aufgabe, die Du nicht erledigst (multipliziert mit der Stärke des Bossmonsters) wird die Wut des Bossmonsters ansteigen. Hat sie das Maximum erreicht, wird etwas schlimmes passieren - also erledige Deine täglichen Aufgaben! Der Schaden den Du dem Bossmonster zufügst und die Wutpunkte, die Du an das Bossmonster verlierst, werden in der Chronik festgehalten (dort kannst Du den täglichen Fortschritt überprüfen).",
"bossColl1": "Um Gegenstände zu sammeln musst Du Deine Aufgaben erfüllen. Quest Gegenstände sind genauso wie normale Gegenstände zu finden, aber Du kannst das Ergebnis erst zum Tageswechsel sehen. Dann wird alles, was jeder Teilnehmer gefunden hat zusammengerechnet und dem Quest zugerechnet.",
diff --git a/common/locales/de/questscontent.json b/common/locales/de/questscontent.json
index 42bf71fc7e..21863d40ae 100644
--- a/common/locales/de/questscontent.json
+++ b/common/locales/de/questscontent.json
@@ -197,10 +197,10 @@
"questSlimeCompletion": "Mit einem letzten Mopstoß stößt Du den Glibber König in die Falle, einen riesigen Donut, den @Overomega, @LordDarkly und @Shaner, die gewitzten Anführer der Feingebäck-Gilde, herangebracht haben. Anerkennend klopfen Dir die Habitianer auf den Rücken, als Du fühlst, wie Dir jemand etwas in die Tasche rutschen lässt. Es ist die Belohnung für Deinen süßen Erfolg: drei Marshmallow Schleim Eier.",
"questSlimeDropSlimeEgg": "Marshmallow Schleim (Ei)",
"questSlimeUnlockText": "Schaltet Schleim Eier auf dem Marktplatz zum Kaufen frei",
- "questSheepText": "The Thunder Ram",
- "questSheepNotes": "As you wander the rural Taskan countryside with friends, taking a \"quick break\" from your obligations, you find a cozy yarn shop. You are so absorbed in your procrastination that you hardly notice the ominous clouds creep over the horizon. \"I've got a ba-a-a-ad feeling about this weather,\" mutters @Misceo, and you look up. The stormy clouds are swirling together, and they look a lot like a... \"We don't have time for cloud-gazing!\" @starsystemic shouts. \"It's attacking!\" The Thunder Ram hurtles forward, slinging bolts of lightning right at you!",
- "questSheepBoss": "Thunder Ram",
- "questSheepCompletion": "Impressed by your diligence, the Thunder Ram is drained of its fury. It launches three huge hailstones in your direction, and then fades away with a low rumble. Upon closer inspection, you discover that the hailstones are actually three fluffy eggs. You gather them up, and then stroll home under a blue sky.",
- "questSheepDropSheepEgg": "Sheep (Egg)",
- "questSheepUnlockText": "Unlocks purchasable sheep eggs in the Market"
+ "questSheepText": "Der Donnerbock",
+ "questSheepNotes": "Als du mit deinen Freunden durch das ländliche Aufgabistan wanderst und eine \"kurze Pause\" von deinen Verpflichtungen einlegst, findest du einen kleinen Garnladen. Du bist so in deine Aufgabenaufschieberei vertieft, dass du die Unheil verkündenden Wolken am Horizont kaum bemerkst. \"Ich habe ein schlechtes Gefühl bei diesem Wetter\", murmelt @Misceo und du schaust nach oben. Die stürmischen Wolken brauen sich zusammen und sie sehen fast aus wie... \"Wir haben keine Zeit, in die Wolken zu schauen\", ruft @starsystemic. \"Es greift an!\" Der Donnerbock rast los und schleudert Blitze direkt auf dich zu!",
+ "questSheepBoss": "Donnerbock",
+ "questSheepCompletion": "Beeindruckt von deinem Fleiß, lässt die Wut des Donnerbocks nach. Er schießt drei riesige Hagelkörner in deine Richtung und verschwindet dann mit leisem Grollen. Bei näherer Betrachtung entdeckst du, dass die Hagelkörner eigentlich drei flauschige Eier sind. Du hebst sie auf und schlenderst unter blauem Himmel nach Hause.",
+ "questSheepDropSheepEgg": "Schaf (Ei)",
+ "questSheepUnlockText": "Ermöglicht den Kauf von Schafseiern auf dem Marktplatz"
}
\ No newline at end of file
diff --git a/common/locales/de/settings.json b/common/locales/de/settings.json
index bcd43a8810..879c96802c 100644
--- a/common/locales/de/settings.json
+++ b/common/locales/de/settings.json
@@ -93,7 +93,7 @@
"wonChallenge": "Du hast einen Wettbewerb gewonnen",
"newPM": "Du hast eine private Nachricht erhalten",
"giftedGems": "Verschenkte Edelsteine",
- "giftedGemsInfo": "<%= amount %> Gems - by <%= name %>",
+ "giftedGemsInfo": "<%= amount %> Edelsteine - von <%= name %>",
"giftedSubscription": "Verschenkte Abonnements ",
"invitedParty": "In die Gruppe eingeladen",
"invitedGuild": "In die Gilde eingeladen",
diff --git a/common/locales/de/spells.json b/common/locales/de/spells.json
index c39c8a50d0..62ab678a27 100644
--- a/common/locales/de/spells.json
+++ b/common/locales/de/spells.json
@@ -1,6 +1,6 @@
{
"spellWizardFireballText": "Flammenstoß",
- "spellWizardFireballNotes": "Flames burst from your hands. You gain XP, and you deal extra damage to Bosses! Click on a task to cast. (Based on: INT)",
+ "spellWizardFireballNotes": "Flammen schießen aus deinen Händen. Du erhältst XP und fügst Bossen zusätzlichen Schaden zu! Klicke auf eine Aufgabe, um sie zu verzaubern. (Basiert auf: INT Wert)",
"spellWizardMPHealText": "Ätherischer Schwall",
"spellWizardMPHealNotes": "Du opferst Mana um Deinen Freunden zu helfen. Der Rest Deiner Gruppe erhält MP! (Basiert auf: INT Wert)",
"spellWizardEarthText": "Erdbeben",
@@ -8,7 +8,7 @@
"spellWizardFrostText": "Klirrender Frost",
"spellWizardFrostNotes": "Eine Eisschicht überzieht deine Aufgaben. Keine Deiner Strähnen wird morgen auf null zurückgesetzt! (Einmal gewirkt wirkt der Effekt auf all Deine Strähnen)",
"spellWarriorSmashText": "Gewaltschlag",
- "spellWarriorSmashNotes": "You hit a task with all of your might. It gets more blue/less red, and you deal extra damage to Bosses! Click on a task to cast. (Based on: STR)",
+ "spellWarriorSmashNotes": "Du triffst eine Aufgabe mit aller Kraft. Sie wird blauer/weniger rot, und du fügst Bossen extra Schaden zu! Klicke auf eine Aufgabe, um sie zu anzugreifen. (Basiert auf: STR)",
"spellWarriorDefensiveStanceText": "Verteidigungstellung",
"spellWarriorDefensiveStanceNotes": "Du bereitest dich auf den Ansturm deiner Aufgaben vor. Du erhälst einen Ausdauerbonus! (Basiert auf: CON ohne Boni)",
"spellWarriorValorousPresenceText": "Tapferer Charakter",
@@ -16,9 +16,9 @@
"spellWarriorIntimidateText": "Einschüchternder Blick",
"spellWarriorIntimidateNotes": "Dein Blick erfüllt die Herzen Deiner Feinde mit Angst. Deine ganze Gruppe erhält einen Ausdauerbonus! (Basiert auf: CON ohne Boni)",
"spellRoguePickPocketText": "Taschendiebstahl",
- "spellRoguePickPocketNotes": "You rob a nearby task. You gain gold! Click on a task to cast. (Based on: PER)",
+ "spellRoguePickPocketNotes": "Du bestiehlst eine Aufgabe in der Nähe. Du erhältst Gold! Klicke auf eine Aufgabe, um sie zu bestehlen. (Basiert auf: PER)",
"spellRogueBackStabText": "Überraschungsangriff",
- "spellRogueBackStabNotes": "You betray a foolish task. You gain gold and XP! Click on a task to cast. (Based on: STR)",
+ "spellRogueBackStabNotes": "Du betrügst eine törichte Aufgabe. Du erhältst Gold und Erfahrungspunkte! Klicke auf eine Aufgabe, um sie zu betrügen. (Basiert auf: STR)",
"spellRogueToolsOfTradeText": "Handwerkszeug",
"spellRogueToolsOfTradeNotes": "Du teilst Deine Talente mit Deinen Freunden. Deine ganze Gruppe erhält einen Wahrnehmungsbonus! (Basiert auf: PER ohne Boni)",
"spellRogueStealthText": "Schleichen",
diff --git a/common/locales/de/tasks.json b/common/locales/de/tasks.json
index 0b2bc17263..cf5719adc4 100644
--- a/common/locales/de/tasks.json
+++ b/common/locales/de/tasks.json
@@ -14,7 +14,7 @@
"save": "Speichern",
"addChecklist": "Checkliste hinzufügen",
"checklist": "Checkliste",
- "checklistText": "Bei täglichen Aufgaben verringert eine teilweise abgehakte Liste den Schaden. Zum Beispiel wird der Schaden einer Liste mit 4 Aufgaben bei der 3 abgehakt sind auf 25% reduziert. Erfüllte Listen bei einmaligen Aufgaben zählen als Multiplikator: 3 Aufgaben bedeutet +3x (also insgesammt 4x) Erfahrung, Gold und Mana",
+ "checklistText": "Zerlege eine Aufgabe in kleinere Teile! Checklisten erhöhen die Erfahrung und das Gold, das Du für eine Aufgabe bekommst, und verringern den Schaden, den eine tägliche Aufgabe verursacht. ",
"expandCollapse": "Auf-/Zuklappen",
"text": "Text",
"extraNotes": "Extra Notizen",
@@ -22,7 +22,7 @@
"advancedOptions": "Erweiterte Optionen",
"difficulty": "Schwierigkeit",
"difficultyHelpTitle": "Wie schwer ist die Aufgabe?",
- "difficultyHelpContent": "Das multipliziert den Wert. Benutze es bedachtsam, verlasse dich anstatt dessen auf unseren Anpassungsalgorithmus. Manche Aufgaben sind aber krass wertvoller (Schreibe an Diplomarbeit - Zahnseide verwenden). Klicke hier für mehr Informationen.",
+ "difficultyHelpContent": "Je schwieriger eine Aufgabe ist, umso mehr Erfahrung und Gold bekommst Du, wenn Du sie abhakst... aber auch umso mehr Schaden verursacht sie, wenn es eine tägliche Aufgabe oder schlechte Gewohnheit ist!",
"easy": "Einfach",
"medium": "Mittel",
"hard": "Schwer",
@@ -32,14 +32,14 @@
"otherExamples": "z.B. berufliche Unternehmungen, Hobbies, Finanzielles, usw.",
"progress": "Fortschritt",
"dailies": "Tägliche Aufgaben",
- "newDaily": "Neue tägliche Aufgabe",
+ "newDaily": "Neuer tägliche Aufgabe",
"newDailyBulk": "Neue tägliche Aufgaben (eine pro Zeile)",
"streakCounter": "Strähnenzähler",
"repeat": "Wiederholen",
"restoreStreak": "Strähne wiederherstellen",
- "todos": "Aufgaben",
- "newTodo": "Neue Aufgabe",
- "newTodoBulk": "Neue Aufgaben (eine pro Zeile)",
+ "todos": "To-Dos",
+ "newTodo": "Neuer To-Do Eintrag",
+ "newTodoBulk": "Neue To-Do Einträge (einer pro Zeile)",
"dueDate": "Frist",
"remaining": "Aktiv",
"complete": "Erledigt",
@@ -78,5 +78,5 @@
"pushTaskToTop": "Aufgabe nach oben verschieben",
"pushTaskToBottom": "Aufgabe nach unten verschieben",
"emptyTask": "Gib der Aufgabe zunächst einen Titel.",
- "dailiesRestingInInn": "You're Resting in the Inn! Your Dailies will NOT hurt you tonight, but they WILL still refresh every day. If you're in a quest, you won't deal damage/collect items until you check out of the Inn, but you can still be injured by a Boss if your Party mates skip their own Dailies."
+ "dailiesRestingInInn": "Du ruhst dich im Gasthaus aus! Deine täglichen Aufgaben werden dir heute Nacht keinen Schaden zufügen, sie werden sich aber dennoch täglich aktualisieren. Falls du dich in einer Quest befindest, wirst du keinen Schaden austeilen/Gegenstände finden bis du das Gasthaus wieder verlässt, allerdings kannst du durch einen Boss verletzt werden, wenn deine Gruppe tägliche Aufgaben nicht erledigt."
}
\ No newline at end of file
diff --git a/common/locales/en/backgrounds.json b/common/locales/en/backgrounds.json
index 598fca4297..6ccc4bb81a 100644
--- a/common/locales/en/backgrounds.json
+++ b/common/locales/en/backgrounds.json
@@ -95,5 +95,13 @@
"backgroundMountainLakeText": "Mountain Lake",
"backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.",
"backgroundPagodasText": "Pagodas",
- "backgroundPagodasNotes": "Climb to the top of Pagodas."
+ "backgroundPagodasNotes": "Climb to the top of Pagodas.",
+
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
diff --git a/common/locales/en/challenge.json b/common/locales/en/challenge.json
index d35b168898..a22e4bf57d 100644
--- a/common/locales/en/challenge.json
+++ b/common/locales/en/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Select a winner and close the challenge:",
"deleteOrSelect": "Delete or select winner",
"endChallenge": "End Challenge",
- "challengeDiscription": "These are the challenge's tasks. As users participate, they will change color and gain graphs to show you the overall progress of the group.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "How's Everyone Doing?",
"filter": "Filter",
"groups": "Groups",
@@ -48,5 +48,9 @@
"removeTasks": "Remove Tasks",
"keepTasks": "Keep Tasks",
"closeCha": "Close challenge and...",
- "leaveCha": "Leave challenge and..."
+ "leaveCha": "Leave challenge and...",
+ "challengedOwnedFilterHeader": "Ownership",
+ "challengedOwnedFilter": "Owned",
+ "challengedNotOwnedFilter": "Not Owned",
+ "challengedEitherOwnedFilter": "Either"
}
diff --git a/common/locales/en/character.json b/common/locales/en/character.json
index 38923c34a9..b6909e6c63 100644
--- a/common/locales/en/character.json
+++ b/common/locales/en/character.json
@@ -7,6 +7,7 @@
"displayName": "Display Name",
"displayPhoto": "Photo",
"displayBlurb": "Blurb",
+ "displayBlurbPlaceholder": "Please introduce yourself",
"photoUrl": "Photo Url",
"imageUrl": "Image Url",
"inventory": "Inventory",
@@ -48,13 +49,15 @@
"classBonusText": "Your class (Warrior, if you haven't unlocked or selected another class) uses its own equipment more effectively than gear from other classes. Equipped gear from your current class gets a 50% boost to the attribute bonus it grants.",
"classEquipBonus": "Class Bonus",
"battleGear": "Battle Gear",
- "battleGearText": "This is the gear you wear into battle, it affects numbers when interacting with your tasks.",
+ "battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.",
"costume": "Costume",
"costumeText": "If you prefer the look of other gear to what you have equipped, check the \"Use Costume\" box to visually don a costume while wearing your battle gear underneath.",
"useCostume": "Use Costume",
- "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Ultimate Gear",
- "ultimGearText": "Has upgraded to the maximum weapon and armor set",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Level",
"levelUp": "Level Up!",
"mana": "Mana",
@@ -109,15 +112,12 @@
"taskAllocationPop": "Assigns points based on the Physical (Strength), Mental (Intelligence), Social (Constitution), and Other (Perception) categories associated with the tasks you complete.",
"distributePoints": "Distribute Unallocated Points",
"distributePointsPop": "Assigns all unallocated attribute points according to the selected allocation scheme.",
- "chooseClass1": "Choose your",
- "chooseClass2": "Class!",
- "chooseClass3": "Or opt out to choose later.",
"warriorText": "Warriors score more and better \"critical hits\", which randomly give bonus Gold, Experience, and drop chance for scoring a task. They also deal heavy damage to boss monsters. Play a Warrior if you find motivation from unpredictable jackpot-style rewards, or want to dish out the hurt in boss Quests!",
"mageText": "Mages learn swiftly, gaining Experience and Levels faster than other classes. They also get a great deal of Mana for using special abilities. Play a Mage if you enjoy the tactical game aspects of Habit, or if you are strongly motivated by leveling up and unlocking advanced features!",
"rogueText": "Rogues love to accumulate wealth, gaining more Gold than anyone else, and are adept at finding random items. Their iconic Stealth ability lets them duck the consequences of missed Dailies. Play a Rogue if you find strong motivation from Rewards and Achievements, striving for loot and badges!",
"healerText": "Healers stand impervious against harm, and extend that protection to others. Missed Dailies and bad Habits don't faze them much, and they have ways to recover Health from failure. Play a Healer if you enjoy assisting others in your Party, or if the idea of cheating Death through hard work inspires you!",
"optOut": "Opt Out",
- "optOutText": "Can't be bothered with classes? Want to choose later? Opt out - you'll be a warrior and your points handled automatically. You can enable classes later under Settings.",
+ "optOutText": "Can't be bothered with classes? Want to choose later? Opt out - you'll be a warrior with no special abilities. You can read about the class system later on the wiki and enable classes at any time under User -> Stats.",
"select": "Select",
"stealth": "Stealth",
"stealthNewDay": "When a new day begins, you will avoid damage from this many missed Dailies.",
@@ -140,5 +140,11 @@
"unequipBattleGear": "Unequip Battle Gear",
"unequipCostume": "Unequip Costume",
"unequipPetMountBackground": "Unequip Pet, Mount, Background",
- "animalSkins": "Animal Skins"
+ "animalSkins": "Animal Skins",
+ "chooseClassHeading": "Choose your Class! Or opt out to choose later.",
+ "warriorWiki": "Warrior",
+ "mageWiki": "Mage",
+ "rogueWiki": "Rogue",
+ "healerWiki": "Healer",
+ "chooseClassLearn": "Learn more about classes"
}
diff --git a/common/locales/en/content.json b/common/locales/en/content.json
index b6900b4ae1..c7d3618109 100644
--- a/common/locales/en/content.json
+++ b/common/locales/en/content.json
@@ -2,6 +2,11 @@
"potionText": "Health Potion",
"potionNotes": "Recover 15 Health (Instant Use)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining: ",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
+
"dropEggWolfText": "Wolf",
"dropEggWolfAdjective": "loyal",
diff --git a/common/locales/en/defaultTasks.json b/common/locales/en/defaultTasks.json
index 0cf2f31550..cf7e179494 100644
--- a/common/locales/en/defaultTasks.json
+++ b/common/locales/en/defaultTasks.json
@@ -1,11 +1,12 @@
{
- "defaultHabit1Text": "Good Habit",
- "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable +15 minutes productive work",
+ "defaultTaskNotes": " ",
+ "defaultHabit1Text": "Productive Work (Click the pencil to edit)",
+ "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work",
- "defaultHabit2Text": "Bad Habit",
+ "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)",
"defaultHabit2Notes": "Sample Bad Habits: - Smoke - Procrastinate",
- "defaultHabit3Text": "Good or Bad Habit",
+ "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)",
"defaultHabit3Notes": "Sample Good or Bad Habits: +/- Took Stairs/Elevator ; +/- Drank Water/Soda",
"defaultDaily1Text": "1h Personal Project",
@@ -44,7 +45,7 @@
"defaultTodo5Text": "Start a Party (private group) with your friends (Social > Party)",
- "defaultReward1Text": "1 Episode of Game of Thrones",
+ "defaultReward1Text": "15 minute break",
"defaultReward1Notes": "Custom rewards can come in many forms. Some people will hold off watching their favorite show unless they have the gold to pay for it.",
"defaultReward2Text": "Cake",
diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json
index ba2868d61e..ff4b617cc3 100644
--- a/common/locales/en/gear.json
+++ b/common/locales/en/gear.json
@@ -138,6 +138,11 @@
"weaponMystery301404Text": "Steampunk Cane",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
+ "weaponArmoireBasicCrossbowText": "Basic Crossbow",
+ "weaponArmoireBasicCrossbowNotes": "This crossbow can pierce a task's armor from very far away! Increases Strength by <%= str %>, Perception by <%= per %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.",
+ "weaponArmoireLunarSceptreText": "Soothing Lunar Sceptre",
+ "weaponArmoireLunarSceptreNotes": "The healing power of this wand waxes and wanes. Increases Constitution by <%= con %> and Intelligence by <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 3 of 3).",
+
"armor": "armor",
"armorBase0Text": "Plain Clothing",
@@ -282,6 +287,11 @@
"armorMystery301404Text": "Steampunk Suit",
"armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.",
+ "armorArmoireLunarArmorText": "Soothing Lunar Armor",
+ "armorArmoireLunarArmorNotes": "The light of the moon will make you strong and savvy. Increases Strength by <%= str %> and Intelligence by <%= int %>. Enchanted Armoire: Soothing Lunar Set (Item 2 of 3).",
+ "armorArmoireGladiatorArmorText": "Gladiator Armor",
+ "armorArmoireGladiatorArmorNotes": "To be a gladiator you must be not only cunning... but strong. Increases Perception by <%= per %> and Strength by <%= str %>. Enchanted Armoire: Gladiator Set (Item 2 of 3).",
+
"headgear": "headgear",
"headBase0Text": "No Helm",
@@ -422,6 +432,17 @@
"headMystery301405Text": "Basic Top Hat",
"headMystery301405Notes": "A basic top hat, just begging to be paired with some fancy head accessories. Confers no benefit. May 3015 Subscriber Item.",
+ "headArmoireLunarCrownText": "Soothing Lunar Crown",
+ "headArmoireLunarCrownNotes": "This crown strengthens health and sharpens senses, especially when the moon is full. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Soothing Lunar Set (Item 1 of 3).",
+ "headArmoireRedHairbowText": "Red Hairbow",
+ "headArmoireRedHairbowNotes": "Become strong, tough and smart while wearing this beautiful Red Hairbow! Increases Strength by <%= str %>, Constitution by <%= con %>, and Intelligence by <%= int %>. Enchanted Armoire: Independent Item.",
+ "headArmoireVioletFloppyHatText": "Violet Floppy Hat",
+ "headArmoireVioletFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a pleasing purple color. Increases Perception by <%= per %>, Intelligence by <%= int %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.",
+ "headArmoireGladiatorHelmText": "Gladiator Helm",
+ "headArmoireGladiatorHelmNotes": "To be a gladiator you must be not only strong.... but cunning. Increases Intelligence by <%= int %> and Perception by <%= per %>. Enchanted Armoire: Gladiator Set (Item 1 of 3).",
+ "headArmoireRancherHatText": "Rancher Hat",
+ "headArmoireRancherHatNotes": "Round up your pets and wrangle your mounts while wearing this magical Rancher Hat! Increases Strength by <%= str %>, Perception by <%= per %>, and Intelligence by <%= int %>. Enchanted Armoire: Independent Item.",
+
"offhand": "shield-hand item",
"shieldBase0Text": "No Shield-Hand Equipment",
@@ -500,6 +521,9 @@
"shieldMystery301405Text": "Clock Shield",
"shieldMystery301405Notes": "Time is on your side with this towering clock shield! Confers no benefit. June 3015 Subscriber Item.",
+ "shieldArmoireGladiatorShieldText": "Gladiator Shield",
+ "shieldArmoireGladiatorShieldNotes": "To be a gladiator you must.... eh, whatever, just bash them with your shield. Increases Constitution by <%= con %> and Strength by <%= str %>. Enchanted Armoire: Gladiator Set (Item 3 of 3).",
+
"backBase0Text": "No Back Accessory",
"backBase0Notes": "No Back Accessory.",
diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json
index 576a7bed2c..d92d82a524 100644
--- a/common/locales/en/generic.json
+++ b/common/locales/en/generic.json
@@ -39,7 +39,7 @@
"close": "Close",
"saveAndClose": "Save & Close",
"cancel": "Cancel",
- "ok": "Ok",
+ "ok": "OK",
"add": "Add",
"undo": "Undo",
"continue": "Continue",
@@ -54,7 +54,7 @@
"gems": "Gems",
"gemButton": "You have <%= number %> Gems.",
"moreInfo": "More Info",
- "gemsWhatFor": "Purchased using real money. Used for buying special items and services (eggs, hatching potions, Fortify, etc.). You'll need to unlock those features before being able to use Gems.",
+ "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.",
"veteran": "Veteran",
"veteranText": "Has weathered Habit The Grey (our pre Angular website), and has gained many battle-scars from its bugs.",
"originalUser": "Original User!",
@@ -70,7 +70,6 @@
"lastLoggedIn": "- Last logged in",
"notPorted": "This feature is not yet ported from the original site.",
"buyThis": "Buy this <%= text %> with <%= price %> of your <%= gems %> Gems?",
- "untilNoFace": "Until we add Facebook, use your UUID and API Token to log in (found at https://habitrpg.com > Options > Settings).",
"noReachServer": "Server not currently reachable, try again later",
"errorUpCase": "ERROR:",
"newPassSent": "New password sent.",
diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json
index 6e5e0915d8..688683fc94 100644
--- a/common/locales/en/groups.json
+++ b/common/locales/en/groups.json
@@ -39,6 +39,8 @@
"editGroup": "Edit Group",
"newGroupName": "<%= groupType %> Name",
"groupName": "Group Name",
+ "groupLeader": "Group Leader",
+ "groupID": "Group ID",
"groupDescr": "Description shown in public Guilds list (Markdown OK)",
"logoUrl": "Logo URL",
"assignLeader": "Assign Group Leader",
@@ -116,5 +118,8 @@
"sendGiftFromBalance": "From Balance",
"sendGiftPurchase": "Purchase",
"sendGiftMessagePlaceholder": "Personal message (optional)",
- "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>",
+ "inviteFriends": "Invite Friends",
+ "startAParty": "Start a Party",
+ "addToParty": "Add someone to your party"
}
diff --git a/common/locales/en/messages.json b/common/locales/en/messages.json
index e14f302fe0..9eb8e49b08 100644
--- a/common/locales/en/messages.json
+++ b/common/locales/en/messages.json
@@ -1,6 +1,7 @@
{
"messageLostItem": "Your <%= itemText %> broke.",
"messageTaskNotFound": "Task not found.",
+ "messageDuplicateTaskID": "A task with that ID already exists.",
"messageTagNotFound": "Tag not found.",
"messagePetNotFound": ":pet not found in user.items.pets",
"messageFoodNotFound": ":food not found in user.items.food",
@@ -20,5 +21,8 @@
"messageDropFood": "You've found <%= dropArticle %><%= dropText %>! <%= dropNotes %>",
"messageDropEgg": "You've found a <%= dropText %> Egg! <%= dropNotes %>",
"messageDropPotion": "You've found a <%= dropText %> Hatching Potion! <%= dropNotes %>",
- "messageFoundQuest": "You've found the quest \"<%= questText %>\"!"
+ "messageFoundQuest": "You've found the quest \"<%= questText %>\"!",
+ "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!",
+ "armoireFood": "<%= image %> You rummage in the Armoire and find <%= dropArticle %><%= dropText %>. What's that doing in here?",
+ "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!"
}
diff --git a/common/locales/en/npc.json b/common/locales/en/npc.json
index e0a6403dcf..0bd0063cd0 100644
--- a/common/locales/en/npc.json
+++ b/common/locales/en/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Backed the Kickstarter project at the maximum level!",
"mattBoch": "Matt Boch",
- "mattShall": "Shall I bring you your steed, <%= name %>? Click a mount to saddle up.",
- "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. Choose a pet here to venture at your side. Feed them and they'll grow into powerful steeds.",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -18,7 +18,7 @@
"dismissAlert": "Dismiss This Alert",
"donateText1": "Adds 20 Gems to your account. Gems are used to buy special in-game items, such as shirts and hairstyles.",
"donateText2": "Help support HabitRPG",
- "donateText3": "As an open source project, it can use all the help we can get!",
+ "donateText3": "HabitRPG is an open source project that depends on our users for support. The money you spend on gems helps us keep the servers running, maintain a small staff, develop new features, and provide incentives for our volunteer programmers. Thank you for your generosity!",
"donationDesc": "20 Gems, Donation to HabitRPG",
"payWithCard": "Pay with Card",
"payNote": "Note: PayPal sometimes takes a long time to clear. We recommend paying with card.",
@@ -48,10 +48,36 @@
"tourMuchMore": "When you're done with tasks, you can form a Party with friends, chat in the shared-interest Guilds, join Challenges, and more!",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
- "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can freeze your account in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chat room! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!",
- "tourGuildsPage": "Guilds are social groups with common themes. Search for the subjects that interest you! We recommend the Newbies Guild.",
- "tourChallengesPage": "Joining a Challenge will add tasks to your account. Compete against other users to win gem prizes!",
- "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market."
+ "tourGuildsPage": "Guilds are common-interest chat groups created by the players, for the players. Browse through the list and join the Guilds that interest you. Be sure to check out the popular Newbies Guild, where anyone can ask questions about HabitRPG!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win Gem prizes!",
+ "tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market.",
+ "tourHallPage": "Welcome to the Hall of Heroes, where open-source contributors to HabitRPG are honored. Whether through code, art, music, writing, or even just helpfulness, they have earned Gems, exclusive equipment, and prestigious titles. You can contribute to HabitRPG, too!",
+ "tourPetsPage": "This is the Stable! After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
+ "tourMountsPage": "Once you've fed a pet enough food to turn it into a mount, it will appear here. (Pets, mounts, and food are available after level 4.) Click a mount to saddle up!",
+ "tourEquipmentPage": "This is where your Equipment is stored! Your Battle Gear affects your stats. If you want to show different Equipment on your avatar without changing your stats, click \"Enable Costume.\"",
+ "tourOkay": "Okay!",
+ "tourAwesome": "Awesome!",
+ "tourSplendid": "Splendid!",
+ "tourNifty": "Nifty!",
+
+ "tourAvatar": "Customize Your Avatar
A Cavaleira Dourada tem pego no pé dos pobres Habiticanos. Não fez todas as suas tarefas diárias? Checou um hábito negativo? Ela irá usar isso como motivo para atormentá-lo sobre como você deveria seguir seu exemplo. Ela é o exemplo ilustre de um perfeito Habiticano e você, não é nada mais que um fracassado. Hora, isso não é nada gentil! Todo mundo comete erros. Eles não deveriam ter de lidar com tamanha negatividade por causa disso. Talvez seja hora de acumular alguns depoimentos de Habiticanos abatidos e dar à Cavaleira Dourada a bronca que ela merece!
", + "questGoldenknight1Notes": "A Amazona Dourada tem pego no pé dos pobres Habiticanos. Não fez todas as suas tarefas diárias? Checou um hábito negativo? Ela irá usar isso como motivo para atormentá-lo sobre como você deveria seguir seu exemplo. Ela é o exemplo ilustre de um perfeito Habiticano, e você não é nada mais que um fracassado. Bem, isso não é nada gentil! Todo mundo comete erros. Eles não deveriam ter de lidar com tamanha negatividade por causa disso. Talvez seja hora de reunir alguns depoimentos de Habiticanos atingidos e dar à Amazona Dourada a bronca que ela merece!
", "questGoldenknight1CollectTestimony": "Testemunhos", "questGoldenknight1DropGoldenknight2Quest": "Arco da Cavaleira Dourada, Parte 2: Ouro Deslustrado (Pergaminho)", "questGoldenknight2Text": "Cavaleira Dourada", @@ -197,10 +197,10 @@ "questSlimeCompletion": "Com um soco final, você tranca o Regente Geléia em uma rosquinha gigante, auxiliado por @Overomega, @LordDarkly e @Shaner, os espertos lideres do clube da confeitaria. Enquanto todos estão lhe parabenizando, você sente algo escorregar para dentro de seu bolso. É a recompensa por seu doce sucesso: três ovos de Gosma Marshmallow. ", "questSlimeDropSlimeEgg": "Gosma Marshmallow (Ovo)", "questSlimeUnlockText": "Destranca ovos de gosma para compra no Mercado", - "questSheepText": "The Thunder Ram", - "questSheepNotes": "As you wander the rural Taskan countryside with friends, taking a \"quick break\" from your obligations, you find a cozy yarn shop. You are so absorbed in your procrastination that you hardly notice the ominous clouds creep over the horizon. \"I've got a ba-a-a-ad feeling about this weather,\" mutters @Misceo, and you look up. The stormy clouds are swirling together, and they look a lot like a... \"We don't have time for cloud-gazing!\" @starsystemic shouts. \"It's attacking!\" The Thunder Ram hurtles forward, slinging bolts of lightning right at you!", - "questSheepBoss": "Thunder Ram", - "questSheepCompletion": "Impressed by your diligence, the Thunder Ram is drained of its fury. It launches three huge hailstones in your direction, and then fades away with a low rumble. Upon closer inspection, you discover that the hailstones are actually three fluffy eggs. You gather them up, and then stroll home under a blue sky.", - "questSheepDropSheepEgg": "Sheep (Egg)", - "questSheepUnlockText": "Unlocks purchasable sheep eggs in the Market" + "questSheepText": "O Carneiro do Trovão", + "questSheepNotes": "Enquanto perambula pela zona rural Tarefana com seus amigos, dando uma \"pausa rápida\" em suas obrigações, você encontra uma loja aconchegante de linhas para costura. Você está tão absorvido em sua procrastinação que mal percebe as nuvens sinistras que se arrastam sobre o horizonte. \"Eu tenho um ma-a-a-al pressentimento sobre este tempo,\" murmura @Misceo, e você olha para cima. As nuvens tempestuosas se unem e giram em um turbilhão, e elas se parecem muito com um... \"Nós não temos tempo para contemplar nuvens!\" @starsystemic grita. \"Está atacando!\" O Carneiro do Trovão se move, correndo rapidamente e violentamente, lançando raios bem na sua direção!", + "questSheepBoss": "Carneiro do Trovão", + "questSheepCompletion": "Impressionado pela sua diligência, o Carneiro do Trovão deixa a raiva ir embora. Ele atira três enormes pedras de granizo na sua direção; e então, lentamente, desaparece, emitindo um estrondo grave. Ao olhar mais atentamente, você descobre que as pedras de granizo eram, na verdade, três ovos macios e peludos. Você os recolhe, e depois caminha calmamente de volta para casa sob um céu azul.", + "questSheepDropSheepEgg": "Ovelha (Ovo)", + "questSheepUnlockText": "Desbloqueia ovos de ovelha para comprar no Mercado" } \ No newline at end of file diff --git a/common/locales/pt/settings.json b/common/locales/pt/settings.json index 0a47dfe71c..7cec019b18 100644 --- a/common/locales/pt/settings.json +++ b/common/locales/pt/settings.json @@ -93,7 +93,7 @@ "wonChallenge": "Você ganhou um Desafio", "newPM": "Recebeu Mensagem Privada", "giftedGems": "Gemas Presenteadas", - "giftedGemsInfo": "<%= amount %> Gems - by <%= name %>", + "giftedGemsInfo": "<%= amount %> Gemas - por <%= name %>", "giftedSubscription": "Assinaturas Presenteadas", "invitedParty": "Convidado para Equipe", "invitedGuild": "Convidado para Guilda", diff --git a/common/locales/pt/tasks.json b/common/locales/pt/tasks.json index c9c6f16d6d..de8208fa92 100644 --- a/common/locales/pt/tasks.json +++ b/common/locales/pt/tasks.json @@ -14,7 +14,7 @@ "save": "Salvar", "addChecklist": "Adicionar Lista", "checklist": "Lista", - "checklistText": "Para Tarefas Diárias, listas parcialmente completas reduzirão o dano. Por exemplo, uma lista de 4 itens com 3 completos reduzirá o dano daquela Tarefa Diária para 25%. Itens completos numa lista de Afazeres adiciona um multiplicador: 3 completos significa +3x (total 4x) Experiência, Ouro e Mana.", + "checklistText": "Divida uma tarefa em partes menores! Listas aumentam a Experiência e Ouro recebidos de um Afazer e reduzem o dano causado por uma Tarefa Diária.", "expandCollapse": "Expandir/Fechar", "text": "Texto", "extraNotes": "Notas Extras", @@ -22,7 +22,7 @@ "advancedOptions": "Opções Avançadas", "difficulty": "Dificuldade", "difficultyHelpTitle": "Quão difícil é essa tarefa?", - "difficultyHelpContent": "Isso multiplica o valor de pontos. Use com moderação, conte com nosso algoritmo orgânico de ajuste de valor. Mas algumas tarefas são grosseiramente mais valiosas (Escrever Tese vs. Escovar Dentes). Clique para mais informações.", + "difficultyHelpContent": "Quanto mais difícil é uma tarefa, mais Experiência e Ouro dará quando você a completa... mas lhe causará mais dano se for uma Tarefa Diária ou Hábito Ruim.", "easy": "Fácil", "medium": "Médio", "hard": "Difícil", @@ -78,5 +78,5 @@ "pushTaskToTop": "Enviar tarefa para o topo", "pushTaskToBottom": "Enviar tarefa para o fundo", "emptyTask": "Insira o título da tarefa primeiro.", - "dailiesRestingInInn": "Você está descansando na Pousada! Suas Tarefas Diárias NÃO vão lhe causar dano esta noite, mas elas VÃO atualizar normalmente todos os dias. Se você está em uma missão, você não causará dano ou coletará itens até que saia da Pousada, mas ainda pode receber dano de um Chefão se os membros de sua Equipe não completarem Tarefas Diárias." + "dailiesRestingInInn": "Você está descansando na Pousada! Suas Tarefas Diárias NÃO vão lhe causar dano esta noite, mas elas ainda IRÃO atualizar normalmente todos os dias. Se você está em uma missão, você não causará dano ou coletará itens até que saia da Pousada, mas ainda poderá receber dano de um Chefão se os membros de sua Equipe não completarem as suas Tarefas Diárias." } \ No newline at end of file diff --git a/common/locales/ro/backgrounds.json b/common/locales/ro/backgrounds.json index 3498a30cc9..49d987891e 100644 --- a/common/locales/ro/backgrounds.json +++ b/common/locales/ro/backgrounds.json @@ -83,5 +83,12 @@ "backgroundMountainLakeText": "Mountain Lake", "backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.", "backgroundPagodasText": "Pagodas", - "backgroundPagodasNotes": "Climb to the top of Pagodas." + "backgroundPagodasNotes": "Climb to the top of Pagodas.", + "backgrounds062015": "SET 13: Released June 2015", + "backgroundDriftingRaftText": "Drifting Raft", + "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.", + "backgroundShimmeryBubblesText": "Shimmery Bubbles", + "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", + "backgroundIslandWaterfallsText": "Island Waterfalls", + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." } \ No newline at end of file diff --git a/common/locales/ro/challenge.json b/common/locales/ro/challenge.json index a1911d247d..806b8dab28 100644 --- a/common/locales/ro/challenge.json +++ b/common/locales/ro/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "Alege un câștigător și închide provocarea:", "deleteOrSelect": "Șterge sau alege un câștigător", "endChallenge": "Termină provocarea", - "challengeDiscription": "Aceastea sunt țelurile provocării. Pe măsură ce utilizatorii participă, ele îți vor schimba culoarea și vor apărea grafice care îți vor arăta progresul general al grupului.", + "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.", "hows": "Cum progresează fiecare?", "filter": "Filtru", "groups": "Grupuri", @@ -33,7 +33,8 @@ "challengeTagPop": "Provocările apar în listele de etichete și țeluri. Așa că, deși trebuie să ai un titlu descriptiv mai sus, vei avea nevoie și de un „nume scurt”. Ex. „Scapă de 5 kilograme în 3 luni” va deveni „-5kg” (Clic pentru mai multe informații)", "challengeDescr": "Descriere", "prize": "Premiu", - "prizePop": "Dacă cineva poate câştiga provocarea ta ai opţiunea să-l premiezi cu nestemate. Limita maximă a premiului este numărul de nestemate pe care le ai (+ nestematele breslei dacă este o provocare în interiorul ei). Notă: Acest premiul nu poate fi modificat mai târziu şi nici returnat dacă renunţi la provocare.", + "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.", + "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.", "publicChallenges": "Minim 1 Nestemată pentru provocări publice (ajută la prevenirea spamului, pe bune).", "officialChallenge": "Provocare oficială HabitRPG", "by": "de", @@ -43,6 +44,7 @@ "selectGroup": "Te rog alege un grup", "challengeCreated": "Provocare creată", "sureDelCha": "Șterge provocarea, ești sigur(ă)?", + "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.", "removeTasks": "Șterge Țelurile", "keepTasks": "Păstrează Țelurile", "closeCha": "Închide provocarea și...", diff --git a/common/locales/ro/character.json b/common/locales/ro/character.json index be8017cca0..ea48d13947 100644 --- a/common/locales/ro/character.json +++ b/common/locales/ro/character.json @@ -52,9 +52,11 @@ "costume": "Costum", "costumeText": "Dacă preferi aspectul altui echipament în loc de ce ai echipat, bifează cutiuța \"Poartă Costum\" ca să îmbraci la vedere un costum în timp ce porți îmbrăcămintea de luptă pe dedesubt.", "useCostume": "Poartă costum", - "gearAchievement": "Ai obţinut titlul \"Armură Maximală\" pentru achiziţionarea setului maxim posibil de armură!", + "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:", + "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!", + "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.", "ultimGearName": "Armură Maximală", - "ultimGearText": "A achiziţionat setul maxim posibil de arme şi armură.", + "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:", "level": "Nivel", "levelUp": "Creştere de nivel!", "mana": "Mana", diff --git a/common/locales/ro/communityguidelines.json b/common/locales/ro/communityguidelines.json index 32313c93e9..d77d040bbd 100644 --- a/common/locales/ro/communityguidelines.json +++ b/common/locales/ro/communityguidelines.json @@ -34,20 +34,20 @@ "commGuidePara017": "Respect each other. Be courteous, kind, friendly, and helpful. Remember: Habiticans come from all backgrounds and have had wildly divergent experiences. This is part of what makes HabitRPG so cool! Building a community means respecting and celebrating our differences as well as our similarities. Here are some easy ways to respect each other:", "commGuideList02A": "Respectă toate Termenele şi Condiţiile.", "commGuideList02B": "Do not post images or text that are violent, threatening, or sexually explicit/suggestive, or that promote discrimination, bigotry, racism, sexism, hatred, harassment or harm against any individual or group. Not even as a joke. This includes slurs as well as statements. Not everyone has the same sense of humor, and so something that you consider a joke may be hurtful to another. Attack your Dailies, not each other.", - "commGuideList02C": "Keep discussions appropriate for all ages. We have many young Habiticans who use the site! Let's not tarnish any innocents or hinder any Habiticans in their goals.", - "commGuideList02D": "Avoid profanity. This includes milder, religious-based oaths that may be acceptable elsewhere-we have people from all religious and cultural backgrounds, and we want to make sure that all of them feel comfortable in public spaces. Additionally, slurs will be dealt with very severely, as they are also a violation of the Terms of Service.", - "commGuideList02E": "Avoid extended discussions of divisive topics outside of the Back Corner. If you feel that someone has said something rude or hurtful, do not engage them. A single, polite comment, such as \"That joke makes me feel uncomfortable,\" is fine, but being harsh or unkind in response to harsh or unkind comments heightens tensions and makes HabitRPG a more negative space. Kindness and politeness helps others understand where you are coming from.", - "commGuideList02F": "Comply immediately with any Mod request to cease a discussion or move it to the Back Corner. Last words, parting shots and conclusive zingers should all be delivered (courteously) at your \"table\" in the Back Corner, if allowed.", - "commGuideList02G": "Take time to reflect instead of responding in anger if someone tells you that something you said or did made them uncomfortable. There is great strength in being able to sincerely apologize to someone. If you feel that the way they responded to you was inappropriate, contact a mod rather than calling them out on it publicly.", - "commGuideList02H": "Divisive/contentious conversations should be reported to mods. If you feel that a conversation is getting heated, overly emotional, or hurtful, cease to engage. Instead, email leslie@habitrpg.com to let us know about it. It's our job to keep you safe.", - "commGuideList02I": "Do not spam. Spamming may include, but is not limited to: posting the same comment or query in multiple places, posting links without explanation or context, posting nonsensical messages, or posting many messages in a row. Repeatedly begging for gems or a subscription may also be considered spamming.", - "commGuidePara019": "In private spaces, users have more freedom to discuss whatever topics they would like, but they still may not violate the Terms and Conditions, including posting any discriminatory, violent, or threatening content.", - "commGuidePara020": "Private Messages (PMs) have some additional guidelines. If someone has blocked you, do not contact them elsewhere to ask them to unblock you. Additionally, you should not send PMs to someone asking for support (since public answers to support questions are helpful to the community). Finally, do not send anyone PMs begging for a gift of gems or a subscription, as this can be considered spamming.", + "commGuideList02C": "Păstrţi discuţiile potrivite pentru toate vârstele. Avem mulţi habiticani tineri care folosesc site-ul! Să nu murdărim inocenţe sau să punem beţe în roate vreunui habitican în scopurile sale.", + "commGuideList02D": "Evitaţi înjurăturile. Asta include înjurături mai blânde, bazate pe religie care ar putea fi acceptabile altundeva - avem oameni din toate religiile şi culturile şi vrem să ne asigurăm că toţi se simt confortabil în spaţiile publice. De asemenea, insultele vor fi pedepsite foarte sever, din moment ce sunt şi o violare a Terms of Service.", + "commGuideList02E": "Evitaţi discuţiile extinse pe teme care pot crea păreri împărţite în afara Back Corner. Dacă simţi că o persoană a spus ceva nepoliticos sau care răneşte, nu o confrunta. Un singur comentariu politicos precum \"Nu mă simt confortabil cu gluma asta\" este în regulă, dar a fi dur şi rău ca răspuns la comentariile dure şi rele creşte tensiunea şi face HabitRPG un spaţiu mai negativ. Bunătatea şi politeţea îi ajută pe alţii să înţeleagă punctul tău de vedere.", + "commGuideList02F": "Ascultă imediat orice cerere a unui Moderator de încetare a unei discuţii sau de mutare a ei în Back Corner. Ultimele cuvinte, lovituri de despărţire sau glumiţe de final ar trebui date (politicos) la \"masa\" ta din Back Corner, dacă îţi este permis.", + "commGuideList02G": "Reflectă un timp în loc să răspunzi cu furie dacă o persoană îţi spune că un lucru pe care l-ai zis îi face incomfortabili. Este nevoie de multă forţă pentru a putea să-ţi ceri scuye sincer de la cineva. Dacp simţi că modul în care ţi-a răspuns a fost nepotrivit, contactează un moderator în loc să îi confrunţi în public.", + "commGuideList02H": "Conversațiile care dezbină sau sunt litigioase ar trebui să fie raportate moderatorilor. Dacă simţi că o conversaţie devine încinsă, mult prea emoţională sau te răneşte, opreşte-te din a răspunde. În loc de asta, trimite un e-mail la leslie@habitrpg.com pentru a ne anunţa. Siguranţa ta este treaba noastră.", + "commGuideList02I": "Nu spama. Spamul poate include dar nu e limitat la: postarea aceluiaşi comentariu sau întrebare în mai multe locuri, postarea de link-uri fără explicaţie sau context, postarea de mesaje fără sens sau postarea multor mesaje unul după altul. A cerşi repetat nestemate sau o abonare poate fi de asemenea considerat spam.", + "commGuidePara019": "În spaţiile private, utilizatorii au mai multă libertate de a discuta orice temă doresc, dar în continuare nu pot viola Termenii şi Condiţiile, incluzînd postând conţinut discriminatoriu, violent sau ameninţător.", + "commGuidePara020": "Mesajele Private au reguli adiţionale. Dacă o persoană te-a blocat, nu o contacta altundeva să o rogi să te deblocheze. Nu ar trebui să trimiţi mesaje private cuiva pentru a-i ruga să te susţină (din moment ce răspunsurile publice la întrebările legate de suport ajută comunitatea). În cele din urmă, nu trimite nimănui mesaj cerşind nestemate sau o abonare, deoarece pot fi considerate spam.", "commGuidePara021": "În plus,în anumite spaţii publice în Habitica se aplică reguli suplimentare.", "commGuideHeadingTavern": "Cârciuma", - "commGuidePara022": "The Tavern is the main spot for Habiticans to mingle. Daniel the Barkeep keeps the place spic-and-span, and Lemoness will happily conjure up some lemonade while you sit and chat. Just keep in mind...", + "commGuidePara022": "Cârciuma este locul principal de socializare pentru habiticani. Cârciumarul Daniel păszrează locul curat şi Lemoness va conjura cu plăcere nişte limonadă cât voi staţi şi vorbiţi. Doar reţine...", "commGuidePara023": "Discuţiile tind să fie obişnuite şi cu sfaturi pentru productivitate despre îmbunătăţirea vieţii.", - "commGuidePara024": "Because the Tavern chat can only hold 200 messages, it isn't a good place for prolonged conversations on topics, especially sensitive ones (ex. politics, religion, depression, whether or not goblin-hunting should be banned, etc.). These conversations should be taken to an applicable guild or the Back Corner (more information below).", + "commGuidePara024": "Deoarece chatul Cârciumii nu poate ţine decât 200 de mesaje, nu e un loc potrivit pentru conversaţii îndelungate pe o temă, mai ales unele sensibile (spre exemplu:politică, religie, depresie, dacă vânătoarea de goblini ar trebui interzisă etc.). Aceste conversaţii ar trebui continuate în breasla corespunzătoare sau în Back Corner (mai multe informaţii în cele ce urmează)", "commGuidePara027": "Don't discuss anything addictive in the Tavern. Many people use HabitRPG to try to quit their bad Habits. Hearing people talk about addictive/illegal substances may make this much harder for them! Respect your fellow Tavern-goers and take this into consideration. This includes, but is not exclusive to: smoking, alcohol, pornography, gambling, and drug use/abuse.", "commGuideHeadingPublicGuilds": "Breslele Publice", "commGuidePara029": "Public guilds are much like the Tavern, except that instead of being centered around general conversation, they have a focused theme. Public guild chat should focus on this theme. For example, members of the Wordsmiths guild might be cross if they found the conversation suddenly focusing on gardening instead of writing, and a Dragon-Fanciers guild might not have any interest in deciphering ancient runes. Some guilds are more lax about this than others, but in general, try to stay on topic!", diff --git a/common/locales/ro/content.json b/common/locales/ro/content.json index c0a41e9727..7e3a78862b 100644 --- a/common/locales/ro/content.json +++ b/common/locales/ro/content.json @@ -1,6 +1,10 @@ { "potionText": "Poțiune de sănătate", "potionNotes": "Vindecă 15 puncte de sănătate (instantaneu)", + "armoireText": "Enchanted Armoire", + "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:", + "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.", + "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!", "dropEggWolfText": "Lup", "dropEggWolfAdjective": "loial", "dropEggTigerCubText": "Pui de tigru", diff --git a/common/locales/ro/front.json b/common/locales/ro/front.json index d8baaa6295..40fd605b0a 100644 --- a/common/locales/ro/front.json +++ b/common/locales/ro/front.json @@ -172,5 +172,11 @@ "username": "Nume de utilizator", "watchVideos": "Priveşte filme", "work": "Work", - "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!" + "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!", + "reportAccountProblems": "Report Account Problems", + "reportCommunityIssues": "Report Community Issues", + "generalQuestionsSite": "General Questions about the Site", + "businessInquiries": "Business Inquiries", + "merchandiseInquiries": "Merchandise Inquiries", + "marketingInquiries": "Marketing/Social Media Inquiries" } \ No newline at end of file diff --git a/common/locales/ro/gear.json b/common/locales/ro/gear.json index c708623830..cb9ae0befe 100644 --- a/common/locales/ro/gear.json +++ b/common/locales/ro/gear.json @@ -120,6 +120,8 @@ "weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.", "weaponMystery201502Text": "Toiagul înnaripat strălucitor al iubirii şi totodată al adevărului", "weaponMystery201502Notes": "For WINGS! For LOVE! For ALSO TRUTH! Confers no benefit. February 2015 Subscriber Item.", + "weaponMystery201505Text": "Green Knight Lance", + "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.", "weaponMystery301404Text": "Baston Steampunk", "weaponMystery301404Notes": "Excelent pentru a da o tură prin oraș. Obiect de abonat din colecția martie 3015. Nu oferă beneficii.", "armor": "armură", @@ -370,6 +372,8 @@ "headMystery201412Notes": "Who's a penguin? Confers no benefit. December 2014 Subscriber Item.", "headMystery201501Text": "Starry Helm", "headMystery201501Notes": "The constellations flicker and swirl in this helm, guiding the wearer's thoughts towards focus. Confers no benefit. January 2015 Subscriber Item.", + "headMystery201505Text": "Green Knight Helm", + "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.", "headMystery301404Text": "Fancy Top Hat", "headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.", "headMystery301405Text": "Basic Top Hat", diff --git a/common/locales/ro/generic.json b/common/locales/ro/generic.json index 108bd621db..5634775d05 100644 --- a/common/locales/ro/generic.json +++ b/common/locales/ro/generic.json @@ -5,7 +5,20 @@ "habitica": "Habitica", "expandToolbar": "Desfășoară Bara de unelte", "collapseToolbar": "Restrânge Bara de unelte", - "formattingMarkdown": "Formatarea cu Markdown este permisă", + "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "showFormattingHelp": "Show formatting help", + "hideFormattingHelp": "Hide formatting help", + "youType": "You type:", + "youSee": "You see:", + "italics": "*Italics*", + "bold": "**Bold**", + "strikethrough": "~~Strikethrough~~", + "emojiExample": ":smile:", + "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)", + "markdownImageEx": "", + "unorderedListHTML": "+ First itemСтрашная болезнь поразила Хаббитанцев. Давно забытые плохие Привычки растут с удвоенной силой. Тарелки лежат немытые, учебники не прочитаны и прокрастинация достигает угрожающего размаха!
Вы проследили, как некоторые из ваших плохих привычек вернулись на Болота Застоя и обнаружили виновника: призрачная Некромантша, Рецидивина. Вы ринулись вперед, размахивая оружием, но они их удары не причиняют призраку вреда.
\"Не беспокоить\", - прошипела она с сухим треском. \"Без ожеоелья лунных камней, ничто не может причинить мне вред, а мастер-ювелир @aurakami давно разбросал все лунные камни по Хаббитике!\" Задыхаясь, вы отступаете... но вы знаете, что нужно сделать.
", + "questMoonstone1Notes": "Страшная болезнь поразила Хаббитанцев. Давно забытые плохие Привычки растут с удвоенной силой. Тарелки лежат немытые, учебники не прочитаны и прокрастинация достигает угрожающего размаха!
Вы проследили, как некоторые из ваших плохих привычек вернулись на Болота Застоя и обнаружили виновника: призрачная Некромантша, Рецидивина. Вы ринулись вперед, размахивая оружием, но они их удары не причиняют призраку вреда.
\"Не беспокоить\", – прошипела она с сухим треском. \"Без ожеоелья лунных камней, ничто не может причинить мне вред, а мастер-ювелир @aurakami давно разбросал все лунные камни по Хаббитике!\" Задыхаясь, вы отступаете... но вы знаете, что нужно сделать.
", "questMoonstone1CollectMoonstone": "Лунные камни", "questMoonstone1DropMoonstone2Quest": "Ожерелье лунных камней, часть 2: Некромант Рецидивина (Свиток)", "questMoonstone2Text": "Некромант Рецидивина", - "questMoonstone2Notes": "Отважный оружейник @Inventrix помог вам сковать зачарованные лунные камни в ожерелье. Теперь вы готовы противостоять Рецидивине, но как только вы зашли в Болота Застоя, страшный холод окутал вас.
Гнилое дыхание прошептало вам на ухо. \"Вернулся? Какая прелесть...\" Вы попятились и сделали выпод, под светом ожерелья лунных камней, ваше оружие поразило твердую плоть. \"Вы еще призовете меня обратно в мир\", - огрызнулась Рецидивина, - \"но сейчас твое время распрощаться с ним!\"
", + "questMoonstone2Notes": "Отважный оружейник @Inventrix помог вам сковать зачарованные лунные камни в ожерелье. Теперь вы готовы противостоять Рецидивине, но как только вы зашли в Болота Застоя, страшный холод окутал вас.
Гнилое дыхание прошептало вам на ухо. \"Вернулся? Какая прелесть...\" Вы попятились и сделали выпод, под светом ожерелья лунных камней, ваше оружие поразило твердую плоть. \"Вы еще призовете меня обратно в мир\", – огрызнулась Рецидивина, – \"но сейчас твое время распрощаться с ним!\"
", "questMoonstone2Boss": "Некромант", "questMoonstone2DropMoonstone3Quest": "Ожерелье лунных камней, часть 3: Рецидивина трансформировалась (Свиток)", "questMoonstone3Text": "Рецидивина трансформировалась", - "questMoonstone3Notes": "Рецидивина упала на землю, и вы ударили ее ожерельем лунным камней. К вашему ужасу Рецидивина схватила самоцветы, ее взгляд наполнился торжеством.
\"Глупое создание из плоти!\"- закричала она. \"Эти лунные камни восстановят физическую оболочку, правда, не так, как ты себе представляешь. Как только полная луна появится из темноты - это наполнит меня силой. Из теней я призываю призрак твоего самого страшного врага!\"
Болезненный зеленый туман поднимается из болота, и тело Рецидивины содрогается, принимая форму, которая поднимает в вас волну ужаса, - неживое тело Вайса, ужасного возрожденного.
", - "questMoonstone3Completion": "Вам становится сложнее дышать, пот щиплет глаза, когда умирает восставший Змей. Остатки Рецидивины рассеиваются в прозрачный серый туман, который быстро уносит освежающий ветерок. Вы слышите отдаленные восторженные крики Хаббитанцев, которые победили свои вредные Привычки раз и навсегда.
@Baconsaur Повелитель зверей приземляется на грифоне. \"Я видел конец вашей битвы с неба, и я был глубоко тронут. Пожалуйста, примите эту зачарованную тунику - ваша храбрость говорит о благородном сердце, и я верю, что вы должны получить ее\".
", + "questMoonstone3Notes": "Рецидивина упала на землю, и вы ударили ее ожерельем лунным камней. К вашему ужасу Рецидивина схватила самоцветы, ее взгляд наполнился торжеством.
\"Глупое создание из плоти!\" – закричала она. \"Эти лунные камни восстановят физическую оболочку, правда, не так, как ты себе представляешь. Как только полная луна появится из темноты – это наполнит меня силой. Из теней я призываю призрак твоего самого страшного врага!\"
Болезненный зеленый туман поднимается из болота, и тело Рецидивины содрогается, принимая форму, которая поднимает в вас волну ужаса, – неживое тело Вайса, ужасного возрожденного.
", + "questMoonstone3Completion": "Вам становится сложнее дышать, пот щиплет глаза, когда умирает восставший Змей. Остатки Рецидивины рассеиваются в прозрачный серый туман, который быстро уносит освежающий ветерок. Вы слышите отдаленные восторженные крики Хаббитанцев, которые победили свои вредные Привычки раз и навсегда.
@Baconsaur Повелитель зверей приземляется на грифоне. \"Я видел конец вашей битвы с неба, и я был глубоко тронут. Пожалуйста, примите эту зачарованную тунику – ваша храбрость говорит о благородном сердце, и я верю, что вы должны получить ее\".
", "questMoonstone3Boss": "Некро-Вайс", "questMoonstone3DropRottenMeat": "Тухлое мясо (еда)", "questMoonstone3DropZombiePotion": "Зомби Инкубационный эликсир", @@ -96,8 +96,8 @@ "questGoldenknight2Boss": "Золотой Рыцарь", "questGoldenknight2DropGoldenknight3Quest": "Золотой Рыцарь, часть 3: Железный Рыцарь (Свиток)", "questGoldenknight3Text": "Железный Рыцарь", - "questGoldenknight3Notes": "@Jon Arinbjorn пытается привлечь ваше внимание. После битвы новая фигура предстает пред вашим взором. Это закованный в черную сталь рыцарь с обнаженным мечом в руке. И он медленно приближается. \"Нет, отец!\"- кричит ему Золотой Рыцарь, но без толку - новый противник движется вперед. \n\"Прости меня, герой,- сокрушенно говорит Золотой Рыцарь,- я не осознавала, что обратила свои добрые помыслы в жестокость. Но пред тобой мой отец - рыцарь с самым черным и жестоким сердцем. Если ты не сразишь его, то все мы обречены! Вот! Возьми мой верный моргенштерн и победи Железного Рыцаря!\"
", - "questGoldenknight3Completion": "С лязгом и звоном Железный Рыцарь падает на колени. \"Ты силён,- выдыхает он,- я сражен и унижен.\" Золотой Рыцарь приближается к вам. \"Благодарю тебя, герой. Мы извлекли урок из этих событий. Я переговорю с отцом. И, возможно, нам стоит принести свои извинения обитателям страны Habitica.\" Золотой Рыцарь на мгновение задумывается и принимает решение. \"Возьми мой моргенштерн. Он служил мне верой и правдой, так пусть же теперь у него будет более достойный владелец!\"
", + "questGoldenknight3Notes": "@Jon Arinbjorn пытается привлечь ваше внимание. После битвы новая фигура предстает пред вашим взором. Это закованный в черную сталь рыцарь с обнаженным мечом в руке. И он медленно приближается. \"Нет, отец!\" – кричит ему Золотой Рыцарь, но без толку – новый противник движется вперед. \n\"Прости меня, герой, – сокрушенно говорит Золотой Рыцарь, – я не осознавала, что обратила свои добрые помыслы в жестокость. Но пред тобой мой отец – рыцарь с самым черным и жестоким сердцем. Если ты не сразишь его, то все мы обречены! Вот! Возьми мой верный моргенштерн и победи Железного Рыцаря!\"
", + "questGoldenknight3Completion": "С лязгом и звоном Железный Рыцарь падает на колени. \"Ты силён, – выдыхает он, – я сражен и унижен.\" Золотой Рыцарь приближается к вам. \"Благодарю тебя, герой. Мы извлекли урок из этих событий. Я переговорю с отцом. И, возможно, нам стоит принести свои извинения обитателям страны Habitica.\" Золотой Рыцарь на мгновение задумывается и принимает решение. \"Возьми мой моргенштерн. Он служил мне верой и правдой, так пусть же теперь у него будет более достойный владелец!\"
", "questGoldenknight3Boss": "Железный Рыцарь", "questGoldenknight3DropHoney": "Мёд (Еда)", "questGoldenknight3DropGoldenPotion": "Золотой Инкубационный эликсир", @@ -112,7 +112,7 @@ "questEggHuntCollectPlainEgg": "Неокрашенные яйца", "questEggHuntDropPlainEgg": "Неокрашенное яйцо", "questDilatoryText": "Ужасный Дракон Промедления", - "questDilatoryNotes": "Мы были слепы к предзнаменованиям.
Иссиня-черные сверкающие глаза. Древняя чешуя. Массивные челюсти и острые зубы. Мы пробудили что-то ужасающее, что никогда не должно было покидать своей расщелины:Ужасный Дракон Промедления! Кричащие жители Habitica рассыпаются во всех направлениях, когда его извивающаяся шея длиной в десятки метров рассекает водную гладью, а дикий рёв заставляет дрожать окна близлежащих домов.
«Мы должны положить конец Промедлению!», — кричит Lemoness. «Именно откладываемые задачи и красные ежедневные задания привлекли его внимание!»
«Он излучает магическую энергию!» — кричит @Baconsaur. «Живя так долго, он научился исцелять себя! Как мы сможем побороть его?»
Очень просто: так же, как и всех Боссов -- продуктивностью! Быстрее, Habitica, объединяйся и сражай свои задачи, вместе мы победим этого монстра. (Нет нужды бросать начатые квесты, мы уверены в ваших возможностях сражаться на двух фронтах). Он не нападет на мирных жителей, но чем больше ежедневных заданий мы пропускаем, тем больше сил он получает для Незамедлительной Атаки! И мне не нравится, как он поглядывает на Таверну...", + "questDilatoryNotes": "
Мы были слепы к предзнаменованиям.
Иссиня-черные сверкающие глаза. Древняя чешуя. Массивные челюсти и острые зубы. Мы пробудили что-то ужасающее, что никогда не должно было покидать своей расщелины:Ужасный Дракон Промедления! Кричащие жители Habitica рассыпаются во всех направлениях, когда его извивающаяся шея длиной в десятки метров рассекает водную гладью, а дикий рёв заставляет дрожать окна близлежащих домов.
«Мы должны положить конец Промедлению!», — кричит Lemoness. «Именно откладываемые задачи и красные ежедневные задания привлекли его внимание!»
«Он излучает магическую энергию!» — кричит @Baconsaur. «Живя так долго, он научился исцелять себя! Как мы сможем побороть его?»
Очень просто: так же, как и всех Боссов – продуктивностью! Быстрее, Habitica, объединяйся и сражай свои задачи, вместе мы победим этого монстра. (Нет нужды бросать начатые квесты, мы уверены в ваших возможностях сражаться на двух фронтах). Он не нападет на мирных жителей, но чем больше ежедневных заданий мы пропускаем, тем больше сил он получает для Незамедлительной Атаки! И мне не нравится, как он поглядывает на Таверну...",
"questDilatoryBoss": "Ужасный Дракон Промедления",
"questDilatoryBossRageTitle": "Незамедлительная атака",
"questDilatoryBossRageDescription": "Как только эта полоса заполнится полностью, Ужасный Дракон Промедления обрушит свою ярость на местность Habitica.",
@@ -143,18 +143,18 @@
"questAtom3DropPotion": "Простой инкубационный эликсир",
"questOwlText": "Сова-Полуночник",
"questOwlNotes": "В Таверне свет горит всю ночь.
Но вдруг пропал! Как тут помочь?
Как друга друг теперь найдет?
Но @Twitching уж бойцов зовет:
Сова, враг звезд, закрыла свет.
Сражайтесь! Времени ждать нет!
Сову прогоним от дверей,
Чтоб снова стала ночь светлей!\"",
- "questOwlCompletion": "С рассветом прочь летит Сова,
Герои ж - на ногах едва.
Пора, пожалуй, и поспать...
Но кто гнездо принес в кровать?
Мы часто любим, как Сова,
Сидеть всю ночь и до утра.
Но тихий писк совят даст знать:
Пора заканчивать и спать.",
+ "questOwlCompletion": "С рассветом прочь летит Сова,
Герои ж – на ногах едва.
Пора, пожалуй, и поспать...
Но кто гнездо принес в кровать?
Мы часто любим, как Сова,
Сидеть всю ночь и до утра.
Но тихий писк совят даст знать:
Пора заканчивать и спать.",
"questOwlBoss": "Сова-Полуночник",
"questOwlDropOwlEgg": "Филин (яйцо)",
"questOwlUnlockText": "Позволяет покупать на рынке сову в яйце.",
"questPenguinText": "Птичий холод",
- "questPenguinNotes": "Хотя южная часть страны Habitica и наслаждается жарким летним днем, на окрестности Жизнерадостного Озера опустился неестественный холод. И вот уже сильный морозный ветер поднимается над замерзшим побережьем. Ледяные пики как будто вырастают из земли. @Melynnrose и @Breadstrings бегут к вам.
\"Помогите!\" - восклицает @Melynnrose. \"Мы завели гигантского пингвина, чтобы он заморозил озеро и сделал из него каток, но у нас кончилась рыба, которую он ел!\"
\"Теперь он и зол и замораживает все вокруг своим ледяным дыханием!\" - вторит @Breadstrings. - \"Пожалуйста, усмирите его, пока он тут нас всех не заморозил!\" Похоже, пора помочь этому пингвину немного... остыть.",
- "questPenguinCompletion": "Пингвин повержен, и лед начинает таять. Гигантский пингвин устраивается на солнышке, заглатывая целое ведро рыбы, что вы собрали. Прокатываясь вдоль озера, он слегка дует на него, создавая гладкую, сверкающую ледяную поверхность. Что за странная птица! \"Похоже, он оставил несколько яиц\", - говорит @Painter de Cluster.
@Rattify смеется. \"Может, хоть эти пингвины окажутся... с холодной головой?\"",
+ "questPenguinNotes": "Хотя южная часть страны Habitica и наслаждается жарким летним днем, на окрестности Жизнерадостного Озера опустился неестественный холод. И вот уже сильный морозный ветер поднимается над замерзшим побережьем. Ледяные пики как будто вырастают из земли. @Melynnrose и @Breadstrings бегут к вам.
\"Помогите!\" – восклицает @Melynnrose. \"Мы завели гигантского пингвина, чтобы он заморозил озеро и сделал из него каток, но у нас кончилась рыба, которую он ел!\"
\"Теперь он и зол и замораживает все вокруг своим ледяным дыханием!\" – вторит @Breadstrings. – \"Пожалуйста, усмирите его, пока он тут нас всех не заморозил!\" Похоже, пора помочь этому пингвину немного... остыть.",
+ "questPenguinCompletion": "Пингвин повержен, и лед начинает таять. Гигантский пингвин устраивается на солнышке, заглатывая целое ведро рыбы, что вы собрали. Прокатываясь вдоль озера, он слегка дует на него, создавая гладкую, сверкающую ледяную поверхность. Что за странная птица! \"Похоже, он оставил несколько яиц\", – говорит @Painter de Cluster.
@Rattify смеется. \"Может, хоть эти пингвины окажутся... с холодной головой?\"",
"questPenguinBoss": "Морозный пингвин",
"questPenguinDropPenguinEgg": "Пингвин (яйцо)",
"questPenguinUnlockText": "Позволяет покупать на рынке пингвина в яйце.",
"questStressbeastText": "Отвратительный Стрессозверь из Стойкальмских степей",
- "questStressbeastNotes": "Выполняйте ежедневные задания и задачи, чтобы наносить урон Мировому боссу! Незавершенные ежедневные задания заполняют полоску Стрессового удара. Когда индикатор полностью заполнится, Мировой босс атакует неигрового персонажа. Мировой босс никогда не наносит вреда отдельным игрокам и никак не влияет на их аккаунты. Учитываются только достижения активных игроков, которые не отдыхают в Гостинице.
~*~
Первое, что мы слышим, – это шаги, напоминающие шум спасающегося бегством стада, но более медленные и грохочущие. Один за другим, жители страны Habitica выглядывают из своих домов и не находят слов, чтобы описать увиденное.
Мы все уже, конечно, видели Стрессозверей – мелких злобных существ, которые атакуют в непростое время. Но это? Эта громадина возвышается над зданиями. Лапы же существа моли бы с легкостью раздавить дракона. От его зловонного меха веет холодом, а его рык превращается в ледяной порыв, срывающий крыши домов. Монстры такой величины раньше никогда не покидали пределы старинных легенд.
«Берегитесь, жители страны Habitica! – кричит SabreCat – Забаррикадируйтесь внутри домов, это сам Ужасный Стрессозверь!»
«Этот зверь, наверняка, сделан из веков стресса», - говорит Kiwibot, крепко запирая дверь Таверны и захлопывая ставни.
«Стойкальмские степи, – говорит Lemoness мрачно – всё это время мы думали, что там все спокойно и безмятежно, но они, наверное, скрывали свой стресс где-то. Поколения спустя, он вырос в этого зверя, который сейчас вырвался на свободу и атаковал их – и нас!»
Есть только один способ отогнать Стрессозверя, Ужасного или любого другого, – и это атаковать его выполненными ежедневными заданиями и задачами! Давайте объединимся и отобьёмся от этого зловещего супостата – но убедитесь в том, что не дадите слабину, разбираясь с задачами, или же невыполненные ежедневные задания могут взбесить его настолько, что он может вскипеть и выплеснуть гнев…",
+ "questStressbeastNotes": "Выполняйте ежедневные задания и задачи, чтобы наносить урон Мировому боссу! Незавершенные ежедневные задания заполняют полоску Стрессового удара. Когда индикатор полностью заполнится, Мировой босс атакует неигрового персонажа. Мировой босс никогда не наносит вреда отдельным игрокам и никак не влияет на их аккаунты. Учитываются только достижения активных игроков, которые не отдыхают в Гостинице.
~*~
Первое, что мы слышим, – это шаги, напоминающие шум спасающегося бегством стада, но более медленные и грохочущие. Один за другим, жители страны Habitica выглядывают из своих домов и не находят слов, чтобы описать увиденное.
Мы все уже, конечно, видели Стрессозверей – мелких злобных существ, которые атакуют в непростое время. Но это? Эта громадина возвышается над зданиями. Лапы же существа моли бы с легкостью раздавить дракона. От его зловонного меха веет холодом, а его рык превращается в ледяной порыв, срывающий крыши домов. Монстры такой величины раньше никогда не покидали пределы старинных легенд.
«Берегитесь, жители страны Habitica! – кричит SabreCat – Забаррикадируйтесь внутри домов, это сам Ужасный Стрессозверь!»
«Этот зверь, наверняка, сделан из веков стресса», – говорит Kiwibot, крепко запирая дверь Таверны и захлопывая ставни.
«Стойкальмские степи, – говорит Lemoness мрачно – всё это время мы думали, что там все спокойно и безмятежно, но они, наверное, скрывали свой стресс где-то. Поколения спустя, он вырос в этого зверя, который сейчас вырвался на свободу и атаковал их – и нас!»
Есть только один способ отогнать Стрессозверя, Ужасного или любого другого, – и это атаковать его выполненными ежедневными заданиями и задачами! Давайте объединимся и отобьёмся от этого зловещего супостата – но убедитесь в том, что не дадите слабину, разбираясь с задачами, или же невыполненные ежедневные задания могут взбесить его настолько, что он может вскипеть и выплеснуть гнев…",
"questStressbeastBoss": "Отвратительный Стрессозверь",
"questStressbeastBossRageTitle": "Стресс-атака",
"questStressbeastBossRageDescription": "Когда этот датчик заполнится, Отвратительный Стрессозверь выпустит на страну Habitica ярость своей стресс-атаки!",
@@ -163,7 +163,7 @@
"questStressbeastBossRageStables": "`Ужасный Стрессозверь использует СТРЕССОВЫЙ УДАР!`\n\nВсплеск стресса восстанавливает здоровье Ужасного Стрессозверя!\n\nО, нет! Несмотря на все наши старания, мы упустили некоторые ежедневные задания из виду и их красный цвет привел Ужасного Стрессозверя в ярость, восполнив его здоровье! Вселяющее ужас создание бросается к Стойлам, но Мэтт, повелитель зверей, по-геройски бросается на защиту питомцев и скакунов. Стрессозверь стискивает Мэтта жесткой хваткой, но, по крайней мере, он отвлекся на какой-то момент. Скорей! Давайте держать наши ежедневные задания в порядке, чтобы победить этого монстра, пока он не атаковал вновь!",
"questStressbeastBossRageBailey": "`Отвратительный Стрессозверь применяет СТРЕСС-АТАКУ!`\n\nНарастающий стресс исцеляет Отвратительного Стрессозверя!\n\nААААА!!! Наши незаверешенные ежедневные задания раздражают Стрессозверя больше обычного и он восстанавливает часть здоровья! Глашатай Бэйли раздавала горожанам указания по безопасности, но зверь схватил ее свободной рукой. Только посмотрите, как отважно она сообщает последние новости, пока Стрессозверь вращает ее по кругу... Давайте докажем, что достойны подобной смелости и сделаем все, что в наших силах, чтобы спасти наших NPC!",
"questStressbeastBossRageGuide": "`Отвратительный Стрессозверь применяет СТРЕСС-АТАКУ!`\n\nНарастающий стресс исцеляет Отвратительного Стрессозверя!\n\nОсторожнее! Проводник Justin пытается отвлечь Стрессозверя, бегая вокруг его лодыжек и выкрикивая полезные советы по повышению работоспособности! Отвратительный Стрессозверь бешено топчется на месте, но похоже, мы его действительно измотали. Сомневаюсь, что ему хватит сил на очередной удар. Не сдавайтесь... скоро мы с ним разберемся!",
- "questStressbeastDesperation": "`Здоровье Ужасного Стрессозверя достигает 500 тыс.! Ужасный Стрессозверь использует Отчаянную защиту!`\n\nМы почти у цели, жители страны Habitica! Благодаря усердию и выполенным ежедневным заданиям мы опустили здоровье Стрессозверя до 500 тыс.! Существо рычит и бьется в отчаянии, его ярость растет, как никогда. Бэйли и Мэтт кричат в ужасе - зверь поднял их в воздух и крутит с ужасающей скоростью, вызывая снежную бурю. Теперь наносить ему удары его гораздо сложнее.\n\nМы должны удвоить наши усилия, но не унывайте - это знак того, что Стрессозверь понимает, что вот-вот будет побежден. Не время сдаваться!",
+ "questStressbeastDesperation": "`Здоровье Ужасного Стрессозверя достигает 500 тыс.! Ужасный Стрессозверь использует Отчаянную защиту!`\n\nМы почти у цели, жители страны Habitica! Благодаря усердию и выполенным ежедневным заданиям мы опустили здоровье Стрессозверя до 500 тыс.! Существо рычит и бьется в отчаянии, его ярость растет, как никогда. Бэйли и Мэтт кричат в ужасе – зверь поднял их в воздух и крутит с ужасающей скоростью, вызывая снежную бурю. Теперь наносить ему удары его гораздо сложнее.\n\nМы должны удвоить наши усилия, но не унывайте – это знак того, что Стрессозверь понимает, что вот-вот будет побежден. Не время сдаваться!",
"questStressbeastCompletion": "Ужасный Стрессозверь ПОБЕЖДЁН!
Мы это сделали! Издав последний вопль, Ужасный Стрессозверь рассеивается облаком снега. Снежинки, сверкая, опускаются на землю, а воодушевленные жители страны Habitica обнимаются со своими питомцами и скакунами. Наши животные и наши неигровые персонажи вновь в безопасности
Стойкальм спасён!
SabreCat мягко говорит маленькому саблезубику: «Пожалуйста, найди жителей Стойкальма и приведи их к нам». Спустя несколько часов саблезубик возвращается с группой наездников мамонтов, которые следуют за ним. Вы узнаете в первом наезднике Lady Glaciate, главу Стойкальма.
«Могущественные жители страны Habitica – говорит она – мои люди и я должны от души вас поблагодарить и принести глубочайшие извинения. Пытаясь защитить наши Степи от паники, мы стали скрытно изгонять весь наш стресс в ледяные горы. Мы даже не представляли, что за поколения он превратится в Стрессозверя, которого вы видели! Когда он вырвался на свободу, он загнал нас в ловушку в горах, в своей вотчине и стал срывать ярость на наших любимых животных». Её грустный взгляд следит за падающим снегом. «Своей глупостью мы подвергли всех опасности. Будьте уверены, что в будущем мы придем к вам при появлении проблем до того, как наши проблемы придут к вам.»
Она поворачивается туда, где @Baconsaur удобно устроился с некоторыми мамонтятами. «Мы пришли с предложением еды для ваших животных в качестве извинений за ужас, который они испытали. Также, как символ доверия, мы оставим некоторых наших питомцев и скакунов у вас. Мы уверены, что вы хорошо о них позаботитесь».",
"questStressbeastCompletionChat": "`Ужасный Стрессозверь ПОБЕЖДЁН!`\n\nМы это сделали! Издав последний вопль, Ужасный Стрессозверь рассеивается облаком снега. Снежинки, сверкая, опускаются на землю, а воодушевленные жители страны Habitica обнимаются со своими питомцами и скакунами. Наши животные и наши неигровые персонажи вновь в безопасности!\n\n`Стойкальм спасён!`\n\nSabreCat мягко говорит маленькому саблезубику: «Пожалуйста, найди жителей Стойкальма и приведи их к нам». Спустя несколько часов саблезубик возвращается с группой наездников мамонтов, которые следуют за ним. Вы узнаете в первом наезднике Lady Glaciate, главу Стойкальма.\n\n«Могущественные жители страны Habitica – говорит она – мои люди и я должны от души вас поблагодарить и принести глубочайшие извинения. Пытаясь защитить наши Степи от паники, мы стали скрытно изгонять весь наш стресс в ледяные горы. Мы даже не представляли, что за поколения он превратится в Стрессозверя, которого вы видели! Когда он вырвался на свободу, он загнал нас в ловушку в горах, в своей вотчине и стал срывать ярость на наших любимых животных». Её грустный взгляд следит за падающим снегом. «Своей глупостью мы подвергли всех опасности. Будьте уверены, что в будущем мы придем к вам при появлении проблем до того, как наши проблемы придут к вам.»\n\nОна поворачивается туда, где @Baconsaur удобно устроился с некоторыми мамонтятами. «Мы пришли с предложением еды для ваших животных в качестве извинений за ужас, который они испытали. Также, как символ доверия, мы оставим некоторых наших питомцев и скакунов у вас. Мы уверены, что вы хорошо о них позаботитесь».",
"questTRexText": "Король динозавров",
@@ -172,7 +172,7 @@
"questTRexBoss": "Огромный Тиранозавр",
"questTRexUndeadText": "Динозавра раскопали!",
"questTRexUndeadNotes": "Пока древние динозавры из Стойкальмских степей разбегаются по Habit City, из Большого Музея доносится вопль ужаса. @Baconsaur кричит: \"Скелет тираннозавра в музее шевелится! Должно быть, он почуял сородичей!\" Костлявое чудище обнажает зубы и бросается, гремя костями, в вашу сторону. Как убить того, кто уже мертв? Бейте, пока он не исцелился!",
- "questTRexUndeadCompletion": "Блеск в глазах тираннозавра гаснет, и он взбирается обратно на свой пьедестал. Все облегченно вздыхают. \"Смотрите! - говорит @Baconsaur. - Некоторые из окаменелых яиц теперь блестящие и новые. Может, из них кто-то вылупится?\"",
+ "questTRexUndeadCompletion": "Блеск в глазах тираннозавра гаснет, и он взбирается обратно на свой пьедестал. Все облегченно вздыхают. \"Смотрите! – говорит @Baconsaur. – Некоторые из окаменелых яиц теперь блестящие и новые. Может, из них кто-то вылупится?\"",
"questTRexUndeadBoss": "Костяной тираннозавр",
"questTRexUndeadRageTitle": "Костяное лечение",
"questTRexUndeadRageDescription": "Эта полоска заполняется, когда вы не выполняете ежедневные задания. Когда полоска заполнится, Костяной тираннозавр восстановится на 30% oт своего оставшегося здоровья!",
@@ -180,15 +180,15 @@
"questTRexDropTRexEgg": "Тираннозавр (яйцо)",
"questTRexUnlockText": "Позволяет покупать на рынке тираннозавра в яйце.",
"questRockText": "Побег от пещерного чудища",
- "questRockNotes": "Пересекая с друзьями Бесцельные Горы страны Habitica, вы остановились на ночь в прекрасной пещере, усыпанной сверкающими минералами. Однако, проснувшись утром, вы обнаруживаете, что вход исчез, а пол под вами движется!
\"Гора живая!\" - кричит ваш спутник @pfeffernusse. - \"Это не кристаллы - это зубы!\"
@Painter de Cluster хватает вас за руку. \"Нужно найти другой путь наружу - не отходи от меня и не отвлекайся, иначе мы застрянем тут навечно!\"",
+ "questRockNotes": "Пересекая с друзьями Бесцельные Горы страны Habitica, вы остановились на ночь в прекрасной пещере, усыпанной сверкающими минералами. Однако, проснувшись утром, вы обнаруживаете, что вход исчез, а пол под вами движется!
\"Гора живая!\" – кричит ваш спутник @pfeffernusse. – \"Это не кристаллы – это зубы!\"
@Painter de Cluster хватает вас за руку. \"Нужно найти другой путь наружу – не отходи от меня и не отвлекайся, иначе мы застрянем тут навечно!\"",
"questRockBoss": "Кристальный колосс",
"questRockCompletion": "Благодаря усердию вы отыскали безопасный путь через живую гору. Выйдя на свет, ваш друг @intune замечает странный блеск на земле возле выхода из пещеры. Остановившись, вы подбираете небольшой камень с золотой прожилкой. Вокруг много других камней довольно необычной формы. Они похожи на... яйца?",
"questRockDropRockEgg": "Камень (яйцо)",
"questRockUnlockText": "Позволяет покупать на рынке камень в яйце.",
"questBunnyText": "Крольчиха-убийца",
- "questBunnyNotes": "Много непростых дней спустя вы достигли вершины Пика Прокрастинации и теперь стоите перед внушительными дверьми Крепости Пренебрежения. Надпись на камне гласит: \"Внутри обитает чудовище, воплощающее ваши самые большие страхи - причина вашего бездействия. Стучите и встретьтесь с ним лицом к лицу!\" Вы дрожите, представляя ужас, ожидающий внутри, и готовы вот-вот сбежать, как уже делали не раз. @Draayder удерживает вас. \"Спокойно, друг мой! Время пришло. Вы должны это сделать!\"
Вы стучите, и двери открываются внутрь. Из темноты доносится оглушительный рев. Вы обнажаете оружие.",
+ "questBunnyNotes": "Много непростых дней спустя вы достигли вершины Пика Прокрастинации и теперь стоите перед внушительными дверьми Крепости Пренебрежения. Надпись на камне гласит: \"Внутри обитает чудовище, воплощающее ваши самые большие страхи – причина вашего бездействия. Стучите и встретьтесь с ним лицом к лицу!\" Вы дрожите, представляя ужас, ожидающий внутри, и готовы вот-вот сбежать, как уже делали не раз. @Draayder удерживает вас. \"Спокойно, друг мой! Время пришло. Вы должны это сделать!\"
Вы стучите, и двери открываются внутрь. Из темноты доносится оглушительный рев. Вы обнажаете оружие.",
"questBunnyBoss": "Крольчиха-убийца",
- "questBunnyCompletion": "С последним ударом крольчиха-убийца падает навзничь. Искрящийся туман поднимается от ее тела, которое сжимается до размеров крольчонка - ничего общего с ужасным монстром, с которым вы только что сразились. Крольчиха очаровательно морщит носик и прыгает прочь, оставив несколько яиц. @Gully смеется. \"Пик Прокрастинации даже простые задачи заставляет казаться непреодолимыми. Собирайте яйца, и пойдем домой\".",
+ "questBunnyCompletion": "С последним ударом крольчиха-убийца падает навзничь. Искрящийся туман поднимается от ее тела, которое сжимается до размеров крольчонка – ничего общего с ужасным монстром, с которым вы только что сразились. Крольчиха очаровательно морщит носик и прыгает прочь, оставив несколько яиц. @Gully смеется. \"Пик Прокрастинации даже простые задачи заставляет казаться непреодолимыми. Собирайте яйца, и пойдем домой\".",
"questBunnyDropBunnyEgg": "Кролик (яйцо)",
"questBunnyUnlockText": "Позволяет покупать на рынке кролика в яйце.",
"questSlimeText": "Желейный Регент",
@@ -197,10 +197,10 @@
"questSlimeCompletion": "Нанеся последний удар, вам удается поймать Желейного Регента в ловушку – гигантский пончик, который поспешили подкатить скорые на ум лидеры клуба выпечки @Overomega, @LordDarkly и @Shaner. Пока все стремятся одобрительно похлопать вас по спине, вы чувствуете, как кто-то сунул что-то вам в карман. Эта награда за ваш сладкий успех: три зефирных слизня в яйце.",
"questSlimeDropSlimeEgg": "Зефирный слизень (яйцо)",
"questSlimeUnlockText": "Позволяет покупать на рынке слизня в яйце",
- "questSheepText": "The Thunder Ram",
+ "questSheepText": "Грозовой Баран",
"questSheepNotes": "As you wander the rural Taskan countryside with friends, taking a \"quick break\" from your obligations, you find a cozy yarn shop. You are so absorbed in your procrastination that you hardly notice the ominous clouds creep over the horizon. \"I've got a ba-a-a-ad feeling about this weather,\" mutters @Misceo, and you look up. The stormy clouds are swirling together, and they look a lot like a... \"We don't have time for cloud-gazing!\" @starsystemic shouts. \"It's attacking!\" The Thunder Ram hurtles forward, slinging bolts of lightning right at you!",
- "questSheepBoss": "Thunder Ram",
+ "questSheepBoss": "Грозовой Баран",
"questSheepCompletion": "Impressed by your diligence, the Thunder Ram is drained of its fury. It launches three huge hailstones in your direction, and then fades away with a low rumble. Upon closer inspection, you discover that the hailstones are actually three fluffy eggs. You gather them up, and then stroll home under a blue sky.",
- "questSheepDropSheepEgg": "Sheep (Egg)",
- "questSheepUnlockText": "Unlocks purchasable sheep eggs in the Market"
+ "questSheepDropSheepEgg": "Овца (яйцо)",
+ "questSheepUnlockText": "Позволяет покупать на рынке овцу в яйце."
}
\ No newline at end of file
diff --git a/common/locales/ru/tasks.json b/common/locales/ru/tasks.json
index d9069ae09f..e01913cc86 100644
--- a/common/locales/ru/tasks.json
+++ b/common/locales/ru/tasks.json
@@ -14,7 +14,7 @@
"save": "Сохранить",
"addChecklist": "Добавить список",
"checklist": "Список",
- "checklistText": "В ежедневных заданиях для частично выполненных заданий уменьшается урон (напр., со списком из 4 дел, 3 из которых окончены, ежедневное задание нанесет вам 25% урона). При выполнении обычной задачи, ваши очки будут умножены на количество дел в списке (напр., при списке из 4 дел вы получите в 4 раза больше опыта и золота).",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Развернуть/свернуть",
"text": "Текст",
"extraNotes": "Дополнительные заметки",
@@ -22,7 +22,7 @@
"advancedOptions": "Дополнительные параметры",
"difficulty": "Сложность",
"difficultyHelpTitle": "Насколько трудно это задание?",
- "difficultyHelpContent": "Это увеличивает ценность задачи. Используйте в меру, лучше положитесь на штатные алгоритмы регулировки важности задач. Но всё же некоторые задачи гораздо ценнее других (сравните: написать дипломную и почистить зубы). Щелкните, чтобы узнать подробности.",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Легко",
"medium": "Нормально",
"hard": "Сложно",
diff --git a/common/locales/sk/backgrounds.json b/common/locales/sk/backgrounds.json
index 9f3223159c..d2e5ab9435 100644
--- a/common/locales/sk/backgrounds.json
+++ b/common/locales/sk/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Mountain Lake",
"backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.",
"backgroundPagodasText": "Pagodas",
- "backgroundPagodasNotes": "Climb to the top of Pagodas."
+ "backgroundPagodasNotes": "Climb to the top of Pagodas.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/sk/challenge.json b/common/locales/sk/challenge.json
index 66f4ac7246..3b0c60e32c 100644
--- a/common/locales/sk/challenge.json
+++ b/common/locales/sk/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Vyber víťaza a uzavri výzvu:",
"deleteOrSelect": "Zmaž alebo vyber víťaza",
"endChallenge": "Ukončiť výzvu",
- "challengeDiscription": "Toto sú úlohy výzvy. Keď sa budú používatelia zapájať, ich farba sa bude postupne meniť a zobrazia sa grafy s celkovým pokrokom skupiny.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Ako sa všetkým darí?",
"filter": "Filter",
"groups": "Skupiny",
@@ -33,7 +33,8 @@
"challengeTagPop": "Výzvy sa zobrazujú v zozname štítkov a v popise úlohy. Takže oficiálny názov výzvy môže byť dlhší a výstižný, no potrebuješ aj krátku verziu. Napr výzva s názvom \"Schudnúť 10 kíl za 3 mesiace\" môže používať štítok \"-10kg\" (Pre viac informácií klikni na \"?\").",
"challengeDescr": "Popis",
"prize": "Odmena",
- "prizePop": "Ak niekto môže \"vyhrať\" tvoju výzvu, môžeš toho víťaza odmeniť drahokamami. Maximálny počet drahokamov = drahokamy ktoré vlastníš (+ drahokamy cechu, ak si vytvoril výzvu v rámci cechu). Poznámka: Túto odmenu neskôr už nemôžeš zmeniť.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Minimum je 1 drahokam pre verejné výzvy (pomáha predísť spamu, naozaj).",
"officialChallenge": "Oficiálna výzva HabitRPG",
"by": "od",
@@ -43,6 +44,7 @@
"selectGroup": "Prosím, vyber skupinu",
"challengeCreated": "Výzva bola úspešne vytvorená",
"sureDelCha": "Zmazať výzvu. Si si istý?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "Odstrániť úlohy",
"keepTasks": "Ponechať úlohy",
"closeCha": "Uzavrieť výzvu a...",
diff --git a/common/locales/sk/character.json b/common/locales/sk/character.json
index fb1d8350b8..60ec3d5934 100644
--- a/common/locales/sk/character.json
+++ b/common/locales/sk/character.json
@@ -52,9 +52,11 @@
"costume": "Kostým",
"costumeText": "Ak chceš radšej vyzerať inak, než vyzeráš so svojou aktuálnou bojovou výzbrojou, zaškrtni \"použiť kostým\", aby si si mohol zvoliť oblečenie, ktoré sa ti páči, no zároveň získavať bonusy za svoju najlepšiu bojovú výzbroj.",
"useCostume": "Použiť kostým",
- "gearAchievement": "Získal si odznak \"Najúžasnejší výstroj\" za zakúpenie najlepšieho a najdrahšieho výstroja pre svoje povolanie!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Najúžasnejší výstroj",
- "ultimGearText": "Vlastní najlepšiu zbraň a brnenie.",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Level",
"levelUp": "Získal si nový level!",
"mana": "Mana",
diff --git a/common/locales/sk/content.json b/common/locales/sk/content.json
index 342f2dd80a..c419731b7a 100644
--- a/common/locales/sk/content.json
+++ b/common/locales/sk/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Elixír zdravia",
"potionNotes": "Vylieči 15 bodov zdravia (okamžité použitie)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Vlk",
"dropEggWolfAdjective": "verný",
"dropEggTigerCubText": "Tigríček",
diff --git a/common/locales/sk/front.json b/common/locales/sk/front.json
index 59bb1d3271..3103971de9 100644
--- a/common/locales/sk/front.json
+++ b/common/locales/sk/front.json
@@ -172,5 +172,11 @@
"username": "Používateľské meno",
"watchVideos": "Pozri si videá",
"work": "Work",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/sk/gear.json b/common/locales/sk/gear.json
index 7de254b45c..fb22b080bb 100644
--- a/common/locales/sk/gear.json
+++ b/common/locales/sk/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.",
"weaponMystery201502Text": "Shimmery Winged Staff of Love and Also Truth",
"weaponMystery201502Notes": "For WINGS! For LOVE! For ALSO TRUTH! Confers no benefit. February 2015 Subscriber Item.",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Steampunk Cane",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
"armor": "armor",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Who's a penguin? Confers no benefit. December 2014 Subscriber Item.",
"headMystery201501Text": "Starry Helm",
"headMystery201501Notes": "The constellations flicker and swirl in this helm, guiding the wearer's thoughts towards focus. Confers no benefit. January 2015 Subscriber Item.",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Fancy Top Hat",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Basic Top Hat",
diff --git a/common/locales/sk/generic.json b/common/locales/sk/generic.json
index 54519d20f1..f9d3ab82ef 100644
--- a/common/locales/sk/generic.json
+++ b/common/locales/sk/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitika",
"expandToolbar": "Rozbaliť lištu",
"collapseToolbar": "Zrolovať lištu",
- "formattingMarkdown": "Markdown formátovanie povolené",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "Odznaky",
"modalAchievement": "Odznak!",
"special": "Špeciálne",
diff --git a/common/locales/sk/groups.json b/common/locales/sk/groups.json
index 8a9c12af13..581bcce83c 100644
--- a/common/locales/sk/groups.json
+++ b/common/locales/sk/groups.json
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/sk/npc.json b/common/locales/sk/npc.json
index a7fd56a79d..0630f5a43b 100644
--- a/common/locales/sk/npc.json
+++ b/common/locales/sk/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Podporil projekt na Kickstarteri na najvyššej úrovni!",
"mattBoch": "Matt Boch",
- "mattShall": "Mám priviesť tvojho tátoša, <%= name %>? Klikni na toho, ktorého chceš osedlať.",
- "mattBochText1": "Vitaj v Stajni! Som Matt, pán šeliem. Vyber si zvieratko, ktoré bude stáť po tvojom boku. Ak budeš svoje zvieratká poctivo kŕmiť, raz z nich vyrastú mocné tátoše.",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Be sure to scroll all the way down to see all the options! Click on your avatar again to return to the tasks page.",
"tourMuchMore": "When you're done with tasks, you can form a Party with friends, chat in the shared-interest Guilds, join Challenges, and more!",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
- "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can freeze your account in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!",
"tourGuildsPage": "Guilds are social groups with common themes. Search for the subjects that interest you! We recommend the Newbies Guild.",
- "tourChallengesPage": "Joining a Challenge will add tasks to your account. Compete against other users to win gem prizes!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market."
}
\ No newline at end of file
diff --git a/common/locales/sk/quests.json b/common/locales/sk/quests.json
index a735114646..d6e310c31c 100644
--- a/common/locales/sk/quests.json
+++ b/common/locales/sk/quests.json
@@ -19,7 +19,7 @@
"bossStrength": "Boss Strength",
"collect": "Collect",
"collected": "Nazbieraných",
- "bossDmg1": "To hurt a boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "Len tí, čo sú na výprave môžu bojovať s bossom a podeliť sa o korisť.",
"tavernBossInfo": "To hurt a world boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). For each Daily you've missed (multiplied by the boss's Strength), the boss's Rage will increase. Once his Rage reaches max, something bad will happen - so complete your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossColl1": "Pre získanie predmetov musíš plniť svoje dobré návyky. Predmety za ukončenie výpravy padajú ako normálne predmety, ale uvidíš ich až nasledujúci deň. Vtedy sa všetko sčíta a pridá na hromadu.",
diff --git a/common/locales/sk/tasks.json b/common/locales/sk/tasks.json
index ee7e0a773b..38a7d1b3f9 100644
--- a/common/locales/sk/tasks.json
+++ b/common/locales/sk/tasks.json
@@ -14,7 +14,7 @@
"save": "Uložiť",
"addChecklist": "Pridať kontrolný zoznam",
"checklist": "Kontrolný zoznam",
- "checklistText": "Pri denných úlohách čiastočne hotové zoznamy redukujú poškodenie. Napríklad: zoznam so 4 položkami, kde sú 3 hotové, zníži poranenie za nesplnenú dennú úlohu, na 25%. Pri jednorázových úlohách zase odfajknuté zoznamy zvyšujú odmenu: 3 odškrtnuté znamená +3x (celkovo 4X) skúseností, zlata a many.",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Rozbaliť/zbaliť",
"text": "Text",
"extraNotes": "Poznámky",
@@ -22,7 +22,7 @@
"advancedOptions": "Pokročilé možnosti",
"difficulty": "Obtiažnosť",
"difficultyHelpTitle": "Ako náročná je úloha?",
- "difficultyHelpContent": "Vynásobí hodnotu bodov. Používaj výnimočne, radšej sa spoľahni na náš algoritmy, ktoré organicky upravujú hodnotu. Niektoré úlohy sú ale oveľa cennejšie (Napísať seminárnu prácu vs. Vyčistiť si zuby). Klikni pre viac info.",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Ľahké",
"medium": "Stredné",
"hard": "Ťažké",
diff --git a/common/locales/sr/backgrounds.json b/common/locales/sr/backgrounds.json
index 57aee14d69..03cd18bacc 100644
--- a/common/locales/sr/backgrounds.json
+++ b/common/locales/sr/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Planinsko jezero",
"backgroundMountainLakeNotes": "Uživajte u lepoti planinskog jezera.",
"backgroundPagodasText": "Pagode",
- "backgroundPagodasNotes": "Popnite se na vrh pagode."
+ "backgroundPagodasNotes": "Popnite se na vrh pagode.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/sr/challenge.json b/common/locales/sr/challenge.json
index cac5699278..e01930d2db 100644
--- a/common/locales/sr/challenge.json
+++ b/common/locales/sr/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Odaberite pobednika i završite izazov:",
"deleteOrSelect": "Obrisati ili odabrati pobednika",
"endChallenge": "Završiti izazov",
- "challengeDiscription": "Ovo su zadaci izazova. Korisnicima koji ostvare napredak promeniće se boja i dobiće grafikone na kojima možete pratiti uspeh grupe.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Kako nam ide?",
"filter": "Filter",
"groups": "Grupe",
@@ -33,7 +33,8 @@
"challengeTagPop": "Izazovi treba da se vide na spiskovima tagova i na opisima zadataka. Zato Vam je, pored jasnog naziva u polju „Naziv izazova“, potreban i kratki naziv. Npr. „Skinuti 10 funti za 3 meseca“ mogli biste da skratite u „-10lb“. (Kliknite za detaljniji opis)",
"challengeDescr": "Opis",
"prize": "Nagrada",
- "prizePop": "Ako neko „pobedi“, možete mu dati dragulje kao nagradu. Maksimalna vrednost nagrade je broj draguljia u Vašem inventaru (+dragulji Vašeg udruženja, ako ste Vi osnivač). Napomena: Vrednost nagrade ne možete kasnije promeniti, niti će Vam dragulji biti vraćeni ako poništite izazov.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Minimalno 1 dragulj za javne izazove . Pomaže da se spreči spam (zaista pomaže).",
"officialChallenge": "Zvanični HabitRPG izazov",
"by": "Izazivač: ",
@@ -43,6 +44,7 @@
"selectGroup": "Izaberite grupu",
"challengeCreated": "Izazov napravljen",
"sureDelCha": "Jeste li sigurni da želite da obrišete izazov?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "Obriši zadatak",
"keepTasks": "Zadrži zadatak",
"closeCha": "Zatvori izazov i...",
diff --git a/common/locales/sr/character.json b/common/locales/sr/character.json
index a4667b1f79..1bbed76942 100644
--- a/common/locales/sr/character.json
+++ b/common/locales/sr/character.json
@@ -52,9 +52,11 @@
"costume": "Kostim",
"costumeText": "Ako niste zadovoljni izgledom svoje opreme, izaberite „Koristi kostim“ da biste obukli kostim preko borbene opreme.",
"useCostume": "Kostim",
- "gearAchievement": "Osvojili ste odlikovanje „Vrhunska oprema“ jer ste obukli najjaču opremu.",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Vrhunska oprema",
- "ultimGearText": "Unapredili ste oružje i oklop do maksimalnog nivoa.",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Nivo",
"levelUp": "Novi nivo!",
"mana": "Mana",
@@ -70,7 +72,7 @@
"allocatePerPop": "Dodaj poen Opažanju",
"allocateInt": "Poeni dodeljeni Inteligenciji:",
"allocateIntPop": "Dodaj poen Inteligenciji",
- "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.",
+ "noMoreAllocate": "Dostigli ste 100. nivo, i više nećete dobijati poene koje biste dodeljivali svojim osobinama. Možete i dalje da dobijate nivoe, ili da upotrebite Sferu za Reinkarnaciju, koju ćete naći na Pijaci, i da započnete novu avanturu od 1. nivoa.",
"stats": "Karakteristike",
"strength": "Snaga",
"strengthText": "Snaga povećava šansu da zadate kritični udarac, kao i Zlato, Iskustvo i predmete koje od takvih udaraca dobijate. Takođe pomaže u borbi protiv bosova.",
diff --git a/common/locales/sr/content.json b/common/locales/sr/content.json
index 1b190a5d5e..2381dc523d 100644
--- a/common/locales/sr/content.json
+++ b/common/locales/sr/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Napitak zdravlja",
"potionNotes": "Vraća 15 poena zdravlja (koristi se odmah)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Vuk",
"dropEggWolfAdjective": "odani",
"dropEggTigerCubText": "Mladunče tigra",
@@ -56,8 +60,8 @@
"questEggBunnyAdjective": "mekani",
"questEggSlimeText": "Beli slez",
"questEggSlimeAdjective": "slatki",
- "questEggSheepText": "Sheep",
- "questEggSheepAdjective": "woolly",
+ "questEggSheepText": "Ovca",
+ "questEggSheepAdjective": "vunasta",
"eggNotes": "Nađite napitak, pospite ga po ovom jajetu, i iz njega će se izleći <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
"hatchingPotionBase": "Običan",
"hatchingPotionWhite": "Beli",
diff --git a/common/locales/sr/front.json b/common/locales/sr/front.json
index 45340d927c..e30632f4a2 100644
--- a/common/locales/sr/front.json
+++ b/common/locales/sr/front.json
@@ -172,5 +172,11 @@
"username": "Korisničko ime",
"watchVideos": "Video prezentacija",
"work": "Posao",
- "zelahQuote": "Pomisao da ću dobiti poene ako na vreme završim dan, ili izgubiti zdravlje ako ostanem budan do u kasne sate, pomaže mi da na vreme odem na spavanje."
+ "zelahQuote": "Pomisao da ću dobiti poene ako na vreme završim dan, ili izgubiti zdravlje ako ostanem budan do u kasne sate, pomaže mi da na vreme odem na spavanje.",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/sr/gear.json b/common/locales/sr/gear.json
index ee53e2088e..6cc48f5b87 100644
--- a/common/locales/sr/gear.json
+++ b/common/locales/sr/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Probodite protivnike ili ih koristite kao viljušku dok jedete svoju omiljenu hranu - ove višenamenske vile obavljaju sve poslove s lakoćom. Ne daju nikakav bonus. Predmet za pretplatnike novembar 2014.",
"weaponMystery201502Text": "Svetlucavo krilato žezlo ljubavi, i istine, takođe",
"weaponMystery201502Notes": "Za KRILA! Za LJUBAV! Za ISTINU, TAKOĐE! Ne daje nikakav bonus. Predmet za pretplatnike februar 2015.",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Stimpank štap",
"weaponMystery301404Notes": "Odličan za šetnju po gradu. Predmet za pretplatnike mart 3015. Ne daje nikakav bonus.",
"armor": "oklop",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Ko je to postao pingvin? Ne daje nikakav bonus. Predmet za pretplatnike decembar 2014.",
"headMystery201501Text": "Zvezdani šlem",
"headMystery201501Notes": "Sazvežđa trepere i kovitlaju se unutar ovog šlema, i usmeravaju vlanikove misli da bi lakše mogao da se koncentriše. Predmet za pretplatnike Januar 2015.",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Otmeni cilindar",
"headMystery301404Notes": "Otmeni cilindar za pripadnike visokog društva! Predmet za pretplatnike januar 3015. Ne daje nikakav bonus.",
"headMystery301405Text": "Jednostavni cilindar",
diff --git a/common/locales/sr/generic.json b/common/locales/sr/generic.json
index 41fc09c497..d26c6c29be 100644
--- a/common/locales/sr/generic.json
+++ b/common/locales/sr/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitika",
"expandToolbar": "Pokaži traku s alatima",
"collapseToolbar": "Sakrij traku s alatima",
- "formattingMarkdown": "Dozvoljeno Markdown formatiranje",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "Odlikovanja",
"modalAchievement": "Odlikovanje!",
"special": "Specijalno",
diff --git a/common/locales/sr/groups.json b/common/locales/sr/groups.json
index b07db0f113..5e931164e2 100644
--- a/common/locales/sr/groups.json
+++ b/common/locales/sr/groups.json
@@ -102,12 +102,19 @@
"messageWroteIn": "<%= user %> je napisao u <%= group %>",
"msgPreviewHeading": "Pregled poruke",
"leaderOnlyChallenges": "Samo vođa grupe može da napravi izazov",
- "sendGift": "Send Gift",
- "inviteFriends": "Invite Friends",
- "inviteAlertInfo": "Invite friends by User ID here.",
- "inviteExistUser": "Invite Existing User",
- "inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
- "byColon": "By:",
- "inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "sendGift": "Poslati poklon",
+ "inviteFriends": "Pozvati prijatelje",
+ "inviteAlertInfo": "Ovde možete pozvati prijatelje ako znate njihov UID",
+ "inviteExistUser": "Pozvati registrovanog korisnika",
+ "inviteByEmail": "Pozovite prijatelje imejlom. Ako se registruju preko linka iz poruke, automatski će biti pozvani u ovu grupu.",
+ "byColon": "Od:",
+ "inviteNewUsers": "Pozvati nove korisnike",
+ "inviteAlertInfo2": "Ili pošaljilte ovaj link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/sr/npc.json b/common/locales/sr/npc.json
index a3aabce92a..787c29d675 100644
--- a/common/locales/sr/npc.json
+++ b/common/locales/sr/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Pružio maksimalnu podršku na Kickstarter-u!",
"mattBoch": "Met Bok",
- "mattShall": "Želite li da jašete, <%= name %>? Odaberite zver, i spremni ste.",
- "mattBochText1": "Dobro došli u Štalu! Ja sam Met, krotitelj zveri. Odaberite zver koja će putovati uz Vas. Ako je budete hranili, izrašće u veliku životinju, koju ćete moći da jašete.",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Danijel",
"danielText": "Dobro došli u Krčmu! Smestite se i upoznajte se s meštanima. Ako poželite da se odmorite (ako idete na put, ili se razbolite), naći ću Vam slobodnu sobu u Gostionici. Dok ste naš gost, nećete trpeti štetu od neurađenih zadataka, ali ćete i dalje moći da ih obeležite kao urađene.",
"danielText2": "Upozorenje: Ako učestvujete u borbi protiv bosa, trpećete štetu zbog propuštenih zadataka ostalih članova Vaše družine! Takođe, šteta koju nanesete bosu neće se videti dok ne napustite Gostionicu, niti će se predmeti koje nađete pojaviti u Vašem inventaru.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Pregledajte celu stranicu i upoznajte se s opcijama. Kliknite na avatar da biste se vratili na stranicu sa zadacima.",
"tourMuchMore": "Kad završite sa zadacima, možete da organizujete Družinu sa prijateljima, da četujete u Udruženjima koja Vas interesuju, da učestvujete u izazovima, i još mnogo toga!",
"tourStatsPage": "Ovo je stranica sa karakteristikama Vašeg avatara. Osvojite odlikovanja izvršavanjem zadataka sa spiska.",
- "tourTavernPage": "Dobro došli u Krčmu, čet sobu za sve uzraste. Ako krenete na put, ili se razbolite, klikom na „Odmorite se u Gostionici” možete da zamrznete svoj nalog. Uđite i predstavite se ostalim igračima!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Družina će Vam pomoći da ostanete posvećeni svojim ciljevima. Pozovite prijatelje da biste otključali svitke s misijama.",
"tourGuildsPage": "Udruženja su grupe ljudi sa zajedničkim interesovanjima. Nađite udruženja koja Vam se dopadaju. Preporučujemo Vam Udruženje početnika (Newbies Guild).",
- "tourChallengesPage": "Kad se priključite nekom izazovu, na Vaš nalog će biti dodati zadaci. Takmičite se s ostalim korisnicima i osvojite dragulje!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "Kad dostignete 4. nivo, počećete da nalazite jaja i napitke za izleganje kad budete završavali zadatke. Oni će se pojaviti ovde – koristite ih da biste dobili zveri! Iste te predmete možete kupiti na Pijaci."
}
\ No newline at end of file
diff --git a/common/locales/sr/quests.json b/common/locales/sr/quests.json
index 70ac1767d1..446fa6beaa 100644
--- a/common/locales/sr/quests.json
+++ b/common/locales/sr/quests.json
@@ -6,8 +6,8 @@
"questSend": "Klikom na „Pozvati“ poslaćete pozivnice članovima svoje družine. Misija počinje kad svi članovi odgovore. Pogledajte stanje u Opcije > Zajednica > Družina.",
"inviteParty": "Pozvati družinu",
"questInvitation": "Poziv u misiju:",
- "questInvitationTitle": "Quest Invitation",
- "questInvitationInfo": "Invitation for the Quest <%= quest %>",
+ "questInvitationTitle": "Poziv u misiju",
+ "questInvitationInfo": "Poziv u misiju <%= quest %>",
"askLater": "Pitati kasnije",
"buyQuest": "Kupiti misiju",
"accepted": "Prihvaćeno",
@@ -19,7 +19,7 @@
"bossStrength": "Snaga Bosa",
"collect": "Sakupiti",
"collected": "Sakupljeno",
- "bossDmg1": "Završavajte svoje Svakodnevne i Jednokratne zadatke da biste naneli štetu bosu. Zadaci sa većom štetom više će povrediti bosa (crveni zadaci, magije Čarobnjaka, napadi Ratnika, itd). Za svaki propušten Svakodnevni zadatak bos nanosi štetu svakom učesniku misije (šteta od zadatka pomnožena sa snagom bosa) povrh normalne štete od zadatka. Završavajte Svakodnevne zadatke kako bi vaša družina bila zdrava. Sva šteta koju bos primi i nanese obračunava se na kraju dana.(odnosno u trenutku smene između dva dana).",
+ "bossDmg1": "Završavajte svoje Svakodnevne i Jednokratne zadatke da biste naneli štetu bosu. Crveni zadaci, Vatra, i Divlji udarac načiniće još veću štetu. Za svaki propušten Svakodnevni zadatak bos nanosi štetu svakom učesniku misije (šteta od zadatka pomnožena sa snagom bosa) povrh normalne štete od zadatka. Završavajte Svakodnevne zadatke kako bi vaša družina bila zdrava. Sva šteta koju bos primi i nanese obračunava se na kraju dana.(odnosno u trenutku smene između dva dana).",
"bossDmg2": "Samo učesnici će se boriti protiv bosa i dobiti deo plena.",
"tavernBossInfo": "Završavajte svoje Svakodnevne i Jednokrate zadatke da biste naneli štetu bosu. Zadaci sa većom štetom više će povrediti bosa (crveni zadaci, magije Čarobnjaka, napadi Ratnika, itd). Bos dobija Bes za svaki propušten Svakodnevni zadatak (pomnoženo sa snagom bosa). Kad Bes dostigne maksimalnu vrednost, desiće se nešto loše. Zato završavajte Svakodnevne zadatke. Sva šteta koju bos primi i nanese obračunava se na kraju dana.(odnosno u trenutku smene između dva dana).",
"bossColl1": "Da biste dobili predmete, radite pozitivne zadatke.Na misiji predmeti padaju na isti način kao i inače, ali nećete moći da ih vidite do sledećeg dana, kad će svi nađeni predmeti biti sakupljeni na gomilu.",
diff --git a/common/locales/sr/settings.json b/common/locales/sr/settings.json
index ac8235764b..a273b476ec 100644
--- a/common/locales/sr/settings.json
+++ b/common/locales/sr/settings.json
@@ -93,7 +93,7 @@
"wonChallenge": "Savladali ste izazov",
"newPM": "Primljena privatna poruka",
"giftedGems": "Poklonjeni dragulji",
- "giftedGemsInfo": "<%= amount %> Gems - by <%= name %>",
+ "giftedGemsInfo": "<%= amount %> Dragulja - od <%= name %>",
"giftedSubscription": "Poklonjena pretplata",
"invitedParty": "Poziv u družinu",
"invitedGuild": "Poziv u udruženje",
diff --git a/common/locales/sr/tasks.json b/common/locales/sr/tasks.json
index 1d12317895..248f2f5da7 100644
--- a/common/locales/sr/tasks.json
+++ b/common/locales/sr/tasks.json
@@ -14,7 +14,7 @@
"save": "Sačuvati",
"addChecklist": "Dodati spisak",
"checklist": "Spisak",
- "checklistText": "Izgubićete manje zdravlja ako uradite deo svakodnevnog zadatka, nego ako ne uradite ništa. Npr. ako sa spiska od 4 stavke uradite 3, šteta koju ćete pretrpeti biće smanjena na 25%. Kod jednokratnih zadataka, svaka završena stavka uvećava koeficijent s kojim se množi nagrada, tako da se kod spiska sa 3 izvršene stavke koeficijent uvećava za 3 (posle čega iznosi 4).",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Otvoriti/Zatvoriti",
"text": "Tekst",
"extraNotes": "Objašnjenje",
@@ -22,7 +22,7 @@
"advancedOptions": "Napredna podešavanja",
"difficulty": "Težina",
"difficultyHelpTitle": "Koliko je težak ovaj zadatak?",
- "difficultyHelpContent": "Ove opcije umnožavaju vrednost nagrade. Uglavnom nije potrebno da ih koristite, jer HabitRPG ima algoritme koji proračunavaju težinu zadatka. Koristite ove opcije kod zadataka koji su mnogo vredniji od ostalih (npr. „Napisati diplomski rad“ mnogo je teži zadatak nego „oprati zube“).",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Lako",
"medium": "Normalno",
"hard": "Teško",
diff --git a/common/locales/sv/backgrounds.json b/common/locales/sv/backgrounds.json
index 101b12a9f1..3054553781 100644
--- a/common/locales/sv/backgrounds.json
+++ b/common/locales/sv/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Bergsjö",
"backgroundMountainLakeNotes": "Doppa tårna i Bergssjön.",
"backgroundPagodasText": "Pagoder",
- "backgroundPagodasNotes": "Klättra till toppen av Pagoderna."
+ "backgroundPagodasNotes": "Klättra till toppen av Pagoderna.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/sv/challenge.json b/common/locales/sv/challenge.json
index 1d8677e47a..300facc3bb 100644
--- a/common/locales/sv/challenge.json
+++ b/common/locales/sv/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Välj en vinnare och avsluta utmaningen:",
"deleteOrSelect": "Ta bort eller välj vinnare",
"endChallenge": "Avsluta utmaning",
- "challengeDiscription": "Det här är utmaningens uppgifter. Allt eftersom användare deltar kommer de att ändra färg och få diagram som visar gruppens samlade framsteg.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Hur går det för alla?",
"filter": "Filter",
"groups": "Grupper",
@@ -33,7 +33,8 @@
"challengeTagPop": "Utmaningar syns på tagglistor och uppgiftens verktygstips. Så du behöver en beskrivande titel, men även ett 'kort namn'. T.ex. 'Gå ner 5 kilo på 3 månader' som kan förkortas till '-5kg' (Klicka för mer information).",
"challengeDescr": "Beskrivning",
"prize": "Vinst",
- "prizePop": "Om någon kan 'vinna' din utmaning kan du valfritt tilldela den vinnaren ett pris i Juveler. Max = #Juveler du äger (+ Gillets Juveler om du skapade Gillet som håller utmaningen) Notera: Detta pris kan inte ändras senare och kommer inte återbetalas om utmaningen är inställd.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Minst 1 Juvel för offentliga utmaningar (motverkar spam).",
"officialChallenge": "Officiell HabitRPG-utmaning",
"by": "av",
@@ -43,6 +44,7 @@
"selectGroup": "Var vänlig välj grupp",
"challengeCreated": "Utmaning skapad",
"sureDelCha": "Är du säker på att du vill ta bort utmaningen?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "Ta bort uppgifter",
"keepTasks": "Ha kvar uppgifter",
"closeCha": "Avsluta utmaning och...",
diff --git a/common/locales/sv/character.json b/common/locales/sv/character.json
index ec778cb128..ce81825644 100644
--- a/common/locales/sv/character.json
+++ b/common/locales/sv/character.json
@@ -52,9 +52,11 @@
"costume": "Dräkt",
"costumeText": "Om du föredrar utseendet på annan utrustning än den du har på dig, kryssa i rutan \"Använd Dräkt\" för att visa upp din favoritdräkt medan du har på dig din stridsutrustning undertill.",
"useCostume": "Använd Dräkt",
- "gearAchievement": "Du har förtjänat prestationen \"Ultimat Urustning\" för att ha uppgraderat din utrustning till max!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Ultimat Utrustning",
- "ultimGearText": "Har uppgraderat till den maximala vapen- och rustningsuppsättningen.",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Level",
"levelUp": "Level upp!",
"mana": "Mana",
diff --git a/common/locales/sv/content.json b/common/locales/sv/content.json
index 4f30d3207e..7152b78c1f 100644
--- a/common/locales/sv/content.json
+++ b/common/locales/sv/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Hälsodryck",
"potionNotes": "Återställ 15 Hälsopoäng (Omedelbar Användning)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Varg",
"dropEggWolfAdjective": "lojal",
"dropEggTigerCubText": "Tigerunge",
diff --git a/common/locales/sv/front.json b/common/locales/sv/front.json
index 154aa650a7..d5c3e92b5d 100644
--- a/common/locales/sv/front.json
+++ b/common/locales/sv/front.json
@@ -172,5 +172,11 @@
"username": "Användarnamn",
"watchVideos": "Se videor",
"work": "Work",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/sv/gear.json b/common/locales/sv/gear.json
index 88cc01918f..ac873fba78 100644
--- a/common/locales/sv/gear.json
+++ b/common/locales/sv/gear.json
@@ -114,12 +114,14 @@
"weaponSpecialSpring2015WarriorNotes": "It is a real bone club for real fierce doggies and is definitely not a chew toy that the Seasonal Sorceress gave you because who's a good doggy? Whoooo's a good doggy?? It's you!!! You're a good doggy!!! Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.",
"weaponSpecialSpring2015MageText": "Magikerns stav",
"weaponSpecialSpring2015MageNotes": "Conjure yourself up a carrot with this fancy wand. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Spring Gear.",
- "weaponSpecialSpring2015HealerText": "Cat Rattle",
- "weaponSpecialSpring2015HealerNotes": "When you wave it, it makes a fascinating clickety noise that would keep ANYONE entertained for hours. Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.",
+ "weaponSpecialSpring2015HealerText": "Katt skallra",
+ "weaponSpecialSpring2015HealerNotes": "Når du skakar den har den ett fascinerande clickande ljud som skulle kunna hålla VEM SOM HELST underhållen i timtal. Ökar intelligens med <%= int %>. Begränsad vår utgåva 2015 av vår utrustning.",
"weaponMystery201411Text": "Måltidernas högaffel",
"weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.",
"weaponMystery201502Text": "Glittrig Bevingad Stav av Kärlek och Också Sanning",
- "weaponMystery201502Notes": "For WINGS! For LOVE! For ALSO TRUTH! Confers no benefit. February 2015 Subscriber Item.",
+ "weaponMystery201502Notes": "För VINGAR! För KÄRLEK! För OCKSÅ SANNING! Ger ingen fördel. Februari 2015 prenumerantobjekt.",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Steampunk-käpp.",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
"armor": "utrustning",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Who's a penguin? Confers no benefit. December 2014 Subscriber Item.",
"headMystery201501Text": "Tindrande hjälm",
"headMystery201501Notes": "The constellations flicker and swirl in this helm, guiding the wearer's thoughts towards focus. Confers no benefit. January 2015 Subscriber Item.",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Stilig cylinderhatt",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Vanlig cylinderhatt",
@@ -466,8 +470,8 @@
"bodySpecialSummerHealerText": "Korallkrage",
"bodySpecialSummerHealerNotes": "Ett stiligt halsband av levande korall! Ger inga fördelar. Begränsad utgåva 2014 sommarutrustning.",
"headAccessory": "huvudtillbehör",
- "accessories": "Accessories",
- "animalEars": "Animal Ears",
+ "accessories": "Accessoarer",
+ "animalEars": "Djur öron",
"headAccessoryBase0Text": "Inget huvudtillbehör",
"headAccessoryBase0Notes": "Inget huvudtillbehör.",
"headAccessorySpecialSpringRogueText": "Lila kattöron",
@@ -483,25 +487,25 @@
"headAccessorySpecialSpring2015WarriorText": "Lila hundöron",
"headAccessorySpecialSpring2015WarriorNotes": "De är lila. De är hundöron. Slösa inte din tid med ytterligare fånigheter. Ger ingen fördel. Begränsad utgåva 2015 Vårutrustning.",
"headAccessorySpecialSpring2015MageText": "Blåa kaninöron",
- "headAccessorySpecialSpring2015MageNotes": "These ears listen keenly, in case somewhere a magician is revealing secrets. Confers no benefit. Limited Edition 2015 Spring Gear.",
+ "headAccessorySpecialSpring2015MageNotes": "De här öronen lyssnar ivrigt ifall någon magiker skulle avslöjar hemligheter någonstans. Ger ingen fördel. Begränsad utgåva 2015 vår utrustning.",
"headAccessorySpecialSpring2015HealerText": "Gröna kattöron",
- "headAccessorySpecialSpring2015HealerNotes": "These cute kitty ears will make others green with envy. Confers no benefit. Limited Edition 2015 Spring Gear.",
- "headAccessoryBearEarsText": "Bear Ears",
- "headAccessoryBearEarsNotes": "These ears make you look like a cuddly bear! Confers no benefit.",
- "headAccessoryCactusEarsText": "Cactus Ears",
- "headAccessoryCactusEarsNotes": "These ears make you look like a prickly cactus! Confers no benefit.",
- "headAccessoryFoxEarsText": "Fox Ears",
- "headAccessoryFoxEarsNotes": "These ears make you look like a wily fox! Confers no benefit.",
- "headAccessoryLionEarsText": "Lion Ears",
- "headAccessoryLionEarsNotes": "These ears make you look like a regal lion! Confers no benefit.",
- "headAccessoryPandaEarsText": "Panda Ears",
- "headAccessoryPandaEarsNotes": "These ears make you look like a gentle panda! Confers no benefit.",
- "headAccessoryPigEarsText": "Pig Ears",
- "headAccessoryPigEarsNotes": "These ears make you look like a whimsical pig! Confers no benefit.",
- "headAccessoryTigerEarsText": "Tiger Ears",
- "headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.",
- "headAccessoryWolfEarsText": "Wolf Ears",
- "headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.",
+ "headAccessorySpecialSpring2015HealerNotes": "De här kattunge-öronen kommer göra andra gröna av avund! Ger ingen fördel. Begränsad utgåva 2015 vår utrustning.",
+ "headAccessoryBearEarsText": "Björn öron",
+ "headAccessoryBearEarsNotes": "De här öronen får dig att se ut som en gosig björn! Ger ingen fördel.",
+ "headAccessoryCactusEarsText": "Kaktus öron",
+ "headAccessoryCactusEarsNotes": "De här öronen får dig att se ut som en stickig kaktus! Ger ingen fördel.",
+ "headAccessoryFoxEarsText": "Räv öron",
+ "headAccessoryFoxEarsNotes": "De här öronen får dig att se ut som en listig räv! Ger ingen fördel.",
+ "headAccessoryLionEarsText": "Lejon öron",
+ "headAccessoryLionEarsNotes": "De här öronen får dig att se ut som ett kungligt lejon! Ger ingen fördel.",
+ "headAccessoryPandaEarsText": "Panda öron",
+ "headAccessoryPandaEarsNotes": "De här öronen får dig att se ut som en vänlig panda! Ger ingen fördel.",
+ "headAccessoryPigEarsText": "Gris öron",
+ "headAccessoryPigEarsNotes": "De här öronen får dig att se ut som en egendomlig gris! Ger ingen fördel.",
+ "headAccessoryTigerEarsText": "Tiger öron",
+ "headAccessoryTigerEarsNotes": "De här öronen får dig att se ut som en vildsint tiger! Ger ingen fördel.",
+ "headAccessoryWolfEarsText": "Varg öron",
+ "headAccessoryWolfEarsNotes": "De här öronen får dig att se ur som en lojal varg! Ger ingen fördel.",
"headAccessoryMystery201403Text": "Skogsvandrarhorn",
"headAccessoryMystery201403Notes": "These antlers shimmer with moss and lichen. Confers no benefit. March 2014 Subscriber Item.",
"headAccessoryMystery201404Text": "Twilight Butterfly Antennae",
@@ -519,11 +523,11 @@
"eyewearSpecialSummerWarriorText": "Dashing Eyepatch",
"eyewearSpecialSummerWarriorNotes": "It doesn't take a rapscallion to see how stylish this is! Confers no benefit. Limited Edition 2014 Summer Gear.",
"eyewearSpecialWonderconRedText": "Mäktig mask",
- "eyewearSpecialWonderconRedNotes": "What a powerful face accessory! Confers no benefit. Special Edition Convention Item.",
+ "eyewearSpecialWonderconRedNotes": "Vilket kraftfullt ansikts tillbehör! Ger ingen fördel. ???",
"eyewearSpecialWonderconBlackText": "Lömsk mask",
"eyewearSpecialWonderconBlackNotes": "Your motives are definitely legitimate. Confers no benefit. Special Edition Convention Item.",
"eyewearMystery201503Text": "Aquamarine Eyewear",
- "eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.",
+ "eyewearMystery201503Notes": "Bli inte petad i ögat av de här shimrande juvelerna! Ger ingen fördel. Mars 2015 prenumerantobjekt.",
"eyewearMystery301404Text": "Eyewear Goggles",
"eyewearMystery301404Notes": "Inget ögonskydd skulle kunna vara stiligare än ett par glasögon - förutom, möjligtvis, en monokel. Ger inga fördelar. April 2015 prenumerationsföremål.",
"eyewearMystery301405Text": "Monokel",
diff --git a/common/locales/sv/generic.json b/common/locales/sv/generic.json
index 5c0f1efb82..136dfbba2b 100644
--- a/common/locales/sv/generic.json
+++ b/common/locales/sv/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitica",
"expandToolbar": "Expandera Verktygsfält",
"collapseToolbar": "Fäll ihop Verktygsfält",
- "formattingMarkdown": "Markdown-formattering tillåten",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "Prestationer",
"modalAchievement": "Prestation!",
"special": "Special",
diff --git a/common/locales/sv/groups.json b/common/locales/sv/groups.json
index 117b7982a7..f8521d599d 100644
--- a/common/locales/sv/groups.json
+++ b/common/locales/sv/groups.json
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/sv/npc.json b/common/locales/sv/npc.json
index 774638d4b1..e625777cc3 100644
--- a/common/locales/sv/npc.json
+++ b/common/locales/sv/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "Stödde Kickstarter-projektet på högsta nivån!",
"mattBoch": "Matt Boch",
- "mattShall": "Ska jag hämta din springare, <%= name %>? Klicka på ett riddjur för att sadla upp.",
- "mattBochText1": "Välkommen till Stallet! Jag är Matt, Djurmästaren. Välj ett husdjur att ha bredvid dig på din resa. Mata dem så växer de till kraftfulla springare.",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Scrolla hela vägen ner för att se alla alternativ! Klicka på din avatar igen för att återvända till uppdragen.",
"tourMuchMore": "When you're done with tasks, you can form a Party with friends, chat in the shared-interest Guilds, join Challenges, and more!",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
- "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can freeze your account in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Ditt sällskap kommer hjälpa dig att hålla dig ansvarfull. Bjud in vänner för att låsa upp en uppdragsskriftrulle.",
"tourGuildsPage": "Gillen är sociala grupper med gemensamma teman. Sök på ämnen som intresserar dig! Vi rekommenderar Nybörjargillet.",
- "tourChallengesPage": "Joining a Challenge will add tasks to your account. Compete against other users to win gem prizes!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "Från och med Level 4 kommer ägg och kläckningsbrygder droppa slumpmässigt när du klarar av uppgifter. De syns här - använd de till att kläcka husdjur! Du kan även köpa föremål på Marknaden."
}
\ No newline at end of file
diff --git a/common/locales/sv/quests.json b/common/locales/sv/quests.json
index 5ca7745708..f8c15c4b85 100644
--- a/common/locales/sv/quests.json
+++ b/common/locales/sv/quests.json
@@ -19,7 +19,7 @@
"bossStrength": "Bossstyrka",
"collect": "Samla",
"collected": "Samlade",
- "bossDmg1": "To hurt a boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "Bara deltagare kommer strida mot bossen och dela på uppdragsbytet.",
"tavernBossInfo": "To hurt a world boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). For each Daily you've missed (multiplied by the boss's Strength), the boss's Rage will increase. Once his Rage reaches max, something bad will happen - so complete your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossColl1": "För att samla föremål, fullborda dina positiva uppgifter. Uppdragsföremål droppar precis som vanliga föremål, men du kommer inte se dem innan nästa dag. Då kommer allt du hittat att räknas ihop och läggas på högen.",
diff --git a/common/locales/sv/tasks.json b/common/locales/sv/tasks.json
index 281129663b..9eabee36d8 100644
--- a/common/locales/sv/tasks.json
+++ b/common/locales/sv/tasks.json
@@ -14,7 +14,7 @@
"save": "Spara",
"addChecklist": "Lägg till Checklista",
"checklist": "Checklista",
- "checklistText": "För Dagliga Uppgifter så kommer delvis färdiga checklistor minska skada. Till exempel, en lista med 3 av 4 avbockade uppgifter reducerar skadan för den ofullbordade Dagliga Uppgiften till 25%. Fullbordade uppgifter på en Att-Göra-lista ger en multiplikator: 3 avbockade uppgifter betyder +3x (totalt 4x) Erfarenhet, Guld och Mana.",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Expandera/Förminska",
"text": "Text",
"extraNotes": "Extra Anteckningar",
@@ -22,7 +22,7 @@
"advancedOptions": "Avancerade Alternativ",
"difficulty": "Svårighetsgrad",
"difficultyHelpTitle": "Hur svår är den här uppgiften?",
- "difficultyHelpContent": "Detta multiplicerar dess poängvärde. Använd sparsamt, förlita dig istället på våra organiska värdesjusteringsalgoritmer. Men vissa uppgifter är otroligt mycket mer värdefulla (\"Skriv Avhandling\" vs \"Borsta Tänderna\"). Klicka för mer info.",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Lätt",
"medium": "Medium",
"hard": "Svår",
diff --git a/common/locales/uk/backgrounds.json b/common/locales/uk/backgrounds.json
index b927173dd9..a70d7de7fd 100644
--- a/common/locales/uk/backgrounds.json
+++ b/common/locales/uk/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "Гірське озеро",
"backgroundMountainLakeNotes": "Перевірте, як водичка в Гірському озері.",
"backgroundPagodasText": "Пагоди",
- "backgroundPagodasNotes": "Вилізьте на вершини Пагод."
+ "backgroundPagodasNotes": "Вилізьте на вершини Пагод.",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/uk/challenge.json b/common/locales/uk/challenge.json
index b6ac28604b..a47ea21e48 100644
--- a/common/locales/uk/challenge.json
+++ b/common/locales/uk/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "Обрати переможця та закрити випробування:",
"deleteOrSelect": "Вилучити або обрати переможця",
"endChallenge": "Закінчити випробування",
- "challengeDiscription": "Це завдання з випробування. Залежно від дій користувачів, змінюватиметься колір завдань та з'являться ґрафіки, які покажуть поступ гурту.",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "Як там усі маєте?",
"filter": "Вибірка",
"groups": "Ватагами",
@@ -33,7 +33,8 @@
"challengeTagPop": "Випробування з'являються у переліках з ярликами та панелях. Згори йде опис, а знизу — скорочення. Наприклад: „скинути 10 фунтів за 3 місяці“ позначиться „-10 фнт.“ (Клацніть для довідки).",
"challengeDescr": "Опис",
"prize": "Винагорода",
- "prizePop": "Якщо хтось може „перемогти“ у вашому випробуванні, ви можете призначити переможцеві винагороду у самоцвітах. Max = #gems ваших власних (+ guild.gems, якщо ви створили випробування в гільдії). Зауважте: цю винагороду не можна буде потім змінити і, у разі відхилення випробування, її не буде відшкодовано.",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "Щонайменше 1 самоцвіт для громадських випробувань (допомагає запобігти спаму, справді).",
"officialChallenge": "Офіційне випробування HabitRPG",
"by": "від",
@@ -43,6 +44,7 @@
"selectGroup": "Будь ласка, оберіть групу",
"challengeCreated": "Випробування створено",
"sureDelCha": "Справді вилучити випробування?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "Вилучити завдання",
"keepTasks": "Залишити завдання",
"closeCha": "Закрити випробування та...",
diff --git a/common/locales/uk/character.json b/common/locales/uk/character.json
index 9d345b7d4d..38ccc92ea6 100644
--- a/common/locales/uk/character.json
+++ b/common/locales/uk/character.json
@@ -52,9 +52,11 @@
"costume": "Костюм",
"costumeText": "Якщо зовнішній вигляд іншого спорядженням Вам подобається більше, оберіть „Надягти костюм“, аби зовні постати у костюмі, допоки бойове спорядження вдягнене під низ.",
"useCostume": "Надягти костюм",
- "gearAchievement": "Ви отримали досягнення „Найкраще спорядження“ за вдосконалення до набору максимального рівня!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "Найкраще спорядження",
- "ultimGearText": "Зброя та набір спорядження вдосконалено до максимального рівня",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "Рівень",
"levelUp": "Новий рівень!",
"mana": "Мана",
diff --git a/common/locales/uk/content.json b/common/locales/uk/content.json
index f783ed44dd..e43a6cdfaf 100644
--- a/common/locales/uk/content.json
+++ b/common/locales/uk/content.json
@@ -1,6 +1,10 @@
{
"potionText": "Цілюще зілля",
"potionNotes": "Відновлює 15 здоров'я (Необмежене використання)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "Вовк",
"dropEggWolfAdjective": "вірний",
"dropEggTigerCubText": "Тигрик",
diff --git a/common/locales/uk/contrib.json b/common/locales/uk/contrib.json
index ebf886ae9d..3d9599b429 100644
--- a/common/locales/uk/contrib.json
+++ b/common/locales/uk/contrib.json
@@ -12,10 +12,10 @@
"legSeventh": "Коли сьомий цикл вашої роботи буде запроваджено, ви отримаєте 4 Самоцвіти і станете членом поважної Гільдії Співавторів, і зможете побачити всі приховані деталі HabitRPG! Додаткові внески не збільшать ваш рівень, але ви зможете отримувати Самоцвіти і звання.",
"moderator": "Модератор",
"guardian": "Вартовий",
- "guardianText": "Moderators were selected carefully from high tier contributors, so please give them your respect and listen to their suggestions.",
+ "guardianText": "Модератори були уважно відібрані з числа тих, хто досяг максимального рівня внеску, тож, будь ласка, поважайте їх і прислухайтесь до їхніх пропозицій.",
"staff": "Персонал",
"heroic": "Герой",
- "heroicText": "The Heroic tier contains HabitRPG staff and staff-level contributors. If you have this title, you were appointed to it (or hired!).",
+ "heroicText": "Рівень Героя мають розробники HabitRPG та найпалкіші співавтори. Якщо Ви здобули цей титул, отже Ви гідні цього (або ж Вас найняли на роботу!).",
"npcText": "НІПи найбільше підтримали HabitRPG на Kickstarter. Ви можете знайти їхні аватари на нашому сайті!",
"modalContribAchievement": "Досягнення вкладника!",
"contribModal": "<%= name %>, you awesome person! You're now a tier <%= level %> contributor for helping HabitRPG. See",
diff --git a/common/locales/uk/defaulttasks.json b/common/locales/uk/defaulttasks.json
index 78929a8fce..5c62687fd2 100644
--- a/common/locales/uk/defaulttasks.json
+++ b/common/locales/uk/defaulttasks.json
@@ -4,7 +4,7 @@
"defaultHabit2Text": "Погана звичка",
"defaultHabit2Notes": "Приклади поганих звичок: - Паління - Прокрастинація",
"defaultHabit3Text": "Гарна чи Погана звичка",
- "defaultHabit3Notes": "Приклади Гарних чи Поганих звичок: +/- Користування сходами/ліфтом; +/- Випив Воду/Газований напій",
+ "defaultHabit3Notes": "Приклади Гарних чи Поганих звичок: +/- Користування сходами/ліфтом; +/- Пити воду/Газований напій",
"defaultDaily1Text": "1г. для свого проєкту",
"defaultDaily1Notes": "Усі завдання мають жовтий колір після створення. Це означає, що Ви будете отримувати помірне ушкодження при пропусках, та помірну винагороду при виконанні.",
"defaultDaily2Text": "Прибрати в хаті",
@@ -12,12 +12,12 @@
"defaultDaily3Text": "45 хв. читання",
"defaultDaily3Notes": "Якщо ви часто не виконуєте Щоденні завдання, вони ставатимуть темнішають відтінками помаранчеовго та червоного. Чим червоніше завдання, тим більше досіду та золота ви отримаєте за виконання та більше ушкодження за невиконання. Це заохочує зосередитися на своїх недоліках - червоних завданнях.",
"defaultDaily4Text": "Вправлятися",
- "defaultDaily4Notes": "You can add checklists to Dailies and To-Dos. As you progress through the checklist, you will get a proportionate reward.",
+ "defaultDaily4Notes": "Ви можете додавати списки до Щоденних та звичайних завдань. Залежно від того як Ви просуваєтесь по списку, Ви отримуватимете відповідну нагороду.",
"defaultDaily4Checklist1": "Розтяжка",
"defaultDaily4Checklist2": "Присідання",
"defaultDaily4Checklist3": "Відтискання",
- "defaultTodoNotes": "You can either complete this To-Do, edit it, or remove it.",
- "defaultTodo1Text": "Join HabitRPG (Check me off!)",
+ "defaultTodoNotes": "Ви можете завершити це завдання, відредагувати або видалити його.",
+ "defaultTodo1Text": "Приєднатись до HabitRPG (Познач мене, як виконане!)",
"defaultTodo2Text": "Set up a Habit",
"defaultTodo2Checklist1": "Створити \"звичку\"",
"defaultTodo2Checklist2": "make it \"+\" only, \"-\" only, or \"+/-\" under Edit",
diff --git a/common/locales/uk/front.json b/common/locales/uk/front.json
index 99373976f2..5e0f141924 100644
--- a/common/locales/uk/front.json
+++ b/common/locales/uk/front.json
@@ -6,17 +6,17 @@
"althaireQuote": "Мати квест постійно - дійсно мотивує мене виконувати всі мої щоденні та звичайні завдання. Моя набільша мотвація - не дати \"впасти\" моїй групі.",
"andeeliaoQuote": "Надзвичайний продукт, тільки-но почала користуватись декілька днів тому та вже більш усвідомлено та продуктивно ставлюся до свого часу!",
"autumnesquirrelQuote": "Я менше прокрастиную на роботі та вдома. А також оплачую рахунки вчасно.",
- "businessSample1": "Confirm 1 page of Inventory",
- "businessSample2": "20 mins Filing",
+ "businessSample1": "Підтвердити 1 сторінку Інвентаря",
+ "businessSample2": "20 хвилин обробки інформації",
"businessSample3": "Відсортувати та обробити Вхідну пошту",
"businessSample4": "Підготувати 1 документ для Клієнта",
"businessSample5": "Подзвонити Клієнтам/Відкласти дзвінки",
"businessText": "Використовуйте HabitRPG для вашого бізнесу",
- "choreSample1": "Put Dirty Clothes in Hamper",
- "choreSample2": "20 mins of Housework",
- "choreSample3": "Wash a Load of Dishes",
+ "choreSample1": "Покласти брудний одяг у кошик для брудної білизни",
+ "choreSample2": "20 хвилин роботи по дому",
+ "choreSample3": "Вимити посуд",
"choreSample4": "Tidy One Room",
- "choreSample5": "Wash and Dry a Load of Clothes",
+ "choreSample5": "Випрати та висушити купу одягу",
"chores": "Chores",
"communityBug": "Повідомити про баґ",
"communityExtensions": "Застосунки та розширення",
@@ -172,5 +172,11 @@
"username": "Псевдо",
"watchVideos": "Переглядай відео",
"work": "Work",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/uk/gear.json b/common/locales/uk/gear.json
index cff8caa999..7c24750ab0 100644
--- a/common/locales/uk/gear.json
+++ b/common/locales/uk/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "Stab your enemies or dig in to your favorite foods - this versatile pitchfork does it all! Confers no benefit. November 2014 Subscriber Item.",
"weaponMystery201502Text": "Shimmery Winged Staff of Love and Also Truth",
"weaponMystery201502Notes": "For WINGS! For LOVE! For ALSO TRUTH! Confers no benefit. February 2015 Subscriber Item.",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "Steampunk Cane",
"weaponMystery301404Notes": "Excellent for taking a turn about town. March 3015 Subscriber Item. Confers no benefit.",
"armor": "броня",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "Who's a penguin? Confers no benefit. December 2014 Subscriber Item.",
"headMystery201501Text": "Зоряний шолом",
"headMystery201501Notes": "The constellations flicker and swirl in this helm, guiding the wearer's thoughts towards focus. Confers no benefit. January 2015 Subscriber Item.",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "Fancy Top Hat",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Basic Top Hat",
diff --git a/common/locales/uk/generic.json b/common/locales/uk/generic.json
index 9aeb95387b..6f0d4566c0 100644
--- a/common/locales/uk/generic.json
+++ b/common/locales/uk/generic.json
@@ -5,7 +5,20 @@
"habitica": "Звичанія",
"expandToolbar": "Розгорнути панель",
"collapseToolbar": "Згорнути панель",
- "formattingMarkdown": "Дозволене форматування Markdown ",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "Досягнення",
"modalAchievement": "Досягнення!",
"special": "Особливе",
diff --git a/common/locales/uk/groups.json b/common/locales/uk/groups.json
index 29f303d457..1bfd7f690f 100644
--- a/common/locales/uk/groups.json
+++ b/common/locales/uk/groups.json
@@ -2,7 +2,7 @@
"tavern": "Таверна",
"innCheckOut": "Зайти до господи",
"innCheckIn": "Відпочити у господі",
- "innText": "Ви відпочиваєтє в господі! Доки ви залишаєтеь тут, ваші Щоденні задання не будуть наносити ушкоджень в кінці дня, але вони все одно будуть щоденно оновлюватись. Будьте уважні: якщо ви приймаєте участь у Квесті на Боса, Бос буде наносити вам ушкодження за пропущені Щоденні завдання ваших товарищів по групі, якщо вони також не відпочиватимуть в господі! До того ж ви не будете наносити ушкоджень Босу (та отримувати речі) до виходу з господи.",
+ "innText": "Ви відпочиваєтє в господі! Доки ви залишаєтеь тут, ваші Щоденні задання не будуть наносити ушкоджень в кінці дня, але вони все одно будуть щоденно оновлюватись. Будьте уважні: якщо ви приймаєте участь у Квесті на Боса, Бос буде наносити вам ушкодження за пропущені Щоденні завдання ваших товаришів по групі, якщо вони також не відпочиватимуть в господі! До того ж ви не будете наносити ушкоджень Босу (та отримувати речі) до виходу з господи.",
"lfgPosts": "Повідомлення про пошук групи (гурту)",
"tutorial": "Навчання",
"glossary": "Ґлосарій",
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/uk/limited.json b/common/locales/uk/limited.json
index ec0b436ecd..442bead8bc 100644
--- a/common/locales/uk/limited.json
+++ b/common/locales/uk/limited.json
@@ -12,8 +12,8 @@
"valentineCardNotes": "Відправити Валентинку члену гурту.",
"valentine0": "Троянди червоні, мої завдання є сині. Я щасливий, що я з тобою",
"valentine1": "\"Троянди червоні<%= lineBreak %>Фіалки гарні<%= lineBreak %>Разом зберемось<%= lineBreak %>Недоліка здолаємо!\"",
- "valentine2": "\"Roses are red<%= lineBreak %>This poem style is old<%= lineBreak %>I hope that you like this<%= lineBreak %>'Cause it cost ten Gold.\"",
- "valentine3": "\"Roses are red<%= lineBreak %>Ice Drakes are blue<%= lineBreak %>No treasure is better<%= lineBreak %>Than time spent with you!\"",
+ "valentine2": "Троянди червоні<%= lineBreak %>Ці вірші як старі<%= lineBreak %>Сподіваюсь Вам подобається<%= lineBreak %>Бо вони коштують десять Золотих",
+ "valentine3": "\"Троянди червоні<%= lineBreak %>Льодяні Дракони сині<%= lineBreak %>Жодні скарби кращі<%= lineBreak %>Часу проведеного з вами!\"",
"adoringFriends": "Любі друзі",
"adoringFriendsText": "Ооо, Ви та Ваш друг, певно, дуже любі одне одному! Надіслано/отримано валентинок: <%= cards %> ",
"polarBear": "Білий ведмідь",
diff --git a/common/locales/uk/npc.json b/common/locales/uk/npc.json
index 29c8eb1f4f..683c5525cc 100644
--- a/common/locales/uk/npc.json
+++ b/common/locales/uk/npc.json
@@ -2,8 +2,8 @@
"npc": "НІП",
"npcText": "Підтримав проєкт на Kickstarter на максимальний рівень!",
"mattBoch": "Митько Боч",
- "mattShall": "Привести Вашого скакуна, <%= name %>? Клацніть на ньому, аби осідлати.",
- "mattBochText1": "Ласкаво прошу до стайні! Я Митько, звіролов. Оберіть улюбленця, який усюди вештатиметься з Вами. Годуйте улюбленців і вони виростуть могутніми скакунами. ",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Данило",
"danielText": "Ласкаво просимо до Таверни! Залиштеся трохи та познайомтеся з тутешніми. Якщо вам потрібно відпочити (відпустка? хвороба?), я облаштую вас у господі. Доки ви перебуватимете в господі, ваші Щоденні завдання не наноситимуть ушкоджень в кінці дня, але ви все одно можете їх виконувати.",
"danielText2": "Будьте уважні: якщо ви приймаєте участь у Квесті на Боса, Бос буде наносити вам ушкодження за пропущені Щоденні завдання вашими товаришами по групі! До того ж ви не будете наносити ушкоджень Босу (та отримувати речі) до виходу з господи.",
@@ -45,9 +45,9 @@
"tourScrollDown": "Be sure to scroll all the way down to see all the options! Click on your avatar again to return to the tasks page.",
"tourMuchMore": "When you're done with tasks, you can form a Party with friends, chat in the shared-interest Guilds, join Challenges, and more!",
"tourStatsPage": "This is your Stats page! Earn achievements by completing the listed tasks.",
- "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can freeze your account in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "Your Party will help you stay accountable. Invite friends to unlock a Quest Scroll!",
"tourGuildsPage": "Guilds are social groups with common themes. Search for the subjects that interest you! We recommend the Newbies Guild.",
- "tourChallengesPage": "Joining a Challenge will add tasks to your account. Compete against other users to win gem prizes!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "Starting at Level 4, eggs and hatching potions drop randomly when you complete tasks. They appear here - use them to hatch pets! You can also buy items from the Market."
}
\ No newline at end of file
diff --git a/common/locales/uk/quests.json b/common/locales/uk/quests.json
index 2ea4b0cf3c..98dce7678a 100644
--- a/common/locales/uk/quests.json
+++ b/common/locales/uk/quests.json
@@ -6,8 +6,8 @@
"questSend": "Клацнувши „Запросити“, усі гравці гурту отримають запрошення. Коли всі запрошення прийнято або відхилено, розпочнеться квест. Перегляньте його стан за Різне > Громада > Гурт.",
"inviteParty": "Зібрати гурт",
"questInvitation": "Запрошення до квесту:",
- "questInvitationTitle": "Quest Invitation",
- "questInvitationInfo": "Invitation for the Quest <%= quest %>",
+ "questInvitationTitle": "Запрошення до квесту",
+ "questInvitationInfo": "Запрошення до Квесту: <%= quest %>",
"askLater": "На потім",
"buyQuest": "Придбати квест",
"accepted": "Прийнято",
@@ -16,10 +16,10 @@
"questStart": "Як тільки всі учасники погодяться або відмовляться, квест починається. Тільки ті, хто натиснув „прийняти“ зможуть взяти участь у квесті і отримати винагороду. Якщо участники очікують надто довго (неактивні?), власник квесту може почати його без них, натиснувши „Почати“. Власник квесту, також може скасувати його і отримати квестовий сувій, натиснувши „Скасувати“.",
"begin": "Почати",
"bossHP": "Здоров'я боса",
- "bossStrength": "Boss Strength",
+ "bossStrength": "Сила Боса",
"collect": "Collect",
"collected": "Зібрано",
- "bossDmg1": "To hurt a boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "Тільки учасники битимуться з босом та розділять квестові трофеї.",
"tavernBossInfo": "To hurt a world boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). For each Daily you've missed (multiplied by the boss's Strength), the boss's Rage will increase. Once his Rage reaches max, something bad will happen - so complete your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossColl1": "Аби зібрати всі предмети, виконуйте позитивні завдання. Квестові предмети випадають так само часто, як і звичайні, але Ви не побачите, що випало, до початку наступного дня, лише після цього все, що було знайдено, буде підраховано та складено до загальної купи.",
diff --git a/common/locales/uk/questscontent.json b/common/locales/uk/questscontent.json
index 94d7b07339..79165e9c10 100644
--- a/common/locales/uk/questscontent.json
+++ b/common/locales/uk/questscontent.json
@@ -12,7 +12,7 @@
"questEvilSanta2DropBearCubPolarPet": "Білий ведмідь (улюбленець)",
"questGryphonText": "Полум’яний ґрифон",
"questGryphonNotes": "Великий звіролов, baconsaur, прийшов до Вашої групи, шукаючи допомоги. \"Прошу вас, шукачі пригод, Ви повинні мені допомогти! Мій найцінніший ґрифон вирвався на волю й тероризує Звичанію. Якщо зможеш зупинити його, я міг би винагородити тебе кількома її яйцями!\"",
- "questGryphonCompletion": "Defeated, the mighty beast ashamedly slinks back to its master. \"My word! Well done, adventurers!\" baconsaur exclaims, \"Please, have some of the gryphon's eggs. I am sure you will raise these young ones well!\"",
+ "questGryphonCompletion": "Переможене могутнє чудовисько присоромлено плентається назад до свого господаря.\"А бодай мені! Добра робота, шукачі пригод!\" — вигукує baconsaur, \"Прошу, візьміть кілька грифонових яєць. Я впевнений, що вам вдасться як слід виростити цю малечу!\"",
"questGryphonBoss": "Полум’яний ґрифон",
"questGryphonDropGryphonEgg": "Ґрифон (яйце)",
"questGryphonUnlockText": "Відкриває можливість покупки яйця грифона на ринку",
diff --git a/common/locales/uk/settings.json b/common/locales/uk/settings.json
index 79edb3d8af..6703ea466d 100644
--- a/common/locales/uk/settings.json
+++ b/common/locales/uk/settings.json
@@ -1,7 +1,7 @@
{
"settings": "Налаштування",
"language": "Мова",
- "americanEnglishGovern": "У разі невідповідності в перекладі, американська англійська версія головна.",
+ "americanEnglishGovern": "У разі невідповідності в перекладі, американська англійська версія є головною.",
"helpWithTranslation": "Хочете допомогти у перекладі HabitRPG? Чудово! Перейдіть до цієї картки в Trello.",
"showHeaderPop": "Показувати Ваш аватар, здоров'я/досвід і гурт.",
"stickyHeader": "Закріпити заголовок",
diff --git a/common/locales/uk/spells.json b/common/locales/uk/spells.json
index 04388ebbf6..6e3f79370f 100644
--- a/common/locales/uk/spells.json
+++ b/common/locales/uk/spells.json
@@ -14,9 +14,9 @@
"spellWarriorValorousPresenceText": "Присутність доблесті",
"spellWarriorValorousPresenceNotes": "Ваша присутність надає сміливості вашій групі. Вся група отримує підвищення Сили! (Залежить від: базова Сила)",
"spellWarriorIntimidateText": "Страхітливий погляд",
- "spellWarriorIntimidateNotes": "Your gaze strikes fear into your enemies. Your whole party gains a buff to Constitution! (Based on: Unbuffed CON)",
+ "spellWarriorIntimidateNotes": "Ваш погляд наводить жах на ваших ворогів. Вся ваша група отримує підсилення Комплекції! (Залежить від: базова Комплекція)",
"spellRoguePickPocketText": "Кишенькова крадіжка",
- "spellRoguePickPocketNotes": "You rob a nearby task. You gain gold! Click on a task to cast. (Based on: PER)",
+ "spellRoguePickPocketNotes": "Ви пограбували сусіднє завдяння. Ви отримали золото! Клікніть по завданню, щоб накласти закляття. (Залежить від: Сприйняття)",
"spellRogueBackStabText": "Удар зі спини",
"spellRogueBackStabNotes": "You betray a foolish task. You gain gold and XP! Click on a task to cast. (Based on: STR)",
"spellRogueToolsOfTradeText": "Знаряддя торгівлі",
diff --git a/common/locales/uk/tasks.json b/common/locales/uk/tasks.json
index e3b09ff347..eb69a64a79 100644
--- a/common/locales/uk/tasks.json
+++ b/common/locales/uk/tasks.json
@@ -1,5 +1,5 @@
{
- "clearCompleted": "Вилучення виконано",
+ "clearCompleted": "Вилучити виконані",
"lotOfToDos": "Завершені Щоденні завдання автоматично архівуються через 3 дні. Ви можете отримати їх через Налаштування > Экспорт.",
"deleteToDosExplanation": "Якщо натиснути на кнопку внизу, то всі з виконаних Зробити та архівних Зробити будуть остаточно вилучені. Якщо хочете зберегти запис про них, спершу експортуйте їх.",
"beeminderDeleteWarning": "Шановні учасники: Спершу прочитайте Видалення Виконаних Завдань Без Збиваючих З Пантелику Ситуацій!",
@@ -14,7 +14,7 @@
"save": "Зберегти",
"addChecklist": "Додати перелік",
"checklist": "Перелік",
- "checklistText": "Частково виконані переліки щоденних завдань зменшують ушкодження. Наприклад, перелік, виконаний на 3/4, зменшує ушкодження на 25%. Виконаний перелік у „Зробити“ працює так: +3 виконаних із переліку помножать на 3 (4 найбільше) отримані досвід, золото та ману.",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "Показати/Приховати",
"text": "Текст",
"extraNotes": "Додаткові примітки",
@@ -22,7 +22,7 @@
"advancedOptions": "Додатково",
"difficulty": "Рівень складності",
"difficultyHelpTitle": "Наскільки важке це завдання?",
- "difficultyHelpContent": "Це примножує цінність завдання. Використовуйте з розумом, краще покластися на наші алґоритми підлаштування цінності завдань. Але цінність буває різна (Написати дипломну чи Почистити зуби). Клацніть, аби довідатися більше.",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "Легко",
"medium": "Середньо",
"hard": "Важко",
diff --git a/common/locales/zh/backgrounds.json b/common/locales/zh/backgrounds.json
index 98491cad62..4dc230ee30 100644
--- a/common/locales/zh/backgrounds.json
+++ b/common/locales/zh/backgrounds.json
@@ -83,5 +83,12 @@
"backgroundMountainLakeText": "高山湖泊",
"backgroundMountainLakeNotes": "用脚趾沾沾冰凉的湖水",
"backgroundPagodasText": "宝塔",
- "backgroundPagodasNotes": "欲穷千里目,更上一层楼"
+ "backgroundPagodasNotes": "欲穷千里目,更上一层楼",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/zh/challenge.json b/common/locales/zh/challenge.json
index 00b227b3cf..1f096def15 100644
--- a/common/locales/zh/challenge.json
+++ b/common/locales/zh/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "选择一位赢家然后结束挑战:",
"deleteOrSelect": "删除或选择赢家",
"endChallenge": "结束挑战",
- "challengeDiscription": "这些是挑战的任务。玩家参与挑战后,它们会更变颜色并通过图表来显示小组的整体进度。",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "大家做得怎么样?",
"filter": "过滤器",
"groups": "小组",
@@ -33,7 +33,8 @@
"challengeTagPop": "挑战名会显示在在标签列表和任务中。所以挑战名要短。例如用”-10磅“代替”在3个月内减掉10磅“ (点击查看详细信息)。",
"challengeDescr": "详细描述",
"prize": "战利品",
- "prizePop": "如果有有人能够“赢得”你的挑战,你可以选择奖励胜者一些宝石作为奖品。最大值 = 你拥有的宝石数 (+ 公会宝石数,如果你创建了这个挑战所属的公会)。注意:这个奖励以后不能被修改,并且如果挑战被取消了宝石也无法退回。",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": " 公共挑战 需要至少1个宝石 (为了防止垃圾信息)。",
"officialChallenge": "HabitRPG 的官方挑战",
"by": "发起自",
@@ -43,6 +44,7 @@
"selectGroup": "请选择小组",
"challengeCreated": "挑战创建成功",
"sureDelCha": "确定 删除挑战 吗?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "移除任务",
"keepTasks": "保留任务",
"closeCha": "关闭挑战并且……",
diff --git a/common/locales/zh/character.json b/common/locales/zh/character.json
index d5e273cfd5..06e4208a55 100644
--- a/common/locales/zh/character.json
+++ b/common/locales/zh/character.json
@@ -52,9 +52,11 @@
"costume": "服装",
"costumeText": "如果你更喜欢其它装备的样子,勾选\"显示服装\"的按钮,在装备战斗装备的情况下换一个造型。",
"useCostume": "显示服装",
- "gearAchievement": "因为你已升级到最高等级的装备,你获得了”终极装备“这个成就!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "终极装备",
- "ultimGearText": "已升级到最高级的武器和装甲",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "级",
"levelUp": "升级了!",
"mana": "魔法值",
diff --git a/common/locales/zh/content.json b/common/locales/zh/content.json
index 5e82629882..cf8db5a4e2 100644
--- a/common/locales/zh/content.json
+++ b/common/locales/zh/content.json
@@ -1,6 +1,10 @@
{
"potionText": "治疗药水",
"potionNotes": "回复15点生命值 (立即生效)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "狼",
"dropEggWolfAdjective": "忠诚的",
"dropEggTigerCubText": "老虎幼崽",
diff --git a/common/locales/zh/front.json b/common/locales/zh/front.json
index b8de07bd30..63a62be6a0 100644
--- a/common/locales/zh/front.json
+++ b/common/locales/zh/front.json
@@ -172,5 +172,11 @@
"username": "用户名",
"watchVideos": "观看视频",
"work": "工作",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/zh/gear.json b/common/locales/zh/gear.json
index 47116f07ed..c2d86acd11 100644
--- a/common/locales/zh/gear.json
+++ b/common/locales/zh/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "刺伤你的仇敌或是插进你最爱的食物——这把多才多艺的叉子可是无所不能!没有属性加成。2014年11月捐助者物品。",
"weaponMystery201502Text": "爱与真理之微光翅膀法杖",
"weaponMystery201502Notes": "为了翅膀!为了爱!也为了真理!没有属性加成。2015年2月捐赠者物品。",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "蒸汽朋克手杖",
"weaponMystery301404Notes": "特别适合在城里散步。3015年3月订阅者物品。没有属性加成。",
"armor": "护甲",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "谁是企鹅?没有属性加成。2014年12月订阅者物品。",
"headMystery201501Text": "繁星头盔",
"headMystery201501Notes": "头盔上闪烁摇曳的星座指引着佩戴者的思绪向目标前进。没有属性加成。2015年1月捐赠者物品。",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "华丽礼帽",
"headMystery301404Notes": "上流社会佼佼者的华丽礼帽!3015年1月捐赠者物品。没有属性加成。",
"headMystery301405Text": "基础礼帽",
diff --git a/common/locales/zh/generic.json b/common/locales/zh/generic.json
index 6a6afd5054..3e902dd638 100644
--- a/common/locales/zh/generic.json
+++ b/common/locales/zh/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitica",
"expandToolbar": "展开列表",
"collapseToolbar": "隐藏列表",
- "formattingMarkdown": "支持标记语言",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "成就",
"modalAchievement": "获得成就!",
"special": "特殊",
diff --git a/common/locales/zh/groups.json b/common/locales/zh/groups.json
index c9522d89f7..ecc90b474f 100644
--- a/common/locales/zh/groups.json
+++ b/common/locales/zh/groups.json
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/zh/npc.json b/common/locales/zh/npc.json
index 5ac6417c2b..0fabb29a77 100644
--- a/common/locales/zh/npc.json
+++ b/common/locales/zh/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "用尽全力支持了我们的Kickstarter项目!",
"mattBoch": "Matt Boch",
- "mattShall": "<%= name %>,需要我把你的坐骑带出来吗?点击一只坐骑来上鞍。",
- "mattBochText1": "欢迎来到马厩!我是驯兽师Matt。你可以在这里选择一只宠物陪你冒险。经过一番喂养,他们可以长成强而有力的坐骑哦!",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -45,9 +45,9 @@
"tourScrollDown": "一定要滚动菜单看完所有的选项!再次点击你的角色形象回到任务界面。",
"tourMuchMore": "完成新手指导后,你可以与小伙伴一起成立队伍,在兴趣相投的公会里聊天,参与挑战,还有更多的乐趣等着你!",
"tourStatsPage": "这是你的属性点界面!完成列表任务来获得成就。",
- "tourTavernPage": "欢迎来到酒馆,一个全年龄段聊天室!如果你生病了或外出旅行,通过点击“在客栈休息”可以冻结账号。",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "你的队伍会使你保持责任心。邀请朋友来解锁任务卷轴!",
"tourGuildsPage": "公会是有着共同主题的社交团体。找找你感兴趣的的主题!我们推荐the Newbies Guild。",
- "tourChallengesPage": "加入一项挑战意味着在你的账号上增加一些任务。通过与其它用户竞争来赢取宝石奖励!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "从4级开始,当你完成任务时,蛋和孵化药水会随机掉落。他们会出现在这里——使用它们来孵化宠物!你也可以从集市购买物品。"
}
\ No newline at end of file
diff --git a/common/locales/zh/quests.json b/common/locales/zh/quests.json
index 8f480e2e73..baaaef4821 100644
--- a/common/locales/zh/quests.json
+++ b/common/locales/zh/quests.json
@@ -19,7 +19,7 @@
"bossStrength": "Boss的力量",
"collect": "收集",
"collected": "已收集",
- "bossDmg1": "为了对boss造成伤害,请完成你的日常任务和待办事项。更高的任务伤害意味着更高的boss伤害( 完成红色任务,法师技能,战士攻击等等)。boss会以你未完成日常个数 (乘以boss的力量)减去你的常规伤害的伤害值对每个任务玩家造成伤害,所以请完成你的日常任务来保证你队伍的生命值!所有对boss和来自boss的伤害会在重置时间进行结算 (你的日常重置时间)",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "只有参与者会跟boss战斗并共享任务掉落。",
"tavernBossInfo": "为了对世界boss造成伤害,请完成你的日常任务和待办事项。更高的任务伤害意味着更高的boss伤害( 完成红色任务,法师技能,战士攻击等等)。你的每个未完成日常个数 (乘以boss的力量),boss的怒气都会增加。一旦他的怒气达到上限,后果不堪设想——所以请完成你的日常任务。所有对boss和来自boss的伤害会在重置时间进行结算 (你的日常重置时间)",
"bossColl1": "为了收集物品,做那些正的任务。任务物品会像正常物品一样掉落;但是你直到第二天才能看得见这些掉落,然后找到的所有物品会被结算然后堆叠到一起。",
diff --git a/common/locales/zh/settings.json b/common/locales/zh/settings.json
index e5d166a624..0ef595532f 100644
--- a/common/locales/zh/settings.json
+++ b/common/locales/zh/settings.json
@@ -41,7 +41,7 @@
"json": "(JSON)",
"customDayStart": "自定义起始日期",
"24HrClock": "24小时表",
- "customDayStartInfo1": "HabitRPG defaults to check and reset your Dailies at midnight in your own time zone each day. It is recommended that you read the following information before changing it:",
+ "customDayStartInfo1": "HabitRPG默认在午夜时分(当然是在你所在地区的时区内)检查并且重置你的日常事项。我们推荐你在改变它之前先读读下面这些信息:",
"customDayStartInfo2": "(展开)",
"customDayStartInfo3": "(收起)",
"customDayStartInfo4": "Complete all your Dailies before changing the Custom Day Start or Rest in the Inn that day. Changing your Custom Day Start may cause Cron to run immediately, but after the first day it works as expected.
Allow a window of two hours for the change to take effect. For example, if it is currently set to 0 (midnight), change it before 10pm; if you want to set it to 9pm, change it before 7pm.
Enter an hour from 0 to 23 (it uses a 24 hour clock). Typing is more effective than arrow keys. Once set, reload the page to confirm that the new value is being displayed.",
@@ -93,12 +93,12 @@
"wonChallenge": "你赢得了挑战",
"newPM": "收到悄悄话",
"giftedGems": "自然宝石",
- "giftedGemsInfo": "<%= amount %> Gems - by <%= name %>",
+ "giftedGemsInfo": "<%= amount %> 宝石 - 来自 <%= name %>",
"giftedSubscription": "捐助有礼",
"invitedParty": "队伍邀请",
"invitedGuild": "公会邀请",
"inactivityEmails": "你的账号处于失效状态",
- "weeklyRecaps": "Summaries of your account activity in the past week",
+ "weeklyRecaps": "过去几周内你账户活动的总结",
"questStarted": "你的任务已经开始",
"invitedQuest": "任务邀请",
"kickedGroup": "从小组踢出",
@@ -114,8 +114,8 @@
"coupon": "优惠券",
"couponPlaceholder": "输入优惠券代码",
"couponText": "We sometimes have events and give out promo codes for special gear. (eg, those who stop by our Wondercon booth)",
- "apply": "Apply",
- "resubscribe": "Resubscribe",
+ "apply": "申请",
+ "resubscribe": "重新订阅",
"promoCode": "优惠码",
"promoCodeApplied": "优惠码已生效!请查看物品栏",
"promoPlaceholder": "输入优惠码"
diff --git a/common/locales/zh/tasks.json b/common/locales/zh/tasks.json
index b17227a5e9..0daf9f7b33 100644
--- a/common/locales/zh/tasks.json
+++ b/common/locales/zh/tasks.json
@@ -14,7 +14,7 @@
"save": "保存",
"addChecklist": "新增清单",
"checklist": "清单",
- "checklistText": "对于每日任务,部分完成任务清单会降低受到的伤害。例如,一个包含4项的任务清单,如果完成了其中的3项,那么未完成这个每日任务只收到25%的伤害。完成待办事项的任务清单会加倍收益:3个完成项意味着+3倍 (算上任务本身总共4倍) 的经验,金币和魔法。",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "展开 / 折叠",
"text": "文字",
"extraNotes": "额外注解",
@@ -22,7 +22,7 @@
"advancedOptions": "高级选项",
"difficulty": "难度",
"difficultyHelpTitle": "这任务有多难?",
- "difficultyHelpContent": "难易度会按比例改变点数。尽量少用它,用我们的任务值调整算法来代替。但是有些任务本身更有价值 (例如写论文跟清理牙齿相比)。点这里获得更多信息。",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "简单",
"medium": "中等",
"hard": "困难",
diff --git a/common/locales/zh_TW/backgrounds.json b/common/locales/zh_TW/backgrounds.json
index c99b204d8a..680d722abf 100644
--- a/common/locales/zh_TW/backgrounds.json
+++ b/common/locales/zh_TW/backgrounds.json
@@ -77,11 +77,18 @@
"backgroundFloralMeadowNotes": "在開滿花的草原上野餐",
"backgroundGumdropLandText": "糖果世界",
"backgroundGumdropLandNotes": "品嘗糖果世界的景色。",
- "backgrounds052015": "SET 12: Released May 2015",
- "backgroundMarbleTempleText": "Marble Temple",
- "backgroundMarbleTempleNotes": "Pose in front of a Marble Temple.",
- "backgroundMountainLakeText": "Mountain Lake",
- "backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.",
- "backgroundPagodasText": "Pagodas",
- "backgroundPagodasNotes": "Climb to the top of Pagodas."
+ "backgrounds052015": "第 12 組:2015 年五月推出",
+ "backgroundMarbleTempleText": "大理石神廟",
+ "backgroundMarbleTempleNotes": "展現在大理石神廟之前",
+ "backgroundMountainLakeText": "山脈之湖",
+ "backgroundMountainLakeNotes": "把你的腳指浸在山脈之湖裡面",
+ "backgroundPagodasText": "佛塔",
+ "backgroundPagodasNotes": "爬到佛塔的頂端",
+ "backgrounds062015": "SET 13: Released June 2015",
+ "backgroundDriftingRaftText": "Drifting Raft",
+ "backgroundDriftingRaftNotes": "Paddle a Drifting Raft.",
+ "backgroundShimmeryBubblesText": "Shimmery Bubbles",
+ "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.",
+ "backgroundIslandWaterfallsText": "Island Waterfalls",
+ "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls."
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/challenge.json b/common/locales/zh_TW/challenge.json
index f475ea7cce..6abe8eda27 100644
--- a/common/locales/zh_TW/challenge.json
+++ b/common/locales/zh_TW/challenge.json
@@ -16,7 +16,7 @@
"selectWinner": "選一位贏家然後結束挑戰:",
"deleteOrSelect": "刪除或選擇贏家",
"endChallenge": "結束挑戰",
- "challengeDiscription": "這些是該挑戰的任務。玩家參與挑戰後,它們會改變顏色並通過圖表來顯示該群組的整體進度。",
+ "challengeDiscription": "These are the Challenge's tasks that will be added to your task dashboard when you join this Challenge. The sample Challenge tasks below will change color and gain graphs to show you the overall progress of the group.",
"hows": "看看其他人的進度如何?",
"filter": "篩選條件",
"groups": "群組",
@@ -33,7 +33,8 @@
"challengeTagPop": "挑戰名會顯示在在標籤列表和任務的工具提示中。所以挑戰名要盡量短。例如用「-10 磅」代替「在 3 個月內減掉 10 磅」 (點選查看詳細資訊)。",
"challengeDescr": "詳細說明",
"prize": "戰利品",
- "prizePop": "如果有人「贏得」了你的挑戰,你可以獎勵贏家一些寶石。最大值 = 你擁有的寶石數(+ 公會寶石數,如果你建立了是這個公會的挑戰)。注意:獎勵設定好之後就不能修改,如果取消挑戰寶石也不能退回。",
+ "prizePop": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later.",
+ "prizePopTavern": "If someone can 'win' your challenge, you can optionally award that winner a Gem prize. Max = #gems you own (+ guild.gems, if you created this challenge's guild). Note: This prize can't be changed later and Tavern challenges will not be refunded if the challenge is cancelled.",
"publicChallenges": "公開挑戰 最少需要 1 個寶石作為獎勵 (為了防止有人拿來打廣告。)",
"officialChallenge": "HabitRPG 官方挑戰",
"by": "發起人",
@@ -43,6 +44,7 @@
"selectGroup": "請選擇群組",
"challengeCreated": "挑戰已建立",
"sureDelCha": "確定「刪除挑戰」嗎?",
+ "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.",
"removeTasks": "移除任務",
"keepTasks": "保留任務",
"closeCha": "關閉挑戰並且……",
diff --git a/common/locales/zh_TW/character.json b/common/locales/zh_TW/character.json
index 5ad91d303a..d487acccfd 100644
--- a/common/locales/zh_TW/character.json
+++ b/common/locales/zh_TW/character.json
@@ -52,9 +52,11 @@
"costume": "服裝",
"costumeText": "如果你喜歡其他裝備的外觀更勝於你現在的裝備,勾選\"使用服裝\"框穿上想被看到的服裝,而你的戰鬥裝備會穿在裡面。",
"useCostume": "使用服裝",
- "gearAchievement": "你已達成「終極裝備」成就:升級到最高裝備!",
+ "gearAchievement": "You have earned the \"Ultimate Gear\" Achievement for upgrading to the maximum gear set for a class! You have attained the following complete sets:",
+ "moreGearAchievements": "To attain more Ultimate Gear badges, change classes on your stats page and buy up your new class's gear!",
+ "armoireUnlocked": "You've also unlocked the Enchanted Armoire! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give you random XP or food items.",
"ultimGearName": "終極裝備",
- "ultimGearText": "已升級到最高武器和盔甲",
+ "ultimGearText": "Has upgraded to the maximum weapon and armor set for the following classes:",
"level": "等級",
"levelUp": " 升級了!",
"mana": "魔力",
@@ -70,7 +72,7 @@
"allocatePerPop": "增加一點感知",
"allocateInt": "分配給智力的屬性點:",
"allocateIntPop": "增加一點智力",
- "noMoreAllocate": "Now that you've hit level 100, you won't gain any more Attribute Points. You can continue leveling up, or start a new adventure at level 1 by using the Orb of Rebirth, now available for free in the Market.",
+ "noMoreAllocate": "恭喜您!您的角色已經達到了最高的等級 100,所以往後的等級提升您將不會再獲得屬性點。您可以使用這個角色續續升級,又或者透過巿集取得免費的重生之球,從等級 1 開始一場嶄新的冒險。",
"stats": "屬性",
"strength": "力量",
"strengthText": "力量會增加「會心一擊」的機率,而會心一擊時會提升金幣、經驗和物品掉落的機率。力量還能幫助你傷害 BOSS。",
@@ -140,5 +142,5 @@
"unequipBattleGear": "卸下戰鬥裝備",
"unequipCostume": "卸下服裝",
"unequipPetMountBackground": "卸下寵物、座騎、背景",
- "animalSkins": "Animal Skins"
+ "animalSkins": "動物膚色"
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/communityguidelines.json b/common/locales/zh_TW/communityguidelines.json
index da0f482040..c150f0df2f 100644
--- a/common/locales/zh_TW/communityguidelines.json
+++ b/common/locales/zh_TW/communityguidelines.json
@@ -174,5 +174,5 @@
"commGuideLink07description": "用於提交像素畫。",
"commGuideLink08": "Quest Trello",
"commGuideLink08description": "提交任務作品。",
- "lastUpdated": "Last updated"
+ "lastUpdated": "最後更新"
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/content.json b/common/locales/zh_TW/content.json
index 41700bb675..7e3684d454 100644
--- a/common/locales/zh_TW/content.json
+++ b/common/locales/zh_TW/content.json
@@ -1,6 +1,10 @@
{
"potionText": "治療藥水",
"potionNotes": "回復15點生命值(立即使用)",
+ "armoireText": "Enchanted Armoire",
+ "armoireNotesFull": "Open the Armoire to randomly receive special Equipment, Experience, or food! Equipment pieces remaining:",
+ "armoireLastItem": "You've found the last piece of rare Equipment in the Enchanted Armoire.",
+ "armoireNotesEmpty": "The Armoire will have new Equipment every month. Until then, keep clicking for Experience and Food!",
"dropEggWolfText": "狼",
"dropEggWolfAdjective": "忠誠的",
"dropEggTigerCubText": "小老虎",
@@ -56,8 +60,8 @@
"questEggBunnyAdjective": "舒服地",
"questEggSlimeText": "棉花糖史萊姆",
"questEggSlimeAdjective": "甜甜的",
- "questEggSheepText": "Sheep",
- "questEggSheepAdjective": "woolly",
+ "questEggSheepText": "羊",
+ "questEggSheepAdjective": "羊毛製的",
"eggNotes": "把孵化藥水倒在寵物蛋上會把它孵化成一隻<%= eggAdjective(locale) %><%= eggText(locale) %>。",
"hatchingPotionBase": "普通",
"hatchingPotionWhite": "白色",
diff --git a/common/locales/zh_TW/front.json b/common/locales/zh_TW/front.json
index c258dfd18e..e31efe5b8f 100644
--- a/common/locales/zh_TW/front.json
+++ b/common/locales/zh_TW/front.json
@@ -172,5 +172,11 @@
"username": "使用者名稱",
"watchVideos": "觀看影片",
"work": "Work",
- "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!"
+ "zelahQuote": "With HabitRPG, I can be persuaded to go to bed on time by the thought of gaining points for an early night or losing health for a late one!",
+ "reportAccountProblems": "Report Account Problems",
+ "reportCommunityIssues": "Report Community Issues",
+ "generalQuestionsSite": "General Questions about the Site",
+ "businessInquiries": "Business Inquiries",
+ "merchandiseInquiries": "Merchandise Inquiries",
+ "marketingInquiries": "Marketing/Social Media Inquiries"
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/gear.json b/common/locales/zh_TW/gear.json
index 52e3376ebb..00633d7abe 100644
--- a/common/locales/zh_TW/gear.json
+++ b/common/locales/zh_TW/gear.json
@@ -120,6 +120,8 @@
"weaponMystery201411Notes": "刺傷你的仇敵或是插進你最愛的食物——這把多才多藝的叉子可是無所不能!沒有屬性加成。2014年11月訂閱者物品",
"weaponMystery201502Text": "愛與真理之微光翅膀法杖",
"weaponMystery201502Notes": "為了翅膀!為了愛!也為了真理!沒有屬性加成。2015年2月訂閱者物品。",
+ "weaponMystery201505Text": "Green Knight Lance",
+ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.",
"weaponMystery301404Text": "蒸氣龐克風拐杖",
"weaponMystery301404Notes": "特別適合在城裡散步。3015年3月訂閱者物品。沒有屬性加成。",
"armor": "盔甲",
@@ -370,6 +372,8 @@
"headMystery201412Notes": "誰是企鵝?沒有屬性加成。2014年12月訂閱者物品。",
"headMystery201501Text": "繁星頭盔",
"headMystery201501Notes": "頭盔上閃爍搖曳的星座指引著佩戴者的思緒向目標前進。沒有屬性加成。2015年1月訂閱者物品。",
+ "headMystery201505Text": "Green Knight Helm",
+ "headMystery201505Notes": "The green plume on this iron helm waves proudly. Confers no benefit. May 2015 Subscriber Item.",
"headMystery301404Text": "華麗禮帽",
"headMystery301404Notes": "上流社會佼佼者的華麗禮帽!3015年1月訂閱者物品。沒有屬性加成。",
"headMystery301405Text": "基礎禮帽",
diff --git a/common/locales/zh_TW/generic.json b/common/locales/zh_TW/generic.json
index 11fe6e783a..4a1cbc9462 100644
--- a/common/locales/zh_TW/generic.json
+++ b/common/locales/zh_TW/generic.json
@@ -5,7 +5,20 @@
"habitica": "Habitica",
"expandToolbar": "展開列表",
"collapseToolbar": "隱藏列表",
- "formattingMarkdown": "支持標記語言",
+ "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.",
+ "showFormattingHelp": "Show formatting help",
+ "hideFormattingHelp": "Hide formatting help",
+ "youType": "You type:",
+ "youSee": "You see:",
+ "italics": "*Italics*",
+ "bold": "**Bold**",
+ "strikethrough": "~~Strikethrough~~",
+ "emojiExample": ":smile:",
+ "markdownLinkEx": "[HabitRPG is great!](https://habitrpg.com)",
+ "markdownImageEx": "",
+ "unorderedListHTML": "+ First item
+ Second item
+ Third item",
+ "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item",
+ "code": "`code`",
"achievements": "成就",
"modalAchievement": "獲得成就!",
"special": "特殊",
diff --git a/common/locales/zh_TW/groups.json b/common/locales/zh_TW/groups.json
index 4984c17b1d..41c71ec53c 100644
--- a/common/locales/zh_TW/groups.json
+++ b/common/locales/zh_TW/groups.json
@@ -109,5 +109,12 @@
"inviteByEmail": "Invite friends by email. If they join via your email, they'll automatically be invited to this group.",
"byColon": "By:",
"inviteNewUsers": "Invite New User(s)",
- "inviteAlertInfo2": "Or share this link (copy/paste):"
+ "inviteAlertInfo2": "Or share this link (copy/paste):",
+ "sendGiftHeading": "Send Gift to <%= name %>",
+ "sendGiftGemsBalance": "From <%= number %> Gems",
+ "sendGiftCost": "Total: $<%= cost %> USD",
+ "sendGiftFromBalance": "From Balance",
+ "sendGiftPurchase": "Purchase",
+ "sendGiftMessagePlaceholder": "Personal message (optional)",
+ "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>"
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/npc.json b/common/locales/zh_TW/npc.json
index 075a69449d..29dc557901 100644
--- a/common/locales/zh_TW/npc.json
+++ b/common/locales/zh_TW/npc.json
@@ -2,8 +2,8 @@
"npc": "NPC",
"npcText": "全力支持了我們的Kickstarter項目!",
"mattBoch": "Matt Boch",
- "mattShall": "<%= name %>,需要我把你的坐騎帶出來嗎?點擊一隻坐騎來騎上牠。",
- "mattBochText1": "歡迎來到馬廄!我是馴獸師Matt。你可以在這裡選擇一隻寵物陪你冒險。經過餵養,牠們可以長成強而有力的坐騎哦!",
+ "mattShall": "Shall I bring you your steed, <%= name %>? Once you've fed a pet enough food to turn it into a mount, it will appear here. Click a mount to saddle up!",
+ "mattBochText1": "Welcome to the Stable! I'm Matt, the beast master. After level 4, you can hatch pets using eggs and potions. When you hatch a pet in the Market, it will appear here! Click a pet's image to add it to your avatar. Feed them with the food you find after level 4, and they'll grow into powerful mounts.",
"daniel": "Daniel",
"danielText": "Welcome to the Tavern! Stay a while and meet the locals. If you need to rest (vacation? illness?), I'll set you up at the Inn. While checked-in, your Dailies won't hurt you at the day's end, but you can still check them off.",
"danielText2": "Be warned: If you are participating in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, your own damage to the Boss (or items collected) will not be applied until you check out of the Inn.",
@@ -45,9 +45,9 @@
"tourScrollDown": "一定要滾動看完所有的選單的選項喔!再次點擊你的角色回到任務界面。",
"tourMuchMore": "完成新手教學後,你可以與朋友一起成立隊伍,在興趣相投的公會裡聊天,參與挑戰,還有更多的樂趣等著你!",
"tourStatsPage": "這是你的屬性點界面!完成任務列表來獲得成就。",
- "tourTavernPage": "歡迎來到酒館,一個全年齡段聊天室!如果你生病了或外出旅行,通過點擊\"在客棧休息\"可以凍結賬號。來跟大家問好吧!",
+ "tourTavernPage": "Welcome to the Tavern, an all-ages chatroom! You can keep your Dailies from hurting you in case of illness or travel by clicking \"Rest in the Inn.\" Come say hi!",
"tourPartyPage": "你的隊伍會使你保持責任心。邀請朋友來解鎖任務捲軸!",
"tourGuildsPage": "公會是有著共同主題的社交團體。找找你感興趣的的主題!我們推薦the Newbies Guild。",
- "tourChallengesPage": "加入一項挑戰意味著在你的帳號上增加一些任務。通過與其它用戶競爭來贏取寶石獎勵!",
+ "tourChallengesPage": "Challenges are themed task lists created by users! Joining a Challenge will add its tasks to your account. Compete against other users to win gem prizes!",
"tourMarketPage": "從4級開始,當你完成任務時,蛋和孵化藥水會隨機掉落。他們會出現在這裡—使用它們來孵化寵物!你也可以從集市購買物品。"
}
\ No newline at end of file
diff --git a/common/locales/zh_TW/quests.json b/common/locales/zh_TW/quests.json
index d44f6f92b1..61fd3be04e 100644
--- a/common/locales/zh_TW/quests.json
+++ b/common/locales/zh_TW/quests.json
@@ -19,7 +19,7 @@
"bossStrength": "Boss的力量",
"collect": "收集",
"collected": "已收集",
- "bossDmg1": "想要攻擊魔王,你必須完成你的每日任務和待辦事項。任務傷害越高,你對魔王的傷害也越大(達成紅色事項、法師的法術、戰士的攻擊等等)。如果你未能完成每日任務,除了本來就會遭受的傷害,魔王會針對你遺漏的事項(乘上魔王的力量)額外再傷害你和你的隊友。所以想要保持隊伍健康,就去完成你的每日任務! 所有從魔王和你攻擊的傷害將在跨日(一天結束)時結算。 ",
+ "bossDmg1": "Each completed Daily and To-Do and each positive Habit hurts the boss. Hurt it more with redder tasks or Brutal Smash and Burst of Flames. The boss will deal damage to every quest participant for every Daily you've missed (multiplied by the boss's Strength) in addition to your regular damage, so keep your party healthy by completing your Dailies! All damage to and from a boss is tallied on cron (your day roll-over).",
"bossDmg2": "只有參與者會跟魔王戰鬥,並共享任務獎勵。",
"tavernBossInfo": "想要攻擊世界Boss,你必須完成你的每日任務和待辦事項。任務傷害越高,你對魔王的傷害也越大(達成紅色事項、法師的法術、戰士的攻擊等等)。如果你未能完成每日任務,除了本來就會遭受的傷害,魔王會針對你遺漏的事項(乘上魔王的力量)累積憤怒值。一旦憤怒值達到上限,將會發生相當糟糕的事情─所以好好完成你的每日任務! 所有從魔王和你攻擊的傷害將在跨日(一天結束)時結算。 ",
"bossColl1": "要撿到物品,你必須完成你的「正向」任務。任務獎勵品會像普通物品一樣掉落;但要在隔天才看到。你撿到的物品會被計算並累積到戰利品堆當中。",
diff --git a/common/locales/zh_TW/spells.json b/common/locales/zh_TW/spells.json
index b6ff8afd4d..7c6fb57408 100644
--- a/common/locales/zh_TW/spells.json
+++ b/common/locales/zh_TW/spells.json
@@ -1,6 +1,6 @@
{
"spellWizardFireballText": "火焰爆轟",
- "spellWizardFireballNotes": "Flames burst from your hands. You gain XP, and you deal extra damage to Bosses! Click on a task to cast. (Based on: INT)",
+ "spellWizardFireballNotes": "你的手中冒出爆裂火焰。你會獲得經驗值,並且額外對Boss造成傷害!在任務上點擊後施放(加成:智力 )",
"spellWizardMPHealText": "澎湃靈泉",
"spellWizardMPHealNotes": "你犧牲魔力來幫助你的朋友。隊伍的其他人會獲得MP!(加成:智力)",
"spellWizardEarthText": "地震",
@@ -8,7 +8,7 @@
"spellWizardFrostText": "極寒霜凍",
"spellWizardFrostNotes": "以冰雪覆蓋任務。沒任何的連擊會在明天變成零!(使用後套用全部的任務)",
"spellWarriorSmashText": "致命一擊",
- "spellWarriorSmashNotes": "You hit a task with all of your might. It gets more blue/less red, and you deal extra damage to Bosses! Click on a task to cast. (Based on: STR)",
+ "spellWarriorSmashNotes": "你盡全力打一個任務。它變得更藍或更不紅,並且額外對Boss造成傷害!在任務上點擊後施放(加成:力量 )",
"spellWarriorDefensiveStanceText": "防禦姿態",
"spellWarriorDefensiveStanceNotes": "你準備好受到未完任務的反衝。你獲得一個體質的增益效果!(加成:體質-不加增益效果)",
"spellWarriorValorousPresenceText": "英勇現身",
@@ -16,9 +16,9 @@
"spellWarriorIntimidateText": "威懾凝視",
"spellWarriorIntimidateNotes": "你用目光恐嚇你的敵人。全隊獲得一個體質的增益效果!(加成:體質-不加增益效果)",
"spellRoguePickPocketText": "扒竊",
- "spellRoguePickPocketNotes": "You rob a nearby task. You gain gold! Click on a task to cast. (Based on: PER)",
+ "spellRoguePickPocketNotes": "你偷了附近的任務以獲得金幣!在任務上點擊後施放(加成:感知)",
"spellRogueBackStabText": "背刺",
- "spellRogueBackStabNotes": "You betray a foolish task. You gain gold and XP! Click on a task to cast. (Based on: STR)",
+ "spellRogueBackStabNotes": "你背叛了一個愚蠢的任務。你獲得金幣和經驗值!在任務上點擊後施放(加成:力量)",
"spellRogueToolsOfTradeText": "社交手段",
"spellRogueToolsOfTradeNotes": "你與朋友分享自己的才華。你隊伍獲得一個感知的增益效果!(加成:感知-不加增益效果)",
"spellRogueStealthText": "潛行",
diff --git a/common/locales/zh_TW/tasks.json b/common/locales/zh_TW/tasks.json
index 923b06f94a..a3b3b9ecc8 100644
--- a/common/locales/zh_TW/tasks.json
+++ b/common/locales/zh_TW/tasks.json
@@ -14,7 +14,7 @@
"save": "儲存",
"addChecklist": "增加清單",
"checklist": "清單",
- "checklistText": "將每日任務分成數個小事項後,完成部分小事項可以降低每日任務未完成的懲罰傷害。例如,一個 4 事項任務,完成其中3個的話,傷害會減低到 25%。\n至於待辦事項,小事項可以帶來增幅,例如,3 個小事項代表額外的 3 份(總共 4 份)的經驗值、金幣和魔力。",
+ "checklistText": "Break a task into smaller pieces! Checklists increase the Experience and Gold gained from a To-Do, and reduce the damage caused by a Daily.",
"expandCollapse": "展開 / 縮合",
"text": " 標題",
"extraNotes": "說明",
@@ -22,7 +22,7 @@
"advancedOptions": "進階選項",
"difficulty": "難度",
"difficultyHelpTitle": "此項任務有多難?",
- "difficultyHelpContent": "這將獲得加成的經驗值。建議儘量少用,你大可放心地相信我們對任務難度報酬的計算。不過有些任務的確更有價值 ( 寫論文 vs. 剔牙縫 )。 點擊此處以了解更多資訊。",
+ "difficultyHelpContent": "The harder a task, the more Experience and Gold it awards you when you check it off... but the more it damages you if it is a Daily or Bad Habit!",
"easy": "簡單",
"medium": "中等",
"hard": "困難",
diff --git a/common/script/content.coffee b/common/script/content.coffee
index cc415e054d..30a0760b87 100644
--- a/common/script/content.coffee
+++ b/common/script/content.coffee
@@ -140,6 +140,9 @@ gear =
201502: text: t('weaponMystery201502Text'), notes: t('weaponMystery201502Notes'), mystery:'201502', value: 0
201505: text: t('weaponMystery201505Text'), notes: t('weaponMystery201505Notes'), mystery:'201505', value: 0
301404: text: t('weaponMystery301404Text'), notes: t('weaponMystery301404Notes'), mystery:'301404', value: 0
+ armoire:
+ basicCrossbow: text: t('weaponArmoireBasicCrossbowText'), notes: t('weaponArmoireBasicCrossbowNotes', {str: 5, per: 5, con: 5}), value: 100, str: 5, per: 5, con: 5, canOwn: ((u)-> u.items.gear.owned.weapon_armoire_basicCrossbow?)
+ lunarSceptre: text: t('weaponArmoireLunarSceptreText'), notes: t('weaponArmoireLunarSceptreNotes', {con: 7, int: 7}), value: 100, con: 7, int: 7, set: 'soothing', canOwn: ((u)-> u.items.gear.owned.weapon_armoire_lunarSceptre?)
armor:
base:
@@ -224,6 +227,9 @@ gear =
201503: text: t('armorMystery201503Text'), notes: t('armorMystery201503Notes'), mystery:'201503', value: 0
201504: text: t('armorMystery201504Text'), notes: t('armorMystery201504Notes'), mystery:'201504', value: 0
301404: text: t('armorMystery301404Text'), notes: t('armorMystery301404Notes'), mystery:'301404', value: 0
+ armoire:
+ lunarArmor: text: t('armorArmoireLunarArmorText'), notes: t('armorArmoireLunarArmorNotes', {str: 7, int: 7}), value: 100, str: 7, int: 7, set: 'soothing', canOwn: ((u)-> u.items.gear.owned.armor_armoire_lunarArmor?)
+ gladiatorArmor: text: t('armorArmoireGladiatorArmorText'), notes: t('armorArmoireGladiatorArmorNotes', {str: 7, per: 7}), value: 100, str: 7, per: 7, set: 'gladiator', canOwn: ((u)-> u.items.gear.owned.armor_armoire_gladiatorArmor?)
head:
base:
@@ -306,6 +312,12 @@ gear =
201505: text: t('headMystery201505Text'), notes: t('headMystery201505Notes'), mystery:'201505', value: 0
301404: text: t('headMystery301404Text'), notes: t('headMystery301404Notes'), mystery:'301404', value: 0
301405: text: t('headMystery301405Text'), notes: t('headMystery301405Notes'), mystery:'301405', value: 0
+ armoire:
+ lunarCrown: text: t('headArmoireLunarCrownText'), notes: t('headArmoireLunarCrownNotes', {con: 7, per: 7}), value: 100, con: 7, per: 7, set: 'soothing', canOwn: ((u)-> u.items.gear.owned.head_armoire_lunarCrown?)
+ redHairbow: text: t('headArmoireRedHairbowText'), notes: t('headArmoireRedHairbowNotes', {str: 5, int: 5, con: 5}), value: 100, str: 5, int: 5, con: 5, canOwn: ((u)-> u.items.gear.owned.head_armoire_redHairbow?)
+ violetFloppyHat: text: t('headArmoireVioletFloppyHatText'), notes: t('headArmoireVioletFloppyHatNotes', {per: 5, int: 5, con: 5}), value: 100, per: 5, int: 5, con: 5, canOwn: ((u)-> u.items.gear.owned.head_armoire_violetFloppyHat?)
+ gladiatorHelm: text: t('headArmoireGladiatorHelmText'), notes: t('headArmoireGladiatorHelmNotes', {per: 7, int: 7}), value: 100, per: 7, int: 7, set: 'gladiator', canOwn: ((u)-> u.items.gear.owned.head_armoire_gladiatorHelm?)
+ rancherHat: text: t('headArmoireRancherHatText'), notes: t('headArmoireRancherHatNotes', {str: 5, per: 5, int: 5}), value: 100, str: 5, per: 5, int: 5, canOwn: ((u)-> u.items.gear.owned.head_armoire_rancherHat?)
shield:
base:
@@ -365,6 +377,8 @@ gear =
spring2015Healer: event: events.spring2015, specialClass: 'healer', text: t('shieldSpecialSpring2015HealerText'), notes: t('shieldSpecialSpring2015HealerNotes', {con: 9}), value: 70, con: 9
mystery:
301405: text: t('shieldMystery301405Text'), notes: t('shieldMystery301405Notes'), mystery:'301405', value: 0
+ armoire:
+ gladiatorShield: text: t('shieldArmoireGladiatorShieldText'), notes: t('shieldArmoireGladiatorShieldNotes', {con: 5, str: 5}), value: 100, con: 5, str: 5, set: 'gladiator', canOwn: ((u)-> u.items.gear.owned.shield_armoire_gladiatorShield?)
back:
base:
@@ -442,7 +456,7 @@ api.gear =
flat: {}
_.each gearTypes, (type) ->
- _.each classes.concat(['base', 'special', 'mystery']), (klass) ->
+ _.each classes.concat(['base', 'special', 'mystery', 'armoire']), (klass) ->
# add "type" to each item, so we can reference that as "weapon" or "armor" in the html
_.each gear[type][klass], (item, i) ->
key = "#{type}_#{klass}_#{i}"
@@ -475,11 +489,12 @@ api.timeTravelerStore = (owned) ->
###
---------------------------------------------------------------
- Potion
+ Unique Rewards: Potion and Armoire
---------------------------------------------------------------
###
api.potion = type: 'potion', text: t('potionText'), notes: t('potionNotes'), value: 25, key: 'potion'
+api.armoire = type: 'armoire', text: t('armoireText'), notes: t('armoireNotesEmpty'), value: 100, key: 'armoire', canOwn: ((u)-> _.contains(u.achievements.ultimateGearSets, true))
###
---------------------------------------------------------------
@@ -1840,6 +1855,16 @@ api.backgrounds =
pagodas:
text: t('backgroundPagodasText')
notes: t('backgroundPagodasNotes')
+ backgrounds062015:
+ drifting_raft:
+ text: t('backgroundDriftingRaftText')
+ notes: t('backgroundDriftingRaftNotes')
+ shimmery_bubbles:
+ text: t('backgroundShimmeryBubblesText')
+ notes: t('backgroundShimmeryBubblesNotes')
+ island_waterfalls:
+ text: t('backgroundIslandWaterfallsText')
+ notes: t('backgroundIslandWaterfallsNotes')
api.subscriptionBlocks =
basic_earned: months:1, price:5
@@ -1852,9 +1877,9 @@ _.each api.subscriptionBlocks, (b,k)->b.key = k
repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true}
api.userDefaults =
habits: [
- {type: 'habit', text: t('defaultHabit1Text'), notes: t('defaultHabit1Notes'), value: 0, up: true, down: false, attribute: 'str' }
- {type: 'habit', text: t('defaultHabit2Text'), notes: t('defaultHabit2Notes'), value: 0, up: false, down: true, attribute: 'str'}
- {type: 'habit', text: t('defaultHabit3Text'), notes: t('defaultHabit3Notes'), value: 0, up: true, down: true, attribute: 'str'}
+ {type: 'habit', text: t('defaultHabit1Text'), value: 0, up: true, down: false, attribute: 'per' }
+ {type: 'habit', text: t('defaultHabit2Text'), value: 0, up: false, down: true, attribute: 'str'}
+ {type: 'habit', text: t('defaultHabit3Text'), value: 0, up: true, down: true, attribute: 'str'}
]
dailys: [
@@ -1873,7 +1898,7 @@ api.userDefaults =
]
rewards: [
-# {type: 'reward', text: t('defaultReward1Text'), notes: t('defaultReward1Notes'), value: 20 }
+ {type: 'reward', text: t('defaultReward1Text'), value: 10 }
# {type: 'reward', text: t('defaultReward2Text'), notes: t('defaultReward2Notes'), value: 10 }
]
diff --git a/common/script/index.coffee b/common/script/index.coffee
index 29833b0fc2..e18df3dd3f 100644
--- a/common/script/index.coffee
+++ b/common/script/index.coffee
@@ -72,13 +72,37 @@ api.daysSince = (yesterday, options = {}) ->
Math.abs api.startOfDay(_.defaults {now:yesterday}, o).diff(api.startOfDay(_.defaults {now:o.now}, o), 'days')
###
- Should the user do this taks on this date, given the task's repeat options and user.preferences.dayStart?
+ Should the user do this task on this date, given the task's repeat options and user.preferences.dayStart?
###
-api.shouldDo = (day, repeat, options={}) ->
- return false unless repeat
+api.shouldDo = (day, dailyTask, options = {}) ->
+ return false unless dailyTask.type == 'daily' && dailyTask.repeat
+ if !dailyTask.startDate
+ dailyTask.startDate = moment().toDate()
+ if dailyTask.startDate instanceof String
+ dailyTask.startDate = moment(dailyTask.startDate).toDate()
o = sanitizeOptions options
- selected = repeat[api.dayMapping[api.startOfDay(_.defaults {now:day}, o).day()]]
- return selected
+ day = api.startOfDay(_.defaults {now:day}, o)
+ dayOfWeekNum = day.day() # e.g. 1 for Monday if week starts on Mon
+
+ # check if event is today or in the future
+ hasStartedCheck = day >= api.startOfDay(_.defaults {now:dailyTask.startDate}, o)
+
+ if dailyTask.frequency == 'daily'
+ daysSinceTaskStart = api.numDaysApart(day.startOf('day'), dailyTask.startDate, o)
+ everyXCheck = (daysSinceTaskStart % dailyTask.everyX == 0)
+ return everyXCheck && hasStartedCheck
+ else if dailyTask.frequency == 'weekly'
+ dayOfWeekCheck = dailyTask.repeat[api.dayMapping[dayOfWeekNum]]
+ return dayOfWeekCheck && hasStartedCheck
+ else
+ # unexpected frequency string
+ return false
+
+api.numDaysApart = (day1, day2, o) ->
+ startOfDay1 = api.startOfDay(_.defaults {now:day1}, o)
+ startOfDay2 = api.startOfDay(_.defaults {now:day2}, o)
+ numDays = Math.abs(startOfDay1.diff(startOfDay2, 'days'))
+ return numDays
###
------------------------------------------------------
@@ -164,8 +188,9 @@ api.updateStore = (user) ->
true
# Add special items (contrib gear, backer gear, etc)
changes = changes.concat _.filter content.gear.flat, (v) ->
- v.klass in ['special','mystery'] and !user.items.gear.owned[v.key] and v.canOwn?(user)
+ v.klass in ['special','mystery','armoire'] and !user.items.gear.owned[v.key] and v.canOwn?(user)
changes.push content.potion
+ if user.flags.armoireEnabled then changes.push content.armoire
# Return sorted store (array)
_.sortBy changes, (c)->sortOrder[c.type]
@@ -210,7 +235,7 @@ api.taskDefaults = (task={}) ->
_.defaults(task, {up:true,down:true}) if task.type is 'habit'
_.defaults(task, {history: []}) if task.type in ['habit', 'daily']
_.defaults(task, {completed:false}) if task.type in ['daily', 'todo']
- _.defaults(task, {streak:0, repeat: {su:1,m:1,t:1,w:1,th:1,f:1,s:1}}) if task.type is 'daily'
+ _.defaults(task, {streak:0, repeat: {su:1,m:1,t:1,w:1,th:1,f:1,s:1}}, startDate: new Date(), everyX: 1, frequency: 'weekly') if task.type is 'daily'
task._id = task.id # may need this for TaskSchema if we go back to using it, see http://goo.gl/a5irq4
task.value ?= if task.type is 'reward' then 10 else 0
task.priority = 1 unless _.isNumber(task.priority) # hotfix for apiv1. once we're off apiv1, we can remove this
@@ -280,7 +305,7 @@ api.taskClasses = (task, filters=[], dayStart=0, lastCron=+new Date, showComplet
# show as completed if completed (naturally) or not required for today
if type in ['todo', 'daily']
- if completed or (type is 'daily' and !api.shouldDo(+new Date, task.repeat, {dayStart}))
+ if completed or (type is 'daily' and !api.shouldDo(+new Date, task, {dayStart}))
classes += " completed"
else
classes += " uncompleted"
@@ -361,6 +386,10 @@ api.countTriad = (pets) ->
if pets[egg + "-" + potion] > 0 then count3++
count3
+api.countArmoire = (gear) ->
+ count = _.size(_.filter(content.gear.flat, ((i)->i.klass is 'armoire' and !gear[i.key])))
+ count
+
###
------------------------------------------------------
User (prototype wrapper to give it ops, helper funcs, and virtuals
@@ -441,7 +470,7 @@ api.wrap = (user, main=true) ->
if v
itm = content.gear.flat[''+k]
if itm
- if (itm.value > 0 || k == 'weapon_warrior_0') && ( itm.klass == cl || ( itm.klass == 'special' && (! itm.specialClass || itm.specialClass == cl) ) )
+ if (itm.value > 0 || k == 'weapon_warrior_0') && ( itm.klass == cl || ( itm.klass == 'special' && (! itm.specialClass || itm.specialClass == cl) ) || itm.klass == 'armoire' )
losableItems[''+k]=''+k
lostItem = user.fns.randomVal losableItems
if item = content.gear.flat[lostItem]
@@ -449,6 +478,7 @@ api.wrap = (user, main=true) ->
user.items.gear.equipped[item.type] = "#{item.type}_base_0" if user.items.gear.equipped[item.type] is lostItem
user.items.gear.costume[item.type] = "#{item.type}_base_0" if user.items.gear.costume[item.type] is lostItem
user.markModified? 'items.gear'
+ mixpanel?.track('Death',{'lostItem':lostItem})
cb? (if item then {code:200,message: i18n.t('messageLostItem', {itemText: item.text(req.language)}, req.language)} else null), user
reset: (req, cb) ->
@@ -483,6 +513,7 @@ api.wrap = (user, main=true) ->
task.value = 0
user.stats.hp = 50
cb? null, user
+ mixpanel?.track("Acquire Item",{'itemName':'Fortify','acquireMethod':'Gems','gemCost':4})
ga?.event('behavior', 'gems', 'reroll').send()
rebirth: (req, cb, ga) ->
@@ -492,6 +523,8 @@ api.wrap = (user, main=true) ->
# only charge people if they are under the max level - ryan
if user.stats.lvl < api.maxLevel
user.balance -= 2
+ mixpanel?.track("Acquire Item",{'itemName':'Rebirth','acquireMethod':'Gems','gemCost':8})
+ ga?.event('behavior', 'gems', 'rebirth').send()
# Save off user's level, for calculating achievement eligibility later
lvl = api.capByLevel(user.stats.lvl)
# Turn tasks yellow, zero out streaks
@@ -525,7 +558,7 @@ api.wrap = (user, main=true) ->
user.preferences.costume = false
# Remove unlocked features
flags = user.flags
- if not (user.achievements.ultimateGear or user.achievements.beastMaster)
+ if not user.achievements.beastMaster
flags.rebirthEnabled = false
flags.itemsEnabled = false
flags.dropsEnabled = false
@@ -541,7 +574,6 @@ api.wrap = (user, main=true) ->
user.stats.buffs = {}
# user.markModified? 'stats'
cb? null, user
- ga?.event('behavior', 'gems', 'rebirth').send()
allocateNow: (req, cb) ->
_.times user.stats.points, user.fns.autoAllocate
@@ -588,6 +620,7 @@ api.wrap = (user, main=true) ->
addTask: (req, cb) ->
task = api.taskDefaults(req.body)
+ return cb?({code:409,message:i18n.t('messageDuplicateTaskID', req.language)}) if user.tasks[task.id]?
user["#{task.type}s"].unshift(task)
if user.preferences.newTaskEdit then task._editing = true
if user.preferences.tagsCollapsed then task._tags = true
@@ -752,7 +785,8 @@ api.wrap = (user, main=true) ->
user.balance += .25
user.purchased.plan.gemsBought++
user.stats.gp -= convRate
- return cb? {code:200,message:"+1 Gems"}, _.pick(user,$w 'stats balance')
+ mixpanel?.track("Acquire Item",{'itemName':key,'acquireMethod':'Gold','goldCost':convRate})
+ return cb? {code:200,message:"+1 Gem"}, _.pick(user,$w 'stats balance')
return cb?({code:404,message:":type must be in [eggs,hatchingPotions,food,quests,gear]"},req) unless type in ['eggs','hatchingPotions','food','quests','gear']
if type is 'gear'
@@ -769,6 +803,7 @@ api.wrap = (user, main=true) ->
else
user.items[type][key] = 0 unless user.items[type][key] > 0
user.items[type][key]++
+ mixpanel?.track("Acquire Item",{'itemName':key,'acquireMethod':'Gems','gemCost':item.value})
cb? null, _.pick(user,$w 'items balance')
ga?.event('behavior', 'gems', key).send()
@@ -784,6 +819,7 @@ api.wrap = (user, main=true) ->
user.achievements.beastMasterCount++
user.items.currentPet = ""
cb? null, user
+ mixpanel?.track("Acquire Item",{'itemName':'Kennel Key','acquireMethod':'Gems','gemCost':4})
releaseMounts: (req, cb) ->
if user.balance < 1
@@ -797,6 +833,7 @@ api.wrap = (user, main=true) ->
user.achievements.mountMasterCount = 0
user.achievements.mountMasterCount++
cb? null, user
+ mixpanel?.track("Acquire Item",{'itemName':'Kennel Key','acquireMethod':'Gems','gemCost':4})
releaseBoth: (req, cb) ->
if user.balance < 1.5 and not user.achievements.triadBingo
@@ -804,6 +841,7 @@ api.wrap = (user, main=true) ->
else
giveTriadBingo = true
if not user.achievements.triadBingo
+ mixpanel?.track("Acquire Item",{'itemName':'Kennel Key','acquireMethod':'Gems','gemCost':6})
user.balance -= 1.5
user.items.currentMount = ""
user.items.currentPet = ""
@@ -827,22 +865,45 @@ api.wrap = (user, main=true) ->
buy: (req, cb) ->
{key} = req.params
- item = if key is 'potion' then content.potion else content.gear.flat[key]
+ item = if key is 'potion' then content.potion
+ else if key is 'armoire' then content.armoire
+ else content.gear.flat[key]
return cb?({code:404, message:"Item '#{key} not found (see https://github.com/HabitRPG/habitrpg-shared/blob/develop/script/content.coffee)"}) unless item
return cb?({code:401, message: i18n.t('messageNotEnoughGold', req.language)}) if user.stats.gp < item.value
- return cb?({code:401, message: "You can't own this item"}) if item.canOwn? and !item.canOwn(user)
+ return cb?({code:401, message: "You can't buy this item"}) if item.canOwn? and !item.canOwn(user)
if item.key is 'potion'
user.stats.hp += 15
user.stats.hp = 50 if user.stats.hp > 50
+ else if item.key is 'armoire'
+ armoireResult = user.fns.predictableRandom(user.stats.gp)
+ # We use a different seed to choose the Armoire action than we use
+ # to choose the sub-action, otherwise only some of the foods can
+ # be given. E.g., if a seed gives armoireResult < .5 (food) then
+ # the same seed would give one of the first five foods only.
+ eligibleEquipment = _.filter(content.gear.flat, ((i)->i.klass is 'armoire' and !user.items.gear.owned[i.key]))
+ if !_.isEmpty(eligibleEquipment) and (armoireResult < .6 or !user.flags.armoireOpened)
+ drop = user.fns.randomVal(eligibleEquipment)
+ user.items.gear.owned[drop.key] = true
+ user.flags.armoireOpened = true
+ message = i18n.t('armoireEquipment', {image: '', dropText: drop.text(req.language)}, req.language)
+ if api.countArmoire(user.items.gear.owned) is 0 then user.flags.armoireEmpty = true
+ else if (!_.isEmpty(eligibleEquipment) and armoireResult < .8) or armoireResult < .5
+ drop = user.fns.randomVal _.where(content.food, {canDrop:true})
+ user.items.food[drop.key] ?= 0
+ user.items.food[drop.key] += 1
+ message = i18n.t('armoireFood', {image: '', dropArticle: drop.article, dropText: drop.text(req.language)}, req.language)
+ else
+ user.stats.exp += Math.floor(user.fns.predictableRandom(user.stats.exp) * 40 + 10)
+ message = i18n.t('armoireExp', req.language)
else
user.items.gear.equipped[item.type] = item.key
user.items.gear.owned[item.key] = true
message = user.fns.handleTwoHanded(item, null, req)
message ?= i18n.t('messageBought', {itemText: item.text(req.language)}, req.language)
- if not user.achievements.ultimateGear and item.last
- user.fns.ultimateGear()
+ if item.last then user.fns.ultimateGear()
user.stats.gp -= item.value
- cb? {code:200, message}, _.pick(user,$w 'items achievements stats')
+ mixpanel?.track("Acquire Item",{'itemName':key,'acquireMethod':'Gold','goldCost':item.value})
+ cb? {code:200, message}, _.pick(user,$w 'items achievements stats flags')
buyMysterySet: (req, cb)->
return cb?({code:401, message:"You don't have enough Mystic Hourglasses"}) unless user.purchased.plan.consecutive.trinkets>0
@@ -850,7 +911,9 @@ api.wrap = (user, main=true) ->
if window?.confirm?
return unless window.confirm("Buy this full set of items for 1 Mystic Hourglass?")
return cb?({code:404, message:"Mystery set not found, or set already owned"}) unless mysterySet
- _.each mysterySet.items, (i)->user.items.gear.owned[i.key]=true
+ _.each mysterySet.items, (i)->
+ user.items.gear.owned[i.key]=true
+ mixpanel?.track("Acquire Item",{'itemName':i.key,'acquireMethod':'Hourglass'})
user.purchased.plan.consecutive.trinkets--
cb? null, _.pick(user,$w 'items purchased.plan.consecutive')
@@ -922,6 +985,7 @@ api.wrap = (user, main=true) ->
user.balance -= cost
if ~path.indexOf('gear.') then user.markModified? 'gear.owned' else user.markModified? 'purchased'
cb? null, _.pick(user,$w 'purchased preferences items')
+ mixpanel?.track("Acquire Item",{'itemName':'Customizations','acquireMethod':'Gems','gemCost':(cost / .25)})
ga?.event('behavior', 'gems', path).send()
# ------
@@ -961,6 +1025,7 @@ api.wrap = (user, main=true) ->
user.balance -= .75
_.merge user.stats, {str: 0, con: 0, per: 0, int: 0, points: api.capByLevel(user.stats.lvl)}
user.flags.classSelected = false
+ mixpanel?.track("Acquire Item",{'itemName':klass,'acquireMethod':'Gems','gemCost':3})
ga?.event('behavior', 'gems', 'changeClass').send()
#'stats.points': this is handled on the server
cb? null, _.pick(user,$w 'stats flags items preferences')
@@ -1444,10 +1509,11 @@ api.wrap = (user, main=true) ->
user.items.quests[k]++
(user.flags.levelDrops ?= {})[k] = true
user.markModified? 'flags.levelDrops'
+ mixpanel?.track("Acquire Item",{'itemName':k,'acquireMethod':'Drop'})
user._tmp.drop = _.defaults content.quests[k],
type: 'Quest'
dialog: i18n.t('messageFoundQuest', {questText: content.quests[k].text(req.language)}, req.language)
- if !user.flags.rebirthEnabled and (user.stats.lvl >= 50 or user.achievements.ultimateGear or user.achievements.beastMaster)
+ if !user.flags.rebirthEnabled and (user.stats.lvl >= 50 or user.achievements.beastMaster)
user.flags.rebirthEnabled = true
if user.stats.lvl >= api.maxLevel and !user.flags.freeRebirth
user.flags.freeRebirth = true
@@ -1523,7 +1589,7 @@ api.wrap = (user, main=true) ->
{completed, repeat} = daily
thatDay = moment(now).subtract({days: 1})
- if api.shouldDo(thatDay, repeat, user.preferences) || completed
+ if api.shouldDo(thatDay.toDate(), daily, user.preferences) || completed
_.each daily.checklist, ((box)->box.completed=false;true)
daily.completed = false
return
@@ -1550,7 +1616,7 @@ api.wrap = (user, main=true) ->
scheduleMisses = 0
_.times daysMissed, (n) ->
thatDay = moment(now).subtract({days: n + 1})
- if api.shouldDo(thatDay, repeat, user.preferences)
+ if api.shouldDo(thatDay.toDate(), task, user.preferences)
scheduleMisses++
if user.stats.buffs.stealth
user.stats.buffs.stealth--
@@ -1621,6 +1687,7 @@ api.wrap = (user, main=true) ->
# Analytics
user.flags.cronCount?=0
user.flags.cronCount++
+ options.mixpanel?.track('Cron',{'distinct_id':user._id,'resting':user.preferences.sleep})
options.ga?.event('behavior', 'cron', 'cron', user.flags.cronCount).send(); #TODO userId for cohort
# After all is said and done, progress up user's effect on quest, return those values & reset the user's
@@ -1645,32 +1712,20 @@ api.wrap = (user, main=true) ->
# ----------------------------------------------------------------------
# Achievements
# ----------------------------------------------------------------------
- ultimateGear: () ->
- # on the server this is a LoDash transform, on the client its an object
- gear = if window? then user.items.gear.owned else user.items.gear.owned.toObject()
- ownedLastGear = _.chain(content.gear.flat)
- .pick(_.keys gear)
- .values()
- .filter (gear) -> gear.last
-
- lastGearClassTypeMatrix = {}
- _.each content.classes, (klass) ->
- lastGearClassTypeMatrix[klass] = {}
- #_.each content.gearTypes, (type) ->
- _.each ['armor', 'weapon', 'shield', 'head'], (type) ->
- lastGearClassTypeMatrix[klass][type] = false
- return true # false exits the each loop early
-
- ownedLastGear.each (gear) ->
- lastGearClassTypeMatrix[gear.klass]["shield"] = true if gear.twoHanded
- lastGearClassTypeMatrix[gear.klass][gear.type] = true
-
- shouldGrant = _(lastGearClassTypeMatrix)
- .values()
- .reduce(((ans, klass) -> ans or _(klass).values().reduce(((ans, gearType) -> ans and gearType), true)), false)
- .valueOf()
-
- user.achievements.ultimateGear = shouldGrant
+ ultimateGear: ->
+ # on the server this is a Lodash transform, on the client its an object
+ owned = if window? then user.items.gear.owned else user.items.gear.owned.toObject()
+ user.achievements.ultimateGearSets ?= {healer: false, wizard: false, rogue: false, warrior: false}
+ content.classes.forEach (klass) ->
+ if user.achievements.ultimateGearSets[klass] is not true
+ user.achievements.ultimateGearSets[klass] = _.reduce ['armor', 'shield', 'head', 'weapon'], (soFarGood, type) ->
+ found = _.find content.gear.tree[type][klass], {last:true}
+ soFarGood and (!found or owned[found.key]==true) #!found only true when weapon is two-handed (mages)
+ , true # start with true, else `and` will fail right away
+ user.markModified? 'achievements.ultimateGearSets'
+ if _.contains(user.achievements.ultimateGearSets, true) and user.flags.armoireEnabled != true
+ user.flags.armoireEnabled = true
+ user.markModified? 'flags'
nullify: ->
user.ops = null
diff --git a/config.json.example b/config.json.example
index fd72ea4ce9..5bc26812d0 100644
--- a/config.json.example
+++ b/config.json.example
@@ -21,7 +21,8 @@
"NEW_RELIC_APPLICATION_ID":"NEW_RELIC_APPLICATION_ID",
"NEW_RELIC_API_KEY":"NEW_RELIC_API_KEY",
"GA_ID": "GA_ID",
- "FLAG_REPORT_EMAIL": "email@mod.com",
+ "MP_ID": "MP_ID",
+ "FLAG_REPORT_EMAIL": ["email@mod.com"],
"EMAIL_SERVER": {
"url": "http://example.com",
"authUser": "user",
diff --git a/gulpfile.js b/gulpfile.js
new file mode 100644
index 0000000000..cfb10a3e9e
--- /dev/null
+++ b/gulpfile.js
@@ -0,0 +1,11 @@
+/*
+ * Note: You probably don't need to edit this file. Instead, add your gulp
+ * tasks with the ./tasks directory, where tasks are grouped by their
+ * particular purpose. If you feel like your task doesn't fit within the
+ * existing files, feel free to create a "gulp-thing.js" file within that
+ * directory, and it will automatically be included.
+ */
+
+require('babel/register');
+require('glob').sync('./tasks/gulp-*').forEach(require);
+require('gulp').task('default', ['test']);
diff --git a/karma.conf.js b/karma.conf.js
index 46144335c2..86b5da0a27 100644
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -12,6 +12,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
'website/public/bower_components/jquery/dist/jquery.js',
+ 'website/public/bower_components/pnotify/jquery.pnotify.js',
'website/public/bower_components/angular/angular.js',
'website/public/bower_components/angular-loading-bar/build/loading-bar.min.js',
'website/public/bower_components/angular-resource/angular-resource.min.js',
@@ -34,7 +35,7 @@ module.exports = function(config) {
'website/public/bower_components/js-emoji/emoji.js',
'common/dist/scripts/habitrpg-shared.js',
- "test/spec/translations.js",
+ "test/spec/mocks/translations.js",
"website/public/js/env.js",
@@ -51,9 +52,20 @@ module.exports = function(config) {
"website/public/js/services/challengeServices.js",
"website/public/js/services/paymentServices.js",
- "website/public/js/filters/filters.js",
+ "website/public/js/filters/money.js",
+ "website/public/js/filters/roundLargeNumbers.js",
+ "website/public/js/filters/taskOrdering.js",
- "website/public/js/directives/directives.js",
+ "website/public/js/directives/focus-me.directive.js",
+ "website/public/js/directives/from-now.directive.js",
+ "website/public/js/directives/habitrpg-tasks.directive.js",
+ "website/public/js/directives/hrpg-sort-checklist.directive.js",
+ "website/public/js/directives/hrpg-sort-tags.directive.js",
+ "website/public/js/directives/hrpg-sort-tasks.directive.js",
+ "website/public/js/directives/popover-html-popup.directive.js",
+ "website/public/js/directives/popover-html.directive.js",
+ "website/public/js/directives/task-focus.directive.js",
+ "website/public/js/directives/when-scrolled.directive.js",
"website/public/js/controllers/authCtrl.js",
"website/public/js/controllers/notificationCtrl.js",
@@ -68,10 +80,9 @@ module.exports = function(config) {
"website/public/js/controllers/footerCtrl.js",
"website/public/js/controllers/challengesCtrl.js",
"website/public/js/controllers/hallCtrl.js",
- // @TODO where did this directory go?
- //'test/mock/**/*.js',
+ 'test/spec/mocks/**/*.js',
'test/spec/specHelper.js',
- 'test/spec/*.js'
+ 'test/spec/**/*.js'
],
// list of files / patterns to exclude
@@ -99,8 +110,17 @@ module.exports = function(config) {
// - IE (only Windows)
browsers: ['PhantomJS'],
+ preprocessors: {
+ 'website/public/js/**/*.js': ['coverage']
+ },
+
+ coverageReporter: {
+ type: 'lcov',
+ dir: 'coverage/karma'
+ },
+
// Enable mocha-style reporting, for better test visibility
- reporters: ['mocha'],
+ reporters: ['mocha', 'coverage'],
// Continuous Integration mode
// if true, it capture browsers, run tests and exit
diff --git a/migrations/20150604_ultimateGearSets.js b/migrations/20150604_ultimateGearSets.js
new file mode 100644
index 0000000000..2a060dcb68
--- /dev/null
+++ b/migrations/20150604_ultimateGearSets.js
@@ -0,0 +1,118 @@
+/**
+ * Created by Sabe on 6/3/2015.
+ */
+
+var migrationName = '20150604_ultimateGearSets';
+var authorName = process.env.AUTHOR_NAME || 'Sabe'; // in case script author needs to know when their ...
+var authorUuid = process.env.AUTHOR_UUID || '7f14ed62-5408-4e1b-be83-ada62d504931'; //... own data is done
+
+/*
+ * grant the new ultimateGearSets achievement for existing users' collected equipment
+ */
+
+var dbserver = 'localhost:27017' // FOR TEST DATABASE
+// var dbserver = 'username:password@ds031379-a0.mongolab.com:31379' // FOR PRODUCTION DATABASE
+var dbname = 'habitrpg';
+
+var mongo = require('mongoskin');
+var _ = require('lodash');
+
+var dbUsers = mongo.db(dbserver + '/' + dbname + '?auto_reconnect').collection('users');
+
+var fields = {
+ 'achievements.ultimateGearSets':1,
+ 'items.gear.owned':1
+};
+
+var query = {
+ // 'auth.timestamps.loggedin':{$lte:new Date('2015-05-22')},
+ $or: [
+ {'items.gear.owned.weapon_wizard_6': {$exists: true}},
+ {'items.gear.owned.armor_wizard_5': {$exists: true}},
+ {'items.gear.owned.head_wizard_5': {$exists: true}},
+ {'items.gear.owned.weapon_warrior_6': {$exists: true}},
+ {'items.gear.owned.armor_warrior_5': {$exists: true}},
+ {'items.gear.owned.head_warrior_5': {$exists: true}},
+ {'items.gear.owned.shield_warrior_5': {$exists: true}},
+ {'items.gear.owned.weapon_healer_6': {$exists: true}},
+ {'items.gear.owned.armor_healer_5': {$exists: true}},
+ {'items.gear.owned.head_healer_5': {$exists: true}},
+ {'items.gear.owned.shield_healer_5': {$exists: true}},
+ {'items.gear.owned.weapon_rogue_6': {$exists: true}},
+ {'items.gear.owned.armor_rogue_5': {$exists: true}},
+ {'items.gear.owned.head_rogue_5': {$exists: true}},
+ {'items.gear.owned.shield_rogue_6': {$exists: true}}
+ ]
+};
+
+console.warn('Updating users...');
+var progressCount = 1000;
+var count = 0;
+dbUsers.findEach(query, fields, {batchSize:250}, function(err, user) {
+ if (err) { return exiting(1, 'ERROR! ' + err); }
+ if (!user) {
+ console.warn('All appropriate users found and modified.');
+ return displayData();
+ }
+ count++;
+
+ var achievements = {};
+ var changeUser = false;
+ if ( (typeof user.items.gear.owned.weapon_wizard_6 !== 'undefined')
+ && (typeof user.items.gear.owned.armor_wizard_5 !== 'undefined')
+ && (typeof user.items.gear.owned.head_wizard_5 !== 'undefined')
+ ) {
+ achievements['wizard'] = true;
+ changeUser = true;
+ }
+ if ( (typeof user.items.gear.owned.weapon_warrior_6 !== 'undefined')
+ && (typeof user.items.gear.owned.armor_warrior_5 !== 'undefined')
+ && (typeof user.items.gear.owned.head_warrior_5 !== 'undefined')
+ && (typeof user.items.gear.owned.shield_warrior_5 !== 'undefined')
+ ) {
+ achievements['warrior'] = true;
+ changeUser = true;
+ }
+ if ( (typeof user.items.gear.owned.weapon_healer_6 !== 'undefined')
+ && (typeof user.items.gear.owned.armor_healer_5 !== 'undefined')
+ && (typeof user.items.gear.owned.head_healer_5 !== 'undefined')
+ && (typeof user.items.gear.owned.shield_healer_5 !== 'undefined')
+ ) {
+ achievements['healer'] = true;
+ changeUser = true;
+ }
+ if ( (typeof user.items.gear.owned.weapon_rogue_6 !== 'undefined')
+ && (typeof user.items.gear.owned.armor_rogue_5 !== 'undefined')
+ && (typeof user.items.gear.owned.head_rogue_5 !== 'undefined')
+ && (typeof user.items.gear.owned.shield_rogue_6 !== 'undefined')
+ ) {
+ achievements['rogue'] = true;
+ changeUser = true;
+ }
+
+ if (changeUser) {
+ var set = {'migration':migrationName, 'achievements.ultimateGearSets':achievements, 'flags.armoireEnabled':true};
+ dbUsers.update({_id:user._id}, {$set:set});
+ }
+
+ if (count%progressCount == 0) console.warn(count + ' ' + user._id);
+ if (user._id == authorUuid) console.warn(authorName + ' processed');
+ if (user._id == '9' ) console.warn('lefnire' + ' processed');
+});
+
+
+function displayData() {
+ console.warn('\n' + count + ' users processed\n');
+ return exiting(0);
+}
+
+
+function exiting(code, msg) {
+ code = code || 0; // 0 = success
+ if (code && !msg) { msg = 'ERROR!'; }
+ if (msg) {
+ if (code) { console.error(msg); }
+ else { console.log( msg); }
+ }
+ process.exit(code);
+}
diff --git a/package.json b/package.json
index 04655f1101..8ba1ff5cb2 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
"dependencies": {
"async": "~0.9.0",
"aws-sdk": "^2.0.25",
+ "babel": "^5.5.4",
"bower": "~1.3.12",
"browserify": "~3.30.2",
"coffee-script": "1.6.x",
@@ -30,6 +31,7 @@
"grunt-karma": "~0.6.2",
"grunt-nodemon": "~0.3.0",
"grunt-spritesmith": "~3.5.0",
+ "gulp": "^3.9.0",
"icalendar": "git://github.com/lefnire/node-icalendar#master",
"image-size": "~0.3.2",
"in-app-purchase": "^0.2.0",
@@ -38,6 +40,7 @@
"lodash": "~2.4.1",
"loggly": "~1.0.8",
"method-override": "~2.2.0",
+ "mixpanel": "^0.2.1",
"moment": "~2.8.3",
"mongoose": "~3.8.23",
"mongoose-id-autoinc": "~2013.7.14-4",
@@ -51,7 +54,9 @@
"paypal-ipn": "2.1.0",
"paypal-rest-sdk": "^1.2.1",
"pretty-data": "git://github.com/vkiryukhin/pretty-data#master",
+ "ps-tree": "^1.0.0",
"push-notify": "^1.1.1",
+ "q": "^1.4.1",
"qs": "^2.3.2",
"request": "~2.44.0",
"s3-upload-stream": "^1.0.6",
@@ -73,7 +78,7 @@
"node": "0.10.x"
},
"scripts": {
- "test": "./node_modules/coffee-script/bin/coffee ./test/runTests.coffee -n",
+ "test": "./node_modules/.bin/gulp test",
"start": "grunt run:dev",
"postinstall": "./node_modules/bower/bin/bower --config.interactive=false install -f; ./node_modules/.bin/grunt;",
"coverage": "COVERAGE=true mocha --require register-handlers.js --reporter html-cov > coverage.html; open coverage.html"
@@ -81,15 +86,18 @@
"devDependencies": {
"chai": "^2.3.0",
"coffee-coverage": "~0.4.2",
+ "coveralls": "^2.11.2",
"csv": "~0.3.6",
"deep-diff": "~0.1.4",
"event-stream": "^3.2.2",
"expect.js": "~0.2.0",
"glob": "^4.3.5",
+ "istanbul": "^0.3.14",
"karma": "~0.10.2",
"karma-chai-plugins": "~0.1.0",
"karma-chrome-launcher": "~0.1.0",
"karma-coffee-preprocessor": "~0.1.0",
+ "karma-coverage": "^0.3.1",
"karma-firefox-launcher": "~0.1.0",
"karma-html2js-preprocessor": "~0.1.0",
"karma-jasmine": "~0.1.3",
@@ -99,6 +107,7 @@
"karma-phantomjs-launcher": "~0.1.0",
"karma-requirejs": "~0.2.0",
"karma-script-launcher": "~0.1.0",
+ "lcov-result-merger": "^1.0.2",
"mocha": "~1.12.1",
"mongoskin": "~0.6.1",
"phantomjssmith": "~0.5.4",
diff --git a/protractor.conf.js b/protractor.conf.js
index 024aab666c..ab91fc074b 100644
--- a/protractor.conf.js
+++ b/protractor.conf.js
@@ -19,6 +19,8 @@ exports.config = {
// Options to be passed to Jasmine-node.
jasmineNodeOpts: {
showColors: true,
- defaultTimeoutInterval: 90000
+ defaultTimeoutInterval: 90000,
+ isVerbose: true,
+ displayPendingSpec: true
}
};
diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js
new file mode 100644
index 0000000000..f6ce872271
--- /dev/null
+++ b/tasks/gulp-tests.js
@@ -0,0 +1,157 @@
+import { pipe, awaitPort, kill } from './taskHelper';
+import { server as karma } from 'karma';
+import mongoose from 'mongoose';
+import { exec } from 'child_process';
+import psTree from 'ps-tree';
+import gulp from 'gulp';
+import Q from 'q';
+
+const TEST_SERVER_PORT = 3001
+const TEST_DB = 'habitrpg_test'
+
+const TEST_DB_URI = `mongodb://localhost/${TEST_DB}`
+
+/* Helper methods for reporting test summary */
+let testResults = [];
+let testCount = (stdout, regexp) => {
+ let match = stdout.match(regexp);
+ return parseInt(match && match[1] || 0);
+}
+
+let testBin = (string) => {
+ return `NODE_ENV=testing ./node_modules/.bin/${string}`;
+};
+
+gulp.task('test:prepare:mongo', (cb) => {
+ mongoose.connect(TEST_DB_URI, () => {
+ mongoose.connection.db.dropDatabase();
+ mongoose.connection.close();
+ cb();
+ });
+});
+
+gulp.task('test:prepare:build', (cb) => {
+ exec(testBin('grunt build:test'), cb);
+});
+
+gulp.task('test:prepare:webdriver', (cb) => {
+ exec('./node_modules/protractor/bin/webdriver-manager update', cb);
+});
+
+gulp.task('test:prepare', [
+ 'test:prepare:build',
+ 'test:prepare:mongo',
+ 'test:prepare:webdriver'
+]);
+
+gulp.task('test:common', ['test:prepare:build'], (cb) => {
+ let runner = exec(
+ testBin('mocha test/common'),
+ (err, stdout, stderr) => {
+ testResults.push({
+ suite: 'Common Specs\t',
+ pass: testCount(stdout, /(\d+) passing/),
+ fail: testCount(stderr, /(\d+) failing/),
+ pend: testCount(stdout, /(\d+) pending/)
+ });
+ cb(err);
+ }
+ );
+ pipe(runner);
+});
+
+
+gulp.task('test:api', ['test:prepare:mongo'], (cb) => {
+ let runner = exec(
+ testBin("istanbul cover -i 'website/src/**' --dir coverage/api ./node_modules/.bin/_mocha -- test/api"),
+ (err, stdout, stderr) => {
+ testResults.push({
+ suite: 'API Specs\t',
+ pass: testCount(stdout, /(\d+) passing/),
+ fail: testCount(stderr, /(\d+) failing/),
+ pend: testCount(stdout, /(\d+) pending/)
+ });
+ cb(err);
+ }
+ );
+ pipe(runner);
+});
+
+gulp.task('test:karma', ['test:prepare:build'], (cb) => {
+ let runner = exec(
+ testBin('karma start --single-run'),
+ (err, stdout) => {
+ testResults.push({
+ suite: 'Karma Specs\t',
+ pass: testCount(stdout, /(\d+) tests completed/),
+ fail: testCount(stdout, /(\d+) tests failed/),
+ pend: testCount(stdout, /(\d+) tests skipped/)
+ });
+ cb(err);
+ }
+ );
+ pipe(runner);
+});
+
+gulp.task('test:e2e', ['test:prepare'], (cb) => {
+ let support = [
+ 'Xvfb :99 -screen 0 1024x768x24 -extension RANDR',
+ `NODE_DB_URI="${TEST_DB_URI}" PORT="${TEST_SERVER_PORT}" node ./website/src/server.js`,
+ './node_modules/protractor/bin/webdriver-manager start',
+ ].map(exec);
+
+ Q.all([
+ awaitPort(3001),
+ awaitPort(4444)
+ ]).then(() => {
+ let runner = exec(
+ 'DISPLAY=:99 NODE_ENV=testing ./node_modules/protractor/bin/protractor protractor.conf.js',
+ (err, stdout, stderr) => {
+ /*
+ * Note: As it stands, protractor wont report pending specs
+ */
+ let match = stdout.match(/(\d+) tests?.*(\d) failures?/);
+ testResults.push({
+ suite: 'End-to-End Specs',
+ pass: parseInt(match[1]) - parseInt(match[2]),
+ fail: parseInt(match[2]),
+ pend: 0
+ });
+ support.forEach(kill);
+ cb(err);
+ }
+ );
+ pipe(runner);
+ });
+});
+
+gulp.task('test', [
+ 'test:common',
+ 'test:karma',
+ 'test:api',
+ 'test:e2e'
+], () => {
+ let totals = [0,0,0];
+
+ console.log('\n\x1b[36m\x1b[4mHabitica Test Summary\x1b[0m\n');
+ testResults.forEach((s) => {
+ totals[0] = totals[0] + s.pass;
+ totals[1] = totals[1] + s.fail;
+ totals[2] = totals[2] + s.pend;
+ console.log(
+ `\x1b[33m\x1b[4m${s.suite}\x1b[0m\t`,
+ `\x1b[32mPassing: ${s.pass},\t`,
+ `\x1b[31mFailed: ${s.fail},\t`,
+ `\x1b[36mPending: ${s.pend}\t`
+ );
+ });
+
+ console.log(
+ '\n\x1b[33m\x1b[4mTotal:\x1b[0m\t\t\t',
+ `\x1b[32mPassing: ${totals[0]},\t`,
+ `\x1b[31mFailed: ${totals[1]},\t`,
+ `\x1b[36mPending: ${totals[2]}\t`
+ );
+
+ console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m');
+});
diff --git a/tasks/taskHelper.js b/tasks/taskHelper.js
new file mode 100644
index 0000000000..177b3b9f6f
--- /dev/null
+++ b/tasks/taskHelper.js
@@ -0,0 +1,60 @@
+import { exec } from 'child_process';
+import psTree from 'ps-tree';
+import net from 'net';
+import Q from 'q';
+
+/*
+ * Kill a child process and any sub-children that process may have spawned.
+ * This is necessary to ensure that Gulp will terminate when it has completed
+ * its tasks.
+ */
+export function kill(proc) {
+ ((pid) => {
+ psTree(pid, (_, pids) => {
+ if(pids.length) {
+ pids.forEach(kill); return
+ }
+ try {
+ exec(/^win/.test(process.platform)
+ ? `taskkill /PID ${pid} /T /F`
+ : `kill -9 ${pid}`)
+ }
+ catch(e) { console.log(e) }
+ });
+ }(proc.PID || proc.pid));
+};
+
+/*
+ * Return a promise that will execute when Node is able to connect on a
+ * specific port. For example, this can be used to halt tasks until Selenium
+ * has fully spun up. Optionally provide a maximum number of seconds to wait
+ * before failing.
+ */
+export function awaitPort(port, max=60) {
+ let socket, timeout, interval;
+ let deferred = Q.defer();
+
+ timeout = setTimeout(() => {
+ clearInterval(interval);
+ deferred.reject(`Timed out after ${max} seconds`);
+ }, max * 1000);
+
+ interval = setInterval(() => {
+ socket = net.connect({port: port}, () => {
+ clearInterval(interval);
+ clearTimeout(timeout);
+ socket.destroy();
+ deferred.resolve();
+ }).on('error', () => { socket.destroy });
+ }, 1000);
+
+ return deferred.promise
+};
+
+/*
+ * Pipe the child's stdin and stderr to the parent process.
+ */
+export function pipe(child) {
+ child.stdout.on('data', (data) => { process.stdout.write(data) });
+ child.stderr.on('data', (data) => { process.stderr.write(data) });
+};
diff --git a/test/api/chat.coffee b/test/api/chat.coffee
new file mode 100644
index 0000000000..62d60d9b64
--- /dev/null
+++ b/test/api/chat.coffee
@@ -0,0 +1,100 @@
+'use strict'
+
+diff = require("deep-diff")
+
+Group = require("../../website/src/models/group").model
+app = require("../../website/src/server")
+
+describe "Chat", ->
+ group = undefined
+ before (done) ->
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, true)
+
+ (user, cb) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ group = res.body
+ expect(group.members.length).to.equal 1
+ expect(group.leader).to.equal user._id
+ cb()
+
+ ], done
+
+ chat = undefined
+ it "posts a message to party chat", (done) ->
+ msg = "TestMsg"
+ request.post(baseURL + "/groups/" + group._id + "/chat?message=" + msg).end (res) ->
+ expectCode res, 200
+ chat = res.body.message
+ expect(chat.id).to.be.ok
+ expect(chat.text).to.equal msg
+ expect(chat.timestamp).to.be.exist
+ expect(chat.likes).to.be.empty
+ expect(chat.flags).to.be.empty
+ expect(chat.flagCount).to.equal 0
+ expect(chat.uuid).to.be.exist
+ expect(chat.contributor).to.be.empty
+ expect(chat.backer).to.be.empty
+ expect(chat.uuid).to.equal user._id
+ expect(chat.user).to.equal user.profile.name
+ done()
+
+ it "does not post an empty message", (done) ->
+ msg = ""
+ request.post(baseURL + "/groups/" + group._id + "/chat?message=" + msg).send(
+ ).end (res) ->
+ expectCode res, 400
+ expect(res.body.err).to.equal 'You cannot send a blank message'
+ done()
+
+ it "can not like own chat message", (done) ->
+ request.post(baseURL + "/groups/" + group._id + "/chat/" + chat.id + "/like").send(
+ ).end (res) ->
+ expectCode res, 401
+ body = res.body
+ expect(body.err).to.equal "Can't like your own message. Don't be that person."
+ done()
+
+ it "can not flag own message", (done) ->
+ request.post(baseURL + "/groups/" + group._id + "/chat/" + chat.id + "/flag").send(
+ ).end (res) ->
+ expectCode res, 401
+ body = res.body
+ expect(body.err).to.equal "Can't report your own message."
+ done()
+
+ it "gets chat messages from party chat", (done) ->
+ request.get(baseURL + "/groups/" + group._id + "/chat").send(
+ ).end (res) ->
+ expectCode res, 200
+ message = res.body[0]
+ expect(message.id).to.equal chat.id
+ expect(message.timestamp).to.equal chat.timestamp
+ expect(message.likes).to.deep.equal chat.likes
+ expect(message.flags).to.deep.equal chat.flags
+ expect(message.flagCount).to.equal chat.flagCount
+ expect(message.uuid).to.equal chat.uuid
+ expect(message.contributor).to.deep.equal chat.contributor
+ expect(message.backer).to.deep.equal chat.backer
+ expect(message.user).to.equal chat.user
+ done()
+
+ it "deletes a chat messages from party chat", (done) ->
+ request.del(baseURL + "/groups/" + group._id + "/chat/" + chat.id).send(
+ ).end (res) ->
+ expectCode res, 204
+ expect(res.body).to.be.empty
+ done()
+
+ it "can not delete already deleted message", (done) ->
+ request.del(baseURL + "/groups/" + group._id + "/chat/" + chat.id).send(
+ ).end (res) ->
+ expectCode res, 404
+ body = res.body
+ expect(body.err).to.equal "Message not found!"
+ done()
diff --git a/test/api/groups.coffee b/test/api/groups.coffee
index 23d79fcf98..6c2d922476 100644
--- a/test/api/groups.coffee
+++ b/test/api/groups.coffee
@@ -5,560 +5,314 @@ diff = require("deep-diff")
Group = require("../../website/src/models/group").model
app = require("../../website/src/server")
-describe "Groups", ->
-
- describe "Guilds", ->
-
+describe "Guilds", ->
+ context "creating groups", ->
before (done) ->
registerNewUser ->
User.findByIdAndUpdate user._id,
$set:
- "balance": 4
+ "balance": 10
, (err, _user) ->
done()
, true
- describe "Private Guilds", ->
- guild = undefined
- before (done) ->
+ it "can create a public guild", (done) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "guild",
+ privacy: "public"
+ ).end (res) ->
+ expectCode res, 200
+ guild = res.body
+ expect(guild.members.length).to.equal 1
+ expect(guild.leader).to.equal user._id
+ done()
+
+ it "can create a private guild", (done) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "guild",
+ privacy: "private"
+ ).end (res) ->
+ expectCode res, 200
+ guild = res.body
+ expect(guild.members.length).to.equal 1
+ expect(guild.leader).to.equal user._id
+ done()
+
+ it "prevents user from creating a guild when the user has 0 gems", (done) ->
+ registerNewUser (err, user_with_0_gems) ->
request.post(baseURL + "/groups").send(
- name: "TestPrivateGroup"
- type: "guild"
- privacy: "private"
- ).end (res) ->
- expectCode res, 200
- guild = res.body
- expect(guild.members.length).to.equal 1
- expect(guild.leader).to.equal user._id
- #Add members to guild
- async.waterfall [
- (cb) ->
- registerManyUsers 15, cb
-
- (_members, cb) ->
- members = _members
-
- joinGuild = (member, callback) ->
- request.post(baseURL + "/groups/" + guild._id + "/join")
- .set("X-API-User", member._id)
- .set("X-API-Key", member.apiToken)
- .end ->
- callback(null, null)
-
- async.map members, joinGuild, (err, results) -> cb()
-
- ], done
-
- it "includes user in private group member list when user is a member", (done) ->
-
- request.get(baseURL + "/groups/" + guild._id)
+ name: "TestGroup"
+ type: "guild",
+ )
+ .set("X-API-User", user_with_0_gems._id)
+ .set("X-API-Key", user_with_0_gems.apiToken)
.end (res) ->
- g = res.body
- userInGroup = _.find g.members, (member) -> return member._id == user._id
- expect(userInGroup).to.exist
+ expectCode res, 401
+ done()
+ , false
+
+ context "get guilds", ->
+ guild = undefined
+
+ beforeEach (done)->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup2"
+ type: "guild"
+ ).end (res) ->
+ guild = res.body
+ done()
+
+ it "can find a guild", (done) ->
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
+ expectCode res, 200
+ expect(res.body._id).to.equal res.body._id
done()
- it "excludes user from viewing private group member list when user is not a member", (done) ->
-
- request.post(baseURL + "/groups/" + guild._id + "/leave")
- .end (res) ->
- request.get(baseURL + "/groups/" + guild._id)
- .end (res) ->
- expect res, 404
- done()
-
- describe "Public Guilds", ->
- guild = undefined
- before (done) ->
- request.post(baseURL + "/groups").send(
- name: "TestPublicGroup"
- type: "guild"
- privacy: "public"
- ).end (res) ->
+ it "transforms members array to an arrray of user objects", (done) ->
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
expectCode res, 200
- guild = res.body
- expect(guild.members.length).to.equal 1
- expect(guild.leader).to.equal user._id
- #Add members to guild
- async.waterfall [
- (cb) ->
- registerManyUsers 15, cb
+ members = res.body.members
+ # @TODO: would be more instructive if it had more members in guild :(
+ _(members).each (member) ->
+ expect(member).to.be.an 'object'
+ expect(member.profile.name).to.exist
+ done()
- (_members, cb) ->
- members = _members
+ it "transforms leader id to a user object", (done) ->
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
+ expectCode res, 200
+ leader = res.body.leader
+ expect(leader).to.be.an 'object'
+ expect(leader.profile.name).to.exist
+ done()
- joinGuild = (member, callback) ->
- request.post(baseURL + "/groups/" + guild._id + "/join")
- .set("X-API-User", member._id)
- .set("X-API-Key", member.apiToken)
- .end ->
- callback(null, null)
+ it "can list guilds", (done) ->
+ request.get(baseURL + "/groups").send()
+ .end (res) ->
+ expectCode res, 200
+ guild = res.body[0]
+ expect(guild).to.exist
+ done()
- async.map members, joinGuild, (err, results) -> cb()
- ], done
+ context "updating groups", ->
+ groupToUpdate = undefined
+ before (done) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "guild"
+ description: "notUpdatedDesc"
+ ).end (res) ->
+ groupToUpdate = res.body
+ done()
- context "is a member", ->
- before (done) ->
- registerNewUser ->
- request.post(baseURL + "/groups/" + guild._id + "/join")
- .end ->
- done()
- , true
+ it "prevents user from updating a party when they aren't the leader", (done) ->
+ registerNewUser (err, tmpUser) ->
+ request.post(baseURL + "/groups/" + groupToUpdate._id).send(
+ name: "TestGroupName"
+ description: "updatedDesc"
+ )
+ .set("X-API-User", tmpUser._id)
+ .set("X-API-Key", tmpUser.apiToken)
+ .end (res) ->
+ expectCode res, 401
+ expect(res.body.err).to.equal "Only the group leader can update the group!"
+ done()
+ , false
- it "includes user in public group member list", (done) ->
+ it "allows user to update a group", (done) ->
+ request.post(baseURL + "/groups/" + groupToUpdate._id).send(
+ description: "updatedDesc"
+ )
+ .end (res) ->
+ expectCode res, 204
+ request.get(baseURL + "/groups/" + groupToUpdate._id).send()
+ .end (res) ->
+ updatedGroup = res.body
+ expect(updatedGroup.description).to.equal "updatedDesc"
+ done()
- request.get(baseURL + "/groups/" + guild._id)
+ context "leaving groups", ->
+ it "can leave a guild", (done) ->
+ guildToLeave = undefined
+ request.post(baseURL + "/groups").send(
+ name: "TestGroupToLeave"
+ type: "guild"
+ ).end (res) ->
+ guildToLeave = res.body
+ request.post(baseURL + "/groups/" + guildToLeave._id + "/leave")
+ .send()
+ .end (res) ->
+ expectCode res, 204
+ done()
+
+ context "removing users groups", ->
+ it "allows guild leaders to remove a member", (done) ->
+ guildToRemoveMember = undefined
+ members = undefined
+ userToRemove = undefined
+ request.post(baseURL + "/groups").send(
+ name: "TestGuildToRemoveMember"
+ type: "guild"
+ ).end (res) ->
+ guildToRemoveMember = res.body
+ #Add members to guild
+ async.waterfall [
+ (cb) ->
+ registerManyUsers 1, cb
+
+ (_members, cb) ->
+ userToRemove = _members[0]
+ members = _members
+ inviteURL = baseURL + "/groups/" + guildToRemoveMember._id + "/invite"
+ request.post(inviteURL).send(
+ uuids: [userToRemove._id]
+ )
+ .end ->
+ cb()
+
+ (cb) ->
+ request.post(baseURL + "/groups/" + guildToRemoveMember._id + "/join")
+ .set("X-API-User", userToRemove._id)
+ .set("X-API-Key", userToRemove.apiToken)
+ .end (res) ->
+ cb()
+
+ (cb) ->
+ request.post(baseURL + "/groups/" + guildToRemoveMember._id + "/removeMember?uuid=" + userToRemove._id)
+ .send().end (res) ->
+ expectCode res, 204
+ cb()
+
+ (cb) ->
+ request.get(baseURL + "/groups/" + guildToRemoveMember._id)
+ .send()
.end (res) ->
g = res.body
- expect(g.members.length).to.equal 15
- userInGroup = _.find g.members, (member) -> return member._id == user._id
- expect(userInGroup).to.be.ok
- done()
+ userInGroup = _.find g.members, (member) -> return member._id == userToRemove._id
+ expect(userInGroup).to.not.exist
+ cb()
+ ], done
- context "is not a member", ->
+ describe "Private Guilds", ->
+ guild = undefined
+ before (done) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestPrivateGroup"
+ type: "guild"
+ privacy: "private"
+ ).end (res) ->
+ expectCode res, 200
+ guild = res.body
+ expect(guild.members.length).to.equal 1
+ expect(guild.leader).to.equal user._id
+ #Add members to guild
+ async.waterfall [
+ (cb) ->
+ registerManyUsers 15, cb
- before (done) ->
- registerNewUser done, true
+ (_members, cb) ->
+ members = _members
- it "excludes user in public group member list", (done) ->
+ joinGuild = (member, callback) ->
+ request.post(baseURL + "/groups/" + guild._id + "/join")
+ .set("X-API-User", member._id)
+ .set("X-API-Key", member.apiToken)
+ .end ->
+ callback(null, null)
+
+ async.map members, joinGuild, (err, results) -> cb()
+
+ ], done
+
+ it "includes user in private group member list when user is a member", (done) ->
+
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
+ g = res.body
+ userInGroup = _.find g.members, (member) -> return member._id == user._id
+ expect(userInGroup).to.exist
+ done()
+
+ it "excludes user from viewing private group member list when user is not a member", (done) ->
+
+ request.post(baseURL + "/groups/" + guild._id + "/leave")
+ .end (res) ->
request.get(baseURL + "/groups/" + guild._id)
- .end (res) ->
- g = res.body
- expect(g.members.length).to.equal 15
- userInGroup = _.find g.members, (member) -> return member._id == user._id
- expect(userInGroup).to.not.be.ok
- done()
+ .end (res) ->
+ expect res, 404
+ done()
- describe "Party", ->
-
- group = undefined
+ describe "Public Guilds", ->
+ guild = undefined
before (done) ->
async.waterfall [
(cb) ->
- registerNewUser(cb, true)
- , (user, cb) ->
+ registerNewUser ->
+ User.findByIdAndUpdate user._id, {$set: { "balance": 10 } }, (err, _user) ->
+ cb()
+ , true
+ (cb) ->
request.post(baseURL + "/groups").send(
- name: "TestGroup"
- type: "party"
+ name: "TestPublicGroup"
+ type: "guild"
+ privacy: "public"
).end (res) ->
- expectCode res, 200
- group = res.body
- expect(group.members.length).to.equal 1
- expect(group.leader).to.equal user._id
- done()
- ]
+ guild = res.body
+ expect(guild.members.length).to.equal 1
+ expect(guild.leader).to.equal user._id
+ #Add members to guild
+ cb()
- it "can be found by querying for party", (done) ->
- request.get(baseURL + "/groups/").send(
- type: "party"
- ).end (res) ->
- expectCode res, 200
+ (cb) ->
+ registerManyUsers 15, cb
- party = res.body[0]
- expect(party._id).to.equal group._id
- expect(party.leader).to.equal user._id
- expect(party.name).to.equal group.name
- expect(party.quest).to.deep.equal { progress: {} }
- expect(party.memberCount).to.equal group.memberCount
- done()
+ (_members, cb) ->
+ members = _members
- describe "Chat", ->
- chat = undefined
- it "Posts a message to party chat", (done) ->
- msg = "TestMsg"
- request.post(baseURL + "/groups/" + group._id + "/chat?message=" + msg).send(
- ).end (res) ->
- expectCode res, 200
- chat = res.body.message
- expect(chat.id).to.be.ok
- expect(chat.text).to.equal msg
- expect(chat.timestamp).to.be.ok
- expect(chat.likes).to.be.empty
- expect(chat.flags).to.be.empty
- expect(chat.flagCount).to.equal 0
- expect(chat.uuid).to.be.ok
- expect(chat.contributor).to.be.empty
- expect(chat.backer).to.be.empty
- expect(chat.uuid).to.equal user._id
- expect(chat.user).to.equal user.profile.name
- done()
+ joinGuild = (member, callback) ->
+ request.post(baseURL + "/groups/" + guild._id + "/join")
+ .set("X-API-User", member._id)
+ .set("X-API-Key", member.apiToken)
+ .end ->
+ callback(null, null)
- it "Does not post an empty message", (done) ->
- msg = ""
- request.post(baseURL + "/groups/" + group._id + "/chat?message=" + msg).send(
- ).end (res) ->
- expectCode res, 400
- expect(res.body.err).to.equal 'You cannot send a blank message'
- done()
+ async.map members, joinGuild, (err, results) -> cb()
- it "can not like own chat message", (done) ->
- request.post(baseURL + "/groups/" + group._id + "/chat/" + chat.id + "/like").send(
- ).end (res) ->
- expectCode res, 401
- body = res.body
- expect(body.err).to.equal "Can't like your own message. Don't be that person."
- done()
+ ], done
- it "can not flag own message", (done) ->
- request.post(baseURL + "/groups/" + group._id + "/chat/" + chat.id + "/flag").send(
- ).end (res) ->
- expectCode res, 401
- body = res.body
- expect(body.err).to.equal "Can't report your own message."
- done()
-
- it "Gets chat messages from party chat", (done) ->
- request.get(baseURL + "/groups/" + group._id + "/chat").send(
- ).end (res) ->
- expectCode res, 200
- message = res.body[0]
- expect(message.id).to.equal chat.id
- expect(message.timestamp).to.equal chat.timestamp
- expect(message.likes).to.deep.equal chat.likes
- expect(message.flags).to.deep.equal chat.flags
- expect(message.flagCount).to.equal chat.flagCount
- expect(message.uuid).to.equal chat.uuid
- expect(message.contributor).to.deep.equal chat.contributor
- expect(message.backer).to.deep.equal chat.backer
- expect(message.user).to.equal chat.user
- done()
-
- it "Deletes a chat messages from party chat", (done) ->
- request.del(baseURL + "/groups/" + group._id + "/chat/" + chat.id).send(
- ).end (res) ->
- expectCode res, 204
- expect(res.body).to.be.empty
- done()
-
- it "Can not delete already deleted message", (done) ->
- request.del(baseURL + "/groups/" + group._id + "/chat/" + chat.id).send(
- ).end (res) ->
- expectCode res, 404
- body = res.body
- expect(body.err).to.equal "Message not found!"
- done()
-
- describe "Quests", ->
- party = undefined
- participating = []
- notParticipating = []
+ context "is a member", ->
before (done) ->
- # Tavern boss, side-by-side
- Group.update(
- _id: "habitrpg"
- ,
- $set:
- quest:
- key: "dilatory"
- active: true
- progress:
- hp: shared.content.quests.dilatory.boss.hp
- rage: 0
- ).exec()
+ registerNewUser ->
+ request.post(baseURL + "/groups/" + guild._id + "/join")
+ .end (res)->
+ done()
+ , true
- # Tally some progress for later. Later we want to test that progress made before the quest began gets
- # counted after the quest starts
- async.waterfall [
- (cb) ->
- request.post(baseURL + '/user/tasks').send({
- type: 'daily'
- text: 'daily one'
- }).end (res) ->
- cb()
- (cb) ->
- request.post(baseURL + '/user/tasks').send({
- type: 'daily'
- text: 'daily two'
- }).end (res) ->
- cb()
- (cb) ->
- User.findByIdAndUpdate user._id,
- $set:
- "stats.lvl": 50
- , (err, _user) ->
- cb(null, _user)
- (_user, cb) ->
- user = _user
- request.post(baseURL + "/user/batch-update").send([
- {
- op: "score"
- params:
- direction: "up"
- id: user.dailys[0].id
- }
- {
- op: "score"
- params:
- direction: "up"
- id: user.dailys[0].id
- }
- {
- op: "update"
- body:
- "stats.lvl": 50
- }
- ]).end (res) ->
- user = res.body
- expect(user.party.quest.progress.up).to.be.above 0
+ it "includes user in public group member list", (done) ->
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
+ g = res.body
+ expect(g.members.length).to.equal 15
+ userInGroup = _.find g.members, (member) -> return member._id == user._id
+ expect(userInGroup).to.exist
+ done()
- # Invite some members
- async.waterfall [
- # Register new users
- (cb) ->
- registerManyUsers 3, cb
+ context "is not a member", ->
+ before (done) ->
+ registerNewUser done, true
- # Send them invitations
- (_party, cb) ->
- party = _party
- inviteURL = baseURL + "/groups/" + group._id + "/invite"
- async.parallel [
- (cb2) ->
- request.post(inviteURL).send(
- uuids: [party[0]._id]
- ).end ->
- cb2()
- (cb2) ->
- request.post(inviteURL).send(
- uuids: [party[1]._id]
- ).end ->
- cb2()
- (cb2) ->
- request.post(inviteURL).send(
- uuids: [party[2]._id]
- ).end (res)->
- cb2()
- ], cb
-
- # Accept / Reject
- (results, cb) ->
-
- # series since they'll be modifying the same group record
- series = _.reduce(party, (m, v, i) ->
- m.push (cb2) ->
- request.post(baseURL + "/groups/" + group._id + "/join").set("X-API-User", party[i]._id).set("X-API-Key", party[i].apiToken).end ->
- cb2()
- m
- , [])
- async.series series, cb
-
- # Make sure the invites stuck
- (whatever, cb) ->
- Group.findById group._id, (err, g) ->
- group = g
- expect(g.members.length).to.equal 4
- cb()
-
- ], ->
-
- # Start the quest
- async.waterfall [
- (cb) ->
- request.post(baseURL + "/groups/" + group._id + "/questAccept?key=vice3").end (res) ->
- expectCode res, 400
- User.findByIdAndUpdate user._id,
- $set:
- "items.quests.vice3": 1
- , cb
-
- (_user, cb) ->
- request.post(baseURL + "/groups/" + group._id + "/questAccept?key=vice3").end (res) ->
- expectCode res, 200
- Group.findById group._id, cb
-
- (_group, cb) ->
- expect(_group.quest.key).to.equal "vice3"
- expect(_group.quest.active).to.equal false
- request.post(baseURL + "/groups/" + group._id + "/questAccept").set("X-API-User", party[0]._id).set("X-API-Key", party[0].apiToken).end ->
- request.post(baseURL + "/groups/" + group._id + "/questAccept").set("X-API-User", party[1]._id).set("X-API-Key", party[1].apiToken).end (res) ->
- request.post(baseURL + "/groups/" + group._id + "/questReject").set("X-API-User", party[2]._id).set("X-API-Key", party[2].apiToken).end (res) ->
- group = res.body
- expect(group.quest.active).to.equal true
- cb()
-
- ], done
- ]
-
- it "Casts a spell", (done) ->
- mp = user.stats.mp
- request.get(baseURL + "/members/" + party[0]._id).end (res) ->
- party[0] = res.body
- request.post(baseURL + "/user/class/cast/snowball?targetType=user&targetId=" + party[0]._id).end (res) ->
-
- #expect(res.body.stats.mp).to.be.below(mp);
- request.get(baseURL + "/members/" + party[0]._id).end (res) ->
- member = res.body
- expect(member.achievements.snowball).to.equal 1
- expect(member.stats.buffs.snowball).to.exist
- difference = diff(member, party[0])
- expect(_.size(difference)).to.equal 2
-
- # level up user so str is > 0
- request.put(baseURL + "/user").send("stats.lvl": 5).end (res) ->
-
- # Refill mana so user can cast
- request.put(baseURL + "/user").send("stats.mp": 100).end (res) ->
- request.post(baseURL + "/user/class/cast/valorousPresence?targetType=party").end (res) ->
- request.get(baseURL + "/members/" + member._id).end (res) ->
- expect(res.body.stats.buffs.str).to.be.above 0
- expect(diff(res.body, member).length).to.equal 1
- done()
-
- it "Doesn't include people who aren't participating", (done) ->
- request.get(baseURL + "/groups/" + group._id).end (res) ->
- expect(_.size(res.body.quest.members)).to.equal 3
- done()
-
- xit "Hurts the boss", (done) ->
- request.post(baseURL + "/user/batch-update").end (res) ->
- user = res.body
- up = user.party.quest.progress.up
- expect(up).to.be.above 0
-
- #{op:'score',params:{direction:'up',id:user.dailys[3].id}}, // leave one daily undone so Trapper hurts party
- # set day to yesterday, cron will then be triggered on next action
- request.post(baseURL + "/user/batch-update").send([
- {
- op: "score"
- params:
- direction: "up"
- id: user.dailys[0].id
- }
- {
- op: "update"
- body:
- lastCron: moment().subtract(1, "days")
- }
- ]).end (res) ->
- expect(res.body.party.quest.progress.up).to.be.above up
- request.post(baseURL + "/user/batch-update").end ->
- request.get(baseURL + "/groups/party").end (res) ->
-
- # Check boss damage
- async.waterfall [
- (cb) ->
- async.parallel [
-
- #tavern boss
- (cb2) ->
- Group.findById "habitrpg",
- quest: 1
- , (err, tavern) ->
- expect(tavern.quest.progress.hp).to.be.below shared.content.quests.dilatory.boss.hp
- expect(tavern.quest.progress.rage).to.be.above 0
- cb2()
-
- # party boss
- (cb2) ->
- expect(res.body.quest.progress.hp).to.be.below shared.content.quests.vice3.boss.hp
- _party = res.body.members
- expect(_.find(_party,
- _id: party[0]._id
- ).stats.hp).to.be.below 50
- expect(_.find(_party,
- _id: party[1]._id
- ).stats.hp).to.be.below 50
- expect(_.find(_party,
- _id: party[2]._id
- ).stats.hp).to.be 50
- cb2()
- ], cb
-
- # Kill the boss
- (whatever, cb) ->
- async.waterfall [
-
- # tavern boss
- (cb2) ->
- expect(user.items.pets["MantisShrimp-Base"]).to.not.be.ok()
- Group.update
- _id: "habitrpg"
- ,
- $set:
- "quest.progress.hp": 0
- , cb2
-
- # party boss
- (arg1, arg2, cb2) ->
- expect(user.items.gear.owned.weapon_special_2).to.not.be.ok()
- Group.findByIdAndUpdate group._id,
- $set:
- "quest.progress.hp": 0
- , cb2
- ], cb
- (_group, cb) ->
- # set day to yesterday, cron will then be triggered on next action
- request.post(baseURL + "/user/batch-update").send([
- {
- op: "score"
- params:
- direction: "up"
- id: user.dailys[1].id
- }
- {
- op: "update"
- body:
- lastCron: moment().subtract(1, "days")
- }
- ]).end ->
- cb()
-
- (cb) ->
- request.post(baseURL + "/user/batch-update").end (res) ->
- cb null, res.body
-
- (_user, cb) ->
-
- # need to load the user again, since tavern boss does update after user's cron
- User.findById _user._id, cb
- (_user, cb) ->
- user = _user
- Group.findById group._id, cb
- (_group, cb) ->
- cummExp = shared.content.quests.vice3.drop.exp + shared.content.quests.dilatory.drop.exp
- cummGp = shared.content.quests.vice3.drop.gp + shared.content.quests.dilatory.drop.gp
-
- #//FIXME check that user got exp, but user is leveling up making the exp check difficult
- # expect(user.stats.exp).to.be.above(cummExp);
- # expect(user.stats.gp).to.be.above(cummGp);
- async.parallel [
-
- # Tavern Boss
- (cb2) ->
- Group.findById "habitrpg", (err, tavern) ->
-
- #use an explicit get because mongoose wraps the null in an object
- expect(_.isEmpty(tavern.get("quest"))).to.equal true
- expect(user.items.pets["MantisShrimp-Base"]).to.equal 5
- expect(user.items.mounts["MantisShrimp-Base"]).to.equal true
- expect(user.items.eggs.Dragon).to.equal 2
- expect(user.items.hatchingPotions.Shade).to.equal 2
- cb2()
-
- # Party Boss
- (cb2) ->
-
- #use an explicit get because mongoose wraps the null in an object
- expect(_.isEmpty(_group.get("quest"))).to.equal true
- expect(user.items.gear.owned.weapon_special_2).to.equal true
- expect(user.items.eggs.Dragon).to.equal 2
- expect(user.items.hatchingPotions.Shade).to.equal 2
-
- # need to fetch users to get updated data
- async.parallel [
- (cb3) ->
- User.findById party[0].id, (err, mbr) ->
- expect(mbr.items.gear.owned.weapon_special_2).to.equal true
- cb3()
- (cb3) ->
- User.findById party[1].id, (err, mbr) ->
- expect(mbr.items.gear.owned.weapon_special_2).to.equal true
- cb3()
- (cb3) ->
- User.findById party[2].id, (err, mbr) ->
- expect(mbr.items.gear.owned.weapon_special_2).to.not.be.ok()
- cb3()
- ], cb2
- ], cb
- ], done
+ it "excludes user in public group member list", (done) ->
+ request.get(baseURL + "/groups/" + guild._id)
+ .end (res) ->
+ g = res.body
+ expect(g.members.length).to.equal 15
+ userInGroup = _.find g.members, (member) -> return member._id == user._id
+ expect(userInGroup).to.not.exist
+ done()
diff --git a/test/api/party.coffee b/test/api/party.coffee
new file mode 100644
index 0000000000..152ac98ab9
--- /dev/null
+++ b/test/api/party.coffee
@@ -0,0 +1,464 @@
+'use strict'
+
+diff = require("deep-diff")
+
+Group = require("../../website/src/models/group").model
+app = require("../../website/src/server")
+
+describe "Party", ->
+ context "creating a party", ->
+ it "creates a party", (done) ->
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, true)
+
+ (user, cb) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ group = res.body
+ expect(group.members.length).to.equal 1
+ expect(group.leader).to.equal user._id
+ cb()
+ ], done
+
+ it "prevents user from creating a second party", (done) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 400
+ expect(res.body.err).to.equal "Already in a party, try refreshing."
+ done()
+
+ context "Searching for a party", ->
+ group = undefined
+ beforeEach (done) ->
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, true)
+
+ (user, cb) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ group = res.body
+ expect(group.members.length).to.equal 1
+ expect(group.leader).to.equal user._id
+ cb()
+ ], done
+
+ it "can be found by querying for group type party", (done) ->
+ request.get(baseURL + "/groups/").send(
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ party = _.find res.body, (g) -> return g._id == group._id
+ expect(party._id).to.equal group._id
+ expect(party.leader).to.equal user._id
+ expect(party.name).to.equal group.name
+ expect(party.quest).to.deep.equal { progress: {} }
+ expect(party.memberCount).to.equal group.memberCount
+ done()
+
+ context "joining a party", ->
+ group = undefined
+ beforeEach (done) ->
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, true)
+
+ (user, cb) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ group = res.body
+ expect(group.members.length).to.equal 1
+ expect(group.leader).to.equal user._id
+ cb()
+ ], done
+
+ it "prevents user from joining a party when they haven't been invited", (done) ->
+ registerNewUser (err, user) ->
+ request.post(baseURL + "/groups/" + group._id + "/join").send()
+ .set("X-API-User", user._id)
+ .set("X-API-Key", user.apiToken)
+ .end (res) ->
+ expectCode res, 401
+ expect(res.body.err).to.equal "Can't join a group you're not invited to."
+ done()
+ , false
+
+ it "allows users to join a party when they have been invited", (done) ->
+ tmpUser = undefined
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, false)
+
+ (user, cb) ->
+ tmpUser = user
+ inviteURL = baseURL + "/groups/" + group._id + "/invite"
+ request.post(inviteURL).send(
+ uuids: [tmpUser._id]
+ )
+ .end ->
+ cb()
+
+ (cb) ->
+ request.post(baseURL + "/groups/" + group._id + "/join")
+ .set("X-API-User", tmpUser._id)
+ .set("X-API-Key", tmpUser.apiToken)
+ .end (res) ->
+ expectCode res, 200
+ cb()
+
+ (cb) ->
+ Group.findById group._id, (err, grp) ->
+ expect(grp.members).to.include(tmpUser._id)
+ cb()
+ ], done
+
+ context "Quests", ->
+ party = undefined
+ group = undefined
+ participating = []
+ notParticipating = []
+ before (done) ->
+ # Tavern boss, side-by-side
+ Group.update(
+ _id: "habitrpg"
+ ,
+ $set:
+ quest:
+ key: "dilatory"
+ active: true
+ progress:
+ hp: shared.content.quests.dilatory.boss.hp
+ rage: 0
+ ).exec()
+
+ # Tally some progress for later. Later we want to test that progress made before the quest began gets
+ # counted after the quest starts
+ async.waterfall [
+ (cb) ->
+ registerNewUser(cb, true)
+
+ (user, cb) ->
+ request.post(baseURL + "/groups").send(
+ name: "TestGroup"
+ type: "party"
+ ).end (res) ->
+ expectCode res, 200
+ group = res.body
+ expect(group.members.length).to.equal 1
+ expect(group.leader).to.equal user._id
+ cb()
+
+ (cb) ->
+ request.post(baseURL + '/user/tasks').send({
+ type: 'daily'
+ text: 'daily one'
+ }).end (res) ->
+ cb()
+ (cb) ->
+ request.post(baseURL + '/user/tasks').send({
+ type: 'daily'
+ text: 'daily two'
+ }).end (res) ->
+ cb()
+ (cb) ->
+ User.findByIdAndUpdate user._id,
+ $set:
+ "stats.lvl": 50
+ , (err, _user) ->
+ cb(null, _user)
+ (_user, cb) ->
+ user = _user
+ request.post(baseURL + "/user/batch-update").send([
+ {
+ op: "score"
+ params:
+ direction: "up"
+ id: user.dailys[0].id
+ }
+ {
+ op: "score"
+ params:
+ direction: "up"
+ id: user.dailys[0].id
+ }
+ {
+ op: "update"
+ body:
+ "stats.lvl": 50
+ }
+ ]).end (res) ->
+ user = res.body
+ expect(user.party.quest.progress.up).to.be.above 0
+
+ # Invite some members
+ async.waterfall [
+
+ # Register new users
+ (cb) ->
+ registerManyUsers 3, cb
+
+ # Send them invitations
+ (_party, cb) ->
+ party = _party
+ inviteURL = baseURL + "/groups/" + group._id + "/invite"
+ async.parallel [
+ (cb2) ->
+ request.post(inviteURL).send(
+ uuids: [party[0]._id]
+ ).end ->
+ cb2()
+ (cb2) ->
+ request.post(inviteURL).send(
+ uuids: [party[1]._id]
+ ).end ->
+ cb2()
+ (cb2) ->
+ request.post(inviteURL).send(
+ uuids: [party[2]._id]
+ ).end (res)->
+ cb2()
+ ], cb
+
+ # Accept / Reject
+ (results, cb) ->
+
+ # series since they'll be modifying the same group record
+ series = _.reduce(party, (m, v, i) ->
+ m.push (cb2) ->
+ request.post(baseURL + "/groups/" + group._id + "/join").set("X-API-User", party[i]._id).set("X-API-Key", party[i].apiToken).end ->
+ cb2()
+ m
+ , [])
+ async.series series, cb
+
+ # Make sure the invites stuck
+ (whatever, cb) ->
+ Group.findById group._id, (err, g) ->
+ group = g
+ expect(g.members.length).to.equal 4
+ cb()
+
+ ], ->
+
+ # Start the quest
+ async.waterfall [
+ (cb) ->
+ request.post(baseURL + "/groups/" + group._id + "/questAccept?key=vice3").end (res) ->
+ expectCode res, 400
+ User.findByIdAndUpdate user._id,
+ $set:
+ "items.quests.vice3": 1
+ , cb
+
+ (_user, cb) ->
+ request.post(baseURL + "/groups/" + group._id + "/questAccept?key=vice3").end (res) ->
+ expectCode res, 200
+ Group.findById group._id, cb
+
+ (_group, cb) ->
+ expect(_group.quest.key).to.equal "vice3"
+ expect(_group.quest.active).to.equal false
+ request.post(baseURL + "/groups/" + group._id + "/questAccept").set("X-API-User", party[0]._id).set("X-API-Key", party[0].apiToken).end ->
+ request.post(baseURL + "/groups/" + group._id + "/questAccept").set("X-API-User", party[1]._id).set("X-API-Key", party[1].apiToken).end (res) ->
+ request.post(baseURL + "/groups/" + group._id + "/questReject").set("X-API-User", party[2]._id).set("X-API-Key", party[2].apiToken).end (res) ->
+ group = res.body
+ expect(group.quest.active).to.equal true
+ cb()
+
+ ], done
+ ]
+
+ it "Casts a spell", (done) ->
+ mp = user.stats.mp
+ request.get(baseURL + "/members/" + party[0]._id).end (res) ->
+ party[0] = res.body
+ request.post(baseURL + "/user/class/cast/snowball?targetType=user&targetId=" + party[0]._id).end (res) ->
+
+ #expect(res.body.stats.mp).to.be.below(mp);
+ request.get(baseURL + "/members/" + party[0]._id).end (res) ->
+ member = res.body
+ expect(member.achievements.snowball).to.equal 1
+ expect(member.stats.buffs.snowball).to.exist
+ difference = diff(member, party[0])
+ expect(_.size(difference)).to.equal 2
+
+ # level up user so str is > 0
+ request.put(baseURL + "/user").send("stats.lvl": 5).end (res) ->
+
+ # Refill mana so user can cast
+ request.put(baseURL + "/user").send("stats.mp": 100).end (res) ->
+ request.post(baseURL + "/user/class/cast/valorousPresence?targetType=party").end (res) ->
+ request.get(baseURL + "/members/" + member._id).end (res) ->
+ expect(res.body.stats.buffs.str).to.be.above 0
+ expect(diff(res.body, member).length).to.equal 1
+ done()
+
+ it "Doesn't include people who aren't participating", (done) ->
+ request.get(baseURL + "/groups/" + group._id).end (res) ->
+ expect(_.size(res.body.quest.members)).to.equal 3
+ done()
+
+ xit "Hurts the boss", (done) ->
+ request.post(baseURL + "/user/batch-update").end (res) ->
+ user = res.body
+ up = user.party.quest.progress.up
+ expect(up).to.be.above 0
+
+ #{op:'score',params:{direction:'up',id:user.dailys[3].id}}, // leave one daily undone so Trapper hurts party
+ # set day to yesterday, cron will then be triggered on next action
+ request.post(baseURL + "/user/batch-update").send([
+ {
+ op: "score"
+ params:
+ direction: "up"
+ id: user.dailys[0].id
+ }
+ {
+ op: "update"
+ body:
+ lastCron: moment().subtract(1, "days")
+ }
+ ]).end (res) ->
+ expect(res.body.party.quest.progress.up).to.be.above up
+ request.post(baseURL + "/user/batch-update").end ->
+ request.get(baseURL + "/groups/party").end (res) ->
+
+ # Check boss damage
+ async.waterfall [
+ (cb) ->
+ async.parallel [
+
+ #tavern boss
+ (cb2) ->
+ Group.findById "habitrpg",
+ quest: 1
+ , (err, tavern) ->
+ expect(tavern.quest.progress.hp).to.be.below shared.content.quests.dilatory.boss.hp
+ expect(tavern.quest.progress.rage).to.be.above 0
+ cb2()
+
+ # party boss
+ (cb2) ->
+ expect(res.body.quest.progress.hp).to.be.below shared.content.quests.vice3.boss.hp
+ _party = res.body.members
+ expect(_.find(_party,
+ _id: party[0]._id
+ ).stats.hp).to.be.below 50
+ expect(_.find(_party,
+ _id: party[1]._id
+ ).stats.hp).to.be.below 50
+ expect(_.find(_party,
+ _id: party[2]._id
+ ).stats.hp).to.be 50
+ cb2()
+ ], cb
+
+ # Kill the boss
+ (whatever, cb) ->
+ async.waterfall [
+
+ # tavern boss
+ (cb2) ->
+ expect(user.items.pets["MantisShrimp-Base"]).to.not.be.ok()
+ Group.update
+ _id: "habitrpg"
+ ,
+ $set:
+ "quest.progress.hp": 0
+ , cb2
+
+ # party boss
+ (arg1, arg2, cb2) ->
+ expect(user.items.gear.owned.weapon_special_2).to.not.be.ok()
+ Group.findByIdAndUpdate group._id,
+ $set:
+ "quest.progress.hp": 0
+ , cb2
+ ], cb
+ (_group, cb) ->
+ # set day to yesterday, cron will then be triggered on next action
+ request.post(baseURL + "/user/batch-update").send([
+ {
+ op: "score"
+ params:
+ direction: "up"
+ id: user.dailys[1].id
+ }
+ {
+ op: "update"
+ body:
+ lastCron: moment().subtract(1, "days")
+ }
+ ]).end ->
+ cb()
+
+ (cb) ->
+ request.post(baseURL + "/user/batch-update").end (res) ->
+ cb null, res.body
+
+ (_user, cb) ->
+
+ # need to load the user again, since tavern boss does update after user's cron
+ User.findById _user._id, cb
+ (_user, cb) ->
+ user = _user
+ Group.findById group._id, cb
+ (_group, cb) ->
+ cummExp = shared.content.quests.vice3.drop.exp + shared.content.quests.dilatory.drop.exp
+ cummGp = shared.content.quests.vice3.drop.gp + shared.content.quests.dilatory.drop.gp
+
+ #//FIXME check that user got exp, but user is leveling up making the exp check difficult
+ # expect(user.stats.exp).to.be.above(cummExp);
+ # expect(user.stats.gp).to.be.above(cummGp);
+ async.parallel [
+
+ # Tavern Boss
+ (cb2) ->
+ Group.findById "habitrpg", (err, tavern) ->
+
+ #use an explicit get because mongoose wraps the null in an object
+ expect(_.isEmpty(tavern.get("quest"))).to.equal true
+ expect(user.items.pets["MantisShrimp-Base"]).to.equal 5
+ expect(user.items.mounts["MantisShrimp-Base"]).to.equal true
+ expect(user.items.eggs.Dragon).to.equal 2
+ expect(user.items.hatchingPotions.Shade).to.equal 2
+ cb2()
+
+ # Party Boss
+ (cb2) ->
+
+ #use an explicit get because mongoose wraps the null in an object
+ expect(_.isEmpty(_group.get("quest"))).to.equal true
+ expect(user.items.gear.owned.weapon_special_2).to.equal true
+ expect(user.items.eggs.Dragon).to.equal 2
+ expect(user.items.hatchingPotions.Shade).to.equal 2
+
+ # need to fetch users to get updated data
+ async.parallel [
+ (cb3) ->
+ User.findById party[0].id, (err, mbr) ->
+ expect(mbr.items.gear.owned.weapon_special_2).to.equal true
+ cb3()
+ (cb3) ->
+ User.findById party[1].id, (err, mbr) ->
+ expect(mbr.items.gear.owned.weapon_special_2).to.equal true
+ cb3()
+ (cb3) ->
+ User.findById party[2].id, (err, mbr) ->
+ expect(mbr.items.gear.owned.weapon_special_2).to.not.be.ok()
+ cb3()
+ ], cb2
+ ], cb
+ ], done
diff --git a/test/api/pushNotifications.coffee b/test/api/pushNotifications.coffee
index 4a1cd97fca..e1f42dd87e 100644
--- a/test/api/pushNotifications.coffee
+++ b/test/api/pushNotifications.coffee
@@ -1,4 +1,7 @@
'use strict'
+#@TODO: Have to mock most things to get to the parts that
+#call pushNotify. Consider refactoring group controller
+#so things are easier to test
app = require("../../website/src/server")
rewire = require('rewire')
@@ -78,7 +81,6 @@ describe "Push-Notifications", ->
recipient = null
groups = rewire("../../website/src/controllers/groups")
- groups.__set__('questStart', -> true)
groups.__set__('pushNotify', pushSpy)
before (done) ->
@@ -152,6 +154,7 @@ describe "Push-Notifications", ->
group = { _id: 'party-id', name: 'party-name', type: 'party', members: [user._id, recipient._id], invites: [], quest: {}}
user.items.quests.hedgehog = 5
group.save = (cb) -> cb(null, group)
+ group.markModified = -> true
req = {
body: { uuids: [recipient._id] }
query: { key: 'hedgehog' }
@@ -173,6 +176,51 @@ describe "Push-Notifications", ->
done()
, 100
+ it "sends a push notification to participating members when quest starts", (done) ->
+ group = { _id: 'party-id', name: 'party-name', type: 'party', members: [user._id, recipient._id], invites: []}
+ group.quest = {
+ key: 'hedgehog'
+ progress: { hp: 100 }
+ members: {}
+ }
+ group.quest.members[recipient._id] = true
+ group.save = (cb) -> cb(null, group)
+ group.markModified = -> true
+ req = {
+ body: { uuids: [recipient._id] }
+ query: { }
+ # force: true
+ }
+ res = {
+ locals: { group: group, user: user }
+ json: -> return true
+ }
+ userMock = {
+ findOne: (arg, arg2, cb) ->
+ cb(null, recipient)
+ update: (arg, arg2, cb) ->
+ cb(null, user)
+ }
+ groups.__set__('User', userMock)
+ groups.__set__('populateQuery',
+ (arg, arg2, arg3) ->
+ return {
+ exec: -> group.members
+ }
+ )
+
+ groups.questAccept req, res
+
+ setTimeout -> # Allow questAccept to finish
+ expect(pushSpy.sendNotify).to.have.been.calledTwice
+ expect(pushSpy.sendNotify).to.have.been.calledWith(
+ recipient,
+ 'HabitRPG',
+ 'Your Quest has Begun: The Hedgebeast'
+ )
+ done()
+ , 100
+
describe "Gifts", ->
recipient = null
diff --git a/test/api/todos.coffee b/test/api/todos.coffee
index 78271134ae..b5f8d7fe3e 100644
--- a/test/api/todos.coffee
+++ b/test/api/todos.coffee
@@ -97,6 +97,27 @@ describe "Todos", ->
expect(todo.value).to.equal 0
done()
+ it "Does not create a todo with an id that already exists", (done) ->
+ original_todo = {
+ type: "todo"
+ text: "original todo"
+ id: "custom-id"
+ }
+ duplicate_id_todo = {
+ type: "todo"
+ text: "not original todo"
+ id: "custom-id"
+ }
+ request.post(baseURL + "/user/tasks").send(
+ original_todo
+ ).end (res) ->
+ request.post(baseURL + "/user/tasks").send(
+ duplicate_id_todo
+ ).end (res) ->
+ expectCode res, 409
+ expect(res.body.err).to.eql('A task with that ID already exists.')
+ done()
+
describe "Updating todos", ->
it "Does not update id of todo", (done) ->
request.put(baseURL + "/user/tasks/" + todo.id).send(
diff --git a/test/common/algos.mocha.coffee b/test/common/algos.mocha.coffee
index 66bc8aaae4..44ff5d0f72 100644
--- a/test/common/algos.mocha.coffee
+++ b/test/common/algos.mocha.coffee
@@ -24,6 +24,7 @@ newUser = (addTasks=true)->
gear:
equipped: {}
costume: {}
+ owned: {}
party:
quest:
progress:
@@ -33,7 +34,8 @@ newUser = (addTasks=true)->
todos: []
rewards: []
flags: {}
- achievements: {}
+ achievements:
+ ultimateGearSets: {}
contributor:
level: 2
@@ -157,7 +159,7 @@ describe 'User', ->
it 'handles perfect days', ->
user = newUser()
user.dailys = []
- _.times 3, ->user.dailys.push shared.taskDefaults({type:'daily'})
+ _.times 3, ->user.dailys.push shared.taskDefaults({type:'daily', startDate: moment().subtract(7, 'days')})
cron = -> user.lastCron = moment().subtract(1,'days');user.fns.cron()
cron()
@@ -191,7 +193,7 @@ describe 'User', ->
user.preferences.sleep = true
cron = -> user.lastCron = moment().subtract(1, 'days');user.fns.cron()
user.dailys = []
- _.times 2, -> user.dailys.push shared.taskDefaults({type:'daily'})
+ _.times 2, -> user.dailys.push shared.taskDefaults({type:'daily', startDate: moment().subtract(7, 'days')})
it 'remains in the inn on cron', ->
cron()
@@ -432,7 +434,6 @@ describe 'User', ->
expect(spell.lvl).to.be.above(0)
expect(spell.cast).to.be.a('function')
-
describe 'drop system', ->
user = null
@@ -481,6 +482,88 @@ describe 'User', ->
user.fns.randomVal.restore()
user.fns.predictableRandom.restore()
+ describe 'Enchanted Armoire', ->
+ user = newUser()
+ fullArmoire = {'weapon_warrior_0': true, 'armor_armoire_gladiatorArmor':true,'armor_armoire_lunarArmor':true,'head_armoire_gladiatorHelm':true,'head_armoire_lunarCrown':true,'head_armoire_rancherHat':true,'head_armoire_redHairbow':true,'head_armoire_violetFloppyHat':true,'shield_armoire_gladiatorShield':true,'weapon_armoire_basicCrossbow':true,'weapon_armoire_lunarSceptre':true}
+
+ beforeEach ->
+ # too many predictableRandom calls to stub, let's return the last element
+ sinon.stub(user.fns, 'randomVal', (obj)->
+ result = undefined
+ for key, val of obj
+ result = val
+ result
+ )
+
+ it 'counts all available equipment before any are claimed', ->
+ sinon.stub(user.fns, 'predictableRandom').returns 0
+ expect(shared.countArmoire(user.items.gear.owned)).to.eql (_.size(fullArmoire) - 1)
+
+ it 'does not open without paying', ->
+ sinon.stub(user.fns, 'predictableRandom').returns 0
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true}
+ expect(user.items.food).to.eql {}
+ expect(user.stats.exp).to.eql 0
+
+ it 'does not open without Ultimate Gear achievement', ->
+ sinon.stub(user.fns, 'predictableRandom').returns 0
+ user.stats.gp = 500
+ user.ops.buy({params: {key: 'armoire'}})
+ user.achievements.ultimateGearSets = {'healer':false,'wizard':false,'rogue':false,'warrior':false}
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true}
+ expect(user.items.food).to.eql {}
+ expect(user.stats.exp).to.eql 0
+
+ it 'always drops equipment the first time', ->
+ sinon.stub(user.fns, 'predictableRandom', cycle [.9,.5])
+ user.achievements.ultimateGearSets = {'healer':false,'wizard':false,'rogue':true,'warrior':false}
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true, 'shield_armoire_gladiatorShield':true}
+ expect(shared.countArmoire(user.items.gear.owned)).to.eql (_.size(fullArmoire) - 2)
+ expect(user.items.food).to.eql {}
+ expect(user.stats.exp).to.eql 0
+ expect(user.stats.gp).to.eql 400
+
+ it 'gives Experience', ->
+ sinon.stub(user.fns, 'predictableRandom', cycle [.9,.5])
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true, 'shield_armoire_gladiatorShield':true}
+ expect(user.items.food).to.eql {}
+ expect(user.stats.exp).to.eql 30
+ expect(user.stats.gp).to.eql 300
+
+ it 'gives food', ->
+ sinon.stub(user.fns, 'predictableRandom', cycle [.7,.5])
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true, 'shield_armoire_gladiatorShield':true}
+ expect(user.items.food).to.eql {'Honey': 1}
+ expect(user.stats.exp).to.eql 30
+ expect(user.stats.gp).to.eql 200
+
+ it 'gives more equipment', ->
+ sinon.stub(user.fns, 'predictableRandom', cycle [.5,.5])
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql {'weapon_warrior_0': true, 'shield_armoire_gladiatorShield':true,'head_armoire_rancherHat':true}
+ expect(shared.countArmoire(user.items.gear.owned)).to.eql (_.size(fullArmoire) - 3)
+ expect(user.items.food).to.eql {'Honey': 1}
+ expect(user.stats.exp).to.eql 30
+ expect(user.stats.gp).to.eql 100
+
+ it 'does not give equipment if all equipment has been found', ->
+ sinon.stub(user.fns, 'predictableRandom', cycle [.5,.5])
+ user.items.gear.owned = fullArmoire
+ user.ops.buy({params: {key: 'armoire'}})
+ expect(user.items.gear.owned).to.eql fullArmoire
+ expect(shared.countArmoire(user.items.gear.owned)).to.eql 0
+ expect(user.items.food).to.eql {'Honey': 1}
+ expect(user.stats.exp).to.eql 60
+ expect(user.stats.gp).to.eql 0
+
+ afterEach ->
+ user.fns.randomVal.restore()
+ user.fns.predictableRandom.restore()
describe 'Quests', ->
_.each shared.content.quests, (quest)->
@@ -510,11 +593,19 @@ describe 'User', ->
_.each [1..5], (i) ->
user.ops.buy {params:'#{type}_#{klass}_#{i}'}
it 'does not get ultimateGear ' + klass, ->
- expect(user.achievements.ultimateGear).to.not.be.ok()
+ expect(user.achievements.ultimateGearSets[klass]).to.not.be.ok()
_.each shared.content.gearTypes, (type) ->
user.ops.buy {params:'#{type}_#{klass}_6'}
xit 'gets ultimateGear ' + klass, ->
- expect(user.achievements.ultimateGear).to.be.ok()
+ expect(user.achievements.ultimateGearSets[klass]).to.be.ok()
+
+ it 'does not remove existing Ultimate Gear achievements', ->
+ user = newUser()
+ user.achievements.ultimateGearSets = {'healer':true,'wizard':true,'rogue':true,'warrior':true}
+ user.items.gear.owned.shield_warrior_5 = false
+ user.items.gear.owned.weapon_rogue_6 = false
+ user.ops.buy {params:'shield_warrior_5'}
+ expect(user.achievements.ultimateGearSets).to.eql {'healer':true,'wizard':true,'rogue':true,'warrior':true}
it 'does not get beastMaster if user has less than 90 drop pets', ->
user = newUser()
@@ -792,8 +883,9 @@ describe 'Cron', ->
before.dailys[0].repeat = after.dailys[0].repeat = options.repeat if options.repeat
before.dailys[0].streak = after.dailys[0].streak = 10
before.dailys[0].completed = after.dailys[0].completed = true if options.checked
+ before.dailys[0].startDate = after.dailys[0].startDate = moment().subtract(30, 'days')
if options.shouldDo
- expect(shared.shouldDo(now, options.repeat, {timezoneOffset, dayStart:options.dayStart, now})).to.be.ok()
+ expect(shared.shouldDo(now.toDate(), after.dailys[0], {timezoneOffset, dayStart:options.dayStart, now})).to.be.ok()
after.fns.cron {now}
before.stats.mp=after.stats.mp #FIXME
switch options.expect
diff --git a/test/common/dailies.coffee b/test/common/dailies.coffee
new file mode 100644
index 0000000000..d26c8d012e
--- /dev/null
+++ b/test/common/dailies.coffee
@@ -0,0 +1,330 @@
+_ = require 'lodash'
+expect = require 'expect.js'
+sinon = require 'sinon'
+moment = require 'moment'
+shared = require '../../common/script/index.coffee'
+shared.i18n.translations = require('../../website/src/i18n.js').translations
+
+repeatWithoutLastWeekday = ()->
+ repeat = {su:1,m:1,t:1,w:1,th:1,f:1,s:1}
+ if shared.startOfWeek(moment().zone(0)).isoWeekday() == 1 # Monday
+ repeat.su = false
+ else
+ repeat.s = false
+ {repeat: repeat}
+
+### Helper Functions ####
+# @TODO: Refactor into helper file
+newUser = (addTasks=true)->
+ buffs = {per:0, int:0, con:0, str:0, stealth: 0, streaks: false}
+ user =
+ auth:
+ timestamps: {}
+ stats: {str:1, con:1, per:1, int:1, mp: 32, class: 'warrior', buffs: buffs}
+ items:
+ lastDrop:
+ count: 0
+ hatchingPotions: {}
+ eggs: {}
+ food: {}
+ gear:
+ equipped: {}
+ costume: {}
+ party:
+ quest:
+ progress:
+ down: 0
+ preferences: {}
+ dailys: []
+ todos: []
+ rewards: []
+ flags: {}
+ achievements: {}
+ contributor:
+ level: 2
+ shared.wrap(user)
+ user.ops.reset(null, ->)
+ if addTasks
+ _.each ['habit', 'todo', 'daily'], (task)->
+ user.ops.addTask {body: {type: task, id: shared.uuid()}}
+ user
+
+cron = (usr) ->
+ usr.lastCron = moment().subtract(1,'days')
+ usr.fns.cron()
+
+describe 'daily/weekly that repeats everyday (default)', ->
+ user = null
+ daily = null
+ weekly = null
+
+ describe 'when startDate is in the future', ->
+
+ beforeEach ->
+ user = newUser()
+ user.dailys = [
+ shared.taskDefaults({type:'daily', startDate: moment().add(7, 'days'), frequency: 'daily'})
+ shared.taskDefaults({type:'daily', startDate: moment().add(7, 'days'), frequency: 'weekly', repeat: {su:1,m:1,t:1,w:1,th:1,f:1,s:1}})
+ ]
+ daily = user.dailys[0]
+ weekly = user.dailys[1]
+
+ it 'does not damage user for not completing it', ->
+ cron(user)
+ expect(user.stats.hp).to.be 50
+
+ it 'does not change value on cron if daily is incomplete', ->
+ cron(user)
+ expect(daily.value).to.be 0
+ expect(weekly.value).to.be 0
+
+ it 'does not reset checklists if daily is not marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ weekly.checklist = checklist
+ cron(user)
+
+ expect(daily.checklist[0].completed).to.be true
+ expect(daily.checklist[1].completed).to.be true
+ expect(daily.checklist[2].completed).to.be false
+
+ expect(weekly.checklist[0].completed).to.be true
+ expect(weekly.checklist[1].completed).to.be true
+ expect(weekly.checklist[2].completed).to.be false
+
+ it 'resets checklists if daily is marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ weekly.checklist = checklist
+ daily.completed = true
+ weekly.completed = true
+ cron(user)
+
+ _.each daily.checklist, (box)->
+ expect(box.completed).to.be false
+
+ _.each weekly.checklist, (box)->
+ expect(box.completed).to.be false
+
+ it 'is due on startDate', ->
+ daily_due_today = shared.shouldDo moment(), daily
+ daily_due_on_start_date = shared.shouldDo moment().add(7, 'days'), daily
+
+ expect(daily_due_today).to.be false
+ expect(daily_due_on_start_date).to.be true
+
+ weekly_due_today = shared.shouldDo moment(), weekly
+ weekly_due_on_start_date = shared.shouldDo moment().add(7, 'days'), weekly
+
+ expect(weekly_due_today).to.be false
+ expect(weekly_due_on_start_date).to.be true
+
+ describe 'when startDate is in the past', ->
+ completeDaily = null
+
+ beforeEach ->
+ user = newUser()
+ user.dailys = [
+ shared.taskDefaults({type:'daily', startDate: moment().subtract(7, 'days'), frequency: 'daily'})
+ shared.taskDefaults({type:'daily', startDate: moment().subtract(7, 'days'), frequency: 'weekly'})
+ ]
+ daily = user.dailys[0]
+ weekly = user.dailys[1]
+
+ it 'does damage user for not completing it', ->
+ cron(user)
+ expect(user.stats.hp).to.be.lessThan 50
+
+ it 'decreases value on cron if daily is incomplete', ->
+ cron(user)
+ expect(daily.value).to.be.lessThan 0
+ expect(weekly.value).to.be.lessThan 0
+
+ it 'resets checklists if daily is not marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ weekly.checklist = checklist
+ cron(user)
+
+ _.each daily.checklist, (box)->
+ expect(box.completed).to.be false
+
+ _.each weekly.checklist, (box)->
+ expect(box.completed).to.be false
+
+ it 'resets checklists if daily is marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ daily.completed = true
+ weekly.checklist = checklist
+ weekly.completed = true
+ cron(user)
+
+ _.each daily.checklist, (box)->
+ expect(box.completed).to.be false
+
+ _.each weekly.checklist, (box)->
+ expect(box.completed).to.be false
+
+ describe 'when startDate is today', ->
+ completeDaily = null
+
+ beforeEach ->
+ user = newUser()
+ user.dailys = [
+ # Must set start date to yesterday, because cron mock sets last cron to yesterday
+ shared.taskDefaults({type:'daily', startDate: moment().subtract(1, 'days'), frequency: 'daily'})
+ shared.taskDefaults({type:'daily', startDate: moment().subtract(1, 'days'), frequency: 'weekly'})
+ ]
+ daily = user.dailys[0]
+ weekly = user.dailys[1]
+
+ it 'does damage user for not completing it', ->
+ cron(user)
+ expect(user.stats.hp).to.be.lessThan 50
+
+ it 'decreases value on cron if daily is incomplete', ->
+ cron(user)
+ expect(daily.value).to.be.lessThan 0
+ expect(weekly.value).to.be.lessThan 0
+
+ it 'resets checklists if daily is not marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ weekly.checklist = checklist
+ cron(user)
+
+ _.each daily.checklist, (box)->
+ expect(box.completed).to.be false
+
+ _.each weekly.checklist, (box)->
+ expect(box.completed).to.be false
+
+ it 'resets checklists if daily is marked as complete', ->
+ checklist = [
+ {
+ 'text' : '1',
+ 'id' : 'checklist-one',
+ 'completed' : true
+ },
+ {
+ 'text' : '2',
+ 'id' : 'checklist-two',
+ 'completed' : true
+ },
+ {
+ 'text' : '3',
+ 'id' : 'checklist-three',
+ 'completed' : false
+ }
+ ]
+ daily.checklist = checklist
+ daily.completed = true
+ weekly.checklist = checklist
+ weekly.completed = true
+ cron(user)
+
+ _.each daily.checklist, (box)->
+ expect(box.completed).to.be false
+
+ _.each weekly.checklist, (box)->
+ expect(box.completed).to.be false
+
+describe 'daily that repeats every x days', ->
+ user = null
+ daily = null
+
+ beforeEach ->
+ user = newUser()
+ user.dailys = [ shared.taskDefaults({type:'daily', startDate: moment(), frequency: 'daily'}) ]
+ daily = user.dailys[0]
+
+ _.times 11, (due) ->
+
+ it 'where x equals ' + due, ->
+ daily.everyX = due
+
+ _.times 30, (day) ->
+ isDue = shared.shouldDo moment().add(day, 'days'), daily
+ expect(isDue).to.be true if day % due == 0
+ expect(isDue).to.be false if day % due != 0
diff --git a/test/migrations/20150605_ultimate_achievement_backfill.coffee b/test/migrations/20150605_ultimate_achievement_backfill.coffee
new file mode 100644
index 0000000000..b5646020b0
--- /dev/null
+++ b/test/migrations/20150605_ultimate_achievement_backfill.coffee
@@ -0,0 +1,74 @@
+'use strict'
+TEST_DB = process.env.DB_NAME = 'habitrpg_migration_test'
+process.env.NODE_DB_URI = 'mongodb://localhost/' + TEST_DB
+
+app = require('../../website/src/server')
+sh = require('shelljs')
+
+runMigration = ->
+ sh.exec 'node ./migrations/20150604_ultimateGearSets.js'
+
+describe 'Backfill for granting ultimate gear sets achievement', ->
+ before (done) ->
+ sh.exec "mongo \"#{TEST_DB}\" --eval \"db.dropDatabase()\""
+ done()
+
+ context 'User without any purchased equipment', ->
+ before (done) ->
+ registerNewUser done, true
+
+ it 'does not update user', (done)->
+ user_gear = user.items.gear.owned
+ expect(user_gear.weapon_wizard_6).to.not.exist
+ expect(user.achievements.ultimateGearSets).to.not.exist
+
+ runMigration()
+ User.findById user._id, (err, _user) ->
+ user = _user
+ expect(user.achievements.ultimateGearSets).to.not.exist
+ done()
+
+ context 'User with all but one needed piece of equipment', ->
+ before (done) ->
+ registerNewUser ->
+ items = {
+ weapon_wizard_6: true
+ armor_wizard_5: true
+ }
+
+ User.findByIdAndUpdate user._id, {'items.gear.owned': items}, (err, _user) ->
+ user = _user
+ done()
+ , true
+
+ it 'does not update user', (done)->
+
+ runMigration()
+
+ User.findById user._id, (err, _user) ->
+ user = _user
+ expect(user.achievements.ultimateGearSets).to.not.exist
+ done()
+
+ context 'User with all necessary equipment', ->
+ before (done) ->
+ registerNewUser ->
+ items = {
+ weapon_wizard_6: true
+ armor_wizard_5: true
+ head_wizard_5: true
+ }
+
+ User.findByIdAndUpdate user._id, {'items.gear.owned': items}, (err, _user) ->
+ user = _user
+ done()
+ , true
+
+ it 'grants user ultimate gear', (done)->
+
+ runMigration()
+
+ User.findById user._id, (err, _user) ->
+ user = _user
+ expect(user.achievements.ultimateGearSets.wizard).to.exist
+ done()
diff --git a/test/runTests.coffee b/test/runTests.coffee
deleted file mode 100644
index a1cbec49f0..0000000000
--- a/test/runTests.coffee
+++ /dev/null
@@ -1,99 +0,0 @@
-sh = require('shelljs')
-async = require('async')
-TEST_DB = 'habitrpg_test'
-TEST_DB_URI = "mongodb://localhost/#{TEST_DB}"
-TEST_SERVER_PORT = 3001
-MAX_WAIT = 60
-
-announce = (msg) ->
- sh.echo '\x1b[36m%s\x1b[0m', "TEST SUITE: #{msg}"
-
-Suite =
- # Primary Task
- run: ->
- announce "Preparing the test environment."
- Suite.prepareEnvironment ->
- announce "Test prep complete. Waiting for server availability."
- Suite.awaitServers ->
- announce "Servers are ready. Beginning tests."
- Suite.summarize
- "API Specs": Suite.runApiSpecs()
- "Common Specs": Suite.runCommonSpecs()
- "End-to-End Specs": Suite.runE2ESpecs()
- "Karma Specs": Suite.runKarmaSpecs()
-
- # Output summary report when tests are done.
- summarize: (results) ->
- anyFailed = 0
- sh.echo ""
- announce "Tests complete!\n\nSummary\n-------\n"
- for name, result of results
- if result is 0
- sh.echo '\x1b[36m%s\x1b[0m', "#{name}: \x1b[32mpassing"
- else
- anyFailed = 1
- sh.echo '\x1b[36m%s\x1b[0m', "#{name}: \x1b[31mfailing"
- sh.echo ""
- announce "Thanks for helping keep Habitica clean!"
- process.exit(anyFailed)
-
- # Prepare files, db, and spin up servers.
- prepareEnvironment: (cb) ->
- sh.exec "grunt build:test"
- sh.exec "mongo \"#{TEST_DB}\" --eval \"db.dropDatabase()\""
- sh.exec "./node_modules/protractor/bin/webdriver-manager update"
-
- # Spin this up even if we're not in a headless environment. Shouldn't matter.
- sh.exec "Xvfb :99 -screen 0 1024x768x24 -extension RANDR", silent: true, async: true
-
- sh.exec "./node_modules/protractor/bin/webdriver-manager start", silent: true, async: true
- sh.exec "NODE_DB_URI=\"#{TEST_DB_URI}\" PORT=\"#{TEST_SERVER_PORT}\" node ./website/src/server.js", silent: true, async: true
- cb()
-
- # Ensure both the selenium and node servers are available
- awaitServers: (cb) ->
- async.parallel [Suite.awaitSelenium, Suite.awaitNode], (err, results) ->
- throw err if err?
- cb()
-
- awaitSelenium: (cb) ->
- waited = 0
- interval = setInterval ->
- if sh.exec('nc -z localhost 4444').code is 0
- clearInterval(interval)
- cb()
- waited += 1
- if waited > MAX_WAIT
- clearInterval(interval)
- cb(new Error("Timed out waiting for Selenium"))
- , 1000
-
- awaitNode: (cb) ->
- waited = 0
- interval = setInterval ->
- if sh.exec('nc -z localhost 3001').code is 0
- clearInterval(interval)
- cb()
- waited += 1
- if waited > MAX_WAIT
- clearInterval(interval)
- cb(new Error("Timed out waiting for Node server"))
- , 1000
-
- runApiSpecs: ->
- announce "Running API Specs (Mocha)"
- sh.exec("NODE_ENV=testing ./node_modules/mocha/bin/mocha test/api").code
-
- runCommonSpecs: ->
- announce "Running Common Specs (Mocha)"
- sh.exec("NODE_ENV=testing ./node_modules/mocha/bin/mocha test/common").code
-
- runE2ESpecs: ->
- announce "Running End-to-End Specs (Protractor)"
- sh.exec("DISPLAY=:99 NODE_ENV=testing ./node_modules/protractor/bin/protractor protractor.conf.js").code
-
- runKarmaSpecs: ->
- announce "Running Karma Specs"
- sh.exec("NODE_ENV=testing grunt karma:continuous").code
-
-Suite.run()
diff --git a/test/spec/app.js b/test/spec/app.js
new file mode 100644
index 0000000000..6567bf9ef6
--- /dev/null
+++ b/test/spec/app.js
@@ -0,0 +1,36 @@
+'use strict';
+
+describe('AppJS', function() {
+ describe('Automatic page refresh', function(){
+ var clock;
+ beforeEach(function () {
+ clock = sinon.useFakeTimers();
+ sinon.stub(window, "refresher", function(){return true});
+ });
+
+ afterEach(function () {
+ clock.restore();
+ window.refresher.restore();
+ });
+
+ it('should not call refresher if idle time is less than 6 hours', function() {
+ window.awaitIdle();
+ clock.tick(21599999);
+ expect(window.refresher).to.not.be.called;
+ });
+
+ it('should not call refresher if awaitIdle is called within 6 hours', function() {
+ window.awaitIdle();
+ clock.tick(21500000);
+ window.awaitIdle();
+ clock.tick(21500000);
+ expect(window.refresher).to.not.be.called;
+ });
+
+ it('should call refresher if idle time is 6 hours or greater', function() {
+ window.awaitIdle();
+ clock.tick(21600000);
+ expect(window.refresher).to.be.called;
+ });
+ });
+});
diff --git a/test/spec/authCtrlSpec.js b/test/spec/controllers/authCtrlSpec.js
similarity index 100%
rename from test/spec/authCtrlSpec.js
rename to test/spec/controllers/authCtrlSpec.js
diff --git a/test/spec/controllers/challengesCtrlSpec.js b/test/spec/controllers/challengesCtrlSpec.js
new file mode 100644
index 0000000000..417095c152
--- /dev/null
+++ b/test/spec/controllers/challengesCtrlSpec.js
@@ -0,0 +1,177 @@
+'use strict';
+
+describe('Challenges Controller', function() {
+ var $rootScope, scope, user, ctrl, challenges, groups;
+
+ beforeEach(function() {
+ module(function($provide) {
+ $provide.value('User', {});
+ });
+
+ inject(function($rootScope, $controller, Challenges, Groups){
+ user = specHelper.newUser();
+ user._id = "unique-user-id";
+
+ scope = $rootScope.$new();
+
+ // Load RootCtrl to ensure shared behaviors are loaded
+ $controller('RootCtrl', {$scope: scope, User: {user: user}});
+
+ ctrl = $controller('ChallengesCtrl', {$scope: scope, User: {user: user}});
+
+ challenges = Challenges;
+ groups = Groups;
+ });
+ });
+
+ describe('filterChallenges', function() {
+ var ownMem, ownNotMem, notOwnMem, notOwnNotMem;
+
+ beforeEach(function() {
+ ownMem = new challenges.Challenge({
+ name: 'test',
+ description: 'You are the owner and member',
+ habits: [],
+ dailys: [],
+ todos: [],
+ rewards: [],
+ leader: user._id,
+ group: "test",
+ timestamp: +(new Date),
+ members: [user],
+ official: false,
+ _isMember: true
+ });
+
+ ownNotMem = new challenges.Challenge({
+ name: 'test',
+ description: 'You are the owner, but not a member',
+ habits: [],
+ dailys: [],
+ todos: [],
+ rewards: [],
+ leader: user._id,
+ group: "test",
+ timestamp: +(new Date),
+ members: [],
+ official: false,
+ _isMember: false
+ });
+
+ notOwnMem = new challenges.Challenge({
+ name: 'test',
+ description: 'Not owner but a member',
+ habits: [],
+ dailys: [],
+ todos: [],
+ rewards: [],
+ leader: {_id:"test"},
+ group: "test",
+ timestamp: +(new Date),
+ members: [user],
+ official: false,
+ _isMember: true
+ });
+
+ notOwnNotMem = new challenges.Challenge({
+ name: 'test',
+ description: 'Not owner or member',
+ habits: [],
+ dailys: [],
+ todos: [],
+ rewards: [],
+ leader: {_id:"test"},
+ group: "test",
+ timestamp: +(new Date),
+ members: [],
+ official: false,
+ _isMember: false
+ });
+
+ scope.search = {
+ group: _.transform(groups, function(m,g){m[g._id]=true;})
+ };
+ });
+
+ it('displays challenges that match membership: either and owner: either', function() {
+ scope.search._isMember = 'either';
+ scope.search._isOwner = 'either';
+ expect(scope.filterChallenges(ownMem)).to.eql(true);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(true);
+ });
+
+ it('displays challenges that match membership: either and owner: true', function() {
+ scope.search._isMember = 'either';
+ scope.search._isOwner = true;
+ expect(scope.filterChallenges(ownMem)).to.eql(true);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(false);
+ });
+
+ it('displays challenges that match membership: either and owner: false', function() {
+ scope.search._isMember = 'either';
+ scope.search._isOwner = false;
+ expect(scope.filterChallenges(ownMem)).to.eql(false);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(true);
+ });
+
+ it('displays challenges that match membership: true and owner: either', function() {
+ scope.search._isMember = true;
+ scope.search._isOwner = 'either';
+ expect(scope.filterChallenges(ownMem)).to.eql(true);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(false);
+ });
+
+ it('displays challenges that match membership: true and owner: true', function() {
+ scope.search._isMember = true;
+ scope.search._isOwner = true;
+ expect(scope.filterChallenges(ownMem)).to.eql(true);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(false);
+ });
+
+ it('displays challenges that match membership: true and owner: false', function() {
+ scope.search._isMember = true;
+ scope.search._isOwner = false;
+ expect(scope.filterChallenges(ownMem)).to.eql(false);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(false);
+ });
+
+ it('displays challenges that match membership: false and owner: either', function() {
+ scope.search._isMember = false;
+ scope.search._isOwner = 'either';
+ expect(scope.filterChallenges(ownMem)).to.eql(false);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(true);
+ });
+
+ it('displays challenges that match membership: false and owner: true', function() {
+ scope.search._isMember = false;
+ scope.search._isOwner = true;
+ expect(scope.filterChallenges(ownMem)).to.eql(false);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(true);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(false);
+ });
+
+ it('displays challenges that match membership: false and owner: false', function() {
+ scope.search._isMember = false;
+ scope.search._isOwner = false;
+ expect(scope.filterChallenges(ownMem)).to.eql(false);
+ expect(scope.filterChallenges(ownNotMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnMem)).to.eql(false);
+ expect(scope.filterChallenges(notOwnNotMem)).to.eql(true);
+ });
+ });
+});
diff --git a/test/spec/controllers/filtersCtrlSpec.js b/test/spec/controllers/filtersCtrlSpec.js
new file mode 100644
index 0000000000..bbebce3cfd
--- /dev/null
+++ b/test/spec/controllers/filtersCtrlSpec.js
@@ -0,0 +1,39 @@
+'use strict';
+
+describe('Filters Controller', function() {
+ var scope, user;
+
+ beforeEach(inject(function($rootScope, $controller, Shared) {
+ user = specHelper.newUser();
+ Shared.wrap(user);
+ scope = $rootScope.$new();
+ $controller('FiltersCtrl', {$scope: scope, User: {user: user}});
+ }));
+
+ describe('tags', function(){
+ it('creates a tag', function(){
+ scope._newTag = {name:'tagName'}
+ scope.createTag();
+ expect(user.tags).to.have.length(1);
+ expect(user.tags[0].name).to.eql('tagName');
+ expect(user.tags[0]).to.have.property('id');
+ });
+
+ it('toggles tag filtering', inject(function(Shared){
+ var tag = {id: Shared.uuid(), name: 'myTag'};
+ scope.toggleFilter(tag);
+ expect(user.filters[tag.id]).to.eql(true);
+ scope.toggleFilter(tag);
+ expect(user.filters[tag.id]).to.eql(false);
+ }));
+ });
+
+ describe('updateTaskFilter', function(){
+ it('updatest user\'s filter query with the value of filterQuery', function () {
+ scope.filterQuery = 'task';
+ scope.updateTaskFilter();
+
+ expect(user.filterQuery).to.eql(scope.filterQuery);
+ });
+ });
+});
diff --git a/test/spec/groupCtrlSpec.js b/test/spec/controllers/groupCtrlSpec.js
similarity index 100%
rename from test/spec/groupCtrlSpec.js
rename to test/spec/controllers/groupCtrlSpec.js
diff --git a/test/spec/hallCtrlSpec.js b/test/spec/controllers/hallCtrlSpec.js
similarity index 100%
rename from test/spec/hallCtrlSpec.js
rename to test/spec/controllers/hallCtrlSpec.js
diff --git a/test/spec/controllers/headerCtrlSpec.js b/test/spec/controllers/headerCtrlSpec.js
new file mode 100644
index 0000000000..4060519fde
--- /dev/null
+++ b/test/spec/controllers/headerCtrlSpec.js
@@ -0,0 +1,56 @@
+'use strict';
+
+describe('Header Controller', function() {
+ var scope, ctrl, user, $location, $rootScope;
+
+ beforeEach(function() {
+ module(function($provide) {
+ $provide.value('User', {});
+ });
+
+ inject(function(_$rootScope_, _$controller_, _$location_){
+ user = specHelper.newUser();
+ user._id = "unique-user-id"
+
+ scope = _$rootScope_.$new();
+ $rootScope = _$rootScope_;
+
+ $location = _$location_;
+
+ // Load RootCtrl to ensure shared behaviors are loaded
+ _$controller_('RootCtrl', {$scope: scope, User: {user: user}});
+
+ ctrl = _$controller_('HeaderCtrl', {$scope: scope, User: {user: user}});
+ });
+ });
+
+ context('inviteOrStartParty', function(){
+ beforeEach(function(){
+ sinon.stub($location, 'path');
+ sinon.stub($rootScope, 'openModal');
+ });
+
+ afterEach(function(){
+ $location.path.restore();
+ $rootScope.openModal.restore();
+ });
+
+ it('redirects to party page if user does not have a party', function(){
+ var group = {};
+ scope.inviteOrStartParty(group);
+
+ expect($location.path).to.be.calledWith("/options/groups/party");
+ expect($rootScope.openModal).to.not.be.called;
+ });
+
+ it('Opens invite-friends modal if user has a party', function(){
+ var group = {
+ type: 'party'
+ };
+ scope.inviteOrStartParty(group);
+
+ expect($rootScope.openModal).to.be.calledOnce;
+ expect($location.path).to.not.be.called;
+ });
+ });
+});
diff --git a/test/spec/inventoryCtrlSpec.js b/test/spec/controllers/inventoryCtrlSpec.js
similarity index 92%
rename from test/spec/inventoryCtrlSpec.js
rename to test/spec/controllers/inventoryCtrlSpec.js
index 65e36911fc..d41a8708f6 100644
--- a/test/spec/inventoryCtrlSpec.js
+++ b/test/spec/controllers/inventoryCtrlSpec.js
@@ -10,8 +10,12 @@ describe('Inventory Controller', function() {
inject(function($rootScope, $controller, Shared){
user = specHelper.newUser();
- user.balance = 4,
- user.items = {eggs: {Cactus: 1}, hatchingPotions: {Base: 1}, food: {Meat: 1}, pets: {}, mounts: {}};
+ user.balance = 4;
+ user.items.eggs = {Cactus: 1};
+ user.items.hatchingPotions = {Base: 1};
+ user.items.food = {Meat: 1};
+ user.items.pets = {}
+ user.items.mounts = {};
Shared.wrap(user);
var mockWindow = {
confirm: function(msg){
diff --git a/test/spec/controllers/rootCtrlSpec.js b/test/spec/controllers/rootCtrlSpec.js
new file mode 100644
index 0000000000..15ee64e1cf
--- /dev/null
+++ b/test/spec/controllers/rootCtrlSpec.js
@@ -0,0 +1,194 @@
+'use strict';
+
+describe('Root Controller', function() {
+ var scope, rootscope, user, User, notification, ctrl, $httpBackend;
+
+ beforeEach(function () {
+ module(function($provide) {
+ $provide.value('User', {});
+ $provide.service('$templateCache', function () {
+ return {
+ get: function () {},
+ put: function () {}
+ }
+ });
+ });
+
+ inject(function($rootScope, $controller, _$httpBackend_, Notification) {
+ scope = $rootScope.$new();
+ scope.loginUsername = 'user';
+ scope.loginPassword = 'pass';
+
+ rootscope = $rootScope;
+
+ $httpBackend = _$httpBackend_;
+
+ notification = Notification;
+ sinon.stub(notification, 'text');
+ sinon.stub(notification, 'markdown');
+
+ user = specHelper.newUser();
+ User = {user: user};
+ User.save = sinon.spy();
+ User.sync = sinon.spy();
+
+ $httpBackend.whenGET(/partials/).respond();
+
+ ctrl = $controller('RootCtrl', {$scope: scope, User: User});
+ });
+ });
+
+ afterEach(function() {
+ notification.text.reset();
+ notification.markdown.reset();
+ User.save.reset();
+ User.sync.reset();
+ });
+
+ describe('contribText', function(){
+ it('shows contributor level text', function(){
+ expect(scope.contribText()).to.eql(undefined);
+ expect(scope.contribText(null, {npc: 'NPC'})).to.eql('NPC');
+ expect(scope.contribText({level: 0, text: 'Blacksmith'})).to.eql(undefined);
+ expect(scope.contribText({level: 1, text: 'Blacksmith'})).to.eql('Friend Blacksmith');
+ expect(scope.contribText({level: 2, text: 'Blacksmith'})).to.eql('Friend Blacksmith');
+ expect(scope.contribText({level: 3, text: 'Blacksmith'})).to.eql('Elite Blacksmith');
+ expect(scope.contribText({level: 4, text: 'Blacksmith'})).to.eql('Elite Blacksmith');
+ expect(scope.contribText({level: 5, text: 'Blacksmith'})).to.eql('Champion Blacksmith');
+ expect(scope.contribText({level: 6, text: 'Blacksmith'})).to.eql('Champion Blacksmith');
+ expect(scope.contribText({level: 7, text: 'Blacksmith'})).to.eql('Legendary Blacksmith');
+ expect(scope.contribText({level: 8, text: 'Blacksmith'})).to.eql('Guardian Blacksmith');
+ expect(scope.contribText({level: 9, text: 'Blacksmith'})).to.eql('Heroic Blacksmith');
+ expect(scope.contribText({level: 9, text: 'Blacksmith'}, {npc: 'NPC'})).to.eql('NPC');
+ });
+ });
+
+ describe('castEnd', function(){
+ var task_target, type;
+
+ beforeEach(function(){
+ task_target = {
+ id: 'task-id',
+ text: 'task'
+ };
+ type = 'task';
+ scope.spell = {
+ target: 'task',
+ key: 'fireball',
+ mana: 10,
+ text: function() { return env.t('spellWizardFireballText') },
+ cast: function(){}
+ };
+ rootscope.applyingAction = true;
+ });
+
+ context('fails', function(){
+ it('exits early if there is no applying action', function(){
+ rootscope.applyingAction = null;
+ expect(scope.castEnd(task_target, type)).to.be.eql('No applying action');
+ });
+
+ it('sends notification if target is invalid', function(){
+ scope.spell.target = 'not_the_same_target';
+
+ scope.castEnd(task_target, type);
+
+ notification.text.should.have.been.calledWith(window.env.t('invalidTarget'));
+ });
+ });
+
+ context('succeeds', function(){
+ it('sets scope.spell and rootScope.applyingAction to falsy values', function(){
+
+ scope.castEnd(task_target, type);
+
+ expect(rootscope.applyingAction).to.eql(false);
+ expect(scope.spell).to.eql(null);
+ });
+
+ it('calls $scope.spell.cast', function(){
+ // Kind of a hack, would prefer to use sinon.spy,
+ // but scope.spell gets turned to null in scope.castEnd
+ var spellWasCast = false;
+ scope.spell.cast = function(){ spellWasCast = true };
+
+ scope.castEnd(task_target, type);
+
+ expect(spellWasCast).to.eql(true);
+ });
+
+ it('calls cast endpoint', function() {
+ $httpBackend.expectPOST(/cast/).respond(201);
+ scope.castEnd(task_target, type);
+
+ $httpBackend.flush();
+ });
+
+ it('sends notification that spell was cast on task', function() {
+ $httpBackend.expectPOST(/cast/).respond(201);
+ scope.castEnd(task_target, type);
+ $httpBackend.flush();
+
+ expect(notification.markdown).to.be.calledOnce;
+ expect(notification.markdown).to.be.calledWith('You cast Burst of Flames on task.');
+ expect(User.sync).to.be.calledOnce;
+ });
+
+ it('sends notification that spell was cast on user', function() {
+ var user_target = {
+ profile: { name: 'Lefnire' }
+ };
+ scope.spell = {
+ target: 'user',
+ key: 'snowball',
+ mana: 0,
+ text: function() { return env.t('spellSpecialSnowballAuraText') },
+ cast: function(){}
+ };
+ $httpBackend.expectPOST(/cast/).respond(201);
+ scope.castEnd(user_target, 'user');
+ $httpBackend.flush();
+
+ expect(notification.markdown).to.be.calledOnce;
+ expect(notification.markdown).to.be.calledWith('You cast Snowball on Lefnire.');
+ expect(User.sync).to.be.calledOnce;
+ });
+
+ it('sends notification that spell was cast on party', function() {
+ var party_target = {};
+ scope.spell = {
+ target: 'party',
+ key: 'healAll',
+ mana: 25,
+ text: function() { return env.t('spellHealerHealAllText') },
+ cast: function(){}
+ };
+ $httpBackend.expectPOST(/cast/).respond(201);
+ scope.castEnd(party_target, 'party');
+ $httpBackend.flush();
+
+ expect(notification.markdown).to.be.calledOnce;
+ expect(notification.markdown).to.be.calledWith('You cast Blessing for the party.');
+ expect(User.sync).to.be.calledOnce;
+ });
+
+ it('sends notification that spell was cast on self', function() {
+ var self_target = {};
+ scope.spell = {
+ target: 'self',
+ key: 'stealth',
+ mana: 45,
+ text: function() { return env.t('spellRogueStealthText') },
+ cast: function(){}
+ };
+ $httpBackend.expectPOST(/cast/).respond(201);
+ scope.castEnd(self_target, 'self');
+ $httpBackend.flush();
+
+ expect(notification.markdown).to.be.calledOnce;
+ expect(notification.markdown).to.be.calledWith('You cast Stealth.');
+ expect(User.sync).to.be.calledOnce;
+ });
+ });
+ });
+});
diff --git a/test/spec/directives/focus-me.directive.spec.js b/test/spec/directives/focus-me.directive.spec.js
new file mode 100644
index 0000000000..ed016949c3
--- /dev/null
+++ b/test/spec/directives/focus-me.directive.spec.js
@@ -0,0 +1,28 @@
+'use strict';
+
+describe('focusMe Directive', function() {
+ var element, scope;
+
+ beforeEach(module('habitrpg'));
+
+ beforeEach(inject(function($rootScope, $compile) {
+ scope = $rootScope.$new();
+
+ element = "";
+
+ element = $compile(element)(scope);
+ scope.$digest();
+ }));
+
+ it('focuses the element when appended to the DOM', function() {
+ inject(function($timeout) {
+ var focusSpy = sinon.spy();
+
+ element.appendTo(document.body);
+ element.on('focus', focusSpy);
+
+ $timeout.flush();
+ expect(focusSpy).to.have.been.called;
+ });
+ });
+});
diff --git a/test/spec/directives/from-now.directive.spec.js b/test/spec/directives/from-now.directive.spec.js
new file mode 100644
index 0000000000..a197f2c331
--- /dev/null
+++ b/test/spec/directives/from-now.directive.spec.js
@@ -0,0 +1,89 @@
+'use strict';
+
+describe('fromNow Directive', function() {
+ var element, scope;
+ var fromNow = 'recently';
+ var diff = 0;
+
+ beforeEach(module('habitrpg'));
+
+ beforeEach(inject(function($rootScope, $compile) {
+ scope = $rootScope.$new();
+ scope.message = {};
+
+ sinon.stub(window, 'moment').returns({
+ fromNow: function() { return fromNow },
+ diff: function() { return diff }
+ });
+
+ element = "
:smile: - task name
\n'); + expect(arg.icon).to.eql(false); + }); + + it('does not send markdown notification if no text is given', function() { + notification.markdown(); + + expect($.pnotify).to.not.have.been.called; + }); + + it('sends mp notification', function() { + notification.mp(10); + var arg = $.pnotify.args[0][0]; + + expect($.pnotify).to.have.been.calledOnce; + expect(arg.type).to.eql('mp'); + expect(arg.text).to.eql('+ 10 MP'); + expect(arg.icon).to.eql('glyphicon glyphicon-fire'); + }); + + it('sends streak notification', function() { + notification.streak(10); + var arg = $.pnotify.args[0][0]; + + expect($.pnotify).to.have.been.calledOnce; + expect(arg.type).to.eql('streak'); + expect(arg.text).to.eql('Streak Achievements: 10'); + expect(arg.icon).to.eql('glyphicon glyphicon-repeat'); + }); + + it('sends text notification', function() { + notification.text('task name'); + var arg = $.pnotify.args[0][0]; + + expect($.pnotify).to.have.been.calledOnce; + expect(arg.type).to.eql('info'); + expect(arg.text).to.eql('task name'); + expect(arg.icon).to.eql(false); + }); + + it('does not send text notification if no text is given', function() { + notification.text(); + + expect($.pnotify).to.not.have.been.called; + }); +}); diff --git a/test/spec/userServicesSpec.js b/test/spec/services/userServicesSpec.js similarity index 100% rename from test/spec/userServicesSpec.js rename to test/spec/services/userServicesSpec.js diff --git a/test/spec/specHelper.js b/test/spec/specHelper.js index c8806640f8..80f5858fe8 100644 --- a/test/spec/specHelper.js +++ b/test/spec/specHelper.js @@ -13,7 +13,7 @@ specHelper = { food: {}, pets: {}, mounts: {}, - gear: {equipped: {}, costume: {}}, + gear: {equipped: {}, costume: {}, owned: {}}, }, party: { quest: { diff --git a/website/public/community-guidelines-images/moderators.png b/website/public/community-guidelines-images/moderators.png index 6f59b2cc73..b0c9af360f 100644 Binary files a/website/public/community-guidelines-images/moderators.png and b/website/public/community-guidelines-images/moderators.png differ diff --git a/website/public/css/filters.styl b/website/public/css/filters.styl index ca0245c97a..5ba86cd853 100644 --- a/website/public/css/filters.styl +++ b/website/public/css/filters.styl @@ -35,3 +35,6 @@ margin-right: 0.618em @extend $hrpg-button-with-input hrpg-button-color-mixin($color-options-submenu) + .filters-search + margin-bottom: 0.618em + max-width: 180px diff --git a/website/public/css/game-pane.styl b/website/public/css/game-pane.styl index 1b6b1976ad..ea2729910d 100644 --- a/website/public/css/game-pane.styl +++ b/website/public/css/game-pane.styl @@ -21,7 +21,7 @@ padding: 1em; margin-bottom: 0.5em; -.formatting-help +.slight-vertical-padding clear: both padding-top: 0.618em diff --git a/website/public/css/global-colors.styl b/website/public/css/global-colors.styl index 60dfa28db7..bddce574b7 100644 --- a/website/public/css/global-colors.styl +++ b/website/public/css/global-colors.styl @@ -20,7 +20,7 @@ $color-toolbar = lighten($color-herobox, 70%) $color-options-menu = lighten($color-herobox, 85%) $color-options-submenu = lighten($color-herobox, 75%) // Button colors -$color-button-style-one = $best +$color-button-highlight = $best // Task background $color-tasks = lighten($color-herobox, 65%) // Task filter colors @@ -37,4 +37,4 @@ $color-contributor-seven = #00aaff $color-contributor-mod = #130ead $color-contributor-staff = #88108f $color-contributor-npc = #000 -$color-contributor-npc-font = #00FF00 \ No newline at end of file +$color-contributor-npc-font = #00FF00 diff --git a/website/public/css/global-modules.styl b/website/public/css/global-modules.styl index 8e8908aac6..9aae889d4c 100644 --- a/website/public/css/global-modules.styl +++ b/website/public/css/global-modules.styl @@ -13,14 +13,21 @@ hrpg-text-shadow-mixin($hrpg-text-shadow-base-color) 1px 1px 1px darken($hrpg-text-shadow-base-color,70%); // Buttons // The !important declarations override Bootstrap -hrpg-button-color-mixin($hrpg-button-color) +// buttons with the .highlight class pass highlight=true to this mixin +hrpg-button-color-mixin($hrpg-button-color, highlight=false) + // this case covers button elements with the highlight class + // like the subscribe button, for which the following selectors do not apply + if highlight==true + border-color: darken($color-button-highlight, 16.18%) !important + background-color: $color-button-highlight !important + & + color: darken($hrpg-button-color, 70%) !important + hrpg-anchor-button-color-mixin($color-button-highlight) > a, > button - background-color: $hrpg-button-color !important - &:active - background-color: darken($hrpg-button-color, 61.18%) !important - @media screen and (min-width:768px) - &:hover - background-color: darken($hrpg-button-color, 2.36%) !important + if highlight==true + hrpg-anchor-button-color-mixin($color-button-highlight) + else + hrpg-anchor-button-color-mixin($hrpg-button-color) > a, > button, > input, textarea color: darken($hrpg-button-color, 70%) !important border-color: darken($hrpg-button-color, 16.18%) !important @@ -38,6 +45,9 @@ hrpg-button-color-mixin($hrpg-button-color) &:active background-color: darken($hrpg-button-color, 16.18%) !important; > a:nth-of-type(2) + if highlight==true + border-left: 1px solid darken($color-button-highlight, 3.82%) !important + else border-left: 1px solid darken($hrpg-button-color, 3.82%) !important > div @media screen and (min-width:768px) @@ -69,6 +79,13 @@ hrpg-button-color-mixin($hrpg-button-color) color: #fff !important; span color: #fff !important; +hrpg-anchor-button-color-mixin($hrpg-button-color) + background-color: $hrpg-button-color !important + &:active + background-color: darken($hrpg-button-color, 61.18%) !important + @media screen and (min-width:768px) + &:hover + background-color: darken($hrpg-button-color, 2.36%) !important $hrpg-button-master list-style: none > a, > button, > input, label::after @@ -89,9 +106,8 @@ $hrpg-button > a, > button, > input, label::after border: 1px solid #ccc !important border-radius: 0.382em !important -$hrpg-button-call-to-action - @extend $hrpg-button - hrpg-button-color-mixin($color-button-style-one) + .highlight + hrpg-button-color-mixin($color-toolbar, true) $hrpg-button-toggle @extend $hrpg-button-master border: 1px solid #ccc !important @@ -100,6 +116,8 @@ $hrpg-button-toggle border-radius: 0.382em 0em 0em 0.382em !important > a:last-of-type border-radius: 0em 0.382em 0.382em 0em !important + &.highlight + hrpg-button-color-mixin($color-toolbar, true) // Input + Button $hrpg-button-with-input @extend $hrpg-button-master diff --git a/website/public/css/header.styl b/website/public/css/header.styl index e9cd485114..a1169843ce 100644 --- a/website/public/css/header.styl +++ b/website/public/css/header.styl @@ -98,7 +98,7 @@ @media (min-width: 70em) .site-header width: 70% - + // this is a wrapper for avatars in the header // inside this is the actual `herobox` module @@ -125,7 +125,7 @@ hrpg-label-color-mixin(darken($color-herobox, 16.18%)) width: 2.618em text-align:center - margin-right: 0.618em + margin-right: 0.618em .meter position: relative overflow: hidden @@ -161,7 +161,7 @@ white-space: nowrap &.value right: 0.382em - + // boss.jade only [class^="quest_"] + & min-width: 220px @@ -172,4 +172,8 @@ header .hero-stats background-color: darken($color-herobox, 4%) border-right: 1px solid darken($color-herobox, 12%) - \ No newline at end of file + +button.party-invite + right: 10px; + position: absolute; + top: 55px; diff --git a/website/public/css/menu.styl b/website/public/css/menu.styl index 39c12c6b95..e9700a2a42 100644 --- a/website/public/css/menu.styl +++ b/website/public/css/menu.styl @@ -85,6 +85,9 @@ @extend $hrpg-button-toggle @extend $hrpg-modal-dropdown-right hrpg-button-color-mixin($color-toolbar) + &.highlight + > a span.glyphicon + margin-right: 0.382em !important .toolbar-button @extend $hrpg-button hrpg-button-color-mixin($color-toolbar) @@ -163,7 +166,7 @@ @extend $hrpg-button hrpg-button-color-mixin(lighten($color-toolbar,32.8%)) .toolbar-subscribe-button, .toolbar-controls .toolbar-subscribe-button - @extend $hrpg-button-call-to-action + @extend $hrpg-button @media screen and (max-width:768px) .toolbar-toggle display: none diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index 59cd9271c4..bffce715a5 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -12,7 +12,7 @@ for $stage in $stages .color-{$stage[0]}:not(.completed) background-color: $stage[1] border: 1px solid shade($stage[1],10%) - .priority-multiplier, .task-attributes, .repeat-days + .priority-multiplier, .task-attributes, .repeat-days, .repeat-frequency li hrpg-button-color-mixin($stage[1]) button @@ -63,7 +63,7 @@ for $stage in $stages color: darken($completed,30%) background-color: $completed border: 1px solid shade($completed,10%) - .priority-multiplier, .task-attributes, .repeat-days + .priority-multiplier, .task-attributes, .repeat-days, .repeat-frequency li hrpg-button-color-mixin($completed) button @@ -215,7 +215,6 @@ for $stage in $stages border: 1px solid #aaa border-radius: 0.382em padding-left: 0.618em - background-color: #fff !important -webkit-appearance: none -moz-appearance: none appearance: none @@ -409,11 +408,16 @@ form //border-bottom: 1px solid rgba(0,0,0,0.1) padding: 0 0 1em margin-bottom: 1em + margin-top: 1em + button.advanced-options-toggle + display: block; + width: 100%; + background: none; .option-title font-size: 1em - margin: 0 0 0.5em - line-height: 2.5 + margin: 0.5em 0 0.5em + line-height: 1.0 border: 0 padding: 0 //color: #333 @@ -507,7 +511,7 @@ form form padding-bottom: 1em - .priority-multiplier, .task-attributes, .repeat-days + .priority-multiplier, .task-attributes, .repeat-days, .repeat-frequency text-align: center li @extend $hrpg-button @@ -517,6 +521,7 @@ form &:last-of-type margin-right: 0 .repeat-days + padding-bottom: 1em li button min-width: 2.5em @@ -524,6 +529,11 @@ form text-align: center @extend $hrpg-button +// Dailies +.dailies + .repeat-weekly + padding-bottom: 1em + // Habits – task button styles (+ -) .habits .task-actions @@ -577,9 +587,10 @@ form li @extend $hrpg-button button + margin-top: 0.5em span margin-right: 0.5em - > form + > .checklist-form li @extend $hrpg-button-with-input @extend $clearfix diff --git a/website/public/emails/images/PROMO-Enchanted-Armoire-v1.png b/website/public/emails/images/PROMO-Enchanted-Armoire-v1.png new file mode 100644 index 0000000000..9a42b70e42 Binary files /dev/null and b/website/public/emails/images/PROMO-Enchanted-Armoire-v1.png differ diff --git a/website/public/front/home.html b/website/public/front/home.html deleted file mode 100644 index fd4099c1ef..0000000000 --- a/website/public/front/home.html +++ /dev/null @@ -1,810 +0,0 @@ - - - - - -
-
-
-
-
-
-
-
-
- HabitRPG is a free habit building and productivity app that treats your real life like a game. With in-game rewards and punishments to motivate you and a strong social network to inspire you, HabitRPG can help you achieve your goals to become healthy, hard-working, and happy.
-
- 


-
- Spend gold on virtual and real-life rewards.
Instant rewards keep you motivated!
-
-
-
-
-
-
-
-
-
- Achieve your goals and level up.
Unlock new motivational tools, such as pet collecting, random rewards, spell-casting, and more!
Break bad habits and procrastination cycles with immediate consequences.
- - -
Playing with your friends keeps you accountable for your tasks.
Issue each other Challenges to complete a goal together!
-
- Eggs and items drop when you complete your tasks. Be as productive as possible to collect pets and mounts!
-
-
- Do something totally awesome? Get a badge and show it off!
-Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!
-
- Join common-interest groups with like-minded people.
Create Challenges to compete against other users.

The problem with most productivity apps on the market is that they provide no incentive to continue using them. HabitRPG fixes this by making habit building fun! By rewarding you for your successes and penalizing you for slip-ups, HabitRPG provides external motivation for completing your day-to-day activities.
Whenever you reinforce a positive habit, complete a daily task, or take care of an old to-do, HabitRPG immediately rewards you with experience points and gold. As you gain experience, you can level up, increasing your stats and unlocking more features, like classes and pets. Gold can be spent on in-game items that change your experience or personalized rewards you've created for motivation. When even the smallest successes provide you with an immediate reward, you're less likely to procrastinate.
Whenever you indulge in a bad habit or fail to complete one of your daily tasks, you lose health. If your health drops too low, you die and lose some of the progress you've made. By providing immediate consequences, HabitRPG can help break bad habits and procrastination cycles before they cause real-world problems.
With an active community, HabitRPG provides the accountability you need to stay on task. With the party system, you can bring in a group of your closest friends to cheer you on. The guild system allows you to find people with similar interests or obstacles, so you can share your goals and swap tips on how to tackle your problems. On HabitRPG, the community means that you have both the support and the accountability you need to succeed.
+.
- li Bad Habits are things you want to avoid doing. They remove health every time you click the -.
- li For inspiration, check out these sample Habits
- li More questions? Ask in the Newbies Guild!
- div(ng-switch-when='daily')
- ul
- li Dailies repeat every day that they are active. Click the pencil icon to change the days a Daily is active.
- li If you don’t complete active Dailies, they will hurt your avatar when your day rolls over.
- li Dailies turn redder when you miss them, and bluer when you complete them. The redder the Daily, the more it will reward you... and hurt you.
- li To change when your day rolls over, go to Settings > Site > Custom Day Start.
- li For inspiration, check out these sample Dailies!
- li More questions? Ask in the Newbies Guild!
-
- div(ng-switch-when='todo')
- ul
- li To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.
- li To-Dos never hurt you! They only award gold and experience.
- li Breaking a To-Do down into a small checklist will make it less scary, and will increase your points!
- li For inspiration, check out these sample To-Dos!
- li More questions? Ask in the Newbies Guild!
-
- div(ng-switch-when='reward')
- ul
- li The Equipment you buy for your avatar is stored in Inventory > Equipment.
- li Equipment affects your stats (Avatar > Stats).
- li There will be special equipment here during World Events.
- li Don't be afraid to set custom rewards! Check out some samples here
- li More questions? Ask in the Newbies Guild!
-
-
- // Todo Chart
- .todos-chart(ng-if='::list.type == "todo"', ng-show='charts.todos')
-
- // Add New
- form.task-add(name='new{{list.type}}form', ng-hide='obj._locked', ng-submit='addTask(obj[list.type+"s"],list)')
- textarea(rows='6', task-focus='list.bulk && list.focus', ng-model='list.newTask', placeholder='{{list.placeHolderBulk}}', ng-if='list.bulk', ui-keydown='{"meta-enter ctrl-enter":"addTask(obj[list.type+\'s\'],list)"}', required)
- input(type='text', task-focus='!list.bulk && list.focus', ng-model='list.newTask', placeholder='{{list.placeHolder}}', ng-if='!list.bulk', required)
- button(type='submit', ng-disabled='new{{list.type}}form.$invalid')
- div.empty-task-notification( ng-show='new{{list.type}}form.$invalid', tooltip=env.t("emptyTask") )
- span.glyphicon.glyphicon-plus
- span.glyphicon.glyphicon-plus(ng-show='!new{{list.type}}form.$invalid')
- small.help-block.btn-link.pull-right(ng-click='toggleBulk(list)')
- span(ng-if='!list.bulk')=env.t('addmultiple')
- span(ng-if='list.bulk')=env.t('addsingle')
-
- alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep')
- i.glyphicon.glyphicon-warning-sign
- =env.t('dailiesRestingInInn')
-
- mixin taskColumnTabs(position)
- // Habits Tabs
- div(ng-if='::main && list.type=="habit"', class='tabbable tabs-below')
- ul.task-filter
- li(ng-class='{active: list.view == "all"}')
- a(ng-click='list.view = "all"')=env.t('all')
- li(ng-class='{active: list.view == "yellowred"}')
- a(ng-click='list.view = "yellowred"')=env.t('yellowred')
- li(ng-class='{active: list.view == "greenblue"}')
- a(ng-click='list.view = "greenblue"')=env.t('greenblue')
- // Daily Tabs
- div(ng-if='::main && list.type=="daily"', class='tabbable tabs-below')
- // remaining/completed tabs
- ul.task-filter
- li(ng-class='{active: list.view == "all"}')
- a(ng-click='list.view = "all"')=env.t('all')
- li(ng-class='{active: list.view == "remaining"}')
- a(ng-click='list.view = "remaining"')=env.t('due')
- li(ng-class='{active: list.view == "complete"}')
- a(ng-click='list.view = "complete"')=env.t('grey')
- // Todo Tabs
- div(ng-if='::main && list.type=="todo"', ng-class='::{"tabbable tabs-below": list.type=="todo"}')
- if position=="bottom"
- div(ng-show='list.view == "complete"')
- .alert
- =env.t('lotOfToDos')
- button.task-action-btn.tile.spacious.bright(ng-click='user.ops.clearCompleted({})',popover=env.t('deleteToDosExplanation'),popover-trigger='mouseenter')=env.t('clearCompleted')
- p!=env.t('beeminderDeleteWarning')
- // remaining/completed tabs
- ul.task-filter
- li(ng-class='{active: list.view == "remaining"}')
- a(ng-click='list.view = "remaining"')=env.t('remaining')
- li(ng-class='{active: list.view == "dated"}')
- a(ng-click='list.view = "dated"')=env.t('dated')
- li(ng-class='{active: list.view == "complete"}')
- a(ng-click='list.view = "complete"')=env.t('complete')
- // Rewards Tabs
- div(ng-if='::main && list.type=="reward"', class='tabbable tabs-below')
- ul.task-filter
- li(ng-class='{active: list.view == "all"}')
- a(ng-click='list.view = "all"')=env.t('all')
- li(ng-class='{active: list.view == "ingamerewards"}')
- a(ng-click='list.view = "ingamerewards"')=env.t('ingamerewards')
-
- +taskColumnTabs('top')
-
- // Static Rewards
- ul.items.rewards(ng-if='main && list.type=="reward"')
- li.task.reward-item(ng-repeat='item in itemStore',popover-trigger='mouseenter', popover-placement='top', popover='{{item.notes()}}')
- // right-hand side control buttons
- .task-meta-controls
- span.task-notes
- span.glyphicon.glyphicon-comment
- //left-hand size commands
- .task-controls.task-primary
- a.money.btn-buy.item-btn(ng-class='{highValue: item.value >= 1000}', ng-click='buy(item)')
- span.shop_gold
- span.reward-cost {{item.value}}
- // main content
- span(ng-class='::{"shop_{{item.key}} shop-sprite item-img": true}').reward-img
- p.task-text {{item.text()}}
-
- // Events
- ul.items.rewards(ng-if='main && list.type=="reward" && (user.items.special.snowball>0 || user.stats.buffs.snowball || user.items.special.spookDust>0 || user.stats.buffs.spookDust || user.items.special.shinySeed>0 || user.stats.buffs.shinySeed)')
-
- mixin specialSpell(k,canceler)
- li.task.reward-item(ng-if='#{canceler ? "user.stats.buffs."+canceler : "user.items.special."+k+">0"}',popover-trigger='mouseenter', popover-placement='top', popover='{{Content.spells.special.#{k}.notes()}}')
- .task-meta-controls
- span.task-notes
- span.glyphicon.glyphicon-comment
- //left-hand size commands
- .task-controls.task-primary
- a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})', ng-class='{active: Content.spells.special.#{k}.key == spell.key}')
- if canceler
- span.shop_gold
- span.reward-cost {{Content.spells.special.#{k}.value}}
- else
- span.shop_spell(class='shop_#{k}')
- span.reward-cost {{user.items.special.#{k}}}
- // main content
- p.task-text {{Content.spells.special.#{k}.text()}}
-
- +specialSpell('snowball')
- +specialSpell('spookDust')
- +specialSpell('shinySeed')
- +specialSpell('salt','snowball')
- +specialSpell('opaquePotion','spookDust')
- +specialSpell('petalFreePotion','shinySeed')
-
- // Actual List
- ul(class='{{list.type}}s main-list', ng-show='obj[list.type + "s"].length > 0', hrpg-sort-tasks, ng-if='!$state.includes("options.social.challenges")')
- include ./task
- //Loads the non-sortable lists for challenges
- ul(class='{{list.type}}s main-list', ng-show='obj[list.type + "s"].length > 0', ng-if='$state.includes("options.social.challenges")')
- include ./task
-
- // Spells
- ul.items(ng-if='main && list.type=="reward" && user.stats.class && !user.preferences.disableClasses')
- li.task.reward-item(ng-repeat='(k,skill) in Content.spells[user.stats.class]', ng-if='user.stats.lvl >= skill.lvl',popover-trigger='mouseenter', popover-placement='top', popover='{{skill.notes()}}')
- .task-meta-controls
- span.task-notes
- span.glyphicon.glyphicon-comment
- //left-hand size commands
- .task-controls.task-primary
- a.money.btn-buy.item-btn(ng-click='castStart(skill)', ng-class='{active: skill.key == spell.key}')
- span.reward-cost
- strong {{skill.mana}}
- =env.t('mp')
- // main content
- span(ng-class='{"shop_{{skill.key}} shop-sprite item-img": true}')
- p.task-text {{skill.text()}}
-
- br
-
- +taskColumnTabs('bottom')
diff --git a/website/views/shared/tasks/meta_controls.jade b/website/views/shared/tasks/meta_controls.jade
new file mode 100644
index 0000000000..acff83ef6f
--- /dev/null
+++ b/website/views/shared/tasks/meta_controls.jade
@@ -0,0 +1,56 @@
+.task-meta-controls
+
+ // Due Date
+ span(ng-if='task.type=="todo" && task.date')
+ span(ng-class='{"label label-danger":(moment(task.date).isBefore(_today, "days") && !task.completed)}') {{task.date | date:(user.preferences.dateFormat.indexOf('yyyy') == 0 ? user.preferences.dateFormat.substr(5) : user.preferences.dateFormat.substr(0,5))}}
+
+ // Streak
+ |
+ span(ng-show='task.streak') {{task.streak}}
+ span(tooltip=env.t('streakCounter'))
+ span.glyphicon.glyphicon-forward
+ |
+
+ // Icons only available if you own the tasks (aka, hidden from challenge stats)
+ span(ng-if='!obj._locked')
+ a(ng-click='pushTask(task,$index,"top")', tooltip=env.t('pushTaskToTop'))
+ span.glyphicon.glyphicon-open
+ // a(ng-click='pushTask(task,$index,"bottom")', tooltip=env.t('pushTaskToBottom'))
+ // span.glyphicon.glyphicon-import
+ // // glyphicon-import or glyphicon-save or glyphicon-sort-by-attributes
+ a.badge(ng-if='task.checklist[0]', ng-class='{"badge-success":checklistCompletion(task.checklist) == task.checklist.length}', ng-click='collapseChecklist(task)', tooltip=env.t('expandCollapse'))
+ |{{checklistCompletion(task.checklist)}}/{{task.checklist.length}}
+ span.glyphicon.glyphicon-tags(tooltip='{{Shared.appliedTags(user.tags, task.tags)}}', ng-hide='Shared.noTags(task.tags)')
+ // edit
+ a(ng-hide='task._editing', ng-click='editTask(task)', tooltip=env.t('edit'))
+ |
+ span.glyphicon.glyphicon-pencil(ng-hide='task._editing')
+ |
+ a(ng-hide='!task._editing', ng-click='editTask(task)', tooltip=env.t('cancel'))
+ span.glyphicon.glyphicon-remove(ng-hide='!task._editing')
+ |
+ // save
+ a(ng-hide='!task._editing', ng-click='editTask(task);saveTask(task)', tooltip=env.t('save'))
+ span.glyphicon.glyphicon-ok(ng-hide='!task._editing')
+ |
+ //challenges
+ span(ng-if='task.challenge.id')
+ span(ng-if='task.challenge.broken')
+ span.glyphicon.glyphicon-bullhorn(style='background-color:red;', ng-click='task._editing = true', tooltip=env.t('brokenChaLink') tooltip-placement='right')
+ |
+ span(ng-if='!task.challenge.broken')
+ span.glyphicon.glyphicon-bullhorn(tooltip=env.t('challenge'))
+ |
+ // delete
+ a(ng-if='!task.challenge.id', ng-click='removeTask(task, obj[list.type+"s"])', tooltip=env.t('delete'))
+ span.glyphicon.glyphicon-trash
+ |
+
+ // chart
+ a(ng-show='task.history', ng-click='toggleChart(obj._id+task.id, task)', tooltip=env.t('progress'))
+ span.glyphicon.glyphicon-signal
+ |
+ // notes
+ span.task-notes(ng-show='task.notes && !task._editing', ng-click='task.popoverOpen = !task.popoverOpen', popover-trigger='click', data-popover-html="{{task.notes | markdown}}", popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}')
+ span.glyphicon.glyphicon-comment
+ |
diff --git a/website/views/shared/tasks/task.jade b/website/views/shared/tasks/task.jade
index 05661a939e..3675e158f5 100644
--- a/website/views/shared/tasks/task.jade
+++ b/website/views/shared/tasks/task.jade
@@ -1,238 +1,17 @@
-li(bindonce='list', id='task-{{::task.id}}', ng-repeat='task in obj[list.type+"s"] | conditionalOrderBy: list.view=="dated":"date"', class='task {{Shared.taskClasses(task, user.filters, user.preferences.dayStart, user.lastCron, list.showCompleted, main)}}', ng-click='spell && (list.type != "reward") && castEnd(task, "task", $event)', ng-class='{"cast-target":spell && (list.type != "reward"), "locked-task":obj._locked === true}', popover-trigger='mouseenter', data-popover-html="{{task.popoverOpen ? '' : task.notes | markdown}}", popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}', ng-show='shouldShow(task, list, user.preferences)')
- // right-hand side control buttons
- .task-meta-controls
+li(id='task-{{::task.id}}',
+ ng-repeat='task in obj[list.type+"s"] | filterByTextAndNotes: obj.filterQuery | conditionalOrderBy: list.view=="dated":"date"',
+ class='task {{Shared.taskClasses(task, user.filters, user.preferences.dayStart, user.lastCron, list.showCompleted, main)}}',
+ ng-class='{"cast-target":spell && (list.type != "reward"), "locked-task":obj._locked === true}',
+ ng-click='spell && (list.type != "reward") && castEnd(task, "task", $event)',
+ ng-show='shouldShow(task, list, user.preferences)',
+ popover-trigger='mouseenter', popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}',
+ data-popover-html="{{task.popoverOpen ? '' : task.notes | markdown}}")
- // Due Date
- span(ng-if='task.type=="todo" && task.date')
- span(ng-class='{"label label-danger":(moment(task.date).isBefore(_today, "days") && !task.completed)}') {{task.date | date:(user.preferences.dateFormat.indexOf('yyyy') == 0 ? user.preferences.dateFormat.substr(5) : user.preferences.dateFormat.substr(0,5))}}
+ ng-form(name='taskForm')
+ include ./meta_controls
- // Streak
- |
- span(ng-show='task.streak') {{task.streak}}
- span(tooltip=env.t('streakCounter'))
- span.glyphicon.glyphicon-forward
- |
+ include ./task_view/index
- // Icons only available if you own the tasks (aka, hidden from challenge stats)
- span(ng-if='!obj._locked')
- a(ng-click='pushTask(task,$index,"top")', tooltip=env.t('pushTaskToTop'))
- span.glyphicon.glyphicon-open
- // a(ng-click='pushTask(task,$index,"bottom")', tooltip=env.t('pushTaskToBottom'))
- // span.glyphicon.glyphicon-import
- // // glyphicon-import or glyphicon-save or glyphicon-sort-by-attributes
- a.badge(ng-if='task.checklist[0]', ng-class='{"badge-success":checklistCompletion(task.checklist) == task.checklist.length}', ng-click='collapseChecklist(task)', tooltip=env.t('expandCollapse'))
- |{{checklistCompletion(task.checklist)}}/{{task.checklist.length}}
- span.glyphicon.glyphicon-tags(tooltip='{{Shared.appliedTags(user.tags, task.tags)}}', ng-hide='Shared.noTags(task.tags)')
- // edit
- a(ng-hide='task._editing', ng-click='editTask(task)', tooltip=env.t('edit'))
- |
- span.glyphicon.glyphicon-pencil(ng-hide='task._editing')
- |
- a(ng-hide='!task._editing', ng-click='editTask(task)', tooltip=env.t('cancel'))
- span.glyphicon.glyphicon-remove(ng-hide='!task._editing')
- |
- // save
- a(ng-hide='!task._editing', ng-click='editTask(task);saveTask(task)', tooltip=env.t('save'))
- span.glyphicon.glyphicon-ok(ng-hide='!task._editing')
- |
- //challenges
- span(ng-if='task.challenge.id')
- span(ng-if='task.challenge.broken')
- span.glyphicon.glyphicon-bullhorn(style='background-color:red;', ng-click='task._editing = true', tooltip=env.t('brokenChaLink') tooltip-placement='right')
- |
- span(ng-if='!task.challenge.broken')
- span.glyphicon.glyphicon-bullhorn(tooltip=env.t('challenge'))
- |
- // delete
- a(ng-if='!task.challenge.id', ng-click='removeTask(task, obj[list.type+"s"])', tooltip=env.t('delete'))
- span.glyphicon.glyphicon-trash
- |
-
- // chart
- a(ng-show='task.history', ng-click='toggleChart(obj._id+task.id, task)', tooltip=env.t('progress'))
- span.glyphicon.glyphicon-signal
- |
- // notes
- span.task-notes(ng-show='task.notes && !task._editing', ng-click='task.popoverOpen = !task.popoverOpen', popover-trigger='click', data-popover-html="{{task.notes | markdown}}", popover-placement="top", popover-append-to-body='{{::modal ? "false":"true"}}')
- span.glyphicon.glyphicon-comment
- |
-
- // left-hand side checkbox
- .task-controls.task-primary(ng-if='!task._editing')
-
- // Habits
- .task-actions(ng-if='::task.type=="habit"')
- // score() is overridden in challengesCtrl to do nothing
- a(ng-if='task.up', ng-click='applyingAction || score(task,"up")')
- span.glyphicon.glyphicon-plus
- a(ng-if='task.down', ng-click='applyingAction || score(task,"down")')
- span.glyphicon.glyphicon-minus
-
- // Rewards
- span(ng-show='task.type=="reward"')
- a.money.btn-buy(ng-class='{highValue: task.value >= 1000}', ng-click='score(task, "down")')
- span.shop_gold
- span.reward-cost {{task.value}}
- // Daily & Todos
- span.task-checker.action-yesno(ng-if='::task.type=="daily" || task.type=="todo"')
- input.visuallyhidden.focusable(ng-if='$state.includes("tasks")', id='box-{{obj._id}}_{{task.id}}', type='checkbox', ng-model='task.completed', ng-change='task.type=="todo" && pushTask(task,$index,"bottom"); changeCheck(task)')
- input.visuallyhidden.focusable(ng-if='!$state.includes("tasks")', id='box-{{obj._id}}_{{task.id}}', type='checkbox')
- label(for='box-{{obj._id}}_{{task.id}}')
-
- // main content
- div.task-text(ng-dblclick='task._editing ? saveTask(task) : editTask(task)')
- markdown(text='task.text',target='_blank')
- //-| {{task.text}}
-
- div(ng-if='task.checklist && !$state.includes("options.social.challenges") && !task.collapseChecklist && !task._editing')
- fieldset.option-group.task-checklist
- label.checkbox(ng-repeat='item in task.checklist')
- input(type='checkbox',ng-model='item.completed',ng-change='saveTask(task,true)')
- markdown(text='item.text',target='_blank')
-
- // edit/options dialog
- div(ng-if='task._editing')
- .task-options
-
- // Broken Challenge
- .well(ng-if='task.challenge.broken')
- div(ng-if='task.challenge.broken=="TASK_DELETED"')
- p=env.t('brokenTask')
- p
- a(ng-click='unlink(task, "keep")')=env.t('keepIt')
- |
- a(ng-click="removeTask(task, obj[list.type+'s'])")=env.t('removeIt')
- div(ng-if='task.challenge.broken=="CHALLENGE_DELETED"')
- p
- |
- =env.t('brokenChallenge')
- p
- a(ng-click='unlink(task, "keep-all")')=env.t('keepThem')
- | |
- a(ng-click='unlink(task, "remove-all")')=env.t('removeThem')
- div(ng-if='task.challenge.broken=="CHALLENGE_CLOSED"')
- p
- !=env.t('challengeCompleted', {user: "{{task.challenge.winner}}"})
- p
- a(ng-click='unlink(task, "keep-all")')=env.t('keepThem')
- | |
- a(ng-click='unlink(task, "remove-all")')=env.t('removeThem')
- //div(ng-if='task.challenge.broken=="UNSUBSCRIBED"')
- p=env.t('unsubChallenge')
- p
- a(ng-click="unlink(task, 'keep-all')")=env.t('keepThem')
- | |
- a(ng-click="unlink(task, 'remove-all')")=env.t('removeThem')
-
- // Checklists
- .task-checklist-edit(ng-if='!$state.includes("options.social.challenges")')
- ul
- li
- button(type='button', ng-if='!task.checklist[0] && (task.type=="daily" || task.type=="todo")',ng-click='addChecklist(task)')
- span.glyphicon.glyphicon-tasks
- span=env.t('addChecklist')
- form.checklist-form(ng-if='task.checklist')
- fieldset.option-group(ng-if='!$state.includes("options.social.challenges")')
- legend.option-title
- span.hint(popover=env.t('checklistText'),popover-trigger='mouseenter',popover-placement='bottom')=env.t('checklist')
- ul(hrpg-sort-checklist)
- li(ng-repeat='item in task.checklist')
- //input(type='checkbox',ng-model='item.completed',ng-change='saveTask(task,true)')
- //-,ng-blur='saveTask(task,true)')
- span.checklist-icon.glyphicon.glyphicon-resize-vertical()
- input(type='text',ng-model='item.text', ui-keyup="{'13':'addChecklistItem(task,$event,$index)','38 40':'navigateChecklist(task,$index,$event)'}")
- a(ng-click='removeChecklistItem(task,$event,$index,true)')
- span.glyphicon.glyphicon-trash(tooltip=env.t('delete'))
-
- form(ng-submit='saveTask(task,false,true)')
- // text & notes
- fieldset.option-group
- label.option-title=env.t('text')
- input.option-content(type='text', ng-model='task.text', required, ng-disabled='task.challenge.id')
-
- label.option-title=env.t('extraNotes')
- textarea.option-content(rows='3', ng-model='task.notes', ng-model-options="{debounce: 1000}")
-
- // if Habit, plus/minus command options
- fieldset.option-group.plusminus(ng-if='task.type=="habit" && !task.challenge.id')
- legend.option-title=env.t('direction/Actions')
- span.task-checker
- input.visuallyhidden.focusable(id='{{obj._id}}_{{task.id}}-option-plus', type='checkbox', ng-model='task.up')
- label(for='{{obj._id}}_{{task.id}}-option-plus')
- span.task-checker
- input.visuallyhidden.focusable(id='{{obj._id}}_{{task.id}}-option-minus', type='checkbox', ng-model='task.down')
- label(for='{{obj._id}}_{{task.id}}-option-minus')
-
- // if Daily, calendar
- fieldset(ng-if='::task.type=="daily"', class="option-group")
- legend.option-title=env.t('repeat')
- ul.repeat-days(bindonce)
- // note, does not use data-toggle="buttons-checkbox" - it would interfere with our own click binding
- li
- button(ng-class='{active: task.repeat.su}', type='button', ng-click='task.challenge.id || (task.repeat.su = !task.repeat.su)') {{::moment.weekdaysMin(0)}}
- li
- button(ng-class='{active: task.repeat.m}', type='button', ng-click='task.challenge.id || (task.repeat.m = !task.repeat.m)') {{::moment.weekdaysMin(1)}}
- li
- button(ng-class='{active: task.repeat.t}', type='button', ng-click='task.challenge.id || (task.repeat.t = !task.repeat.t)') {{::moment.weekdaysMin(2)}}
- li
- button(ng-class='{active: task.repeat.w}', type='button', ng-click='task.challenge.id || (task.repeat.w = !task.repeat.w)') {{::moment.weekdaysMin(3)}}
- li
- button(ng-class='{active: task.repeat.th}', type='button', ng-click='task.challenge.id || (task.repeat.th = !task.repeat.th)') {{::moment.weekdaysMin(4)}}
- li
- button(ng-class='{active: task.repeat.f}', type='button', ng-click='task.challenge.id || (task.repeat.f= !task.repeat.f)') {{::moment.weekdaysMin(5)}}
- li
- button(ng-class='{active: task.repeat.s}', type='button', ng-click='task.challenge.id || (task.repeat.s = !task.repeat.s)') {{::moment.weekdaysMin(6)}}
-
- // if Reward, pricing
- fieldset.option-group.option-short(ng-if='task.type=="reward" && !task.challenge.id')
- legend.option-title=env.t('price')
- input.option-content(type='number', size='16', min='0', step="any", ng-model='task.value')
- .money.input-suffix
- span.shop_gold
-
- // if Todos, the due date
- fieldset.option-group(ng-if='task.type=="todo" && !task.challenge.id')
- legend.option-title=env.t('dueDate')
- input.option-content.datepicker(type='text', datepicker-popup='{{user.preferences.dateFormat}}', ng-model='task.date', is-open='datepickerOpened', ng-click='datepickerOpened = true')
-
- // Tags
- fieldset.option-group(ng-if='!$state.includes("options.social.challenges")')
- p.option-title.mega(ng-click='task._tags = !task._tags', tooltip=env.t('expandCollapse'))=env.t('tags')
- label.checkbox(ng-repeat='tag in user.tags', ng-class="{visuallyhidden: task._tags}")
- input(type='checkbox', ng-model='task.tags[tag.id]')
- markdown(text='tag.name')
-
- // Advanced Options
- span(ng-if='::task.type!="reward"')
- p.option-title.mega(ng-click='task._advanced = !task._advanced', tooltip=env.t('expandCollapse'))=env.t('advancedOptions')
- fieldset.option-group.advanced-option(ng-class="{visuallyhidden: task._advanced}")
- legend.option-title
- a.hint.priority-multiplier-help(href='http://habitrpg.wikia.com/wiki/Difficulty', target='_blank', popover-title=env.t('difficultyHelpTitle'), popover-trigger='mouseenter', popover=env.t('difficultyHelpContent'))=env.t('difficulty')
- ul.priority-multiplier
- li
- button(type='button', ng-class='{active: task.priority==1 || !task.priority}', ng-click='task.challenge.id || (task.priority=1)')=env.t('easy')
- li
- button(type='button', ng-class='{active: task.priority==1.5}', ng-click='task.challenge.id || (task.priority=1.5)')=env.t('medium')
- li
- button(type='button', ng-class='{active: task.priority==2}', ng-click='task.challenge.id || (task.priority=2)')=env.t('hard')
- //span(ng-if='task.type=="daily" && !task.challenge.id')
- span(ng-if='task.type=="daily"')
- legend.option-title.pull-left=env.t('restoreStreak')
- input.option-content(type='number', ng-model='task.streak')
-
- div(ng-if='(user.preferences.allocationMode == "taskbased" && user.preferences.automaticAllocation) || $state.is("options.social.challenges")')
- legend.option-title.pull-left=env.t('attributes')
- ul.task-attributes
- li
- button(type='button', ng-class='{active: task.attribute=="str"}', ng-click='task.attribute="str"')=env.t('physical')
- li
- button(type='button', ng-class='{active: task.attribute=="int"}', ng-click='task.attribute="int"')=env.t('mental')
- li
- button(type='button', ng-class='{active: task.attribute=="con"}', ng-click='task.attribute="con"')=env.t('social')
- li
- button(type='button', ng-class='{active: task.attribute=="per"}', ng-click='task.attribute="per"', popover=env.t('otherExamples'), popover-trigger='mouseenter', popover-placement='top')=env.t('other')
-
- .save-close
- button(type='submit')=env.t('saveAndClose')
+ include ./edit/index
div(class='{{obj._id}}{{task.id}}-chart', ng-show='charts[obj._id+task.id]')
diff --git a/website/views/shared/tasks/task_view/add_new.jade b/website/views/shared/tasks/task_view/add_new.jade
new file mode 100644
index 0000000000..aee14a33b6
--- /dev/null
+++ b/website/views/shared/tasks/task_view/add_new.jade
@@ -0,0 +1,10 @@
+form.task-add(name='new{{list.type}}form', ng-hide='obj._locked', ng-submit='addTask(obj[list.type+"s"],list)', novalidate)
+ textarea(rows='6', task-focus='list.bulk && list.focus', ng-model='list.newTask', placeholder='{{list.placeHolderBulk}}', ng-if='list.bulk', ui-keydown='{"meta-enter ctrl-enter":"addTask(obj[list.type+\'s\'],list)"}', required)
+ input(type='text', task-focus='!list.bulk && list.focus', ng-model='list.newTask', placeholder='{{list.placeHolder}}', ng-if='!list.bulk', required)
+ button(type='submit', ng-disabled='new{{list.type}}form.$invalid')
+ div.empty-task-notification( ng-show='new{{list.type}}form.$invalid', tooltip=env.t("emptyTask") )
+ span.glyphicon.glyphicon-plus
+ span.glyphicon.glyphicon-plus(ng-show='!new{{list.type}}form.$invalid')
+ small.help-block.btn-link.pull-right(ng-click='toggleBulk(list)')
+ span(ng-if='!list.bulk')=env.t('addmultiple')
+ span(ng-if='list.bulk')=env.t('addsingle')
diff --git a/website/views/shared/tasks/task_view/graph.jade b/website/views/shared/tasks/task_view/graph.jade
new file mode 100644
index 0000000000..dfc3359ff5
--- /dev/null
+++ b/website/views/shared/tasks/task_view/graph.jade
@@ -0,0 +1,9 @@
+span.option-box.pull-right(ng-if='::main')
+ a.option-action(ng-if='list.type=="todo"', ng-show='obj.history.todos', ng-click='toggleChart("todos")', tooltip=env.t('progress'), style='margin-right:5px;')
+ span.glyphicon.glyphicon-signal
+ //a.option-action(ng-href='/v1/users/{{user.id}}/calendar.ics?apiToken={{user.apiToken}}', tooltip='iCal')
+ //-a.option-action(ng-if='list.type=="todo"', ng-click='notPorted()', tooltip='iCal', ng-show='false')
+ span.glyphicon.glyphicon-calendar
+ //
+ a.option-action(ng-click='list.help=!list.help', tooltip=env.t('clickForHelp'))
+ span.glyphicon.glyphicon-question-sign(style={'zoom':1.5,'vertical-align':'-webkit-baseline-middle'})
diff --git a/website/views/shared/tasks/task_view/help.jade b/website/views/shared/tasks/task_view/help.jade
new file mode 100644
index 0000000000..718d82e411
--- /dev/null
+++ b/website/views/shared/tasks/task_view/help.jade
@@ -0,0 +1,25 @@
+div(ng-if='list.help', ng-switch='::list.type')
+ ul(ng-switch-when='habit')
+ li!=env.t('habitHelp1', {plusIcon:""})
+ li!=env.t('habitHelp2', {minusIcon:""})
+ li!=env.t('habitHelp3')
+ li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""})
+ ul(ng-switch-when='daily')
+ li!=env.t('dailyHelp1', {emphasisStart:"", emphasisEnd:"", pencilIcon:""})
+ li=env.t('dailyHelp2')
+ li!=env.t('dailyHelp3', {emphasisStart:"", emphasisEnd:""})
+ li!=env.t('dailyHelp4', {linkStart:"", linkEnd:""})
+ li!=env.t('dailyHelp5')
+ li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""})
+ ul(ng-switch-when='todo')
+ li=env.t('toDoHelp1')
+ li=env.t('toDoHelp2')
+ li=env.t('toDoHelp3')
+ li!=env.t('toDoHelp4')
+ li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""})
+ ul(ng-switch-when='reward')
+ li!=env.t('rewardHelp1', {linkStart:"", linkEnd: ""})
+ li!=env.t('rewardHelp2', {linkStart:"", linkEnd: ""})
+ li=env.t('rewardHelp3')
+ li!=env.t('rewardHelp4')
+ li!=env.t('newbieGuild', {linkStart:"", linkEnd: ""})
diff --git a/website/views/shared/tasks/task_view/index.jade b/website/views/shared/tasks/task_view/index.jade
new file mode 100644
index 0000000000..f15490969d
--- /dev/null
+++ b/website/views/shared/tasks/task_view/index.jade
@@ -0,0 +1,35 @@
+// left-hand side checkbox
+.task-controls.task-primary(ng-if='!task._editing')
+
+ // Habits
+ .task-actions(ng-if='::task.type=="habit"')
+ // score() is overridden in challengesCtrl to do nothing
+ a(ng-if='task.up', ng-click='applyingAction || score(task,"up")')
+ span.glyphicon.glyphicon-plus
+ a(ng-if='task.down', ng-click='applyingAction || score(task,"down")')
+ span.glyphicon.glyphicon-minus
+
+ // Rewards
+ span(ng-if='::task.type=="reward"')
+ a.money.btn-buy(ng-class='{highValue: task.value >= 1000}', ng-click='score(task, "down")')
+ span.shop_gold
+ span.reward-cost {{task.value}}
+
+ // Daily & Todos
+ span.task-checker.action-yesno(ng-if='::task.type=="daily" || task.type=="todo"')
+ input.visuallyhidden.focusable(id='box-{{::obj._id}}_{{::task.id}}', type='checkbox',
+ ng-model='task.completed', ng-if='$state.includes("tasks")',
+ ng-change='task.type=="todo" && pushTask(task,$index,"bottom"); changeCheck(task)')
+ input.visuallyhidden.focusable(id='box-{{::obj._id}}_{{::task.id}}', type='checkbox',
+ ng-if='!$state.includes("tasks")')
+ label(for='box-{{::obj._id}}_{{::task.id}}')
+
+// main content
+.task-text(ng-dblclick='task._editing ? saveTask(task) : editTask(task)')
+ markdown(text='task.text',target='_blank')
+
+ div(ng-if='task.checklist && !$state.includes("options.social.challenges") && !task.collapseChecklist && !task._editing')
+ fieldset.option-group.task-checklist
+ label.checkbox(ng-repeat='item in task.checklist')
+ input(type='checkbox', ng-model='item.completed', ng-change='saveTask(task,true)')
+ markdown(text='item.text', target='_blank')
diff --git a/website/views/shared/tasks/task_view/mixins.jade b/website/views/shared/tasks/task_view/mixins.jade
new file mode 100644
index 0000000000..775f194a76
--- /dev/null
+++ b/website/views/shared/tasks/task_view/mixins.jade
@@ -0,0 +1,60 @@
+mixin taskColumnTabs(position)
+ // Habits Tabs
+ div(ng-if='::main && list.type=="habit"', class='tabbable tabs-below')
+ ul.task-filter
+ li(ng-class='{active: list.view == "all"}')
+ a(ng-click='list.view = "all"')=env.t('all')
+ li(ng-class='{active: list.view == "yellowred"}')
+ a(ng-click='list.view = "yellowred"')=env.t('yellowred')
+ li(ng-class='{active: list.view == "greenblue"}')
+ a(ng-click='list.view = "greenblue"')=env.t('greenblue')
+ // Daily Tabs
+ div(ng-if='::main && list.type=="daily"', class='tabbable tabs-below')
+ // remaining/completed tabs
+ ul.task-filter
+ li(ng-class='{active: list.view == "all"}')
+ a(ng-click='list.view = "all"')=env.t('all')
+ li(ng-class='{active: list.view == "remaining"}')
+ a(ng-click='list.view = "remaining"')=env.t('due')
+ li(ng-class='{active: list.view == "complete"}')
+ a(ng-click='list.view = "complete"')=env.t('grey')
+ // Todo Tabs
+ div(ng-if='::main && list.type=="todo"', ng-class='::{"tabbable tabs-below": list.type=="todo"}')
+ if position=="bottom"
+ div(ng-show='list.view == "complete"')
+ .alert
+ =env.t('lotOfToDos')
+ button.task-action-btn.tile.spacious.bright(ng-click='user.ops.clearCompleted({})',popover=env.t('deleteToDosExplanation'),popover-trigger='mouseenter')=env.t('clearCompleted')
+ p!=env.t('beeminderDeleteWarning')
+ // remaining/completed tabs
+ ul.task-filter
+ li(ng-class='{active: list.view == "remaining"}')
+ a(ng-click='list.view = "remaining"')=env.t('remaining')
+ li(ng-class='{active: list.view == "dated"}')
+ a(ng-click='list.view = "dated"')=env.t('dated')
+ li(ng-class='{active: list.view == "complete"}')
+ a(ng-click='list.view = "complete"')=env.t('complete')
+ // Rewards Tabs
+ div(ng-if='::main && list.type=="reward"', class='tabbable tabs-below')
+ ul.task-filter
+ li(ng-class='{active: list.view == "all"}')
+ a(ng-click='list.view = "all"')=env.t('all')
+ li(ng-class='{active: list.view == "ingamerewards"}')
+ a(ng-click='list.view = "ingamerewards"')=env.t('ingamerewards')
+
+mixin specialSpell(k,canceler)
+ li.task.reward-item(ng-if='#{canceler ? "user.stats.buffs."+canceler : "user.items.special."+k+">0"}',popover-trigger='mouseenter', popover-placement='top', popover='{{Content.spells.special.#{k}.notes()}}')
+ .task-meta-controls
+ span.task-notes
+ span.glyphicon.glyphicon-comment
+ //left-hand size commands
+ .task-controls.task-primary
+ a.money.btn-buy.item-btn(ng-click='castStart(Content.spells.special.#{k})', ng-class='{active: Content.spells.special.#{k}.key == spell.key}')
+ if canceler
+ span.shop_gold
+ span.reward-cost {{Content.spells.special.#{k}.value}}
+ else
+ span.shop_spell(class='shop_#{k}')
+ span.reward-cost {{user.items.special.#{k}}}
+ // main content
+ p.task-text {{Content.spells.special.#{k}.text()}}
diff --git a/website/views/shared/tasks/task_view/spells.jade b/website/views/shared/tasks/task_view/spells.jade
new file mode 100644
index 0000000000..9360b0e656
--- /dev/null
+++ b/website/views/shared/tasks/task_view/spells.jade
@@ -0,0 +1,25 @@
+// Events
+ul.items.rewards(ng-if='main && list.type=="reward" && (user.items.special.snowball>0 || user.stats.buffs.snowball || user.items.special.spookDust>0 || user.stats.buffs.spookDust || user.items.special.shinySeed>0 || user.stats.buffs.shinySeed)')
+
+ +specialSpell('snowball')
+ +specialSpell('spookDust')
+ +specialSpell('shinySeed')
+ +specialSpell('salt','snowball')
+ +specialSpell('opaquePotion','spookDust')
+ +specialSpell('petalFreePotion','shinySeed')
+
+// Spells
+ul.items(ng-if='main && list.type=="reward" && user.stats.class && !user.preferences.disableClasses')
+ li.task.reward-item(ng-repeat='(k,skill) in Content.spells[user.stats.class]', ng-if='user.stats.lvl >= skill.lvl',popover-trigger='mouseenter', popover-placement='top', popover='{{skill.notes()}}')
+ .task-meta-controls
+ span.task-notes
+ span.glyphicon.glyphicon-comment
+ //left-hand size commands
+ .task-controls.task-primary
+ a.money.btn-buy.item-btn(ng-click='castStart(skill)', ng-class='{active: skill.key == spell.key}')
+ span.reward-cost
+ strong {{skill.mana}}
+ =env.t('mp')
+ // main content
+ span(ng-class='{"shop_{{skill.key}} shop-sprite item-img": true}')
+ p.task-text {{skill.text()}}
diff --git a/website/views/shared/tasks/task_view/static_rewards.jade b/website/views/shared/tasks/task_view/static_rewards.jade
new file mode 100644
index 0000000000..7a19f66db3
--- /dev/null
+++ b/website/views/shared/tasks/task_view/static_rewards.jade
@@ -0,0 +1,14 @@
+ul.items.rewards(ng-if='main && list.type=="reward"')
+ li.task.reward-item(ng-repeat='item in itemStore',popover-trigger='mouseenter', popover-placement='top', popover='{{item.key == "armoire" && !user.flags.armoireEmpty ? env.t("armoireNotesFull") + armoireCount(user.items.gear.owned) : item.notes()}}')
+ // right-hand side control buttons
+ .task-meta-controls
+ span.task-notes
+ span.glyphicon.glyphicon-comment
+ //left-hand size commands
+ .task-controls.task-primary
+ a.money.btn-buy.item-btn(ng-class='{highValue: item.value >= 1000}', ng-click='buy(item)')
+ span.shop_gold
+ span.reward-cost {{item.value}}
+ // main content
+ span(ng-class='::{"shop_{{item.key}} shop-sprite item-img": true}').reward-img
+ p.task-text {{item.text()}}
diff --git a/website/views/static/community-guidelines.jade b/website/views/static/community-guidelines.jade
index c6bb49a838..a31cf34781 100644
--- a/website/views/static/community-guidelines.jade
+++ b/website/views/static/community-guidelines.jade
@@ -28,27 +28,27 @@ block content
p.pagemeta
=env.t('lastUpdated')
|
- =env.t('February')
- | 9, 2015
- h2=env.t('commGuideHeadingWelcome')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/intro.png', alt='')
+ =env.t('May')
+ | 27, 2015
+ h2#welcome=env.t('commGuideHeadingWelcome')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/intro.png', alt='')
p=env.t('commGuidePara001')
p=env.t('commGuidePara002')
p=env.t('commGuidePara003')
p=env.t('commGuidePara004')
- h2=env.t('commGuideHeadingBeing')
+ h2#being-habitican=env.t('commGuideHeadingBeing')
p=env.t('commGuidePara005')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/beingHabitican.png', alt='')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/beingHabitican.png', alt='')
ul
li!=env.t('commGuideList01A')
li!=env.t('commGuideList01B')
li!=env.t('commGuideList01C')
li!=env.t('commGuideList01D')
- h2=env.t('commGuideHeadingMeet')
+ h2#meet-the-mods=env.t('commGuideHeadingMeet')
p=env.t('commGuidePara006')
p
strong=env.t('commGuidePara007')
@@ -56,9 +56,9 @@ block content
strong=env.t('commGuidePara008')
p
strong=env.t('commGuidePara009')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/staff.png', alt='')
- ul(class='pull-left list-unstyled')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/staff.png', alt='')
+ ul.pull-left.list-unstyled
li
strong Lefnire (Tyler Renelle)
li
@@ -77,9 +77,11 @@ block content
p=env.t('commGuidePara010')
p
strong=env.t('commGuidePara011')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/moderators.png', alt='')
- ul(class='pull-left list-unstyled')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/moderators.png', alt='')
+ ul.pull-left.list-unstyled
+ li
+ strong beffymaroo
li
strong Bailey (It's Bailey
=env.t('commGuidePara011a')
@@ -107,9 +109,9 @@ block content
p=env.t('commGuidePara014')
|
em Slappybag, litenull, Shaner, Bobbyroberts99, wc8
- h2=env.t('commGuideHeadingPublicSpaces')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/publicSpaces.png', alt='')
+ h2#public-spaces=env.t('commGuideHeadingPublicSpaces')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/publicSpaces.png', alt='')
p=env.t('commGuidePara015')
p=env.t('commGuidePara016')
p!=env.t('commGuidePara017')
@@ -128,18 +130,18 @@ block content
p
p=env.t('commGuidePara021')
- h3=env.t('commGuideHeadingTavern')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/tavern.png', alt='')
+ h3#tavern=env.t('commGuideHeadingTavern')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/tavern.png', alt='')
p=env.t('commGuidePara022')
p
strong=env.t('commGuidePara023')
p!=env.t('commGuidePara024')
p!=env.t('commGuidePara027')
- h3=env.t('commGuideHeadingPublicGuilds')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/publicGuilds.png', alt='')
+ h3#guilds=env.t('commGuideHeadingPublicGuilds')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/publicGuilds.png', alt='')
p!=env.t('commGuidePara029')
p!=env.t('commGuidePara031')
p!=env.t('commGuidePara033')
@@ -147,15 +149,15 @@ block content
p
strong=env.t('commGuidePara037')
- h3=env.t('commGuideHeadingBackCorner')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/backCorner.png', alt='')
+ h3#back-corner=env.t('commGuideHeadingBackCorner')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/backCorner.png', alt='')
p!=env.t('commGuidePara038')
p!=env.t('commGuidePara039')
- h3=env.t('commGuideHeadingTrello')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/trello.png', alt='')
+ h3#trello=env.t('commGuideHeadingTrello')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/trello.png', alt='')
p!=env.t('commGuidePara040')
p
strong=env.t('commGuidePara041')
@@ -167,13 +169,13 @@ block content
li!=env.t('commGuideList03E')
p!=env.t('commGuidePara042')
- h3=env.t('commGuideHeadingGitHub')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/github.gif', alt='')
+ h3#github=env.t('commGuideHeadingGitHub')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/github.gif', alt='')
p!=env.t('commGuidePara043')
p
strong=env.t('commGuidePara044')
- ul(class='listColumns2 peopleList')
+ ul.listColumns2.peopleList
li lefnire (Tyler)
li Alys
li benmanley (Pixel)
@@ -196,9 +198,9 @@ block content
li MagicMicky
li viirus
- h3=env.t('commGuideHeadingWiki')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/wiki.png', alt='')
+ h3#wiki=env.t('commGuideHeadingWiki')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/wiki.png', alt='')
p!=env.t('commGuidePara045')
p=env.t('commGuidePara046')
p
@@ -215,7 +217,7 @@ block content
li=env.t('commGuideList04H')
p
strong=env.t('commGuidePara049')
- ul(class='peopleList')
+ ul.peopleList
li Breadstrings (bureaucrat)
li JiggerD
li LadyAlys
@@ -225,10 +227,10 @@ block content
|:
em Bobbyroberts99 (founder and bureaucrat), wc8 (bureaucrat)
- h2=env.t('commGuideHeadingInfractionsEtc')
- h3=env.t('commGuideHeadingInfractions')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/infractions.png', alt='')
+ h2#infractions-consequences-restoration=env.t('commGuideHeadingInfractionsEtc')
+ h3#infractions=env.t('commGuideHeadingInfractions')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/infractions.png', alt='')
p=env.t('commGuidePara050')
p!=env.t('commGuidePara051')
h4=env.t('commGuideHeadingSevereInfractions')
@@ -256,9 +258,9 @@ block content
li=env.t('commGuideList07A')
li=env.t('commGuideList07B')
- h3=env.t('commGuideHeadingConsequences')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/consequences.png', alt='')
+ h3#consequences=env.t('commGuideHeadingConsequences')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/consequences.png', alt='')
p=env.t('commGuidePara058')
p!=env.t('commGuidePara059')
p
@@ -288,16 +290,16 @@ block content
li=env.t('commGuideList11D')
li=env.t('commGuideList11E')
- h3=env.t('commGuideHeadingRestoration')
- div(class='clearfix')
- img(class='pull-left', src='/community-guidelines-images/restoration.png', alt='')
+ h3#restoration=env.t('commGuideHeadingRestoration')
+ .clearfix
+ img.pull-left(src='/community-guidelines-images/restoration.png', alt='')
p!=env.t('commGuidePara061')
p!=env.t('commGuidePara062')
p!=env.t('commGuidePara063')
- h2=env.t('commGuideHeadingContributing')
- div(class='clearfix')
- img(class='pull-right', src='/community-guidelines-images/contributing.png', alt='')
+ h2#contributing=env.t('commGuideHeadingContributing')
+ .clearfix
+ img.pull-right(src='/community-guidelines-images/contributing.png', alt='')
p=env.t('commGuidePara064')
ol
li=env.t('commGuideList12A')
@@ -315,11 +317,11 @@ block content
li!=env.t('commGuideList13C')
li!=env.t('commGuideList13D')
- h2=env.t('commGuideHeadingFinal')
+ h2#final=env.t('commGuideHeadingFinal')
p!=env.t('commGuidePara067')
p=env.t('commGuidePara068')
- h2=env.t('commGuideHeadingLinks')
+ h2#links=env.t('commGuideHeadingLinks')
ul
li
a(href='https://habitrpg.com/#/options/groups/guilds/5481ccf3-5d2d-48a9-a871-70a7380cee5a' target='_blank')=env.t('commGuideLink01')
@@ -356,7 +358,7 @@ block content
p
strong=env.t('commGuidePara069')
- ul(class='listColumns2 peopleList')
+ ul.listColumns2.peopleList
li Breadstrings
li Draayder
li Kiwibot
diff --git a/website/views/static/front.jade b/website/views/static/front.jade
index c3aa29a078..304abfce7e 100644
--- a/website/views/static/front.jade
+++ b/website/views/static/front.jade
@@ -3,7 +3,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
head
meta(charset='utf-8')
link(href='http://fonts.googleapis.com/css?family=Lato:400,700', rel='stylesheet', type='text/css')
- title HabitRPG | Gamify Your Life
+ title HabitRPG | Your Life the Role Playing Game
meta(name='description', content='')
meta(name='keywords', content='')
meta(name='author', content='')
@@ -33,6 +33,14 @@ html(ng-app='habitrpg', ng-controller='RootCtrl')
script(type='text/javascript', src='https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.12.1/ui-bootstrap.min.js')
script(type='text/javascript', src='https://cdnjs.cloudflare.com/ajax/libs/angular-ui-bootstrap/0.12.1/ui-bootstrap-tpls.min.js')
+ script(type='text/javascript').
+ (function (f, b) {if (!b.__SV) {var a, e, i, g;window.mixpanel = b;b._i = [];b.init = function (a, e, d) {function f(b, h) {var a = h.split(".");2 == a.length && (b = b[a[0]], h = a[1]);b[h] = function () {b.push([h].concat(Array.prototype.slice.call(arguments, 0)))}}var c = b;"undefined" !== typeof d ? c = b[d] = [] : d = "mixpanel";c.people = c.people || [];c.toString = function (b) {var a = "mixpanel";"mixpanel" !== d && (a += "." + d);b || (a += " (stub)");return a};c.people.toString = function () {return c.toString(1) + ".people (stub)"};i = "disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
+ for (g = 0; g < i.length; g++)f(c, i[g]);b._i.push([a, e, d])};b.__SV = 1.2;a = f.createElement("script");a.type = "text/javascript";a.async = !0;a.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";e = f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a, e)}})(document, window.mixpanel || []);
+ mixpanel.init(window.env.MP_ID);
+
+ script(type='text/javascript').
+ mixpanel.track("Landing Page");
+
body(ng-controller='AuthCtrl')
include ./login-modal
include ../shared/header/avatar
diff --git a/website/views/static/layout.jade b/website/views/static/layout.jade
index 566e23bed8..1e2725b7c4 100644
--- a/website/views/static/layout.jade
+++ b/website/views/static/layout.jade
@@ -27,6 +27,11 @@ html(ng-app='habitrpg')
//FIXME for some reason this won't load when in footerCtrl.js#deferredScripts()
script(type="text/javascript", src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-5016f6cc44ad68a4", async="async")
+ script(type='text/javascript').
+ (function (f, b) {if (!b.__SV) {var a, e, i, g;window.mixpanel = b;b._i = [];b.init = function (a, e, d) {function f(b, h) {var a = h.split(".");2 == a.length && (b = b[a[0]], h = a[1]);b[h] = function () {b.push([h].concat(Array.prototype.slice.call(arguments, 0)))}}var c = b;"undefined" !== typeof d ? c = b[d] = [] : d = "mixpanel";c.people = c.people || [];c.toString = function (b) {var a = "mixpanel";"mixpanel" !== d && (a += "." + d);b || (a += " (stub)");return a};c.people.toString = function () {return c.toString(1) + ".people (stub)"};i = "disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
+ for (g = 0; g < i.length; g++)f(c, i[g]);b._i.push([a, e, d])};b.__SV = 1.2;a = f.createElement("script");a.type = "text/javascript";a.async = !0;a.src = "undefined" !== typeof MIXPANEL_CUSTOM_LIB_URL ? MIXPANEL_CUSTOM_LIB_URL : "//cdn.mxpnl.com/libs/mixpanel-2-latest.min.js";e = f.getElementsByTagName("script")[0];e.parentNode.insertBefore(a, e)}})(document, window.mixpanel || []);
+ mixpanel.init(window.env.MP_ID);
+
!= env.getManifestFiles("static")
body