diff --git a/Gruntfile.js b/Gruntfile.js index 12612129d0..036850c2de 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -75,6 +75,20 @@ module.exports = function(grunt) { sprite: sprite, + imagemin: { + spritesmith: { + options: { + optimizationLevel: 7 + }, + files: [{ + expand: true, + flatten: true, + src: ["common/dist/sprites/*.png"], + dest: "common/dist/sprites/" + }] + } + }, + cssmin: { dist: { options: { @@ -209,7 +223,7 @@ module.exports = function(grunt) { }); // Register tasks. - grunt.registerTask('compile:sprites', ['clean:sprite', 'sprite', 'cssmin']); + grunt.registerTask('compile:sprites', ['clean:sprite', 'sprite', 'imagemin', 'cssmin']); grunt.registerTask('build:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres','prepare:staticNewStuff']); grunt.registerTask('build:dev', ['browserify', 'stylus', 'prepare:staticNewStuff']); grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']); @@ -250,6 +264,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-concurrent'); grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadNpmTasks('grunt-spritesmith'); + grunt.loadNpmTasks('grunt-contrib-imagemin'); grunt.loadNpmTasks('grunt-hashres'); grunt.loadNpmTasks('grunt-karma'); diff --git a/bower.json b/bower.json index 54fec9e612..1c0e78997d 100644 --- a/bower.json +++ b/bower.json @@ -14,34 +14,34 @@ "tests" ], "dependencies": { - "jquery": "~2.1.0", - "jquery.cookie": "~1.4.0", + "Angular-At-Directive": "snicker/Angular-At-Directive#c27bae207aa06d1e", + "BrowserQuest": "browserquest/BrowserQuest#c3a960b03031dad5d", "angular": "1.3.9", - "angular-ui": "~0.4.0", - "angular-sanitize": "1.3.9", - "angular-resource": "1.3.9", - "angular-ui-utils": "~0.1.0", - "angular-ui-select2": "git://github.com/angular-ui/ui-select2.git", - "angular-bootstrap": "~0.12.0", - "angular-loading-bar": "~0.6.0", - "bootstrap": "~3.1.0", - "bootstrap-growl": "git://github.com/ifightcrime/bootstrap-growl.git#master", - "bootstrap-tour": "~0.10.1", - "BrowserQuest": "git://github.com/browserquest/BrowserQuest.git", - "github-buttons": "git://github.com/mdo/github-buttons.git", - "marked": "~0.2.9", - "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#v2.0.24", - "ngInfiniteScroll": "1.0.0", - "jquery-colorbox": "~1.4.36", - "pnotify": "~1.3.1", - "jquery-ui": "~1.10.3", - "hello": "~1.5.0", - "css-social-buttons": "https://github.com/samcollins/css-social-buttons.git", + "angular-bootstrap": "~0.13.0", "angular-filter": "~0.5.1", - "angular-ui-router": "~0.2.13" + "angular-loading-bar": "~0.6.0", + "angular-resource": "1.3.9", + "angular-sanitize": "1.3.9", + "angular-ui": "~0.4.0", + "angular-ui-router": "~0.2.13", + "angular-ui-select2": "angular-ui/ui-select2#afa6589a54cb72815f", + "angular-ui-utils": "~0.1.0", + "bootstrap": "~3.1.0", + "bootstrap-growl": "ifightcrime/bootstrap-growl#162daa41cd1155f", + "bootstrap-tour": "~0.10.1", + "css-social-buttons": "samcollins/css-social-buttons#v1.1.1 ", + "github-buttons": "mdo/github-buttons#v3.0.0", + "hello": "~1.5.0", + "jquery": "~2.1.0", + "jquery-colorbox": "~1.4.36", + "jquery-ui": "~1.10.3", + "jquery.cookie": "~1.4.0", + "js-emoji": "snicker/js-emoji#f25d8a303f", + "marked": "~0.2.9", + "ngInfiniteScroll": "1.0.0", + "pnotify": "~1.3.1", + "sticky": "*", + "swagger-ui": "wordnik/swagger-ui#v2.0.24" }, "devDependencies": { "angular-mocks": "1.3.9" diff --git a/common/audio/gokulTheme/Achievement_Unlocked.mp3 b/common/audio/gokulTheme/Achievement_Unlocked.mp3 old mode 100755 new mode 100644 index 9cf8c038a3..05cd28ab61 Binary files a/common/audio/gokulTheme/Achievement_Unlocked.mp3 and b/common/audio/gokulTheme/Achievement_Unlocked.mp3 differ diff --git a/common/audio/gokulTheme/Achievement_Unlocked.ogg b/common/audio/gokulTheme/Achievement_Unlocked.ogg old mode 100755 new mode 100644 index 158e7a864d..666b7501fd Binary files a/common/audio/gokulTheme/Achievement_Unlocked.ogg and b/common/audio/gokulTheme/Achievement_Unlocked.ogg differ diff --git a/common/audio/gokulTheme/Chat.mp3 b/common/audio/gokulTheme/Chat.mp3 old mode 100755 new mode 100644 diff --git a/common/audio/gokulTheme/Chat.ogg b/common/audio/gokulTheme/Chat.ogg old mode 100755 new mode 100644 index 028d1a314e..a386443a5b Binary files a/common/audio/gokulTheme/Chat.ogg and b/common/audio/gokulTheme/Chat.ogg differ diff --git a/common/audio/gokulTheme/Daily.mp3 b/common/audio/gokulTheme/Daily.mp3 old mode 100755 new mode 100644 index a0d712ec85..58ece9fe2d Binary files a/common/audio/gokulTheme/Daily.mp3 and b/common/audio/gokulTheme/Daily.mp3 differ diff --git a/common/audio/gokulTheme/Daily.ogg b/common/audio/gokulTheme/Daily.ogg old mode 100755 new mode 100644 index 67379261c5..03b75bf3d4 Binary files a/common/audio/gokulTheme/Daily.ogg and b/common/audio/gokulTheme/Daily.ogg differ diff --git a/common/audio/gokulTheme/Death.mp3 b/common/audio/gokulTheme/Death.mp3 old mode 100755 new mode 100644 index 91263b7095..e5cbfd2699 Binary files a/common/audio/gokulTheme/Death.mp3 and b/common/audio/gokulTheme/Death.mp3 differ diff --git a/common/audio/gokulTheme/Death.ogg b/common/audio/gokulTheme/Death.ogg old mode 100755 new mode 100644 index d89825537d..accd2390b3 Binary files a/common/audio/gokulTheme/Death.ogg and b/common/audio/gokulTheme/Death.ogg differ diff --git a/common/audio/gokulTheme/Item_Drop.mp3 b/common/audio/gokulTheme/Item_Drop.mp3 old mode 100755 new mode 100644 index e3d461a6c5..439fb7792d Binary files a/common/audio/gokulTheme/Item_Drop.mp3 and b/common/audio/gokulTheme/Item_Drop.mp3 differ diff --git a/common/audio/gokulTheme/Item_Drop.ogg b/common/audio/gokulTheme/Item_Drop.ogg old mode 100755 new mode 100644 index 96e013c8ca..8a1309020c Binary files a/common/audio/gokulTheme/Item_Drop.ogg and b/common/audio/gokulTheme/Item_Drop.ogg differ diff --git a/common/audio/gokulTheme/Level_Up.mp3 b/common/audio/gokulTheme/Level_Up.mp3 old mode 100755 new mode 100644 index 66fbc07909..49af3e84e9 Binary files a/common/audio/gokulTheme/Level_Up.mp3 and b/common/audio/gokulTheme/Level_Up.mp3 differ diff --git a/common/audio/gokulTheme/Level_Up.ogg b/common/audio/gokulTheme/Level_Up.ogg old mode 100755 new mode 100644 index 5209cfa386..f4473d8727 Binary files a/common/audio/gokulTheme/Level_Up.ogg and b/common/audio/gokulTheme/Level_Up.ogg differ diff --git a/common/audio/gokulTheme/Minus_Habit.mp3 b/common/audio/gokulTheme/Minus_Habit.mp3 old mode 100755 new mode 100644 index 38aa4ec050..f7afb5c94b Binary files a/common/audio/gokulTheme/Minus_Habit.mp3 and b/common/audio/gokulTheme/Minus_Habit.mp3 differ diff --git a/common/audio/gokulTheme/Minus_Habit.ogg b/common/audio/gokulTheme/Minus_Habit.ogg old mode 100755 new mode 100644 index ac235dd43b..6e1d9eaeef Binary files a/common/audio/gokulTheme/Minus_Habit.ogg and b/common/audio/gokulTheme/Minus_Habit.ogg differ diff --git a/common/audio/gokulTheme/Plus_Habit.mp3 b/common/audio/gokulTheme/Plus_Habit.mp3 old mode 100755 new mode 100644 index 2b4f259cdf..91afbba5e9 Binary files a/common/audio/gokulTheme/Plus_Habit.mp3 and b/common/audio/gokulTheme/Plus_Habit.mp3 differ diff --git a/common/audio/gokulTheme/Plus_Habit.ogg b/common/audio/gokulTheme/Plus_Habit.ogg old mode 100755 new mode 100644 index 1b7139fb8b..6343875f4d Binary files a/common/audio/gokulTheme/Plus_Habit.ogg and b/common/audio/gokulTheme/Plus_Habit.ogg differ diff --git a/common/audio/gokulTheme/Reward.mp3 b/common/audio/gokulTheme/Reward.mp3 old mode 100755 new mode 100644 index 59b14485af..570c2f424f Binary files a/common/audio/gokulTheme/Reward.mp3 and b/common/audio/gokulTheme/Reward.mp3 differ diff --git a/common/audio/gokulTheme/Reward.ogg b/common/audio/gokulTheme/Reward.ogg old mode 100755 new mode 100644 index 57e605fda3..fe7c59cff1 Binary files a/common/audio/gokulTheme/Reward.ogg and b/common/audio/gokulTheme/Reward.ogg differ diff --git a/common/audio/gokulTheme/ToDo.mp3 b/common/audio/gokulTheme/ToDo.mp3 old mode 100755 new mode 100644 index 65b6ad70e4..11bdd69e2e Binary files a/common/audio/gokulTheme/ToDo.mp3 and b/common/audio/gokulTheme/ToDo.mp3 differ diff --git a/common/audio/gokulTheme/ToDo.ogg b/common/audio/gokulTheme/ToDo.ogg old mode 100755 new mode 100644 index 162e7a4f50..9a53b12874 Binary files a/common/audio/gokulTheme/ToDo.ogg and b/common/audio/gokulTheme/ToDo.ogg differ diff --git a/common/dist/sprites/habitrpg-shared.css b/common/dist/sprites/habitrpg-shared.css index c875afc69f..74f53ce62b 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:-1949px -1116px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1924px -819px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1924px -1116px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1899px -1116px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1949px -1089px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1924px -1089px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1899px -1089px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1949px -1062px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1924px -1062px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1899px -1062px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1949px -1035px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1924px -1035px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1899px -1035px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1949px -1008px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1924px -1008px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1899px -1008px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1949px -981px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1924px -981px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1899px -819px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1949px -954px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1924px -954px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1899px -954px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1949px -927px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1924px -927px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1899px -927px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1949px -900px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1924px -900px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1899px -900px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1949px -873px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1924px -873px;width:24px;height:26px}.achievement-ultimate-healer{background-image:url(spritesmith0.png);background-position:-1899px -873px;width:24px;height:26px}.achievement-ultimate-mage{background-image:url(spritesmith0.png);background-position:-1949px -846px;width:24px;height:26px}.achievement-ultimate-rogue{background-image:url(spritesmith0.png);background-position:-1924px -846px;width:24px;height:26px}.achievement-ultimate-warrior{background-image:url(spritesmith0.png);background-position:-1899px -846px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1949px -819px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1899px -981px;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:0 -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-25px -1449px;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:-708px -592px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-733px -607px;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:-1638px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1663px -1813px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1729px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1754px -1813px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1899px 0;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1924px -15px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1899px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1924px -106px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1899px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1924px -197px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1899px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1924px -288px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1899px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1924px -379px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1899px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1924px -470px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1899px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1924px -561px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1899px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1924px -652px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1899px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1924px -743px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-989px -819px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-1014px -834px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-989px -728px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-1014px -743px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-989px -637px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-1014px -652px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-989px -546px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-1014px -561px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-989px -455px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-1014px -470px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-989px -364px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-1014px -379px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-989px -273px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-1014px -288px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-989px -182px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-1014px -197px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-989px -91px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1014px -106px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-989px 0;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-1014px -15px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-889px -740px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-914px -755px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-798px -740px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-823px -755px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-707px -740px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-732px -755px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1080px 0;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-1105px -15px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-728px -1729px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-753px -1744px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-819px -1729px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-844px -1744px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-910px -1729px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-935px -1744px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1001px -1729px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-1026px -1744px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-1092px -1729px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-1117px -1744px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-1183px -1729px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-1208px -1744px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-1274px -1729px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-1299px -1744px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-1365px -1729px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-1390px -1744px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-1456px -1729px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-1481px -1744px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1547px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1572px -1744px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith2.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-389px -925px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-480px -925px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-571px -925px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-662px -925px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-753px -925px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-844px -925px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -925px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-1026px -15px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-1026px -106px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1026px -197px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1026px -288px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -379px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-1026px -470px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-1026px -561px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-1026px -652px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-1026px -743px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-1026px -834px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -925px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-25px -1016px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-116px -1016px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-207px -1016px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-298px -1016px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-389px -1016px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-480px -1016px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -1016px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-662px -1016px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-753px -1016px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -1016px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -1016px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1026px -1031px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1117px -30px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1117px -121px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1117px -212px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1117px -303px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-1117px -394px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1117px -485px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1117px -576px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-1117px -667px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-1117px -758px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1117px -849px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1117px -940px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1117px -1031px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-25px -1122px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-116px -1122px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-207px -1122px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-298px -1122px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-389px -1122px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-480px -1122px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-571px -1122px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-662px -1122px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-753px -1122px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-844px -1122px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-935px -1122px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1026px -1122px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1117px -1122px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1208px -30px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1208px -121px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1208px -212px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-1208px -303px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-1208px -394px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-1208px -485px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-1208px -576px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1208px -667px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-1208px -743px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-1208px -834px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-1208px -925px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1016px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-1208px -1107px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-25px -1198px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-116px -1198px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-207px -1198px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-298px -1198px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-389px -1198px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-480px -1198px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-571px -1198px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-662px -1198px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-753px -1198px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-844px -1198px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-935px -1198px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1026px -1198px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1198px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-1208px -1198px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1299px -15px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1299px -106px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-1299px -197px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-25px -15px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-1299px -379px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-1299px -470px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-1299px -561px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-1299px -652px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-1299px -743px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1299px -834px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1299px -925px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1481px -15px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1481px -106px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1481px -197px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-1481px -288px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1481px -379px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-1481px -470px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1481px -561px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-1481px -652px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1481px -743px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1481px -834px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1481px -925px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1016px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1107px;width:60px;height:60px}.broad_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.broad_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.shop_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1729px -82px;width:40px;height:40px}.shop_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1729px -41px;width:40px;height:40px}.shop_head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1729px 0;width:40px;height:40px}.shop_head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1680px -1679px;width:40px;height:40px}.shop_head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1639px -1679px;width:40px;height:40px}.shop_head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1598px -1679px;width:40px;height:40px}.shop_head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1557px -1679px;width:40px;height:40px}.shop_shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1516px -1679px;width:40px;height:40px}.shop_weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1475px -1679px;width:40px;height:40px}.shop_weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1729px -123px;width:40px;height:40px}.slim_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1455px -1456px;width:90px;height:90px}.slim_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:0 -1547px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-91px -1547px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-182px -1547px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-273px -1547px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-364px -1547px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-455px -1547px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-546px -1547px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1680px -1638px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1639px -1638px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1598px -1638px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1557px -1638px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1516px -1638px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1475px -1638px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1434px -1638px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1393px -1638px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1352px -1638px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1311px -1638px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1270px -1638px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1229px -1638px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1106px -1638px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1065px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1024px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-983px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-942px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-901px -1638px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-860px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-819px -1638px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1561px -1588px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-819px -1679px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1561px -1547px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:0 -1638px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-91px -1638px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-182px -1638px;width:90px;height:90px}.slim_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-273px -1638px;width:90px;height:90px}.slim_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-364px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-455px -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-546px -1638px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-637px -1638px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -364px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -273px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1147px -1638px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1188px -1638px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -182px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -91px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px 0;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1440px -1547px;width:120px;height:90px}.broad_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1334px -1547px;width:105px;height:90px}.broad_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1243px -1547px;width:90px;height:90px}.head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1152px -1547px;width:90px;height:90px}.head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1031px -1547px;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-925px -1547px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-834px -1547px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-743px -1547px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-637px -1547px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1364px -1456px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-860px -1679px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-901px -1679px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-942px -1679px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-983px -1679px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1024px -1679px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1065px -1679px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1106px -1679px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1147px -1679px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1188px -1679px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1229px -1679px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1270px -1679px;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1311px -1679px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1352px -1679px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1393px -1679px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1434px -1679px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1273px -1456px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1152px -1456px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1046px -1456px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-955px -1456px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-864px -1456px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-743px -1456px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-728px -1638px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-123px -1440px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith3.png);background-position:-574px -1440px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith3.png);background-position:-1016px -91px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith3.png);background-position:-672px -985px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-763px -985px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith3.png);background-position:-546px -894px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-820px -1440px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith3.png);background-position:-1471px -902px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith3.png);background-position:-1471px -1353px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith3.png);background-position:-637px -894px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-728px -894px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-819px -894px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1471px -943px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-1471px -1312px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1016px -182px;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith3.png);background-position:-1016px -273px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1016px -364px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith3.png);background-position:-861px -1440px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-674px -1390px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1016px -546px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1016px -637px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1471px -984px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1471px -1271px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1016px -728px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-194px -424px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:-376px -424px;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-533px -1440px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-615px -1440px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-285px -424px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1107px -91px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-1107px -182px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-715px -1390px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-756px -1390px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1107px -273px;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1107px -546px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1107px -637px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1471px -1107px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1471px -1148px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1107px -728px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-1107px -819px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-539px -1076px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-41px -1440px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-82px -1440px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-630px -1076px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:-721px -1076px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-815px -1076px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-738px -1440px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-779px -1440px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-558px 0;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-558px -91px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-592px -1390px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-633px -1390px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-558px -182px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-558px -273px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-558px -364px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-797px -1390px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1471px -861px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-467px -424px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:0 -530px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-91px -530px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1471px -1025px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1471px -1066px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-182px -530px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-273px -530px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1471px -1189px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-1471px -1230px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-364px -530px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-455px -530px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-546px -530px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1471px -1394px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:0 -1440px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-652px 0;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:-652px -91px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-652px -182px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-164px -1440px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-205px -1440px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-652px -273px;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:-652px -364px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-656px -1440px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-697px -1440px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-652px -455px;width:90px;height:90px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:0 -621px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-91px -621px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-182px -621px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-902px -1440px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-943px -1440px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:-510px -1390px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-551px -1390px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-273px -621px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-364px -621px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-455px -621px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-546px -621px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-637px -621px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-743px 0;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-838px -1390px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-1471px -738px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-1471px -779px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-1471px -820px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-743px -91px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-743px -182px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-743px -273px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-743px -364px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-743px -455px;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-743px -546px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:0 -712px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-91px -712px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-182px -712px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-273px -712px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-364px -712px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-455px -712px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-546px -712px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-637px -712px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-728px -712px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-834px 0;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-834px -91px;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-834px -182px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-834px -273px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-834px -364px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-834px -455px;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-834px -546px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-834px -637px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:0 -803px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-91px -803px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-182px -803px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-273px -803px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-364px -803px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-455px -803px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-546px -803px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-984px -1440px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1025px -1440px;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1066px -1440px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1107px -1440px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1148px -1440px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1189px -1440px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1230px -1440px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-510px -1349px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-551px -1349px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-592px -1349px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-633px -1349px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-674px -1349px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-715px -1349px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-756px -1349px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-797px -1349px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-838px -1349px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-879px -1349px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-920px -1349px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-961px -1349px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1002px -1349px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-1043px -1349px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-1084px -1349px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-1125px -1349px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1166px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1207px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1248px -1349px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1289px -1349px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-1330px -1349px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-1371px -1349px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1412px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-182px -1390px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-223px -1390px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-264px -1390px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-305px -1390px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-346px -1390px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-387px -1390px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-428px -1390px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-469px -1390px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-637px -803px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-728px -803px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-819px -803px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-925px 0;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-925px -91px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-925px -182px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-925px -273px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-925px -364px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-925px -455px;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-925px -546px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-925px -637px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-925px -728px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:0 -894px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-91px -894px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-182px -894px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-273px -894px;width:90px;height:90px}.body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-364px -894px;width:90px;height:90px}.body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-455px -894px;width:90px;height:90px}.body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px -106px;width:102px;height:105px}.body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-194px -106px;width:90px;height:105px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-285px 0;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-285px -106px;width:90px;height:105px}.broad_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-910px -894px;width:90px;height:90px}.broad_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1016px 0;width:90px;height:90px}.broad_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px 0;width:102px;height:105px}.broad_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -212px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-91px -212px;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-182px -212px;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -985px;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -985px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-224px -985px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-336px -985px;width:111px;height:90px}.head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1016px -455px;width:90px;height:90px}.head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1016px -819px;width:90px;height:90px}.head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-273px -212px;width:102px;height:105px}.head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-376px 0;width:90px;height:105px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-376px -106px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-448px -985px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-560px -985px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-376px -212px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-103px -318px;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-854px -985px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:-966px -985px;width:111px;height:90px}.shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1107px 0;width:90px;height:90px}.shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-194px -318px;width:102px;height:105px}.shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-297px -318px;width:90px;height:105px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-467px 0;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -1076px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -1076px;width:111px;height:90px}.shop_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1271px -1440px;width:40px;height:40px}.shop_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1312px -1440px;width:40px;height:40px}.shop_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1353px -1440px;width:40px;height:40px}.shop_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1394px -1440px;width:40px;height:40px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1380px -1274px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-1421px -1274px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1289px -1183px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1330px -1183px;width:40px;height:40px}.shop_body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1198px -1092px;width:40px;height:40px}.shop_body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1239px -1092px;width:40px;height:40px}.shop_body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1107px -1001px;width:40px;height:40px}.shop_body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1148px -1001px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1016px -910px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-1057px -910px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-925px -819px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-966px -819px;width:40px;height:40px}.shop_head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-834px -728px;width:40px;height:40px}.shop_head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-875px -728px;width:40px;height:40px}.shop_head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-743px -637px;width:40px;height:40px}.shop_head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-784px -637px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-652px -546px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-693px -546px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-558px -455px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-599px -455px;width:40px;height:40px}.shop_shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-388px -318px;width:40px;height:40px}.shop_shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-388px -359px;width:40px;height:40px}.shop_shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1133px -1076px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1133px -1117px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1215px -1167px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1215px -1208px;width:40px;height:40px}.shop_weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-182px -1349px;width:40px;height:40px}.shop_weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-223px -1349px;width:40px;height:40px}.shop_weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-264px -1349px;width:40px;height:40px}.shop_weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-305px -1349px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-346px -1349px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-387px -1349px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-428px -1349px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-469px -1349px;width:40px;height:40px}.slim_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1107px -364px;width:90px;height:90px}.slim_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1107px -455px;width:90px;height:90px}.slim_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -424px;width:102px;height:105px}.slim_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-467px -106px;width:90px;height:105px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-467px -212px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-467px -318px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-224px -1076px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-336px -1076px;width:111px;height:90px}.weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1107px -910px;width:90px;height:90px}.weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-448px -1076px;width:90px;height:90px}.weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -318px;width:102px;height:105px}.weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-194px 0;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-103px -424px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-909px -1076px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1021px -1076px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1198px 0;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1198px -91px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1198px -182px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1198px -273px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1198px -364px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1167px;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1198px -455px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1198px -546px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-1198px -637px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-1198px -728px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1198px -819px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-1198px -910px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1198px -1001px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-97px -1167px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-188px -1167px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-279px -1167px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-376px -1167px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-467px -1167px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-558px -1167px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-663px -1167px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-754px -1167px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-845px -1167px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-942px -1167px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1033px -1167px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-879px -1390px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-920px -1390px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-961px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1002px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1043px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1084px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1125px -1390px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1166px -1390px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-1207px -1390px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-1248px -1390px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-1289px -1390px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-1330px -1390px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-1371px -1390px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1412px -1390px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1471px 0;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1471px -41px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1471px -82px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-1471px -123px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-1471px -164px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1471px -205px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1471px -246px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1471px -287px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1471px -328px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1471px -369px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1471px -410px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1471px -451px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1471px -492px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1471px -533px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1471px -574px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1471px -615px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1471px -656px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1471px -697px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1124px -1167px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1289px 0;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1289px -91px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1289px -182px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1289px -273px;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1258px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1289px -364px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-1289px -455px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-1289px -546px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-1289px -637px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-1289px -728px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1289px -819px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1289px -910px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-97px -1258px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1289px -1001px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-1289px -1092px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-194px -1258px;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-285px -1258px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-376px -1258px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-467px -1258px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-558px -1258px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-649px -1258px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-740px -1258px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-246px -1440px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-287px -1440px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-328px -1440px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-369px -1440px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-410px -1440px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-451px -1440px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-492px -1440px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-831px -1258px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-856px -1273px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-922px -1258px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-1013px -1258px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-1104px -1258px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-1195px -1258px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-1286px -1258px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-1380px 0;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-1380px -91px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-1380px -182px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-1380px -273px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-1380px -364px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-1380px -455px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-1380px -546px;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-1380px -637px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-1380px -728px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-1380px -819px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-1380px -910px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-1380px -1001px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-1380px -1092px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-1380px -1183px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:0 -1349px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-91px -1349px;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-1435px -1440px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-1512px 0;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-1512px -41px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-1512px -82px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-1512px -123px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-1512px -164px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-1512px -205px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-1512px -246px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-1512px -287px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-1512px -328px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-1512px -369px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-1512px -410px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-1512px -451px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-1512px -492px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-1512px -533px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-1512px -574px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-1512px -615px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-1512px -656px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-1512px -697px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-1512px -738px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1512px -779px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith4.png);background-position:-1401px -1309px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith4.png);background-position:-1368px -1033px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-1658px -811px;width:90px;height:90px}.customize-option.headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-1683px -826px;width:60px;height:60px}.headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1764px -1001px;width:90px;height:90px}.customize-option.headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-1789px -1016px;width:60px;height:60px}.headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-1855px -1456px;width:90px;height:90px}.customize-option.headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-1880px -1471px;width:60px;height:60px}.headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-1855px -910px;width:90px;height:90px}.customize-option.headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-1880px -925px;width:60px;height:60px}.headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1855px -819px;width:90px;height:90px}.customize-option.headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1880px -834px;width:60px;height:60px}.headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1855px -728px;width:90px;height:90px}.customize-option.headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1880px -743px;width:60px;height:60px}.headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1855px -637px;width:90px;height:90px}.customize-option.headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1880px -652px;width:60px;height:60px}.headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1855px -546px;width:90px;height:90px}.customize-option.headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1880px -561px;width:60px;height:60px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith4.png);background-position:-1409px -1033px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith4.png);background-position:-764px -388px;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith4.png);background-position:-1360px -1309px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith4.png);background-position:-1377px -1360px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1402px -178px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-1402px -260px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1408px -894px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-1408px -935px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith4.png);background-position:-1764px -364px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith4.png);background-position:-1764px -273px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith4.png);background-position:-1764px -182px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith4.png);background-position:-1764px -91px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith4.png);background-position:-1764px 0;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1638px -1643px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:-660px -347px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:0 -1746px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-104px -1746px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-219px -1746px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-316px -1746px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:-431px -1746px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-1764px -910px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-546px -1746px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-1764px -1183px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-1855px -455px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-1855px -1092px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-1855px -1183px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1855px -1274px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-1408px -976px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-1245px -1033px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-1346px -1980px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-1305px -1980px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-1264px -1980px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1223px -1980px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1182px -1980px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1141px -1980px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1100px -1980px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-1059px -1980px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1018px -1980px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-977px -1980px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-936px -1980px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-895px -1980px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-854px -1980px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-813px -1980px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-772px -1980px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-731px -1980px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-690px -1980px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-649px -1980px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-608px -1980px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-567px -1980px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-526px -1980px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-485px -1980px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-444px -1980px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-403px -1980px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-362px -1980px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-321px -1980px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-280px -1980px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-239px -1980px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-198px -1980px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-1913px -1780px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-2010px -1335px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-2010px -1827px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-2010px -1786px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:-2010px -1745px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-2010px -1704px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-2010px -1663px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-2010px -1622px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-2010px -1581px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-2010px -1540px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-2010px -1499px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-2010px -1458px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-2010px -1417px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-2010px -1376px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-157px -1980px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-116px -1980px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1969px -1928px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1590px -1592px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1598px -1481px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1336px -1360px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1295px -1360px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1254px -1360px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-1764px -455px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-1764px -819px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1764px -546px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1764px -637px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1764px -728px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-1764px -1092px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-1454px -1746px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-1636px -1746px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-1855px -364px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-1855px -1001px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-1658px -902px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-1658px -993px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-1658px -1084px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-1658px -1175px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:-1658px -1266px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-1658px -1357px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-1658px -1448px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1658px -1539px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1556px -798px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-1855px -1547px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1556px -913px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1556px -1028px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1556px -1143px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1556px -1258px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-660px -567px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-880px -787px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1183px -1643px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1274px -1643px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1365px -1643px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1456px -1643px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1547px -1643px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-1586px -553px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-1387px -1980px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-2041px -1950px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-2010px -1950px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-349px -1928px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-248px -1928px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-196px -1928px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:-1658px -314px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-1658px -414px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-1658px -514px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-1658px -614px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:-147px -1928px;width:48px;height:51px}.inventory_present_01{background-image:url(spritesmith4.png);background-position:-98px -1928px;width:48px;height:51px}.inventory_present_02{background-image:url(spritesmith4.png);background-position:-49px -1928px;width:48px;height:51px}.inventory_present_03{background-image:url(spritesmith4.png);background-position:0 -1928px;width:48px;height:51px}.inventory_present_04{background-image:url(spritesmith4.png);background-position:-1961px -1872px;width:48px;height:51px}.inventory_present_05{background-image:url(spritesmith4.png);background-position:-1557px -1837px;width:48px;height:51px}.inventory_present_06{background-image:url(spritesmith4.png);background-position:-1508px -1837px;width:48px;height:51px}.inventory_present_07{background-image:url(spritesmith4.png);background-position:-1459px -1837px;width:48px;height:51px}.inventory_present_08{background-image:url(spritesmith4.png);background-position:-1401px -1128px;width:48px;height:51px}.inventory_present_09{background-image:url(spritesmith4.png);background-position:-1401px -1076px;width:48px;height:51px}.inventory_present_10{background-image:url(spritesmith4.png);background-position:-971px -787px;width:48px;height:51px}.inventory_present_11{background-image:url(spritesmith4.png);background-position:-751px -567px;width:48px;height:51px}.inventory_present_12{background-image:url(spritesmith4.png);background-position:-1597px -1373px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-1499px -1373px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-450px -1928px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-1368px -1182px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-1178px -811px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-1327px -1033px;width:40px;height:40px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-1855px -1780px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-1386px -390px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-1360px -1254px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-1606px -1837px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-1598px -1426px;width:57px;height:54px}.pet_key{background-image:url(spritesmith4.png);background-position:-1586px -620px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-1590px -1537px;width:57px;height:54px}.shop_armoire{background-image:url(spritesmith4.png);background-position:-764px -347px;width:40px;height:40px}.snowman{background-image:url(spritesmith4.png);background-position:-1855px -182px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-1855px -273px;width:90px;height:90px}.welcome_to_Habit_1{background-image:url(spritesmith4.png);background-position:-680px -1643px;width:502px;height:99px}.welcome_to_Habit_2{background-image:url(spritesmith4.png);background-position:0 -1254px;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:-871px -1076px;width:423px;height:171px}.zzz{background-image:url(spritesmith4.png);background-position:-1286px -1033px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-2010px -1868px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-1245px -755px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1658px -212px;width:71px;height:101px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-1450px -553px;width:135px;height:123px}.npc_ian{background-image:url(spritesmith4.png);background-position:-1450px -417px;width:75px;height:135px}.npc_justin{background-image:url(spritesmith4.png);background-position:-1450px -677px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-766px -232px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:-1245px -616px;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:-1450px -278px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-1450px -139px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-1855px -1365px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-1245px -894px;width:162px;height:138px}.seasonalshop_summer2015{background-image:url(spritesmith4.png);background-position:-1059px -892px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-1855px -91px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:0 -1837px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-1855px 0;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-1727px -1746px;width:90px;height:90px}.promo_enchanted_armoire{background-image:url(spritesmith4.png);background-position:-1084px -1837px;width:374px;height:76px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:-430px -1643px;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-1545px -1746px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-1658px -714px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-1916px -1710px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-1855px -1638px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-1764px -1638px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-1295px -1182px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-1764px -1547px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-1916px -1638px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-1386px -326px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-1764px -1456px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-1764px -1365px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-1855px -1710px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-1764px -1274px;width:90px;height:90px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-1236px -1746px;width:217px;height:90px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:0 -1980px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-753px -1837px;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-778px -1852px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1245px -326px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-1270px -341px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-422px -1837px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-447px -1852px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:-947px -1746px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-658px -1746px;width:288px;height:90px}.promo_summer_classes_2014{background-image:url(spritesmith4.png);background-position:0 -1643px;width:429px;height:102px}.promo_summer_classes_2015{background-image:url(spritesmith4.png);background-position:-121px -1837px;width:300px;height:88px}.promo_updos{background-image:url(spritesmith4.png);background-position:-1245px -178px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:0 -1426px;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:-1655px -1837px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-1704px -1837px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-1753px -1837px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-1802px -1837px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-1851px -1837px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-1900px -1837px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-1961px 0;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-1961px -52px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-1961px -104px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-1961px -156px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-1961px -208px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-1961px -260px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1961px -312px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-1961px -364px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-1961px -416px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-1961px -468px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-1961px -520px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1961px -572px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-1961px -624px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-1961px -676px;width:48px;height:51px}.inventory_quest_scroll_kraken{background-image:url(spritesmith4.png);background-position:-1961px -728px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-1961px -780px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-1961px -832px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-1961px -884px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:-1961px -936px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-1961px -988px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-1961px -1040px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-1961px -1092px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-1961px -1144px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-1961px -1196px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-1961px -1248px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-1961px -1300px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-1961px -1352px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-1961px -1404px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-1961px -1456px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-1961px -1508px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-1961px -1560px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-1961px -1612px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-1961px -1664px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-1961px -1716px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-1961px -1768px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-1450px -1373px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith4.png);background-position:-1003px -1254px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-1450px 0;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:-1245px -474px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:-1025px -624px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:-300px -1928px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-1526px -417px;width:118px;height:131px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:-805px 0;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-401px -1928px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:-752px -1254px;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:-408px -892px;width:216px;height:177px}.quest_harpy{background-image:url(spritesmith4.png);background-position:0 -672px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-1025px -437px;width:219px;height:186px}.quest_kraken{background-image:url(spritesmith4.png);background-position:0 -1076px;width:216px;height:177px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-766px -272px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:-805px -440px;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:-660px -672px;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:-217px -1076px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-220px -672px;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:0 -452px;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:-657px -1076px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:-1025px 0;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:-501px -1254px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-440px -672px;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:-440px -232px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-1245px 0;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-842px -892px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-625px -892px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-2010px -1909px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-440px -1076px;width:216px;height:177px}.shop_copper{background-image:url(spritesmith4.png);background-position:-1622px -889px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-1402px -219px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-1556px -889px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-1408px -755px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-1408px -796px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-1408px -837px;width:40px;height:40px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-1730px -245px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-1589px -889px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-1730px -278px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-1730px -212px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-499px -1928px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-548px -1928px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-597px -1928px;width:48px;height:51px}.Pet_Egg_Cuttlefish{background-image:url(spritesmith4.png);background-position:-646px -1928px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-695px -1928px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-744px -1928px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-793px -1928px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-842px -1928px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-891px -1928px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-940px -1928px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-989px -1928px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-1038px -1928px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:-1087px -1928px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-1136px -1928px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-1185px -1928px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-1234px -1928px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-1283px -1928px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-1332px -1928px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-1381px -1928px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-1430px -1928px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-1479px -1928px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-1528px -1928px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-1577px -1928px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-1626px -1928px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-1675px -1928px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-1724px -1928px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-1773px -1928px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-1822px -1928px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-2010px -1248px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-2010px -1203px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2010px -932px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-2010px -978px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-2010px -1292px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-2010px -1023px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-2010px -1158px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-2010px -884px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-2010px -1113px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-2010px -1068px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-2010px -416px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-2010px -468px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2010px -520px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-2010px -572px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-2010px -624px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-2010px -676px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-2010px -728px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-2010px -780px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-2010px -832px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-2010px -364px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-2010px -312px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-2010px -260px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2010px -208px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-2010px -156px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-2010px -104px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-2010px -52px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-2010px 0;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-1920px -1928px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1871px -1928px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-1548px -1373px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-1961px -1820px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-962px -1426px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-856px -1426px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-750px -1426px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-644px -1426px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-538px -1426px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-432px -1426px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-326px -1426px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-1254px -1254px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-1295px -1076px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-1658px 0;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-1484px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-1378px -1537px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1272px -1537px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1166px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:-1060px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-954px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-848px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-742px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -1537px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-530px -1537px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-424px -1537px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-1658px -106px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -1537px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1068px -1426px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1174px -1426px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1280px -1426px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1386px -1426px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1492px -1426px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:0 -1537px;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-106px -1537px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-212px -1537px;width:105px;height:105px}.Mount_Body_Cuttlefish-Base{background-image:url(spritesmith4.png);background-position:-880px -672px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-660px -452px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-660px -232px;width:105px;height:114px}.Mount_Body_Cuttlefish-Desert{background-image:url(spritesmith4.png);background-position:-1450px -1258px;width:105px;height:114px}.Mount_Body_Cuttlefish-Golden{background-image:url(spritesmith4.png);background-position:-1450px -1143px;width:105px;height:114px}.Mount_Body_Cuttlefish-Red{background-image:url(spritesmith4.png);background-position:-1450px -913px;width:105px;height:114px}.Mount_Body_Cuttlefish-Shade{background-image:url(spritesmith4.png);background-position:-1450px -798px;width:105px;height:114px}.Mount_Body_Cuttlefish-Skeleton{background-image:url(spritesmith4.png);background-position:-1535px -677px;width:105px;height:114px}.Mount_Body_Cuttlefish-White{background-image:url(spritesmith4.png);background-position:-1450px -1028px;width:105px;height:114px}.Mount_Body_Cuttlefish-Zombie{background-image:url(spritesmith5.png);background-position:-106px -668px;width:105px;height:114px}.Mount_Body_Deer-Base{background-image:url(spritesmith5.png);background-position:0 -1525px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -1525px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1525px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith5.png);background-position:-742px -1525px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith5.png);background-position:-848px -1525px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith5.png);background-position:-954px -1525px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1060px -1525px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1166px -1525px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith5.png);background-position:-1272px -1525px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1378px -1525px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1484px -1525px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -1166px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -1272px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1634px -1378px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1634px -1484px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:0 -1631px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-106px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1631px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-318px -1631px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1631px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:-530px -1631px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -1737px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1737px;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-742px -1737px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-848px -1737px;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-954px -1737px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1060px -1737px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1166px -1737px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-1272px -1737px;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1378px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1484px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -424px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -742px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-318px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-424px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-530px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-636px -668px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-786px 0;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:0 -783px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:-106px -783px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:-212px -783px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-318px -783px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:-424px -783px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-530px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-636px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -783px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-892px 0;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:0 -889px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-318px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-424px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-530px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-636px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-742px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-848px -889px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-998px 0;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:0 -995px;width:111px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-112px -995px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-218px -995px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-106px -544px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-430px -995px;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-539px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-645px -995px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-751px -995px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-857px -995px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-963px -995px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:0 -1101px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-106px -1101px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1101px;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-318px -1101px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-530px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-848px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-954px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1060px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1210px -106px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:-1210px -212px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1210px -318px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-1210px -424px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1210px -530px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1210px -636px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-1210px -742px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-1210px -848px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-1210px -954px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-1210px -1060px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1207px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-106px -1207px;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-318px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1207px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-636px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-742px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-848px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-954px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1207px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-1166px -1207px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-1316px 0;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-1316px -106px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1316px -212px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1316px -318px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-1316px -424px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-1316px -530px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-1316px -636px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-1316px -742px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-1316px -848px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-1316px -954px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1316px -1060px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:-1316px -1166px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1313px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1313px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-212px -1313px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-318px -1313px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:-424px -1313px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-530px -1313px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1313px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-742px -1313px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-954px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1313px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-1422px 0;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-1422px -106px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-1422px -212px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-1422px -318px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-1422px -424px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-1422px -530px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-1422px -636px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1422px -742px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1422px -848px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1422px -954px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1422px -1060px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1422px -1166px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1422px -1272px;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1419px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-106px -1419px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-318px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1419px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-636px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-742px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-848px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-954px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1419px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-1166px -1419px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1419px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-1378px -1419px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px 0;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -106px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-1528px -212px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-1528px -318px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-1528px -424px;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-1528px -530px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-1528px -636px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-1528px -742px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1528px -848px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1528px -954px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1528px -1060px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1528px -1166px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1528px -1272px;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1528px -1378px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:-2164px -848px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-106px -1525px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1525px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-318px -1525px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1525px;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:-1634px 0;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1634px -106px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1634px -212px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-1634px -318px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-1634px -424px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-1634px -530px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-1634px -636px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1634px -742px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1634px -848px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1634px -954px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1634px -1060px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -408px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:-136px 0;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:-636px -1631px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-742px -1631px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-848px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-954px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-1060px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-1166px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-1272px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-1378px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1484px -1631px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-1590px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-1740px 0;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-1740px -106px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -212px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -318px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1740px -424px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:-1740px -530px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:-1740px -636px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-1740px -742px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-1740px -848px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-1740px -954px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1740px -1060px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-1740px -1166px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1740px -1272px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1740px -1378px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1740px -1484px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1740px -1590px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:0 -1737px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-106px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1737px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-318px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1737px;width:105px;height:105px}.Mount_Head_Cuttlefish-Base{background-image:url(spritesmith5.png);background-position:-318px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-680px -230px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Desert{background-image:url(spritesmith5.png);background-position:-530px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Golden{background-image:url(spritesmith5.png);background-position:-680px 0;width:105px;height:114px}.Mount_Head_Cuttlefish-Red{background-image:url(spritesmith5.png);background-position:-680px -115px;width:105px;height:114px}.Mount_Head_Cuttlefish-Shade{background-image:url(spritesmith5.png);background-position:-212px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Skeleton{background-image:url(spritesmith5.png);background-position:-680px -345px;width:105px;height:114px}.Mount_Head_Cuttlefish-White{background-image:url(spritesmith5.png);background-position:-680px -460px;width:105px;height:114px}.Mount_Head_Cuttlefish-Zombie{background-image:url(spritesmith5.png);background-position:0 -668px;width:105px;height:114px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-1590px -1737px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1696px -1737px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px 0;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-1846px -106px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-1846px -212px;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-1846px -318px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1846px -424px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -530px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:-1846px -636px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1846px -742px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1846px -848px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1846px -954px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1846px -1060px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1846px -1166px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1846px -1272px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1846px -1378px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1846px -1484px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1846px -1590px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-1846px -1696px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:0 -1843px;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-106px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1843px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-424px -1843px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-530px -1843px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-636px -1843px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-742px -1843px;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1843px;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-954px -1843px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-1166px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1272px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1378px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1484px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1590px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-1696px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-1802px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px 0;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-1952px -106px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -212px;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-1952px -318px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -424px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -530px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1952px -636px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:-1952px -742px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:-1952px -848px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-1952px -954px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-1952px -1060px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-1952px -1166px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-1952px -1272px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-1952px -1378px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1952px -1484px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1952px -1590px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1952px -1696px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1952px -1802px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:0 -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-106px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-318px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-424px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-530px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-636px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-742px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-848px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-954px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-1060px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1378px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-1484px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:-1590px -1949px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1696px -1949px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1802px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-1908px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-2058px 0;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-2058px -106px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-2058px -212px;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-2058px -318px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-212px -668px;width:105px;height:110px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-2058px -530px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -636px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:0 -544px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:0 -2055px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-2058px -848px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2058px -954px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2058px -1060px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-2058px -1166px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-2058px -1272px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-2058px -1378px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-2058px -1484px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-2058px -1590px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-2058px -1696px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-2058px -1802px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-2058px -1908px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-109px -2055px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-215px -2055px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-321px -2055px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-427px -2055px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-533px -2055px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-639px -2055px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-745px -2055px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-851px -2055px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-957px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-1063px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1169px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1275px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1381px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1487px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1593px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1699px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1805px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-1911px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-2017px -2055px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-2164px 0;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2164px -106px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2164px -212px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-2164px -318px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-2164px -424px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-2164px -530px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-2164px -636px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-2164px -742px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-324px -995px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith6.png);background-position:0 -968px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith6.png);background-position:-1210px 0;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-106px -968px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith6.png);background-position:-212px -968px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith6.png);background-position:-318px -968px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith6.png);background-position:-424px -968px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith6.png);background-position:-530px -968px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-636px -968px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith6.png);background-position:-742px -968px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-848px -968px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-954px -968px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-106px -1074px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-212px -1074px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-318px -1074px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:-424px -1074px;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-530px -1074px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-636px -1074px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-742px -1074px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-848px -1074px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-954px -1074px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:-1060px -1074px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-106px -544px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-212px -544px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-680px 0;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -650px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-106px -650px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:-212px -650px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-318px -650px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:-424px -650px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-530px -650px;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-636px -650px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-786px 0;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:0 -756px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-106px -756px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:-212px -756px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-318px -756px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:-424px -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-530px -756px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-636px -756px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:-742px -756px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-892px 0;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:0 -544px;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -862px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:-106px -862px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:-212px -862px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-318px -862px;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:-424px -862px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-530px -862px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:-636px -862px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-742px -862px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-848px -862px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-998px 0;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-998px -848px;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:-1104px 0;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1104px -954px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:0 -1074px;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-Cuttlefish-Base{background-image:url(spritesmith6.png);background-position:-1210px -106px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px -206px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -306px;width:81px;height:99px}.Pet-Cuttlefish-Desert{background-image:url(spritesmith6.png);background-position:-1210px -406px;width:81px;height:99px}.Pet-Cuttlefish-Golden{background-image:url(spritesmith6.png);background-position:-1210px -506px;width:81px;height:99px}.Pet-Cuttlefish-Red{background-image:url(spritesmith6.png);background-position:-1210px -606px;width:81px;height:99px}.Pet-Cuttlefish-Shade{background-image:url(spritesmith6.png);background-position:-1210px -706px;width:81px;height:99px}.Pet-Cuttlefish-Skeleton{background-image:url(spritesmith6.png);background-position:-1210px -806px;width:81px;height:99px}.Pet-Cuttlefish-White{background-image:url(spritesmith6.png);background-position:-1210px -906px;width:81px;height:99px}.Pet-Cuttlefish-Zombie{background-image:url(spritesmith6.png);background-position:-1210px -1006px;width:81px;height:99px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:0 -1180px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-82px -1180px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-164px -1180px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-246px -1180px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:-328px -1180px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:-410px -1180px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-492px -1180px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-574px -1180px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-656px -1180px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-738px -1180px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-820px -1180px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-902px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-984px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1066px -1180px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-1148px -1180px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:-1230px -1180px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-1316px 0;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-1316px -100px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-1316px -200px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-1316px -300px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-1316px -400px;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-1316px -500px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1316px -600px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1316px -700px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-1316px -800px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-1316px -900px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-1316px -1000px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-1316px -1100px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:0 -1280px;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-82px -1280px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-164px -1280px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-246px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-328px -1280px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-410px -1280px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-492px -1280px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-574px -1280px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-656px -1280px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-738px -1280px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-820px -1280px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-902px -1280px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:-984px -1280px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-1066px -1280px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1148px -1280px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1230px -1280px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-1312px -1280px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-1398px 0;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-1398px -100px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-1398px -200px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-1398px -300px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-1398px -400px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-1398px -500px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:-1398px -600px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:-1398px -700px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1398px -800px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1398px -900px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-1398px -1000px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-1398px -1100px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-1398px -1200px;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:0 -1380px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-82px -1380px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-164px -1380px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-246px -1380px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-328px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-410px -1380px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-492px -1380px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-574px -1380px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-656px -1380px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-738px -1380px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-820px -1380px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-902px -1380px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:-984px -1380px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-1066px -1380px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-1148px -1380px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1230px -1380px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1312px -1380px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-1394px -1380px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-1480px 0;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-1480px -100px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-1480px -200px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-1480px -300px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-1480px -400px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:-1480px -500px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-1480px -600px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1480px -700px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1480px -800px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-1480px -900px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-1480px -1000px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-1480px -1100px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-1480px -1200px;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-1480px -1300px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-1562px 0;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-1562px -100px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-1562px -200px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1562px -300px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1562px -400px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-1562px -500px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-1562px -600px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1562px -700px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:-1562px -800px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:-1562px -900px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-1562px -1000px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-1562px -1100px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:-1562px -1200px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-1562px -1300px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1480px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-164px -1480px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-246px -1480px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-328px -1480px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-410px -1480px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1480px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-574px -1480px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1480px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:-738px -1480px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-820px -1480px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-902px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-984px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1066px -1480px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-1148px -1480px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-1230px -1480px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-1312px -1480px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-1394px -1480px;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-1476px -1480px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-1558px -1480px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-1644px 0;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-1644px -100px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1644px -200px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1644px -300px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-1644px -400px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1644px -500px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1644px -600px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1644px -700px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1644px -800px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:-1644px -900px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:-1644px -1000px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-1644px -1100px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1644px -1200px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1644px -1300px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-1644px -1400px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:0 -1580px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-82px -1580px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-164px -1580px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-246px -1580px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-328px -1580px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-410px -1580px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-492px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-574px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-656px -1580px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-738px -1580px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-820px -1580px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:-902px -1580px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-984px -1580px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-1066px -1580px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-1148px -1580px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-1230px -1580px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-1312px -1580px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1394px -1580px;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1476px -1580px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-1558px -1580px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-1640px -1580px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-1726px 0;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-1726px -100px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-1726px -200px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1726px -300px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1726px -400px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1726px -500px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1726px -600px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1726px -700px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1726px -800px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1726px -900px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:-1726px -1000px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:-1726px -1100px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-1726px -1200px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-1726px -1300px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-1726px -1400px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-1726px -1500px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1680px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-164px -1680px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-246px -1680px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-328px -1680px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-410px -1680px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1680px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:-574px -1680px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1680px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-738px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1680px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-984px -1680px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1680px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-1148px -1680px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1680px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1680px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-1394px -1680px;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-1476px -1680px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-1558px -1680px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1640px -1680px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1722px -1680px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-1808px 0;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1808px -100px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1808px -200px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1808px -300px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1808px -400px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1808px -500px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -600px;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1808px -700px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1808px -800px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1808px -900px;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1808px -1000px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:-1808px -1100px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:-1808px -1200px;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-1808px -1300px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-1808px -1400px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-1808px -1500px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-1808px -1600px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:0 -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-82px -1780px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-164px -1780px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-246px -1780px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-328px -1780px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-410px -1780px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-492px -1780px;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-574px -1780px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-656px -1780px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-738px -1780px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-820px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-902px -1780px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-984px -1780px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-1066px -1780px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-1148px -1780px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-1230px -1780px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-1312px -1780px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-1394px -1780px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-1476px -1780px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-1558px -1780px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-1640px -1780px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1722px -1780px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1804px -1780px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:-1890px 0;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-1890px -100px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-1890px -200px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:-1890px -300px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-1890px -400px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-1890px -500px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -600px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-1890px -700px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1890px -800px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1890px -900px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1890px -1000px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1890px -1100px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1890px -1200px;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1890px -1300px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1890px -1400px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-1890px -1500px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1890px -1600px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1890px -1700px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1972px 0;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1972px -100px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1972px -200px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-1972px -300px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-1972px -400px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-1972px -500px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-1972px -600px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -700px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-1972px -800px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-1972px -900px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-1972px -1000px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1972px -1100px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1972px -1152px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1972px -1204px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1972px -1256px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1972px -1308px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1972px -1360px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1972px -1412px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1972px -1464px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1972px -1516px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-1972px -1568px;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}.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 +.achievement-alien{background-image:url(spritesmith0.png);background-position:-1536px -1483px;width:24px;height:26px}.achievement-alpha{background-image:url(spritesmith0.png);background-position:-1925px -1729px;width:24px;height:26px}.achievement-armor{background-image:url(spritesmith0.png);background-position:-1586px -1456px;width:24px;height:26px}.achievement-boot{background-image:url(spritesmith0.png);background-position:-1561px -1456px;width:24px;height:26px}.achievement-bow{background-image:url(spritesmith0.png);background-position:-1536px -1456px;width:24px;height:26px}.achievement-cactus{background-image:url(spritesmith0.png);background-position:-1677px -1574px;width:24px;height:26px}.achievement-cake{background-image:url(spritesmith0.png);background-position:-1652px -1574px;width:24px;height:26px}.achievement-cave{background-image:url(spritesmith0.png);background-position:-1627px -1574px;width:24px;height:26px}.achievement-coffin{background-image:url(spritesmith0.png);background-position:-1677px -1547px;width:24px;height:26px}.achievement-comment{background-image:url(spritesmith0.png);background-position:-1652px -1547px;width:24px;height:26px}.achievement-costumeContest{background-image:url(spritesmith0.png);background-position:-1627px -1547px;width:24px;height:26px}.achievement-dilatory{background-image:url(spritesmith0.png);background-position:-1768px -1665px;width:24px;height:26px}.achievement-firefox{background-image:url(spritesmith0.png);background-position:-1743px -1665px;width:24px;height:26px}.achievement-habitBirthday{background-image:url(spritesmith0.png);background-position:-1718px -1665px;width:24px;height:26px}.achievement-heart{background-image:url(spritesmith0.png);background-position:-1768px -1638px;width:24px;height:26px}.achievement-karaoke{background-image:url(spritesmith0.png);background-position:-1743px -1638px;width:24px;height:26px}.achievement-ninja{background-image:url(spritesmith0.png);background-position:-1718px -1638px;width:24px;height:26px}.achievement-nye{background-image:url(spritesmith0.png);background-position:-1859px -1756px;width:24px;height:26px}.achievement-perfect{background-image:url(spritesmith0.png);background-position:-1834px -1756px;width:24px;height:26px}.achievement-rat{background-image:url(spritesmith0.png);background-position:-1900px -1729px;width:24px;height:26px}.achievement-seafoam{background-image:url(spritesmith0.png);background-position:-1859px -1729px;width:24px;height:26px}.achievement-shield{background-image:url(spritesmith0.png);background-position:-1834px -1729px;width:24px;height:26px}.achievement-shinySeed{background-image:url(spritesmith0.png);background-position:-1809px -1729px;width:24px;height:26px}.achievement-snowball{background-image:url(spritesmith0.png);background-position:-1950px -1837px;width:24px;height:26px}.achievement-spookDust{background-image:url(spritesmith0.png);background-position:-1925px -1837px;width:24px;height:26px}.achievement-stoikalm{background-image:url(spritesmith0.png);background-position:-1900px -1837px;width:24px;height:26px}.achievement-sun{background-image:url(spritesmith0.png);background-position:-1950px -1810px;width:24px;height:26px}.achievement-sword{background-image:url(spritesmith0.png);background-position:-1925px -1810px;width:24px;height:26px}.achievement-thermometer{background-image:url(spritesmith0.png);background-position:-1900px -1810px;width:24px;height:26px}.achievement-tree{background-image:url(spritesmith0.png);background-position:-1950px -1783px;width:24px;height:26px}.achievement-triadbingo{background-image:url(spritesmith0.png);background-position:-1925px -1783px;width:24px;height:26px}.achievement-ultimate-healer{background-image:url(spritesmith0.png);background-position:-1900px -1783px;width:24px;height:26px}.achievement-ultimate-mage{background-image:url(spritesmith0.png);background-position:-1950px -1756px;width:24px;height:26px}.achievement-ultimate-rogue{background-image:url(spritesmith0.png);background-position:-1925px -1756px;width:24px;height:26px}.achievement-ultimate-warrior{background-image:url(spritesmith0.png);background-position:-1900px -1756px;width:24px;height:26px}.achievement-valentine{background-image:url(spritesmith0.png);background-position:-1950px -1729px;width:24px;height:26px}.achievement-wolf{background-image:url(spritesmith0.png);background-position:-1809px -1756px;width:24px;height:26px}.background_autumn_forest{background-image:url(spritesmith0.png);background-position:-706px -148px;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_dilatory_ruins{background-image:url(spritesmith0.png);background-position:0 -296px;width:140px;height:147px}.background_distant_castle{background-image:url(spritesmith0.png);background-position:-141px -296px;width:140px;height:147px}.background_drifting_raft{background-image:url(spritesmith0.png);background-position:-282px -296px;width:140px;height:147px}.background_dusty_canyons{background-image:url(spritesmith0.png);background-position:-423px -296px;width:140px;height:147px}.background_fairy_ring{background-image:url(spritesmith0.png);background-position:-565px 0;width:140px;height:147px}.background_floral_meadow{background-image:url(spritesmith0.png);background-position:-565px -148px;width:140px;height:147px}.background_forest{background-image:url(spritesmith0.png);background-position:-565px -296px;width:140px;height:147px}.background_frigid_peak{background-image:url(spritesmith0.png);background-position:0 -444px;width:140px;height:147px}.background_giant_wave{background-image:url(spritesmith0.png);background-position:-141px -444px;width:141px;height:147px}.background_graveyard{background-image:url(spritesmith0.png);background-position:-283px -444px;width:140px;height:147px}.background_gumdrop_land{background-image:url(spritesmith0.png);background-position:-424px -444px;width:140px;height:147px}.background_harvest_feast{background-image:url(spritesmith0.png);background-position:-565px -444px;width:140px;height:147px}.background_harvest_fields{background-image:url(spritesmith0.png);background-position:-706px 0;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 -296px;width:141px;height:147px}.background_iceberg{background-image:url(spritesmith0.png);background-position:-706px -444px;width:140px;height:147px}.background_island_waterfalls{background-image:url(spritesmith0.png);background-position:0 -592px;width:140px;height:147px}.background_marble_temple{background-image:url(spritesmith0.png);background-position:-141px -592px;width:141px;height:147px}.background_mountain_lake{background-image:url(spritesmith0.png);background-position:-283px -592px;width:140px;height:147px}.background_open_waters{background-image:url(spritesmith0.png);background-position:-424px -592px;width:141px;height:147px}.background_pagodas{background-image:url(spritesmith0.png);background-position:-566px -592px;width:140px;height:147px}.background_pumpkin_patch{background-image:url(spritesmith0.png);background-position:-707px -592px;width:140px;height:147px}.background_rolling_hills{background-image:url(spritesmith0.png);background-position:-848px 0;width:141px;height:147px}.background_seafarer_ship{background-image:url(spritesmith0.png);background-position:-848px -148px;width:140px;height:147px}.background_shimmery_bubbles{background-image:url(spritesmith0.png);background-position:-848px -296px;width:140px;height:147px}.background_snowy_pines{background-image:url(spritesmith0.png);background-position:-848px -444px;width:140px;height:147px}.background_south_pole{background-image:url(spritesmith0.png);background-position:-848px -592px;width:140px;height:147px}.background_spring_rain{background-image:url(spritesmith0.png);background-position:0 -740px;width:140px;height:147px}.background_stained_glass{background-image:url(spritesmith0.png);background-position:-141px -740px;width:140px;height:147px}.background_starry_skies{background-image:url(spritesmith0.png);background-position:-282px -740px;width:140px;height:147px}.background_sunken_ship{background-image:url(spritesmith0.png);background-position:-423px -740px;width:140px;height:147px}.background_sunset_meadow{background-image:url(spritesmith0.png);background-position:-564px -740px;width:140px;height:147px}.background_thunderstorm{background-image:url(spritesmith0.png);background-position:-705px -740px;width:141px;height:147px}.background_twinkly_lights{background-image:url(spritesmith0.png);background-position:-847px -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:-1081px -546px;width:90px;height:90px}.customize-option.hair_beard_1_TRUred{background-image:url(spritesmith0.png);background-position:-1106px -561px;width:60px;height:60px}.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1081px -637px;width:90px;height:90px}.customize-option.hair_beard_1_aurora{background-image:url(spritesmith0.png);background-position:-1106px -652px;width:60px;height:60px}.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1081px -728px;width:90px;height:90px}.customize-option.hair_beard_1_black{background-image:url(spritesmith0.png);background-position:-1106px -743px;width:60px;height:60px}.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1081px -819px;width:90px;height:90px}.customize-option.hair_beard_1_blond{background-image:url(spritesmith0.png);background-position:-1106px -834px;width:60px;height:60px}.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-1081px -910px;width:90px;height:90px}.customize-option.hair_beard_1_blue{background-image:url(spritesmith0.png);background-position:-1106px -925px;width:60px;height:60px}.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:0 -1070px;width:90px;height:90px}.customize-option.hair_beard_1_brown{background-image:url(spritesmith0.png);background-position:-25px -1085px;width:60px;height:60px}.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-91px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycane{background-image:url(spritesmith0.png);background-position:-116px -1085px;width:60px;height:60px}.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-182px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_candycorn{background-image:url(spritesmith0.png);background-position:-207px -1085px;width:60px;height:60px}.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-273px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_festive{background-image:url(spritesmith0.png);background-position:-298px -1085px;width:60px;height:60px}.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-364px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_frost{background-image:url(spritesmith0.png);background-position:-389px -1085px;width:60px;height:60px}.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -1085px;width:60px;height:60px}.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-546px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_green{background-image:url(spritesmith0.png);background-position:-571px -1085px;width:60px;height:60px}.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-637px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_halloween{background-image:url(spritesmith0.png);background-position:-662px -1085px;width:60px;height:60px}.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-728px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_holly{background-image:url(spritesmith0.png);background-position:-753px -1085px;width:60px;height:60px}.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-819px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_hollygreen{background-image:url(spritesmith0.png);background-position:-844px -1085px;width:60px;height:60px}.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-910px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_midnight{background-image:url(spritesmith0.png);background-position:-935px -1085px;width:60px;height:60px}.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1001px -1070px;width:90px;height:90px}.customize-option.hair_beard_1_pblue{background-image:url(spritesmith0.png);background-position:-1026px -1085px;width:60px;height:60px}.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1172px 0;width:90px;height:90px}.customize-option.hair_beard_1_peppermint{background-image:url(spritesmith0.png);background-position:-1197px -15px;width:60px;height:60px}.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1172px -91px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen{background-image:url(spritesmith0.png);background-position:-1197px -106px;width:60px;height:60px}.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1172px -182px;width:90px;height:90px}.customize-option.hair_beard_1_porange{background-image:url(spritesmith0.png);background-position:-1197px -197px;width:60px;height:60px}.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1172px -273px;width:90px;height:90px}.customize-option.hair_beard_1_ppink{background-image:url(spritesmith0.png);background-position:-1197px -288px;width:60px;height:60px}.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1172px -364px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple{background-image:url(spritesmith0.png);background-position:-1197px -379px;width:60px;height:60px}.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1172px -455px;width:90px;height:90px}.customize-option.hair_beard_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1197px -470px;width:60px;height:60px}.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1172px -546px;width:90px;height:90px}.customize-option.hair_beard_1_purple{background-image:url(spritesmith0.png);background-position:-1197px -561px;width:60px;height:60px}.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1172px -637px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow{background-image:url(spritesmith0.png);background-position:-1197px -652px;width:60px;height:60px}.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1172px -728px;width:90px;height:90px}.customize-option.hair_beard_1_rainbow{background-image:url(spritesmith0.png);background-position:-1197px -743px;width:60px;height:60px}.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1172px -819px;width:90px;height:90px}.customize-option.hair_beard_1_red{background-image:url(spritesmith0.png);background-position:-1197px -834px;width:60px;height:60px}.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1172px -910px;width:90px;height:90px}.customize-option.hair_beard_1_snowy{background-image:url(spritesmith0.png);background-position:-1197px -925px;width:60px;height:60px}.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1172px -1001px;width:90px;height:90px}.customize-option.hair_beard_1_white{background-image:url(spritesmith0.png);background-position:-1197px -1016px;width:60px;height:60px}.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:0 -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winternight{background-image:url(spritesmith0.png);background-position:-25px -1176px;width:60px;height:60px}.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-91px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_winterstar{background-image:url(spritesmith0.png);background-position:-116px -1176px;width:60px;height:60px}.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-182px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_yellow{background-image:url(spritesmith0.png);background-position:-207px -1176px;width:60px;height:60px}.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-273px -1161px;width:90px;height:90px}.customize-option.hair_beard_1_zombie{background-image:url(spritesmith0.png);background-position:-298px -1176px;width:60px;height:60px}.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-364px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_TRUred{background-image:url(spritesmith0.png);background-position:-389px -1176px;width:60px;height:60px}.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-455px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_aurora{background-image:url(spritesmith0.png);background-position:-480px -1176px;width:60px;height:60px}.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-546px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_black{background-image:url(spritesmith0.png);background-position:-571px -1176px;width:60px;height:60px}.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-637px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blond{background-image:url(spritesmith0.png);background-position:-662px -1176px;width:60px;height:60px}.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-728px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_blue{background-image:url(spritesmith0.png);background-position:-753px -1176px;width:60px;height:60px}.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-819px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_brown{background-image:url(spritesmith0.png);background-position:-844px -1176px;width:60px;height:60px}.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-910px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycane{background-image:url(spritesmith0.png);background-position:-935px -1176px;width:60px;height:60px}.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1001px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_candycorn{background-image:url(spritesmith0.png);background-position:-1026px -1176px;width:60px;height:60px}.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1092px -1161px;width:90px;height:90px}.customize-option.hair_beard_2_festive{background-image:url(spritesmith0.png);background-position:-1117px -1176px;width:60px;height:60px}.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1263px 0;width:90px;height:90px}.customize-option.hair_beard_2_frost{background-image:url(spritesmith0.png);background-position:-1288px -15px;width:60px;height:60px}.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1263px -91px;width:90px;height:90px}.customize-option.hair_beard_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1288px -106px;width:60px;height:60px}.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1263px -182px;width:90px;height:90px}.customize-option.hair_beard_2_green{background-image:url(spritesmith0.png);background-position:-1288px -197px;width:60px;height:60px}.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1263px -273px;width:90px;height:90px}.customize-option.hair_beard_2_halloween{background-image:url(spritesmith0.png);background-position:-1288px -288px;width:60px;height:60px}.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1263px -364px;width:90px;height:90px}.customize-option.hair_beard_2_holly{background-image:url(spritesmith0.png);background-position:-1288px -379px;width:60px;height:60px}.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1263px -455px;width:90px;height:90px}.customize-option.hair_beard_2_hollygreen{background-image:url(spritesmith0.png);background-position:-1288px -470px;width:60px;height:60px}.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1263px -546px;width:90px;height:90px}.customize-option.hair_beard_2_midnight{background-image:url(spritesmith0.png);background-position:-1288px -561px;width:60px;height:60px}.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1263px -637px;width:90px;height:90px}.customize-option.hair_beard_2_pblue{background-image:url(spritesmith0.png);background-position:-1288px -652px;width:60px;height:60px}.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1263px -728px;width:90px;height:90px}.customize-option.hair_beard_2_peppermint{background-image:url(spritesmith0.png);background-position:-1288px -743px;width:60px;height:60px}.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1263px -819px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen{background-image:url(spritesmith0.png);background-position:-1288px -834px;width:60px;height:60px}.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1263px -910px;width:90px;height:90px}.customize-option.hair_beard_2_porange{background-image:url(spritesmith0.png);background-position:-1288px -925px;width:60px;height:60px}.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1263px -1001px;width:90px;height:90px}.customize-option.hair_beard_2_ppink{background-image:url(spritesmith0.png);background-position:-1288px -1016px;width:60px;height:60px}.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1263px -1092px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple{background-image:url(spritesmith0.png);background-position:-1288px -1107px;width:60px;height:60px}.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:0 -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pumpkin{background-image:url(spritesmith0.png);background-position:-25px -1267px;width:60px;height:60px}.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-91px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_purple{background-image:url(spritesmith0.png);background-position:-116px -1267px;width:60px;height:60px}.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-182px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow{background-image:url(spritesmith0.png);background-position:-207px -1267px;width:60px;height:60px}.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-273px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_rainbow{background-image:url(spritesmith0.png);background-position:-298px -1267px;width:60px;height:60px}.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-364px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_red{background-image:url(spritesmith0.png);background-position:-389px -1267px;width:60px;height:60px}.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-455px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_snowy{background-image:url(spritesmith0.png);background-position:-480px -1267px;width:60px;height:60px}.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-546px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_white{background-image:url(spritesmith0.png);background-position:-571px -1267px;width:60px;height:60px}.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-637px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winternight{background-image:url(spritesmith0.png);background-position:-662px -1267px;width:60px;height:60px}.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-728px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_winterstar{background-image:url(spritesmith0.png);background-position:-753px -1267px;width:60px;height:60px}.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-819px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_yellow{background-image:url(spritesmith0.png);background-position:-844px -1267px;width:60px;height:60px}.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-910px -1252px;width:90px;height:90px}.customize-option.hair_beard_2_zombie{background-image:url(spritesmith0.png);background-position:-935px -1267px;width:60px;height:60px}.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1001px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_TRUred{background-image:url(spritesmith0.png);background-position:-1026px -1267px;width:60px;height:60px}.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1092px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_aurora{background-image:url(spritesmith0.png);background-position:-1117px -1267px;width:60px;height:60px}.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1183px -1252px;width:90px;height:90px}.customize-option.hair_beard_3_black{background-image:url(spritesmith0.png);background-position:-1208px -1267px;width:60px;height:60px}.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1354px 0;width:90px;height:90px}.customize-option.hair_beard_3_blond{background-image:url(spritesmith0.png);background-position:-1379px -15px;width:60px;height:60px}.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1354px -91px;width:90px;height:90px}.customize-option.hair_beard_3_blue{background-image:url(spritesmith0.png);background-position:-1379px -106px;width:60px;height:60px}.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1354px -182px;width:90px;height:90px}.customize-option.hair_beard_3_brown{background-image:url(spritesmith0.png);background-position:-1379px -197px;width:60px;height:60px}.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1354px -273px;width:90px;height:90px}.customize-option.hair_beard_3_candycane{background-image:url(spritesmith0.png);background-position:-1379px -288px;width:60px;height:60px}.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1354px -364px;width:90px;height:90px}.customize-option.hair_beard_3_candycorn{background-image:url(spritesmith0.png);background-position:-1379px -379px;width:60px;height:60px}.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1354px -455px;width:90px;height:90px}.customize-option.hair_beard_3_festive{background-image:url(spritesmith0.png);background-position:-1379px -470px;width:60px;height:60px}.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1354px -546px;width:90px;height:90px}.customize-option.hair_beard_3_frost{background-image:url(spritesmith0.png);background-position:-1379px -561px;width:60px;height:60px}.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1354px -637px;width:90px;height:90px}.customize-option.hair_beard_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-1379px -652px;width:60px;height:60px}.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1354px -728px;width:90px;height:90px}.customize-option.hair_beard_3_green{background-image:url(spritesmith0.png);background-position:-1379px -743px;width:60px;height:60px}.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1354px -819px;width:90px;height:90px}.customize-option.hair_beard_3_halloween{background-image:url(spritesmith0.png);background-position:-1379px -834px;width:60px;height:60px}.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1354px -910px;width:90px;height:90px}.customize-option.hair_beard_3_holly{background-image:url(spritesmith0.png);background-position:-1379px -925px;width:60px;height:60px}.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1354px -1001px;width:90px;height:90px}.customize-option.hair_beard_3_hollygreen{background-image:url(spritesmith0.png);background-position:-1379px -1016px;width:60px;height:60px}.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1354px -1092px;width:90px;height:90px}.customize-option.hair_beard_3_midnight{background-image:url(spritesmith0.png);background-position:-1379px -1107px;width:60px;height:60px}.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1354px -1183px;width:90px;height:90px}.customize-option.hair_beard_3_pblue{background-image:url(spritesmith0.png);background-position:-1379px -1198px;width:60px;height:60px}.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:0 -1343px;width:90px;height:90px}.customize-option.hair_beard_3_peppermint{background-image:url(spritesmith0.png);background-position:-25px -1358px;width:60px;height:60px}.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-91px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen{background-image:url(spritesmith0.png);background-position:-116px -1358px;width:60px;height:60px}.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-182px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_porange{background-image:url(spritesmith0.png);background-position:-207px -1358px;width:60px;height:60px}.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-273px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppink{background-image:url(spritesmith0.png);background-position:-298px -1358px;width:60px;height:60px}.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-364px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple{background-image:url(spritesmith0.png);background-position:-389px -1358px;width:60px;height:60px}.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-455px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pumpkin{background-image:url(spritesmith0.png);background-position:-480px -1358px;width:60px;height:60px}.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-546px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_purple{background-image:url(spritesmith0.png);background-position:-571px -1358px;width:60px;height:60px}.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-637px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow{background-image:url(spritesmith0.png);background-position:-662px -1358px;width:60px;height:60px}.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-728px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_rainbow{background-image:url(spritesmith0.png);background-position:-753px -1358px;width:60px;height:60px}.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-819px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_red{background-image:url(spritesmith0.png);background-position:-844px -1358px;width:60px;height:60px}.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-910px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_snowy{background-image:url(spritesmith0.png);background-position:-935px -1358px;width:60px;height:60px}.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1001px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_white{background-image:url(spritesmith0.png);background-position:-1026px -1358px;width:60px;height:60px}.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1092px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winternight{background-image:url(spritesmith0.png);background-position:-1117px -1358px;width:60px;height:60px}.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1183px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_winterstar{background-image:url(spritesmith0.png);background-position:-1208px -1358px;width:60px;height:60px}.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1274px -1343px;width:90px;height:90px}.customize-option.hair_beard_3_yellow{background-image:url(spritesmith0.png);background-position:-1299px -1358px;width:60px;height:60px}.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1445px 0;width:90px;height:90px}.customize-option.hair_beard_3_zombie{background-image:url(spritesmith0.png);background-position:-1470px -15px;width:60px;height:60px}.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1445px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_TRUred{background-image:url(spritesmith0.png);background-position:-1470px -106px;width:60px;height:60px}.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1445px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_aurora{background-image:url(spritesmith0.png);background-position:-1470px -197px;width:60px;height:60px}.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1445px -273px;width:90px;height:90px}.customize-option.hair_mustache_1_black{background-image:url(spritesmith0.png);background-position:-1470px -288px;width:60px;height:60px}.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1445px -364px;width:90px;height:90px}.customize-option.hair_mustache_1_blond{background-image:url(spritesmith0.png);background-position:-1470px -379px;width:60px;height:60px}.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1445px -455px;width:90px;height:90px}.customize-option.hair_mustache_1_blue{background-image:url(spritesmith0.png);background-position:-1470px -470px;width:60px;height:60px}.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1445px -546px;width:90px;height:90px}.customize-option.hair_mustache_1_brown{background-image:url(spritesmith0.png);background-position:-1470px -561px;width:60px;height:60px}.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1445px -637px;width:90px;height:90px}.customize-option.hair_mustache_1_candycane{background-image:url(spritesmith0.png);background-position:-1470px -652px;width:60px;height:60px}.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1445px -728px;width:90px;height:90px}.customize-option.hair_mustache_1_candycorn{background-image:url(spritesmith0.png);background-position:-1470px -743px;width:60px;height:60px}.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1445px -819px;width:90px;height:90px}.customize-option.hair_mustache_1_festive{background-image:url(spritesmith0.png);background-position:-1470px -834px;width:60px;height:60px}.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1445px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_frost{background-image:url(spritesmith0.png);background-position:-1470px -925px;width:60px;height:60px}.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1445px -1001px;width:90px;height:90px}.customize-option.hair_mustache_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-1470px -1016px;width:60px;height:60px}.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1445px -1092px;width:90px;height:90px}.customize-option.hair_mustache_1_green{background-image:url(spritesmith0.png);background-position:-1470px -1107px;width:60px;height:60px}.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1445px -1183px;width:90px;height:90px}.customize-option.hair_mustache_1_halloween{background-image:url(spritesmith0.png);background-position:-1470px -1198px;width:60px;height:60px}.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1445px -1274px;width:90px;height:90px}.customize-option.hair_mustache_1_holly{background-image:url(spritesmith0.png);background-position:-1470px -1289px;width:60px;height:60px}.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:0 -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_hollygreen{background-image:url(spritesmith0.png);background-position:-25px -1449px;width:60px;height:60px}.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-91px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_midnight{background-image:url(spritesmith0.png);background-position:-116px -1449px;width:60px;height:60px}.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-182px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue{background-image:url(spritesmith0.png);background-position:-207px -1449px;width:60px;height:60px}.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-273px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_peppermint{background-image:url(spritesmith0.png);background-position:-298px -1449px;width:60px;height:60px}.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-364px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen{background-image:url(spritesmith0.png);background-position:-389px -1449px;width:60px;height:60px}.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-455px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_porange{background-image:url(spritesmith0.png);background-position:-480px -1449px;width:60px;height:60px}.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-546px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink{background-image:url(spritesmith0.png);background-position:-571px -1449px;width:60px;height:60px}.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-637px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple{background-image:url(spritesmith0.png);background-position:-662px -1449px;width:60px;height:60px}.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-728px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pumpkin{background-image:url(spritesmith0.png);background-position:-753px -1449px;width:60px;height:60px}.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-819px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_purple{background-image:url(spritesmith0.png);background-position:-844px -1449px;width:60px;height:60px}.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-910px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow{background-image:url(spritesmith0.png);background-position:-935px -1449px;width:60px;height:60px}.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1001px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_rainbow{background-image:url(spritesmith0.png);background-position:-1026px -1449px;width:60px;height:60px}.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:0 -888px;width:90px;height:90px}.customize-option.hair_mustache_1_red{background-image:url(spritesmith0.png);background-position:-25px -903px;width:60px;height:60px}.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1183px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_snowy{background-image:url(spritesmith0.png);background-position:-1208px -1449px;width:60px;height:60px}.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1274px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_white{background-image:url(spritesmith0.png);background-position:-1299px -1449px;width:60px;height:60px}.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1365px -1434px;width:90px;height:90px}.customize-option.hair_mustache_1_winternight{background-image:url(spritesmith0.png);background-position:-1390px -1449px;width:60px;height:60px}.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1536px 0;width:90px;height:90px}.customize-option.hair_mustache_1_winterstar{background-image:url(spritesmith0.png);background-position:-1561px -15px;width:60px;height:60px}.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1536px -91px;width:90px;height:90px}.customize-option.hair_mustache_1_yellow{background-image:url(spritesmith0.png);background-position:-1561px -106px;width:60px;height:60px}.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1536px -182px;width:90px;height:90px}.customize-option.hair_mustache_1_zombie{background-image:url(spritesmith0.png);background-position:-1561px -197px;width:60px;height:60px}.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1536px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_TRUred{background-image:url(spritesmith0.png);background-position:-1561px -288px;width:60px;height:60px}.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1536px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_aurora{background-image:url(spritesmith0.png);background-position:-1561px -379px;width:60px;height:60px}.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1536px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_black{background-image:url(spritesmith0.png);background-position:-1561px -470px;width:60px;height:60px}.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1536px -546px;width:90px;height:90px}.customize-option.hair_mustache_2_blond{background-image:url(spritesmith0.png);background-position:-1561px -561px;width:60px;height:60px}.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1536px -637px;width:90px;height:90px}.customize-option.hair_mustache_2_blue{background-image:url(spritesmith0.png);background-position:-1561px -652px;width:60px;height:60px}.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1536px -728px;width:90px;height:90px}.customize-option.hair_mustache_2_brown{background-image:url(spritesmith0.png);background-position:-1561px -743px;width:60px;height:60px}.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1536px -819px;width:90px;height:90px}.customize-option.hair_mustache_2_candycane{background-image:url(spritesmith0.png);background-position:-1561px -834px;width:60px;height:60px}.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1536px -910px;width:90px;height:90px}.customize-option.hair_mustache_2_candycorn{background-image:url(spritesmith0.png);background-position:-1561px -925px;width:60px;height:60px}.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1536px -1001px;width:90px;height:90px}.customize-option.hair_mustache_2_festive{background-image:url(spritesmith0.png);background-position:-1561px -1016px;width:60px;height:60px}.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1536px -1092px;width:90px;height:90px}.customize-option.hair_mustache_2_frost{background-image:url(spritesmith0.png);background-position:-1561px -1107px;width:60px;height:60px}.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1536px -1183px;width:90px;height:90px}.customize-option.hair_mustache_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-1561px -1198px;width:60px;height:60px}.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1536px -1274px;width:90px;height:90px}.customize-option.hair_mustache_2_green{background-image:url(spritesmith0.png);background-position:-1561px -1289px;width:60px;height:60px}.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1536px -1365px;width:90px;height:90px}.customize-option.hair_mustache_2_halloween{background-image:url(spritesmith0.png);background-position:-1561px -1380px;width:60px;height:60px}.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:0 -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_holly{background-image:url(spritesmith0.png);background-position:-25px -1540px;width:60px;height:60px}.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -1540px;width:60px;height:60px}.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-182px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_midnight{background-image:url(spritesmith0.png);background-position:-207px -1540px;width:60px;height:60px}.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-273px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pblue{background-image:url(spritesmith0.png);background-position:-298px -1540px;width:60px;height:60px}.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-364px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_peppermint{background-image:url(spritesmith0.png);background-position:-389px -1540px;width:60px;height:60px}.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-455px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen{background-image:url(spritesmith0.png);background-position:-480px -1540px;width:60px;height:60px}.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-546px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_porange{background-image:url(spritesmith0.png);background-position:-571px -1540px;width:60px;height:60px}.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-637px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink{background-image:url(spritesmith0.png);background-position:-662px -1540px;width:60px;height:60px}.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-728px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple{background-image:url(spritesmith0.png);background-position:-753px -1540px;width:60px;height:60px}.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-819px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pumpkin{background-image:url(spritesmith0.png);background-position:-844px -1540px;width:60px;height:60px}.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-910px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_purple{background-image:url(spritesmith0.png);background-position:-935px -1540px;width:60px;height:60px}.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1001px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow{background-image:url(spritesmith0.png);background-position:-1026px -1540px;width:60px;height:60px}.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1092px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_rainbow{background-image:url(spritesmith0.png);background-position:-1117px -1540px;width:60px;height:60px}.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1183px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_red{background-image:url(spritesmith0.png);background-position:-1208px -1540px;width:60px;height:60px}.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1274px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_snowy{background-image:url(spritesmith0.png);background-position:-1299px -1540px;width:60px;height:60px}.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1365px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_white{background-image:url(spritesmith0.png);background-position:-1390px -1540px;width:60px;height:60px}.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1456px -1525px;width:90px;height:90px}.customize-option.hair_mustache_2_winternight{background-image:url(spritesmith0.png);background-position:-1481px -1540px;width:60px;height:60px}.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1627px 0;width:90px;height:90px}.customize-option.hair_mustache_2_winterstar{background-image:url(spritesmith0.png);background-position:-1652px -15px;width:60px;height:60px}.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1627px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_yellow{background-image:url(spritesmith0.png);background-position:-1652px -106px;width:60px;height:60px}.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1627px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_zombie{background-image:url(spritesmith0.png);background-position:-1652px -197px;width:60px;height:60px}.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1627px -273px;width:90px;height:90px}.customize-option.hair_flower_1{background-image:url(spritesmith0.png);background-position:-1652px -288px;width:60px;height:60px}.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1627px -364px;width:90px;height:90px}.customize-option.hair_flower_2{background-image:url(spritesmith0.png);background-position:-1652px -379px;width:60px;height:60px}.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1627px -455px;width:90px;height:90px}.customize-option.hair_flower_3{background-image:url(spritesmith0.png);background-position:-1652px -470px;width:60px;height:60px}.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1627px -546px;width:90px;height:90px}.customize-option.hair_flower_4{background-image:url(spritesmith0.png);background-position:-1652px -561px;width:60px;height:60px}.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1627px -637px;width:90px;height:90px}.customize-option.hair_flower_5{background-image:url(spritesmith0.png);background-position:-1652px -652px;width:60px;height:60px}.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1627px -728px;width:90px;height:90px}.customize-option.hair_flower_6{background-image:url(spritesmith0.png);background-position:-1652px -743px;width:60px;height:60px}.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1627px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_TRUred{background-image:url(spritesmith0.png);background-position:-1652px -834px;width:60px;height:60px}.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1627px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_aurora{background-image:url(spritesmith0.png);background-position:-1652px -925px;width:60px;height:60px}.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1627px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_black{background-image:url(spritesmith0.png);background-position:-1652px -1016px;width:60px;height:60px}.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1627px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_blond{background-image:url(spritesmith0.png);background-position:-1652px -1107px;width:60px;height:60px}.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1627px -1183px;width:90px;height:90px}.customize-option.hair_bangs_1_blue{background-image:url(spritesmith0.png);background-position:-1652px -1198px;width:60px;height:60px}.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1627px -1274px;width:90px;height:90px}.customize-option.hair_bangs_1_brown{background-image:url(spritesmith0.png);background-position:-1652px -1289px;width:60px;height:60px}.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1627px -1365px;width:90px;height:90px}.customize-option.hair_bangs_1_candycane{background-image:url(spritesmith0.png);background-position:-1652px -1380px;width:60px;height:60px}.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1627px -1456px;width:90px;height:90px}.customize-option.hair_bangs_1_candycorn{background-image:url(spritesmith0.png);background-position:-1652px -1471px;width:60px;height:60px}.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:0 -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_festive{background-image:url(spritesmith0.png);background-position:-25px -1631px;width:60px;height:60px}.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-91px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_frost{background-image:url(spritesmith0.png);background-position:-116px -1631px;width:60px;height:60px}.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-182px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ghostwhite{background-image:url(spritesmith0.png);background-position:-207px -1631px;width:60px;height:60px}.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-273px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_green{background-image:url(spritesmith0.png);background-position:-298px -1631px;width:60px;height:60px}.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-364px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_halloween{background-image:url(spritesmith0.png);background-position:-389px -1631px;width:60px;height:60px}.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-455px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_holly{background-image:url(spritesmith0.png);background-position:-480px -1631px;width:60px;height:60px}.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-546px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_hollygreen{background-image:url(spritesmith0.png);background-position:-571px -1631px;width:60px;height:60px}.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-637px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_midnight{background-image:url(spritesmith0.png);background-position:-662px -1631px;width:60px;height:60px}.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-728px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue{background-image:url(spritesmith0.png);background-position:-753px -1631px;width:60px;height:60px}.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-819px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pblue2{background-image:url(spritesmith0.png);background-position:-844px -1631px;width:60px;height:60px}.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-910px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_peppermint{background-image:url(spritesmith0.png);background-position:-935px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1001px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen{background-image:url(spritesmith0.png);background-position:-1026px -1631px;width:60px;height:60px}.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1092px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_pgreen2{background-image:url(spritesmith0.png);background-position:-1117px -1631px;width:60px;height:60px}.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1183px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange{background-image:url(spritesmith0.png);background-position:-1208px -1631px;width:60px;height:60px}.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1274px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_porange2{background-image:url(spritesmith0.png);background-position:-1299px -1631px;width:60px;height:60px}.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1365px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink{background-image:url(spritesmith0.png);background-position:-1390px -1631px;width:60px;height:60px}.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1456px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppink2{background-image:url(spritesmith0.png);background-position:-1481px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1547px -1616px;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple{background-image:url(spritesmith0.png);background-position:-1572px -1631px;width:60px;height:60px}.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1718px 0;width:90px;height:90px}.customize-option.hair_bangs_1_ppurple2{background-image:url(spritesmith0.png);background-position:-1743px -15px;width:60px;height:60px}.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1718px -91px;width:90px;height:90px}.customize-option.hair_bangs_1_pumpkin{background-image:url(spritesmith0.png);background-position:-1743px -106px;width:60px;height:60px}.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1718px -182px;width:90px;height:90px}.customize-option.hair_bangs_1_purple{background-image:url(spritesmith0.png);background-position:-1743px -197px;width:60px;height:60px}.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1718px -273px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow{background-image:url(spritesmith0.png);background-position:-1743px -288px;width:60px;height:60px}.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1718px -364px;width:90px;height:90px}.customize-option.hair_bangs_1_pyellow2{background-image:url(spritesmith0.png);background-position:-1743px -379px;width:60px;height:60px}.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1718px -455px;width:90px;height:90px}.customize-option.hair_bangs_1_rainbow{background-image:url(spritesmith0.png);background-position:-1743px -470px;width:60px;height:60px}.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1718px -546px;width:90px;height:90px}.customize-option.hair_bangs_1_red{background-image:url(spritesmith0.png);background-position:-1743px -561px;width:60px;height:60px}.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1718px -637px;width:90px;height:90px}.customize-option.hair_bangs_1_snowy{background-image:url(spritesmith0.png);background-position:-1743px -652px;width:60px;height:60px}.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1718px -728px;width:90px;height:90px}.customize-option.hair_bangs_1_white{background-image:url(spritesmith0.png);background-position:-1743px -743px;width:60px;height:60px}.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1718px -819px;width:90px;height:90px}.customize-option.hair_bangs_1_winternight{background-image:url(spritesmith0.png);background-position:-1743px -834px;width:60px;height:60px}.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1718px -910px;width:90px;height:90px}.customize-option.hair_bangs_1_winterstar{background-image:url(spritesmith0.png);background-position:-1743px -925px;width:60px;height:60px}.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1718px -1001px;width:90px;height:90px}.customize-option.hair_bangs_1_yellow{background-image:url(spritesmith0.png);background-position:-1743px -1016px;width:60px;height:60px}.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1718px -1092px;width:90px;height:90px}.customize-option.hair_bangs_1_zombie{background-image:url(spritesmith0.png);background-position:-1743px -1107px;width:60px;height:60px}.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1718px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_TRUred{background-image:url(spritesmith0.png);background-position:-1743px -1198px;width:60px;height:60px}.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1718px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_aurora{background-image:url(spritesmith0.png);background-position:-1743px -1289px;width:60px;height:60px}.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1718px -1365px;width:90px;height:90px}.customize-option.hair_bangs_2_black{background-image:url(spritesmith0.png);background-position:-1743px -1380px;width:60px;height:60px}.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1718px -1456px;width:90px;height:90px}.customize-option.hair_bangs_2_blond{background-image:url(spritesmith0.png);background-position:-1743px -1471px;width:60px;height:60px}.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1718px -1547px;width:90px;height:90px}.customize-option.hair_bangs_2_blue{background-image:url(spritesmith0.png);background-position:-1743px -1562px;width:60px;height:60px}.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:0 -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_brown{background-image:url(spritesmith0.png);background-position:-25px -1722px;width:60px;height:60px}.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-91px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycane{background-image:url(spritesmith0.png);background-position:-116px -1722px;width:60px;height:60px}.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-182px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_candycorn{background-image:url(spritesmith0.png);background-position:-207px -1722px;width:60px;height:60px}.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-273px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_festive{background-image:url(spritesmith0.png);background-position:-298px -1722px;width:60px;height:60px}.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-364px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_frost{background-image:url(spritesmith0.png);background-position:-389px -1722px;width:60px;height:60px}.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -1722px;width:60px;height:60px}.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-546px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_green{background-image:url(spritesmith0.png);background-position:-571px -1722px;width:60px;height:60px}.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-637px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_halloween{background-image:url(spritesmith0.png);background-position:-662px -1722px;width:60px;height:60px}.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-728px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_holly{background-image:url(spritesmith0.png);background-position:-753px -1722px;width:60px;height:60px}.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-819px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_hollygreen{background-image:url(spritesmith0.png);background-position:-844px -1722px;width:60px;height:60px}.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-910px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_midnight{background-image:url(spritesmith0.png);background-position:-935px -1722px;width:60px;height:60px}.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1001px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue{background-image:url(spritesmith0.png);background-position:-1026px -1722px;width:60px;height:60px}.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1092px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pblue2{background-image:url(spritesmith0.png);background-position:-1117px -1722px;width:60px;height:60px}.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1183px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_peppermint{background-image:url(spritesmith0.png);background-position:-1208px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1274px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen{background-image:url(spritesmith0.png);background-position:-1299px -1722px;width:60px;height:60px}.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1365px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_pgreen2{background-image:url(spritesmith0.png);background-position:-1390px -1722px;width:60px;height:60px}.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1456px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange{background-image:url(spritesmith0.png);background-position:-1481px -1722px;width:60px;height:60px}.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1547px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_porange2{background-image:url(spritesmith0.png);background-position:-1572px -1722px;width:60px;height:60px}.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1638px -1707px;width:90px;height:90px}.customize-option.hair_bangs_2_ppink{background-image:url(spritesmith0.png);background-position:-1663px -1722px;width:60px;height:60px}.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1809px 0;width:90px;height:90px}.customize-option.hair_bangs_2_ppink2{background-image:url(spritesmith0.png);background-position:-1834px -15px;width:60px;height:60px}.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1809px -91px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple{background-image:url(spritesmith0.png);background-position:-1834px -106px;width:60px;height:60px}.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1809px -182px;width:90px;height:90px}.customize-option.hair_bangs_2_ppurple2{background-image:url(spritesmith0.png);background-position:-1834px -197px;width:60px;height:60px}.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1809px -273px;width:90px;height:90px}.customize-option.hair_bangs_2_pumpkin{background-image:url(spritesmith0.png);background-position:-1834px -288px;width:60px;height:60px}.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1809px -364px;width:90px;height:90px}.customize-option.hair_bangs_2_purple{background-image:url(spritesmith0.png);background-position:-1834px -379px;width:60px;height:60px}.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1809px -455px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow{background-image:url(spritesmith0.png);background-position:-1834px -470px;width:60px;height:60px}.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1809px -546px;width:90px;height:90px}.customize-option.hair_bangs_2_pyellow2{background-image:url(spritesmith0.png);background-position:-1834px -561px;width:60px;height:60px}.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1809px -637px;width:90px;height:90px}.customize-option.hair_bangs_2_rainbow{background-image:url(spritesmith0.png);background-position:-1834px -652px;width:60px;height:60px}.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1809px -728px;width:90px;height:90px}.customize-option.hair_bangs_2_red{background-image:url(spritesmith0.png);background-position:-1834px -743px;width:60px;height:60px}.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1809px -819px;width:90px;height:90px}.customize-option.hair_bangs_2_snowy{background-image:url(spritesmith0.png);background-position:-1834px -834px;width:60px;height:60px}.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1809px -910px;width:90px;height:90px}.customize-option.hair_bangs_2_white{background-image:url(spritesmith0.png);background-position:-1834px -925px;width:60px;height:60px}.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1809px -1001px;width:90px;height:90px}.customize-option.hair_bangs_2_winternight{background-image:url(spritesmith0.png);background-position:-1834px -1016px;width:60px;height:60px}.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1809px -1092px;width:90px;height:90px}.customize-option.hair_bangs_2_winterstar{background-image:url(spritesmith0.png);background-position:-1834px -1107px;width:60px;height:60px}.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1809px -1183px;width:90px;height:90px}.customize-option.hair_bangs_2_yellow{background-image:url(spritesmith0.png);background-position:-1834px -1198px;width:60px;height:60px}.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1809px -1274px;width:90px;height:90px}.customize-option.hair_bangs_2_zombie{background-image:url(spritesmith0.png);background-position:-1834px -1289px;width:60px;height:60px}.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1809px -1365px;width:90px;height:90px}.customize-option.hair_bangs_3_TRUred{background-image:url(spritesmith0.png);background-position:-1834px -1380px;width:60px;height:60px}.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1809px -1456px;width:90px;height:90px}.customize-option.hair_bangs_3_aurora{background-image:url(spritesmith0.png);background-position:-1834px -1471px;width:60px;height:60px}.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1809px -1547px;width:90px;height:90px}.customize-option.hair_bangs_3_black{background-image:url(spritesmith0.png);background-position:-1834px -1562px;width:60px;height:60px}.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1809px -1638px;width:90px;height:90px}.customize-option.hair_bangs_3_blond{background-image:url(spritesmith0.png);background-position:-1834px -1653px;width:60px;height:60px}.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:0 -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_blue{background-image:url(spritesmith0.png);background-position:-25px -1813px;width:60px;height:60px}.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-91px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_brown{background-image:url(spritesmith0.png);background-position:-116px -1813px;width:60px;height:60px}.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-182px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycane{background-image:url(spritesmith0.png);background-position:-207px -1813px;width:60px;height:60px}.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-273px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_candycorn{background-image:url(spritesmith0.png);background-position:-298px -1813px;width:60px;height:60px}.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-364px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_festive{background-image:url(spritesmith0.png);background-position:-389px -1813px;width:60px;height:60px}.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-455px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_frost{background-image:url(spritesmith0.png);background-position:-480px -1813px;width:60px;height:60px}.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-546px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ghostwhite{background-image:url(spritesmith0.png);background-position:-571px -1813px;width:60px;height:60px}.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-637px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_green{background-image:url(spritesmith0.png);background-position:-662px -1813px;width:60px;height:60px}.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-728px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_halloween{background-image:url(spritesmith0.png);background-position:-753px -1813px;width:60px;height:60px}.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-819px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_holly{background-image:url(spritesmith0.png);background-position:-844px -1813px;width:60px;height:60px}.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-910px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_hollygreen{background-image:url(spritesmith0.png);background-position:-935px -1813px;width:60px;height:60px}.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1001px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_midnight{background-image:url(spritesmith0.png);background-position:-1026px -1813px;width:60px;height:60px}.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1092px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue{background-image:url(spritesmith0.png);background-position:-1117px -1813px;width:60px;height:60px}.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1183px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pblue2{background-image:url(spritesmith0.png);background-position:-1208px -1813px;width:60px;height:60px}.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1274px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_peppermint{background-image:url(spritesmith0.png);background-position:-1299px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1365px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen{background-image:url(spritesmith0.png);background-position:-1390px -1813px;width:60px;height:60px}.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1456px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_pgreen2{background-image:url(spritesmith0.png);background-position:-1481px -1813px;width:60px;height:60px}.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1547px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange{background-image:url(spritesmith0.png);background-position:-1572px -1813px;width:60px;height:60px}.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1638px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_porange2{background-image:url(spritesmith0.png);background-position:-1663px -1813px;width:60px;height:60px}.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1729px -1798px;width:90px;height:90px}.customize-option.hair_bangs_3_ppink{background-image:url(spritesmith0.png);background-position:-1754px -1813px;width:60px;height:60px}.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1900px 0;width:90px;height:90px}.customize-option.hair_bangs_3_ppink2{background-image:url(spritesmith0.png);background-position:-1925px -15px;width:60px;height:60px}.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1900px -91px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple{background-image:url(spritesmith0.png);background-position:-1925px -106px;width:60px;height:60px}.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1900px -182px;width:90px;height:90px}.customize-option.hair_bangs_3_ppurple2{background-image:url(spritesmith0.png);background-position:-1925px -197px;width:60px;height:60px}.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1900px -273px;width:90px;height:90px}.customize-option.hair_bangs_3_pumpkin{background-image:url(spritesmith0.png);background-position:-1925px -288px;width:60px;height:60px}.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1900px -364px;width:90px;height:90px}.customize-option.hair_bangs_3_purple{background-image:url(spritesmith0.png);background-position:-1925px -379px;width:60px;height:60px}.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1900px -455px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow{background-image:url(spritesmith0.png);background-position:-1925px -470px;width:60px;height:60px}.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1900px -546px;width:90px;height:90px}.customize-option.hair_bangs_3_pyellow2{background-image:url(spritesmith0.png);background-position:-1925px -561px;width:60px;height:60px}.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1900px -637px;width:90px;height:90px}.customize-option.hair_bangs_3_rainbow{background-image:url(spritesmith0.png);background-position:-1925px -652px;width:60px;height:60px}.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1900px -728px;width:90px;height:90px}.customize-option.hair_bangs_3_red{background-image:url(spritesmith0.png);background-position:-1925px -743px;width:60px;height:60px}.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1900px -819px;width:90px;height:90px}.customize-option.hair_bangs_3_snowy{background-image:url(spritesmith0.png);background-position:-1925px -834px;width:60px;height:60px}.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1900px -910px;width:90px;height:90px}.customize-option.hair_bangs_3_white{background-image:url(spritesmith0.png);background-position:-1925px -925px;width:60px;height:60px}.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1900px -1001px;width:90px;height:90px}.customize-option.hair_bangs_3_winternight{background-image:url(spritesmith0.png);background-position:-1925px -1016px;width:60px;height:60px}.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1900px -1092px;width:90px;height:90px}.customize-option.hair_bangs_3_winterstar{background-image:url(spritesmith0.png);background-position:-1925px -1107px;width:60px;height:60px}.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1900px -1183px;width:90px;height:90px}.customize-option.hair_bangs_3_yellow{background-image:url(spritesmith0.png);background-position:-1925px -1198px;width:60px;height:60px}.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1900px -1274px;width:90px;height:90px}.customize-option.hair_bangs_3_zombie{background-image:url(spritesmith0.png);background-position:-1925px -1289px;width:60px;height:60px}.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1900px -1365px;width:90px;height:90px}.customize-option.hair_base_10_TRUred{background-image:url(spritesmith0.png);background-position:-1925px -1380px;width:60px;height:60px}.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1900px -1456px;width:90px;height:90px}.customize-option.hair_base_10_aurora{background-image:url(spritesmith0.png);background-position:-1925px -1471px;width:60px;height:60px}.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1900px -1547px;width:90px;height:90px}.customize-option.hair_base_10_black{background-image:url(spritesmith0.png);background-position:-1925px -1562px;width:60px;height:60px}.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1900px -1638px;width:90px;height:90px}.customize-option.hair_base_10_blond{background-image:url(spritesmith0.png);background-position:-1925px -1653px;width:60px;height:60px}.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-1092px -1434px;width:90px;height:90px}.customize-option.hair_base_10_blue{background-image:url(spritesmith0.png);background-position:-1117px -1449px;width:60px;height:60px}.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-910px -979px;width:90px;height:90px}.customize-option.hair_base_10_brown{background-image:url(spritesmith0.png);background-position:-935px -994px;width:60px;height:60px}.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-819px -979px;width:90px;height:90px}.customize-option.hair_base_10_candycane{background-image:url(spritesmith0.png);background-position:-844px -994px;width:60px;height:60px}.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-728px -979px;width:90px;height:90px}.customize-option.hair_base_10_candycorn{background-image:url(spritesmith0.png);background-position:-753px -994px;width:60px;height:60px}.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-637px -979px;width:90px;height:90px}.customize-option.hair_base_10_festive{background-image:url(spritesmith0.png);background-position:-662px -994px;width:60px;height:60px}.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-546px -979px;width:90px;height:90px}.customize-option.hair_base_10_frost{background-image:url(spritesmith0.png);background-position:-571px -994px;width:60px;height:60px}.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-455px -979px;width:90px;height:90px}.customize-option.hair_base_10_ghostwhite{background-image:url(spritesmith0.png);background-position:-480px -994px;width:60px;height:60px}.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-364px -979px;width:90px;height:90px}.customize-option.hair_base_10_green{background-image:url(spritesmith0.png);background-position:-389px -994px;width:60px;height:60px}.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-273px -979px;width:90px;height:90px}.customize-option.hair_base_10_halloween{background-image:url(spritesmith0.png);background-position:-298px -994px;width:60px;height:60px}.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-182px -979px;width:90px;height:90px}.customize-option.hair_base_10_holly{background-image:url(spritesmith0.png);background-position:-207px -994px;width:60px;height:60px}.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-91px -979px;width:90px;height:90px}.customize-option.hair_base_10_hollygreen{background-image:url(spritesmith0.png);background-position:-116px -994px;width:60px;height:60px}.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:0 -979px;width:90px;height:90px}.customize-option.hair_base_10_midnight{background-image:url(spritesmith0.png);background-position:-25px -994px;width:60px;height:60px}.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-990px -819px;width:90px;height:90px}.customize-option.hair_base_10_pblue{background-image:url(spritesmith0.png);background-position:-1015px -834px;width:60px;height:60px}.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-990px -728px;width:90px;height:90px}.customize-option.hair_base_10_pblue2{background-image:url(spritesmith0.png);background-position:-1015px -743px;width:60px;height:60px}.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-990px -637px;width:90px;height:90px}.customize-option.hair_base_10_peppermint{background-image:url(spritesmith0.png);background-position:-1015px -652px;width:60px;height:60px}.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-990px -546px;width:90px;height:90px}.customize-option.hair_base_10_pgreen{background-image:url(spritesmith0.png);background-position:-1015px -561px;width:60px;height:60px}.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-990px -455px;width:90px;height:90px}.customize-option.hair_base_10_pgreen2{background-image:url(spritesmith0.png);background-position:-1015px -470px;width:60px;height:60px}.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-990px -364px;width:90px;height:90px}.customize-option.hair_base_10_porange{background-image:url(spritesmith0.png);background-position:-1015px -379px;width:60px;height:60px}.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-990px -273px;width:90px;height:90px}.customize-option.hair_base_10_porange2{background-image:url(spritesmith0.png);background-position:-1015px -288px;width:60px;height:60px}.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-990px -182px;width:90px;height:90px}.customize-option.hair_base_10_ppink{background-image:url(spritesmith0.png);background-position:-1015px -197px;width:60px;height:60px}.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-990px -91px;width:90px;height:90px}.customize-option.hair_base_10_ppink2{background-image:url(spritesmith0.png);background-position:-1015px -106px;width:60px;height:60px}.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-990px 0;width:90px;height:90px}.customize-option.hair_base_10_ppurple{background-image:url(spritesmith0.png);background-position:-1015px -15px;width:60px;height:60px}.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-819px -888px;width:90px;height:90px}.customize-option.hair_base_10_ppurple2{background-image:url(spritesmith0.png);background-position:-844px -903px;width:60px;height:60px}.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-728px -888px;width:90px;height:90px}.customize-option.hair_base_10_pumpkin{background-image:url(spritesmith0.png);background-position:-753px -903px;width:60px;height:60px}.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-637px -888px;width:90px;height:90px}.customize-option.hair_base_10_purple{background-image:url(spritesmith0.png);background-position:-662px -903px;width:60px;height:60px}.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-546px -888px;width:90px;height:90px}.customize-option.hair_base_10_pyellow{background-image:url(spritesmith0.png);background-position:-571px -903px;width:60px;height:60px}.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-455px -888px;width:90px;height:90px}.customize-option.hair_base_10_pyellow2{background-image:url(spritesmith0.png);background-position:-480px -903px;width:60px;height:60px}.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-364px -888px;width:90px;height:90px}.customize-option.hair_base_10_rainbow{background-image:url(spritesmith0.png);background-position:-389px -903px;width:60px;height:60px}.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-273px -888px;width:90px;height:90px}.customize-option.hair_base_10_red{background-image:url(spritesmith0.png);background-position:-298px -903px;width:60px;height:60px}.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-182px -888px;width:90px;height:90px}.customize-option.hair_base_10_snowy{background-image:url(spritesmith0.png);background-position:-207px -903px;width:60px;height:60px}.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-91px -888px;width:90px;height:90px}.customize-option.hair_base_10_white{background-image:url(spritesmith0.png);background-position:-116px -903px;width:60px;height:60px}.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-1081px -455px;width:90px;height:90px}.customize-option.hair_base_10_winternight{background-image:url(spritesmith0.png);background-position:-1106px -470px;width:60px;height:60px}.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-1081px -364px;width:90px;height:90px}.customize-option.hair_base_10_winterstar{background-image:url(spritesmith0.png);background-position:-1106px -379px;width:60px;height:60px}.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-1081px -273px;width:90px;height:90px}.customize-option.hair_base_10_yellow{background-image:url(spritesmith0.png);background-position:-1106px -288px;width:60px;height:60px}.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-1081px -182px;width:90px;height:90px}.customize-option.hair_base_10_zombie{background-image:url(spritesmith0.png);background-position:-1106px -197px;width:60px;height:60px}.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-1081px -91px;width:90px;height:90px}.customize-option.hair_base_11_TRUred{background-image:url(spritesmith0.png);background-position:-1106px -106px;width:60px;height:60px}.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-1081px 0;width:90px;height:90px}.customize-option.hair_base_11_aurora{background-image:url(spritesmith0.png);background-position:-1106px -15px;width:60px;height:60px}.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_11_black{background-image:url(spritesmith1.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_11_blond{background-image:url(spritesmith1.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_11_blue{background-image:url(spritesmith1.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_11_brown{background-image:url(spritesmith1.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_11_candycane{background-image:url(spritesmith1.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_11_candycorn{background-image:url(spritesmith1.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_11_festive{background-image:url(spritesmith1.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_11_frost{background-image:url(spritesmith1.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_11_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_11_green{background-image:url(spritesmith1.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_11_halloween{background-image:url(spritesmith1.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_11_holly{background-image:url(spritesmith1.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_11_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_11_midnight{background-image:url(spritesmith1.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_11_pblue{background-image:url(spritesmith1.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_11_pblue2{background-image:url(spritesmith1.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_11_peppermint{background-image:url(spritesmith1.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_11_pgreen{background-image:url(spritesmith1.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_11_pgreen2{background-image:url(spritesmith1.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_11_porange{background-image:url(spritesmith1.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_11_porange2{background-image:url(spritesmith1.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppink{background-image:url(spritesmith1.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppink2{background-image:url(spritesmith1.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppurple{background-image:url(spritesmith1.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_11_ppurple2{background-image:url(spritesmith1.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_11_pumpkin{background-image:url(spritesmith1.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_11_purple{background-image:url(spritesmith1.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_11_pyellow{background-image:url(spritesmith1.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_11_pyellow2{background-image:url(spritesmith1.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_11_rainbow{background-image:url(spritesmith1.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_11_red{background-image:url(spritesmith1.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_11_red{background-image:url(spritesmith1.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_11_snowy{background-image:url(spritesmith1.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_11_white{background-image:url(spritesmith1.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_11_winternight{background-image:url(spritesmith1.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_11_winterstar{background-image:url(spritesmith1.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_11_yellow{background-image:url(spritesmith1.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_11_zombie{background-image:url(spritesmith1.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_12_TRUred{background-image:url(spritesmith1.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_12_aurora{background-image:url(spritesmith1.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_12_black{background-image:url(spritesmith1.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_12_blond{background-image:url(spritesmith1.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_12_blue{background-image:url(spritesmith1.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_12_brown{background-image:url(spritesmith1.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_12_candycane{background-image:url(spritesmith1.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_12_candycorn{background-image:url(spritesmith1.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_12_festive{background-image:url(spritesmith1.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_12_frost{background-image:url(spritesmith1.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_12_ghostwhite{background-image:url(spritesmith1.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_12_green{background-image:url(spritesmith1.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_12_halloween{background-image:url(spritesmith1.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_12_holly{background-image:url(spritesmith1.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_12_hollygreen{background-image:url(spritesmith1.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_12_midnight{background-image:url(spritesmith1.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_12_pblue{background-image:url(spritesmith1.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_12_pblue2{background-image:url(spritesmith1.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_12_peppermint{background-image:url(spritesmith1.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_12_pgreen{background-image:url(spritesmith1.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_12_pgreen2{background-image:url(spritesmith1.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_12_porange{background-image:url(spritesmith1.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_12_porange2{background-image:url(spritesmith1.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppink{background-image:url(spritesmith1.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppink2{background-image:url(spritesmith1.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple{background-image:url(spritesmith1.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_12_ppurple2{background-image:url(spritesmith1.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_12_pumpkin{background-image:url(spritesmith1.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_12_purple{background-image:url(spritesmith1.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_12_pyellow{background-image:url(spritesmith1.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_12_pyellow2{background-image:url(spritesmith1.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_12_rainbow{background-image:url(spritesmith1.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_12_red{background-image:url(spritesmith1.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_12_snowy{background-image:url(spritesmith1.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_12_white{background-image:url(spritesmith1.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_12_winternight{background-image:url(spritesmith1.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_12_winterstar{background-image:url(spritesmith1.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_12_yellow{background-image:url(spritesmith1.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_12_zombie{background-image:url(spritesmith1.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_13_TRUred{background-image:url(spritesmith1.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_13_aurora{background-image:url(spritesmith1.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_13_black{background-image:url(spritesmith1.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_13_blond{background-image:url(spritesmith1.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_13_blue{background-image:url(spritesmith1.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_13_brown{background-image:url(spritesmith1.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_13_candycane{background-image:url(spritesmith1.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_13_candycorn{background-image:url(spritesmith1.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_13_festive{background-image:url(spritesmith1.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_13_frost{background-image:url(spritesmith1.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_13_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_13_green{background-image:url(spritesmith1.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_13_halloween{background-image:url(spritesmith1.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_13_holly{background-image:url(spritesmith1.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_13_hollygreen{background-image:url(spritesmith1.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_13_midnight{background-image:url(spritesmith1.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_13_pblue{background-image:url(spritesmith1.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_13_pblue2{background-image:url(spritesmith1.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_13_peppermint{background-image:url(spritesmith1.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_13_pgreen{background-image:url(spritesmith1.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_13_pgreen2{background-image:url(spritesmith1.png);background-position:-571px -834px;width:60px;height:60px}.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange{background-image:url(spritesmith1.png);background-position:-662px -834px;width:60px;height:60px}.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_base_13_porange2{background-image:url(spritesmith1.png);background-position:-753px -834px;width:60px;height:60px}.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_base_13_ppink{background-image:url(spritesmith1.png);background-position:-844px -834px;width:60px;height:60px}.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_base_13_ppink2{background-image:url(spritesmith1.png);background-position:-935px -15px;width:60px;height:60px}.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_base_13_ppurple{background-image:url(spritesmith1.png);background-position:-935px -106px;width:60px;height:60px}.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_base_13_ppurple2{background-image:url(spritesmith1.png);background-position:-935px -197px;width:60px;height:60px}.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_base_13_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -288px;width:60px;height:60px}.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_base_13_purple{background-image:url(spritesmith1.png);background-position:-935px -379px;width:60px;height:60px}.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_base_13_pyellow{background-image:url(spritesmith1.png);background-position:-935px -470px;width:60px;height:60px}.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_base_13_pyellow2{background-image:url(spritesmith1.png);background-position:-935px -561px;width:60px;height:60px}.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_base_13_rainbow{background-image:url(spritesmith1.png);background-position:-935px -652px;width:60px;height:60px}.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_base_13_red{background-image:url(spritesmith1.png);background-position:-935px -743px;width:60px;height:60px}.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_base_13_snowy{background-image:url(spritesmith1.png);background-position:-935px -834px;width:60px;height:60px}.hair_base_13_white{background-image:url(spritesmith1.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_base_13_white{background-image:url(spritesmith1.png);background-position:-25px -925px;width:60px;height:60px}.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_base_13_winternight{background-image:url(spritesmith1.png);background-position:-116px -925px;width:60px;height:60px}.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_base_13_winterstar{background-image:url(spritesmith1.png);background-position:-207px -925px;width:60px;height:60px}.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_base_13_yellow{background-image:url(spritesmith1.png);background-position:-298px -925px;width:60px;height:60px}.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_base_13_zombie{background-image:url(spritesmith1.png);background-position:-389px -925px;width:60px;height:60px}.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_base_14_TRUred{background-image:url(spritesmith1.png);background-position:-480px -925px;width:60px;height:60px}.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_base_14_aurora{background-image:url(spritesmith1.png);background-position:-571px -925px;width:60px;height:60px}.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_base_14_black{background-image:url(spritesmith1.png);background-position:-662px -925px;width:60px;height:60px}.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_base_14_blond{background-image:url(spritesmith1.png);background-position:-753px -925px;width:60px;height:60px}.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_base_14_blue{background-image:url(spritesmith1.png);background-position:-844px -925px;width:60px;height:60px}.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_base_14_brown{background-image:url(spritesmith1.png);background-position:-935px -925px;width:60px;height:60px}.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_base_14_candycane{background-image:url(spritesmith1.png);background-position:-1026px -15px;width:60px;height:60px}.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_base_14_candycorn{background-image:url(spritesmith1.png);background-position:-1026px -106px;width:60px;height:60px}.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_base_14_festive{background-image:url(spritesmith1.png);background-position:-1026px -197px;width:60px;height:60px}.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_base_14_frost{background-image:url(spritesmith1.png);background-position:-1026px -288px;width:60px;height:60px}.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_base_14_ghostwhite{background-image:url(spritesmith1.png);background-position:-1026px -379px;width:60px;height:60px}.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_base_14_green{background-image:url(spritesmith1.png);background-position:-1026px -470px;width:60px;height:60px}.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.hair_base_14_halloween{background-image:url(spritesmith1.png);background-position:-1026px -561px;width:60px;height:60px}.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.hair_base_14_holly{background-image:url(spritesmith1.png);background-position:-1026px -652px;width:60px;height:60px}.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.hair_base_14_hollygreen{background-image:url(spritesmith1.png);background-position:-1026px -743px;width:60px;height:60px}.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.hair_base_14_midnight{background-image:url(spritesmith1.png);background-position:-1026px -834px;width:60px;height:60px}.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.hair_base_14_pblue{background-image:url(spritesmith1.png);background-position:-1026px -925px;width:60px;height:60px}.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.hair_base_14_pblue2{background-image:url(spritesmith1.png);background-position:-25px -1016px;width:60px;height:60px}.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.hair_base_14_peppermint{background-image:url(spritesmith1.png);background-position:-116px -1016px;width:60px;height:60px}.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pgreen{background-image:url(spritesmith1.png);background-position:-207px -1016px;width:60px;height:60px}.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pgreen2{background-image:url(spritesmith1.png);background-position:-298px -1016px;width:60px;height:60px}.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.hair_base_14_porange{background-image:url(spritesmith1.png);background-position:-389px -1016px;width:60px;height:60px}.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.hair_base_14_porange2{background-image:url(spritesmith1.png);background-position:-480px -1016px;width:60px;height:60px}.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink{background-image:url(spritesmith1.png);background-position:-571px -1016px;width:60px;height:60px}.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppink2{background-image:url(spritesmith1.png);background-position:-662px -1016px;width:60px;height:60px}.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple{background-image:url(spritesmith1.png);background-position:-753px -1016px;width:60px;height:60px}.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.hair_base_14_ppurple2{background-image:url(spritesmith1.png);background-position:-844px -1016px;width:60px;height:60px}.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.hair_base_14_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -1016px;width:60px;height:60px}.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.hair_base_14_purple{background-image:url(spritesmith1.png);background-position:-1026px -1016px;width:60px;height:60px}.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.hair_base_14_pyellow{background-image:url(spritesmith1.png);background-position:-1117px -15px;width:60px;height:60px}.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.hair_base_14_pyellow2{background-image:url(spritesmith1.png);background-position:-1117px -106px;width:60px;height:60px}.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.hair_base_14_rainbow{background-image:url(spritesmith1.png);background-position:-1117px -197px;width:60px;height:60px}.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.hair_base_14_red{background-image:url(spritesmith1.png);background-position:-1117px -288px;width:60px;height:60px}.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.hair_base_14_snowy{background-image:url(spritesmith1.png);background-position:-1117px -379px;width:60px;height:60px}.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.hair_base_14_white{background-image:url(spritesmith1.png);background-position:-1117px -470px;width:60px;height:60px}.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.hair_base_14_winternight{background-image:url(spritesmith1.png);background-position:-1117px -561px;width:60px;height:60px}.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.hair_base_14_winterstar{background-image:url(spritesmith1.png);background-position:-1117px -652px;width:60px;height:60px}.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.hair_base_14_yellow{background-image:url(spritesmith1.png);background-position:-1117px -743px;width:60px;height:60px}.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.hair_base_14_zombie{background-image:url(spritesmith1.png);background-position:-1117px -834px;width:60px;height:60px}.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.hair_base_1_TRUred{background-image:url(spritesmith1.png);background-position:-1117px -925px;width:60px;height:60px}.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.hair_base_1_aurora{background-image:url(spritesmith1.png);background-position:-1117px -1016px;width:60px;height:60px}.hair_base_1_black{background-image:url(spritesmith1.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.hair_base_1_black{background-image:url(spritesmith1.png);background-position:-25px -1107px;width:60px;height:60px}.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.hair_base_1_blond{background-image:url(spritesmith1.png);background-position:-116px -1107px;width:60px;height:60px}.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.hair_base_1_blue{background-image:url(spritesmith1.png);background-position:-207px -1107px;width:60px;height:60px}.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.hair_base_1_brown{background-image:url(spritesmith1.png);background-position:-298px -1107px;width:60px;height:60px}.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.hair_base_1_candycane{background-image:url(spritesmith1.png);background-position:-389px -1107px;width:60px;height:60px}.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.hair_base_1_candycorn{background-image:url(spritesmith1.png);background-position:-480px -1107px;width:60px;height:60px}.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.hair_base_1_festive{background-image:url(spritesmith1.png);background-position:-571px -1107px;width:60px;height:60px}.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.hair_base_1_frost{background-image:url(spritesmith1.png);background-position:-662px -1107px;width:60px;height:60px}.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.hair_base_1_ghostwhite{background-image:url(spritesmith1.png);background-position:-753px -1107px;width:60px;height:60px}.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.hair_base_1_green{background-image:url(spritesmith1.png);background-position:-844px -1107px;width:60px;height:60px}.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.hair_base_1_halloween{background-image:url(spritesmith1.png);background-position:-935px -1107px;width:60px;height:60px}.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.hair_base_1_holly{background-image:url(spritesmith1.png);background-position:-1026px -1107px;width:60px;height:60px}.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.hair_base_1_hollygreen{background-image:url(spritesmith1.png);background-position:-1117px -1107px;width:60px;height:60px}.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.hair_base_1_midnight{background-image:url(spritesmith1.png);background-position:-1208px -15px;width:60px;height:60px}.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.hair_base_1_pblue{background-image:url(spritesmith1.png);background-position:-1208px -106px;width:60px;height:60px}.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.hair_base_1_pblue2{background-image:url(spritesmith1.png);background-position:-1208px -197px;width:60px;height:60px}.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.hair_base_1_peppermint{background-image:url(spritesmith1.png);background-position:-1208px -288px;width:60px;height:60px}.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.hair_base_1_pgreen{background-image:url(spritesmith1.png);background-position:-1208px -379px;width:60px;height:60px}.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.hair_base_1_pgreen2{background-image:url(spritesmith1.png);background-position:-1208px -470px;width:60px;height:60px}.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.hair_base_1_porange{background-image:url(spritesmith1.png);background-position:-1208px -561px;width:60px;height:60px}.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.hair_base_1_porange2{background-image:url(spritesmith1.png);background-position:-1208px -652px;width:60px;height:60px}.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.hair_base_1_ppink{background-image:url(spritesmith1.png);background-position:-1208px -743px;width:60px;height:60px}.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.hair_base_1_ppink2{background-image:url(spritesmith1.png);background-position:-1208px -834px;width:60px;height:60px}.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.hair_base_1_ppurple{background-image:url(spritesmith1.png);background-position:-1208px -925px;width:60px;height:60px}.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.hair_base_1_ppurple2{background-image:url(spritesmith1.png);background-position:-1208px -1016px;width:60px;height:60px}.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.hair_base_1_pumpkin{background-image:url(spritesmith1.png);background-position:-1208px -1107px;width:60px;height:60px}.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.hair_base_1_purple{background-image:url(spritesmith1.png);background-position:-25px -1198px;width:60px;height:60px}.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pyellow{background-image:url(spritesmith1.png);background-position:-116px -1198px;width:60px;height:60px}.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.hair_base_1_pyellow2{background-image:url(spritesmith1.png);background-position:-207px -1198px;width:60px;height:60px}.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.hair_base_1_rainbow{background-image:url(spritesmith1.png);background-position:-298px -1198px;width:60px;height:60px}.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.hair_base_1_red{background-image:url(spritesmith1.png);background-position:-389px -1198px;width:60px;height:60px}.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.hair_base_1_snowy{background-image:url(spritesmith1.png);background-position:-480px -1198px;width:60px;height:60px}.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.hair_base_1_white{background-image:url(spritesmith1.png);background-position:-571px -1198px;width:60px;height:60px}.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winternight{background-image:url(spritesmith1.png);background-position:-662px -1198px;width:60px;height:60px}.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.hair_base_1_winterstar{background-image:url(spritesmith1.png);background-position:-753px -1198px;width:60px;height:60px}.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.hair_base_1_yellow{background-image:url(spritesmith1.png);background-position:-844px -1198px;width:60px;height:60px}.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.hair_base_1_zombie{background-image:url(spritesmith1.png);background-position:-935px -1198px;width:60px;height:60px}.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.hair_base_2_TRUred{background-image:url(spritesmith1.png);background-position:-1026px -1198px;width:60px;height:60px}.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.hair_base_2_aurora{background-image:url(spritesmith1.png);background-position:-1117px -1198px;width:60px;height:60px}.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.hair_base_2_black{background-image:url(spritesmith1.png);background-position:-1208px -1198px;width:60px;height:60px}.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.hair_base_2_blond{background-image:url(spritesmith1.png);background-position:-1299px -15px;width:60px;height:60px}.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.hair_base_2_blue{background-image:url(spritesmith1.png);background-position:-1299px -106px;width:60px;height:60px}.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.hair_base_2_brown{background-image:url(spritesmith1.png);background-position:-1299px -197px;width:60px;height:60px}.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.hair_base_2_candycane{background-image:url(spritesmith1.png);background-position:-1299px -288px;width:60px;height:60px}.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.hair_base_2_candycorn{background-image:url(spritesmith1.png);background-position:-1299px -379px;width:60px;height:60px}.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.hair_base_2_festive{background-image:url(spritesmith1.png);background-position:-1299px -470px;width:60px;height:60px}.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.hair_base_2_frost{background-image:url(spritesmith1.png);background-position:-1299px -561px;width:60px;height:60px}.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.hair_base_2_ghostwhite{background-image:url(spritesmith1.png);background-position:-1299px -652px;width:60px;height:60px}.hair_base_2_green{background-image:url(spritesmith1.png);background-position:0 0;width:90px;height:90px}.customize-option.hair_base_2_green{background-image:url(spritesmith1.png);background-position:-25px -15px;width:60px;height:60px}.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.hair_base_2_halloween{background-image:url(spritesmith1.png);background-position:-1299px -834px;width:60px;height:60px}.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.hair_base_2_holly{background-image:url(spritesmith1.png);background-position:-1299px -925px;width:60px;height:60px}.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.hair_base_2_hollygreen{background-image:url(spritesmith1.png);background-position:-1299px -1016px;width:60px;height:60px}.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.hair_base_2_midnight{background-image:url(spritesmith1.png);background-position:-1299px -1107px;width:60px;height:60px}.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.hair_base_2_pblue{background-image:url(spritesmith1.png);background-position:-1299px -1198px;width:60px;height:60px}.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.hair_base_2_pblue2{background-image:url(spritesmith1.png);background-position:-25px -1289px;width:60px;height:60px}.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.hair_base_2_peppermint{background-image:url(spritesmith1.png);background-position:-116px -1289px;width:60px;height:60px}.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pgreen{background-image:url(spritesmith1.png);background-position:-207px -1289px;width:60px;height:60px}.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pgreen2{background-image:url(spritesmith1.png);background-position:-298px -1289px;width:60px;height:60px}.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.hair_base_2_porange{background-image:url(spritesmith1.png);background-position:-389px -1289px;width:60px;height:60px}.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.hair_base_2_porange2{background-image:url(spritesmith1.png);background-position:-480px -1289px;width:60px;height:60px}.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink{background-image:url(spritesmith1.png);background-position:-571px -1289px;width:60px;height:60px}.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppink2{background-image:url(spritesmith1.png);background-position:-662px -1289px;width:60px;height:60px}.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple{background-image:url(spritesmith1.png);background-position:-753px -1289px;width:60px;height:60px}.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.hair_base_2_ppurple2{background-image:url(spritesmith1.png);background-position:-844px -1289px;width:60px;height:60px}.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pumpkin{background-image:url(spritesmith1.png);background-position:-935px -1289px;width:60px;height:60px}.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.hair_base_2_purple{background-image:url(spritesmith1.png);background-position:-1026px -1289px;width:60px;height:60px}.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow{background-image:url(spritesmith1.png);background-position:-1117px -1289px;width:60px;height:60px}.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.hair_base_2_pyellow2{background-image:url(spritesmith1.png);background-position:-1208px -1289px;width:60px;height:60px}.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.hair_base_2_rainbow{background-image:url(spritesmith1.png);background-position:-1299px -1289px;width:60px;height:60px}.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.hair_base_2_red{background-image:url(spritesmith1.png);background-position:-1390px -15px;width:60px;height:60px}.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.hair_base_2_snowy{background-image:url(spritesmith1.png);background-position:-1390px -106px;width:60px;height:60px}.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.hair_base_2_white{background-image:url(spritesmith1.png);background-position:-1390px -197px;width:60px;height:60px}.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.hair_base_2_winternight{background-image:url(spritesmith1.png);background-position:-1390px -288px;width:60px;height:60px}.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.hair_base_2_winterstar{background-image:url(spritesmith1.png);background-position:-1390px -379px;width:60px;height:60px}.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.hair_base_2_yellow{background-image:url(spritesmith1.png);background-position:-1390px -470px;width:60px;height:60px}.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.hair_base_2_zombie{background-image:url(spritesmith1.png);background-position:-1390px -561px;width:60px;height:60px}.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.hair_base_3_TRUred{background-image:url(spritesmith1.png);background-position:-1390px -652px;width:60px;height:60px}.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.hair_base_3_aurora{background-image:url(spritesmith1.png);background-position:-1390px -743px;width:60px;height:60px}.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.hair_base_3_black{background-image:url(spritesmith1.png);background-position:-1390px -834px;width:60px;height:60px}.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.hair_base_3_blond{background-image:url(spritesmith1.png);background-position:-1390px -925px;width:60px;height:60px}.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.hair_base_3_blue{background-image:url(spritesmith1.png);background-position:-1390px -1016px;width:60px;height:60px}.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.hair_base_3_brown{background-image:url(spritesmith1.png);background-position:-1390px -1107px;width:60px;height:60px}.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.hair_base_3_candycane{background-image:url(spritesmith1.png);background-position:-1390px -1198px;width:60px;height:60px}.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.hair_base_3_candycorn{background-image:url(spritesmith1.png);background-position:-1390px -1289px;width:60px;height:60px}.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.hair_base_3_festive{background-image:url(spritesmith1.png);background-position:-25px -1380px;width:60px;height:60px}.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.hair_base_3_frost{background-image:url(spritesmith1.png);background-position:-116px -1380px;width:60px;height:60px}.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ghostwhite{background-image:url(spritesmith1.png);background-position:-207px -1380px;width:60px;height:60px}.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.hair_base_3_green{background-image:url(spritesmith1.png);background-position:-298px -1380px;width:60px;height:60px}.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.hair_base_3_halloween{background-image:url(spritesmith1.png);background-position:-389px -1380px;width:60px;height:60px}.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.hair_base_3_holly{background-image:url(spritesmith1.png);background-position:-480px -1380px;width:60px;height:60px}.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.hair_base_3_hollygreen{background-image:url(spritesmith1.png);background-position:-571px -1380px;width:60px;height:60px}.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.hair_base_3_midnight{background-image:url(spritesmith1.png);background-position:-662px -1380px;width:60px;height:60px}.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue{background-image:url(spritesmith1.png);background-position:-753px -1380px;width:60px;height:60px}.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pblue2{background-image:url(spritesmith1.png);background-position:-844px -1380px;width:60px;height:60px}.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.hair_base_3_peppermint{background-image:url(spritesmith1.png);background-position:-935px -1380px;width:60px;height:60px}.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen{background-image:url(spritesmith1.png);background-position:-1026px -1380px;width:60px;height:60px}.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.hair_base_3_pgreen2{background-image:url(spritesmith1.png);background-position:-1117px -1380px;width:60px;height:60px}.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange{background-image:url(spritesmith1.png);background-position:-1208px -1380px;width:60px;height:60px}.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.hair_base_3_porange2{background-image:url(spritesmith1.png);background-position:-1299px -1380px;width:60px;height:60px}.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.hair_base_3_ppink{background-image:url(spritesmith1.png);background-position:-1390px -1380px;width:60px;height:60px}.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.hair_base_3_ppink2{background-image:url(spritesmith1.png);background-position:-1481px -15px;width:60px;height:60px}.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.hair_base_3_ppurple{background-image:url(spritesmith1.png);background-position:-1481px -106px;width:60px;height:60px}.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.hair_base_3_ppurple2{background-image:url(spritesmith1.png);background-position:-1481px -197px;width:60px;height:60px}.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.hair_base_3_pumpkin{background-image:url(spritesmith1.png);background-position:-1481px -288px;width:60px;height:60px}.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.hair_base_3_purple{background-image:url(spritesmith1.png);background-position:-1481px -379px;width:60px;height:60px}.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.hair_base_3_pyellow{background-image:url(spritesmith1.png);background-position:-1481px -470px;width:60px;height:60px}.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.hair_base_3_pyellow2{background-image:url(spritesmith1.png);background-position:-1481px -561px;width:60px;height:60px}.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.hair_base_3_rainbow{background-image:url(spritesmith1.png);background-position:-1481px -652px;width:60px;height:60px}.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.hair_base_3_red{background-image:url(spritesmith1.png);background-position:-1481px -743px;width:60px;height:60px}.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.hair_base_3_snowy{background-image:url(spritesmith1.png);background-position:-1481px -834px;width:60px;height:60px}.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.hair_base_3_white{background-image:url(spritesmith1.png);background-position:-1481px -925px;width:60px;height:60px}.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.hair_base_3_winternight{background-image:url(spritesmith1.png);background-position:-1481px -1016px;width:60px;height:60px}.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.hair_base_3_winterstar{background-image:url(spritesmith1.png);background-position:-1481px -1107px;width:60px;height:60px}.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1456px -1183px;width:90px;height:90px}.customize-option.hair_base_3_yellow{background-image:url(spritesmith1.png);background-position:-1481px -1198px;width:60px;height:60px}.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1456px -1274px;width:90px;height:90px}.customize-option.hair_base_3_zombie{background-image:url(spritesmith1.png);background-position:-1481px -1289px;width:60px;height:60px}.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1456px -1365px;width:90px;height:90px}.customize-option.hair_base_4_TRUred{background-image:url(spritesmith1.png);background-position:-1481px -1380px;width:60px;height:60px}.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:0 -1456px;width:90px;height:90px}.customize-option.hair_base_4_aurora{background-image:url(spritesmith1.png);background-position:-25px -1471px;width:60px;height:60px}.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-91px -1456px;width:90px;height:90px}.customize-option.hair_base_4_black{background-image:url(spritesmith1.png);background-position:-116px -1471px;width:60px;height:60px}.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-182px -1456px;width:90px;height:90px}.customize-option.hair_base_4_blond{background-image:url(spritesmith1.png);background-position:-207px -1471px;width:60px;height:60px}.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-273px -1456px;width:90px;height:90px}.customize-option.hair_base_4_blue{background-image:url(spritesmith1.png);background-position:-298px -1471px;width:60px;height:60px}.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-364px -1456px;width:90px;height:90px}.customize-option.hair_base_4_brown{background-image:url(spritesmith1.png);background-position:-389px -1471px;width:60px;height:60px}.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-455px -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycane{background-image:url(spritesmith1.png);background-position:-480px -1471px;width:60px;height:60px}.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-546px -1456px;width:90px;height:90px}.customize-option.hair_base_4_candycorn{background-image:url(spritesmith1.png);background-position:-571px -1471px;width:60px;height:60px}.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-637px -1456px;width:90px;height:90px}.customize-option.hair_base_4_festive{background-image:url(spritesmith1.png);background-position:-662px -1471px;width:60px;height:60px}.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-728px -1456px;width:90px;height:90px}.customize-option.hair_base_4_frost{background-image:url(spritesmith1.png);background-position:-753px -1471px;width:60px;height:60px}.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-819px -1456px;width:90px;height:90px}.customize-option.hair_base_4_ghostwhite{background-image:url(spritesmith1.png);background-position:-844px -1471px;width:60px;height:60px}.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-910px -1456px;width:90px;height:90px}.customize-option.hair_base_4_green{background-image:url(spritesmith1.png);background-position:-935px -1471px;width:60px;height:60px}.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1001px -1456px;width:90px;height:90px}.customize-option.hair_base_4_halloween{background-image:url(spritesmith1.png);background-position:-1026px -1471px;width:60px;height:60px}.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1092px -1456px;width:90px;height:90px}.customize-option.hair_base_4_holly{background-image:url(spritesmith1.png);background-position:-1117px -1471px;width:60px;height:60px}.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1183px -1456px;width:90px;height:90px}.customize-option.hair_base_4_hollygreen{background-image:url(spritesmith1.png);background-position:-1208px -1471px;width:60px;height:60px}.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1274px -1456px;width:90px;height:90px}.customize-option.hair_base_4_midnight{background-image:url(spritesmith1.png);background-position:-1299px -1471px;width:60px;height:60px}.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1365px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue{background-image:url(spritesmith1.png);background-position:-1390px -1471px;width:60px;height:60px}.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1456px -1456px;width:90px;height:90px}.customize-option.hair_base_4_pblue2{background-image:url(spritesmith1.png);background-position:-1481px -1471px;width:60px;height:60px}.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1547px 0;width:90px;height:90px}.customize-option.hair_base_4_peppermint{background-image:url(spritesmith1.png);background-position:-1572px -15px;width:60px;height:60px}.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1547px -91px;width:90px;height:90px}.customize-option.hair_base_4_pgreen{background-image:url(spritesmith1.png);background-position:-1572px -106px;width:60px;height:60px}.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1547px -182px;width:90px;height:90px}.customize-option.hair_base_4_pgreen2{background-image:url(spritesmith1.png);background-position:-1572px -197px;width:60px;height:60px}.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1547px -273px;width:90px;height:90px}.customize-option.hair_base_4_porange{background-image:url(spritesmith1.png);background-position:-1572px -288px;width:60px;height:60px}.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1547px -364px;width:90px;height:90px}.customize-option.hair_base_4_porange2{background-image:url(spritesmith1.png);background-position:-1572px -379px;width:60px;height:60px}.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1547px -455px;width:90px;height:90px}.customize-option.hair_base_4_ppink{background-image:url(spritesmith1.png);background-position:-1572px -470px;width:60px;height:60px}.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1547px -546px;width:90px;height:90px}.customize-option.hair_base_4_ppink2{background-image:url(spritesmith1.png);background-position:-1572px -561px;width:60px;height:60px}.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1547px -637px;width:90px;height:90px}.customize-option.hair_base_4_ppurple{background-image:url(spritesmith1.png);background-position:-1572px -652px;width:60px;height:60px}.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1547px -728px;width:90px;height:90px}.customize-option.hair_base_4_ppurple2{background-image:url(spritesmith1.png);background-position:-1572px -743px;width:60px;height:60px}.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1547px -819px;width:90px;height:90px}.customize-option.hair_base_4_pumpkin{background-image:url(spritesmith1.png);background-position:-1572px -834px;width:60px;height:60px}.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1547px -910px;width:90px;height:90px}.customize-option.hair_base_4_purple{background-image:url(spritesmith1.png);background-position:-1572px -925px;width:60px;height:60px}.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1547px -1001px;width:90px;height:90px}.customize-option.hair_base_4_pyellow{background-image:url(spritesmith1.png);background-position:-1572px -1016px;width:60px;height:60px}.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1547px -1092px;width:90px;height:90px}.customize-option.hair_base_4_pyellow2{background-image:url(spritesmith1.png);background-position:-1572px -1107px;width:60px;height:60px}.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1547px -1183px;width:90px;height:90px}.customize-option.hair_base_4_rainbow{background-image:url(spritesmith1.png);background-position:-1572px -1198px;width:60px;height:60px}.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1547px -1274px;width:90px;height:90px}.customize-option.hair_base_4_red{background-image:url(spritesmith1.png);background-position:-1572px -1289px;width:60px;height:60px}.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1547px -1365px;width:90px;height:90px}.customize-option.hair_base_4_snowy{background-image:url(spritesmith1.png);background-position:-1572px -1380px;width:60px;height:60px}.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1547px -1456px;width:90px;height:90px}.customize-option.hair_base_4_white{background-image:url(spritesmith1.png);background-position:-1572px -1471px;width:60px;height:60px}.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:0 -1547px;width:90px;height:90px}.customize-option.hair_base_4_winternight{background-image:url(spritesmith1.png);background-position:-25px -1562px;width:60px;height:60px}.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-91px -1547px;width:90px;height:90px}.customize-option.hair_base_4_winterstar{background-image:url(spritesmith1.png);background-position:-116px -1562px;width:60px;height:60px}.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-182px -1547px;width:90px;height:90px}.customize-option.hair_base_4_yellow{background-image:url(spritesmith1.png);background-position:-207px -1562px;width:60px;height:60px}.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-273px -1547px;width:90px;height:90px}.customize-option.hair_base_4_zombie{background-image:url(spritesmith1.png);background-position:-298px -1562px;width:60px;height:60px}.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-364px -1547px;width:90px;height:90px}.customize-option.hair_base_5_TRUred{background-image:url(spritesmith1.png);background-position:-389px -1562px;width:60px;height:60px}.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-455px -1547px;width:90px;height:90px}.customize-option.hair_base_5_aurora{background-image:url(spritesmith1.png);background-position:-480px -1562px;width:60px;height:60px}.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-546px -1547px;width:90px;height:90px}.customize-option.hair_base_5_black{background-image:url(spritesmith1.png);background-position:-571px -1562px;width:60px;height:60px}.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-637px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blond{background-image:url(spritesmith1.png);background-position:-662px -1562px;width:60px;height:60px}.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-728px -1547px;width:90px;height:90px}.customize-option.hair_base_5_blue{background-image:url(spritesmith1.png);background-position:-753px -1562px;width:60px;height:60px}.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-819px -1547px;width:90px;height:90px}.customize-option.hair_base_5_brown{background-image:url(spritesmith1.png);background-position:-844px -1562px;width:60px;height:60px}.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-910px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycane{background-image:url(spritesmith1.png);background-position:-935px -1562px;width:60px;height:60px}.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1001px -1547px;width:90px;height:90px}.customize-option.hair_base_5_candycorn{background-image:url(spritesmith1.png);background-position:-1026px -1562px;width:60px;height:60px}.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1092px -1547px;width:90px;height:90px}.customize-option.hair_base_5_festive{background-image:url(spritesmith1.png);background-position:-1117px -1562px;width:60px;height:60px}.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1183px -1547px;width:90px;height:90px}.customize-option.hair_base_5_frost{background-image:url(spritesmith1.png);background-position:-1208px -1562px;width:60px;height:60px}.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1274px -1547px;width:90px;height:90px}.customize-option.hair_base_5_ghostwhite{background-image:url(spritesmith1.png);background-position:-1299px -1562px;width:60px;height:60px}.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1365px -1547px;width:90px;height:90px}.customize-option.hair_base_5_green{background-image:url(spritesmith1.png);background-position:-1390px -1562px;width:60px;height:60px}.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1456px -1547px;width:90px;height:90px}.customize-option.hair_base_5_halloween{background-image:url(spritesmith1.png);background-position:-1481px -1562px;width:60px;height:60px}.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1547px -1547px;width:90px;height:90px}.customize-option.hair_base_5_holly{background-image:url(spritesmith1.png);background-position:-1572px -1562px;width:60px;height:60px}.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1638px 0;width:90px;height:90px}.customize-option.hair_base_5_hollygreen{background-image:url(spritesmith1.png);background-position:-1663px -15px;width:60px;height:60px}.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1638px -91px;width:90px;height:90px}.customize-option.hair_base_5_midnight{background-image:url(spritesmith1.png);background-position:-1663px -106px;width:60px;height:60px}.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1638px -182px;width:90px;height:90px}.customize-option.hair_base_5_pblue{background-image:url(spritesmith1.png);background-position:-1663px -197px;width:60px;height:60px}.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1638px -273px;width:90px;height:90px}.customize-option.hair_base_5_pblue2{background-image:url(spritesmith1.png);background-position:-1663px -288px;width:60px;height:60px}.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1638px -364px;width:90px;height:90px}.customize-option.hair_base_5_peppermint{background-image:url(spritesmith1.png);background-position:-1663px -379px;width:60px;height:60px}.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1638px -455px;width:90px;height:90px}.customize-option.hair_base_5_pgreen{background-image:url(spritesmith1.png);background-position:-1663px -470px;width:60px;height:60px}.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1638px -546px;width:90px;height:90px}.customize-option.hair_base_5_pgreen2{background-image:url(spritesmith1.png);background-position:-1663px -561px;width:60px;height:60px}.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1638px -637px;width:90px;height:90px}.customize-option.hair_base_5_porange{background-image:url(spritesmith1.png);background-position:-1663px -652px;width:60px;height:60px}.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1638px -728px;width:90px;height:90px}.customize-option.hair_base_5_porange2{background-image:url(spritesmith1.png);background-position:-1663px -743px;width:60px;height:60px}.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1638px -819px;width:90px;height:90px}.customize-option.hair_base_5_ppink{background-image:url(spritesmith1.png);background-position:-1663px -834px;width:60px;height:60px}.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1638px -910px;width:90px;height:90px}.customize-option.hair_base_5_ppink2{background-image:url(spritesmith1.png);background-position:-1663px -925px;width:60px;height:60px}.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1638px -1001px;width:90px;height:90px}.customize-option.hair_base_5_ppurple{background-image:url(spritesmith1.png);background-position:-1663px -1016px;width:60px;height:60px}.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1638px -1092px;width:90px;height:90px}.customize-option.hair_base_5_ppurple2{background-image:url(spritesmith1.png);background-position:-1663px -1107px;width:60px;height:60px}.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1638px -1183px;width:90px;height:90px}.customize-option.hair_base_5_pumpkin{background-image:url(spritesmith1.png);background-position:-1663px -1198px;width:60px;height:60px}.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1638px -1274px;width:90px;height:90px}.customize-option.hair_base_5_purple{background-image:url(spritesmith1.png);background-position:-1663px -1289px;width:60px;height:60px}.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1638px -1365px;width:90px;height:90px}.customize-option.hair_base_5_pyellow{background-image:url(spritesmith1.png);background-position:-1663px -1380px;width:60px;height:60px}.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1638px -1456px;width:90px;height:90px}.customize-option.hair_base_5_pyellow2{background-image:url(spritesmith1.png);background-position:-1663px -1471px;width:60px;height:60px}.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1638px -1547px;width:90px;height:90px}.customize-option.hair_base_5_rainbow{background-image:url(spritesmith1.png);background-position:-1663px -1562px;width:60px;height:60px}.hair_base_5_red{background-image:url(spritesmith1.png);background-position:0 -1638px;width:90px;height:90px}.customize-option.hair_base_5_red{background-image:url(spritesmith1.png);background-position:-25px -1653px;width:60px;height:60px}.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-91px -1638px;width:90px;height:90px}.customize-option.hair_base_5_snowy{background-image:url(spritesmith1.png);background-position:-116px -1653px;width:60px;height:60px}.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-182px -1638px;width:90px;height:90px}.customize-option.hair_base_5_white{background-image:url(spritesmith1.png);background-position:-207px -1653px;width:60px;height:60px}.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-273px -1638px;width:90px;height:90px}.customize-option.hair_base_5_winternight{background-image:url(spritesmith1.png);background-position:-298px -1653px;width:60px;height:60px}.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-364px -1638px;width:90px;height:90px}.customize-option.hair_base_5_winterstar{background-image:url(spritesmith1.png);background-position:-389px -1653px;width:60px;height:60px}.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-455px -1638px;width:90px;height:90px}.customize-option.hair_base_5_yellow{background-image:url(spritesmith1.png);background-position:-480px -1653px;width:60px;height:60px}.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-546px -1638px;width:90px;height:90px}.customize-option.hair_base_5_zombie{background-image:url(spritesmith1.png);background-position:-571px -1653px;width:60px;height:60px}.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-637px -1638px;width:90px;height:90px}.customize-option.hair_base_6_TRUred{background-image:url(spritesmith1.png);background-position:-662px -1653px;width:60px;height:60px}.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-728px -1638px;width:90px;height:90px}.customize-option.hair_base_6_aurora{background-image:url(spritesmith1.png);background-position:-753px -1653px;width:60px;height:60px}.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-819px -1638px;width:90px;height:90px}.customize-option.hair_base_6_black{background-image:url(spritesmith1.png);background-position:-844px -1653px;width:60px;height:60px}.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-910px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blond{background-image:url(spritesmith1.png);background-position:-935px -1653px;width:60px;height:60px}.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1001px -1638px;width:90px;height:90px}.customize-option.hair_base_6_blue{background-image:url(spritesmith1.png);background-position:-1026px -1653px;width:60px;height:60px}.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1092px -1638px;width:90px;height:90px}.customize-option.hair_base_6_brown{background-image:url(spritesmith1.png);background-position:-1117px -1653px;width:60px;height:60px}.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1183px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycane{background-image:url(spritesmith1.png);background-position:-1208px -1653px;width:60px;height:60px}.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1274px -1638px;width:90px;height:90px}.customize-option.hair_base_6_candycorn{background-image:url(spritesmith1.png);background-position:-1299px -1653px;width:60px;height:60px}.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1365px -1638px;width:90px;height:90px}.customize-option.hair_base_6_festive{background-image:url(spritesmith1.png);background-position:-1390px -1653px;width:60px;height:60px}.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1456px -1638px;width:90px;height:90px}.customize-option.hair_base_6_frost{background-image:url(spritesmith1.png);background-position:-1481px -1653px;width:60px;height:60px}.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1547px -1638px;width:90px;height:90px}.customize-option.hair_base_6_ghostwhite{background-image:url(spritesmith1.png);background-position:-1572px -1653px;width:60px;height:60px}.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1638px -1638px;width:90px;height:90px}.customize-option.hair_base_6_green{background-image:url(spritesmith1.png);background-position:-1663px -1653px;width:60px;height:60px}.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1729px 0;width:90px;height:90px}.customize-option.hair_base_6_halloween{background-image:url(spritesmith1.png);background-position:-1754px -15px;width:60px;height:60px}.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1729px -91px;width:90px;height:90px}.customize-option.hair_base_6_holly{background-image:url(spritesmith1.png);background-position:-1754px -106px;width:60px;height:60px}.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1729px -182px;width:90px;height:90px}.customize-option.hair_base_6_hollygreen{background-image:url(spritesmith1.png);background-position:-1754px -197px;width:60px;height:60px}.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1729px -273px;width:90px;height:90px}.customize-option.hair_base_6_midnight{background-image:url(spritesmith1.png);background-position:-1754px -288px;width:60px;height:60px}.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1729px -364px;width:90px;height:90px}.customize-option.hair_base_6_pblue{background-image:url(spritesmith1.png);background-position:-1754px -379px;width:60px;height:60px}.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1729px -455px;width:90px;height:90px}.customize-option.hair_base_6_pblue2{background-image:url(spritesmith1.png);background-position:-1754px -470px;width:60px;height:60px}.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1729px -546px;width:90px;height:90px}.customize-option.hair_base_6_peppermint{background-image:url(spritesmith1.png);background-position:-1754px -561px;width:60px;height:60px}.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1729px -637px;width:90px;height:90px}.customize-option.hair_base_6_pgreen{background-image:url(spritesmith1.png);background-position:-1754px -652px;width:60px;height:60px}.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1729px -728px;width:90px;height:90px}.customize-option.hair_base_6_pgreen2{background-image:url(spritesmith1.png);background-position:-1754px -743px;width:60px;height:60px}.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1729px -819px;width:90px;height:90px}.customize-option.hair_base_6_porange{background-image:url(spritesmith1.png);background-position:-1754px -834px;width:60px;height:60px}.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1729px -910px;width:90px;height:90px}.customize-option.hair_base_6_porange2{background-image:url(spritesmith1.png);background-position:-1754px -925px;width:60px;height:60px}.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1729px -1001px;width:90px;height:90px}.customize-option.hair_base_6_ppink{background-image:url(spritesmith1.png);background-position:-1754px -1016px;width:60px;height:60px}.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1729px -1092px;width:90px;height:90px}.customize-option.hair_base_6_ppink2{background-image:url(spritesmith1.png);background-position:-1754px -1107px;width:60px;height:60px}.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1729px -1183px;width:90px;height:90px}.customize-option.hair_base_6_ppurple{background-image:url(spritesmith1.png);background-position:-1754px -1198px;width:60px;height:60px}.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1729px -1274px;width:90px;height:90px}.customize-option.hair_base_6_ppurple2{background-image:url(spritesmith1.png);background-position:-1754px -1289px;width:60px;height:60px}.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1729px -1365px;width:90px;height:90px}.customize-option.hair_base_6_pumpkin{background-image:url(spritesmith1.png);background-position:-1754px -1380px;width:60px;height:60px}.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1729px -1456px;width:90px;height:90px}.customize-option.hair_base_6_purple{background-image:url(spritesmith1.png);background-position:-1754px -1471px;width:60px;height:60px}.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1729px -1547px;width:90px;height:90px}.customize-option.hair_base_6_pyellow{background-image:url(spritesmith1.png);background-position:-1754px -1562px;width:60px;height:60px}.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1729px -1638px;width:90px;height:90px}.customize-option.hair_base_6_pyellow2{background-image:url(spritesmith1.png);background-position:-1754px -1653px;width:60px;height:60px}.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:0 -1729px;width:90px;height:90px}.customize-option.hair_base_6_rainbow{background-image:url(spritesmith1.png);background-position:-25px -1744px;width:60px;height:60px}.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-91px -1729px;width:90px;height:90px}.customize-option.hair_base_6_red{background-image:url(spritesmith1.png);background-position:-116px -1744px;width:60px;height:60px}.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-182px -1729px;width:90px;height:90px}.customize-option.hair_base_6_snowy{background-image:url(spritesmith1.png);background-position:-207px -1744px;width:60px;height:60px}.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-273px -1729px;width:90px;height:90px}.customize-option.hair_base_6_white{background-image:url(spritesmith1.png);background-position:-298px -1744px;width:60px;height:60px}.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-364px -1729px;width:90px;height:90px}.customize-option.hair_base_6_winternight{background-image:url(spritesmith1.png);background-position:-389px -1744px;width:60px;height:60px}.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-455px -1729px;width:90px;height:90px}.customize-option.hair_base_6_winterstar{background-image:url(spritesmith1.png);background-position:-480px -1744px;width:60px;height:60px}.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-546px -1729px;width:90px;height:90px}.customize-option.hair_base_6_yellow{background-image:url(spritesmith1.png);background-position:-571px -1744px;width:60px;height:60px}.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-637px -1729px;width:90px;height:90px}.customize-option.hair_base_6_zombie{background-image:url(spritesmith1.png);background-position:-662px -1744px;width:60px;height:60px}.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-728px -1729px;width:90px;height:90px}.customize-option.hair_base_7_TRUred{background-image:url(spritesmith1.png);background-position:-753px -1744px;width:60px;height:60px}.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-819px -1729px;width:90px;height:90px}.customize-option.hair_base_7_aurora{background-image:url(spritesmith1.png);background-position:-844px -1744px;width:60px;height:60px}.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-910px -1729px;width:90px;height:90px}.customize-option.hair_base_7_black{background-image:url(spritesmith1.png);background-position:-935px -1744px;width:60px;height:60px}.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1001px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blond{background-image:url(spritesmith1.png);background-position:-1026px -1744px;width:60px;height:60px}.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-1092px -1729px;width:90px;height:90px}.customize-option.hair_base_7_blue{background-image:url(spritesmith1.png);background-position:-1117px -1744px;width:60px;height:60px}.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-1183px -1729px;width:90px;height:90px}.customize-option.hair_base_7_brown{background-image:url(spritesmith1.png);background-position:-1208px -1744px;width:60px;height:60px}.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-1274px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycane{background-image:url(spritesmith1.png);background-position:-1299px -1744px;width:60px;height:60px}.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-1365px -1729px;width:90px;height:90px}.customize-option.hair_base_7_candycorn{background-image:url(spritesmith1.png);background-position:-1390px -1744px;width:60px;height:60px}.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-1456px -1729px;width:90px;height:90px}.customize-option.hair_base_7_festive{background-image:url(spritesmith1.png);background-position:-1481px -1744px;width:60px;height:60px}.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1547px -1729px;width:90px;height:90px}.customize-option.hair_base_7_frost{background-image:url(spritesmith1.png);background-position:-1572px -1744px;width:60px;height:60px}.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1638px -1729px;width:90px;height:90px}.customize-option.hair_base_7_ghostwhite{background-image:url(spritesmith1.png);background-position:-1663px -1744px;width:60px;height:60px}.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1729px -1729px;width:90px;height:90px}.customize-option.hair_base_7_green{background-image:url(spritesmith1.png);background-position:-1754px -1744px;width:60px;height:60px}.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1820px 0;width:90px;height:90px}.customize-option.hair_base_7_halloween{background-image:url(spritesmith1.png);background-position:-1845px -15px;width:60px;height:60px}.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1820px -91px;width:90px;height:90px}.customize-option.hair_base_7_holly{background-image:url(spritesmith1.png);background-position:-1845px -106px;width:60px;height:60px}.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1820px -182px;width:90px;height:90px}.customize-option.hair_base_7_hollygreen{background-image:url(spritesmith1.png);background-position:-1845px -197px;width:60px;height:60px}.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1820px -273px;width:90px;height:90px}.customize-option.hair_base_7_midnight{background-image:url(spritesmith1.png);background-position:-1845px -288px;width:60px;height:60px}.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1820px -364px;width:90px;height:90px}.customize-option.hair_base_7_pblue{background-image:url(spritesmith1.png);background-position:-1845px -379px;width:60px;height:60px}.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1820px -455px;width:90px;height:90px}.customize-option.hair_base_7_pblue2{background-image:url(spritesmith1.png);background-position:-1845px -470px;width:60px;height:60px}.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1820px -546px;width:90px;height:90px}.customize-option.hair_base_7_peppermint{background-image:url(spritesmith1.png);background-position:-1845px -561px;width:60px;height:60px}.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1820px -637px;width:90px;height:90px}.customize-option.hair_base_7_pgreen{background-image:url(spritesmith1.png);background-position:-1845px -652px;width:60px;height:60px}.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-91px 0;width:90px;height:90px}.customize-option.hair_base_7_pgreen2{background-image:url(spritesmith2.png);background-position:-116px -15px;width:60px;height:60px}.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-1274px -728px;width:90px;height:90px}.customize-option.hair_base_7_porange{background-image:url(spritesmith2.png);background-position:-1299px -743px;width:60px;height:60px}.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:0 -91px;width:90px;height:90px}.customize-option.hair_base_7_porange2{background-image:url(spritesmith2.png);background-position:-25px -106px;width:60px;height:60px}.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-91px -91px;width:90px;height:90px}.customize-option.hair_base_7_ppink{background-image:url(spritesmith2.png);background-position:-116px -106px;width:60px;height:60px}.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-182px 0;width:90px;height:90px}.customize-option.hair_base_7_ppink2{background-image:url(spritesmith2.png);background-position:-207px -15px;width:60px;height:60px}.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-182px -91px;width:90px;height:90px}.customize-option.hair_base_7_ppurple{background-image:url(spritesmith2.png);background-position:-207px -106px;width:60px;height:60px}.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:0 -182px;width:90px;height:90px}.customize-option.hair_base_7_ppurple2{background-image:url(spritesmith2.png);background-position:-25px -197px;width:60px;height:60px}.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-91px -182px;width:90px;height:90px}.customize-option.hair_base_7_pumpkin{background-image:url(spritesmith2.png);background-position:-116px -197px;width:60px;height:60px}.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-182px -182px;width:90px;height:90px}.customize-option.hair_base_7_purple{background-image:url(spritesmith2.png);background-position:-207px -197px;width:60px;height:60px}.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-273px 0;width:90px;height:90px}.customize-option.hair_base_7_pyellow{background-image:url(spritesmith2.png);background-position:-298px -15px;width:60px;height:60px}.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-273px -91px;width:90px;height:90px}.customize-option.hair_base_7_pyellow2{background-image:url(spritesmith2.png);background-position:-298px -106px;width:60px;height:60px}.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-273px -182px;width:90px;height:90px}.customize-option.hair_base_7_rainbow{background-image:url(spritesmith2.png);background-position:-298px -197px;width:60px;height:60px}.hair_base_7_red{background-image:url(spritesmith2.png);background-position:0 -273px;width:90px;height:90px}.customize-option.hair_base_7_red{background-image:url(spritesmith2.png);background-position:-25px -288px;width:60px;height:60px}.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-91px -273px;width:90px;height:90px}.customize-option.hair_base_7_snowy{background-image:url(spritesmith2.png);background-position:-116px -288px;width:60px;height:60px}.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-182px -273px;width:90px;height:90px}.customize-option.hair_base_7_white{background-image:url(spritesmith2.png);background-position:-207px -288px;width:60px;height:60px}.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-273px -273px;width:90px;height:90px}.customize-option.hair_base_7_winternight{background-image:url(spritesmith2.png);background-position:-298px -288px;width:60px;height:60px}.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-364px 0;width:90px;height:90px}.customize-option.hair_base_7_winterstar{background-image:url(spritesmith2.png);background-position:-389px -15px;width:60px;height:60px}.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-364px -91px;width:90px;height:90px}.customize-option.hair_base_7_yellow{background-image:url(spritesmith2.png);background-position:-389px -106px;width:60px;height:60px}.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-364px -182px;width:90px;height:90px}.customize-option.hair_base_7_zombie{background-image:url(spritesmith2.png);background-position:-389px -197px;width:60px;height:60px}.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-364px -273px;width:90px;height:90px}.customize-option.hair_base_8_TRUred{background-image:url(spritesmith2.png);background-position:-389px -288px;width:60px;height:60px}.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:0 -364px;width:90px;height:90px}.customize-option.hair_base_8_aurora{background-image:url(spritesmith2.png);background-position:-25px -379px;width:60px;height:60px}.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-91px -364px;width:90px;height:90px}.customize-option.hair_base_8_black{background-image:url(spritesmith2.png);background-position:-116px -379px;width:60px;height:60px}.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-182px -364px;width:90px;height:90px}.customize-option.hair_base_8_blond{background-image:url(spritesmith2.png);background-position:-207px -379px;width:60px;height:60px}.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-273px -364px;width:90px;height:90px}.customize-option.hair_base_8_blue{background-image:url(spritesmith2.png);background-position:-298px -379px;width:60px;height:60px}.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-364px -364px;width:90px;height:90px}.customize-option.hair_base_8_brown{background-image:url(spritesmith2.png);background-position:-389px -379px;width:60px;height:60px}.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-455px 0;width:90px;height:90px}.customize-option.hair_base_8_candycane{background-image:url(spritesmith2.png);background-position:-480px -15px;width:60px;height:60px}.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-455px -91px;width:90px;height:90px}.customize-option.hair_base_8_candycorn{background-image:url(spritesmith2.png);background-position:-480px -106px;width:60px;height:60px}.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-455px -182px;width:90px;height:90px}.customize-option.hair_base_8_festive{background-image:url(spritesmith2.png);background-position:-480px -197px;width:60px;height:60px}.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-455px -273px;width:90px;height:90px}.customize-option.hair_base_8_frost{background-image:url(spritesmith2.png);background-position:-480px -288px;width:60px;height:60px}.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-455px -364px;width:90px;height:90px}.customize-option.hair_base_8_ghostwhite{background-image:url(spritesmith2.png);background-position:-480px -379px;width:60px;height:60px}.hair_base_8_green{background-image:url(spritesmith2.png);background-position:0 -455px;width:90px;height:90px}.customize-option.hair_base_8_green{background-image:url(spritesmith2.png);background-position:-25px -470px;width:60px;height:60px}.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-91px -455px;width:90px;height:90px}.customize-option.hair_base_8_halloween{background-image:url(spritesmith2.png);background-position:-116px -470px;width:60px;height:60px}.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-182px -455px;width:90px;height:90px}.customize-option.hair_base_8_holly{background-image:url(spritesmith2.png);background-position:-207px -470px;width:60px;height:60px}.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-273px -455px;width:90px;height:90px}.customize-option.hair_base_8_hollygreen{background-image:url(spritesmith2.png);background-position:-298px -470px;width:60px;height:60px}.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-364px -455px;width:90px;height:90px}.customize-option.hair_base_8_midnight{background-image:url(spritesmith2.png);background-position:-389px -470px;width:60px;height:60px}.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-455px -455px;width:90px;height:90px}.customize-option.hair_base_8_pblue{background-image:url(spritesmith2.png);background-position:-480px -470px;width:60px;height:60px}.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-546px 0;width:90px;height:90px}.customize-option.hair_base_8_pblue2{background-image:url(spritesmith2.png);background-position:-571px -15px;width:60px;height:60px}.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-546px -91px;width:90px;height:90px}.customize-option.hair_base_8_peppermint{background-image:url(spritesmith2.png);background-position:-571px -106px;width:60px;height:60px}.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-546px -182px;width:90px;height:90px}.customize-option.hair_base_8_pgreen{background-image:url(spritesmith2.png);background-position:-571px -197px;width:60px;height:60px}.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -273px;width:90px;height:90px}.customize-option.hair_base_8_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -288px;width:60px;height:60px}.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-546px -364px;width:90px;height:90px}.customize-option.hair_base_8_porange{background-image:url(spritesmith2.png);background-position:-571px -379px;width:60px;height:60px}.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-546px -455px;width:90px;height:90px}.customize-option.hair_base_8_porange2{background-image:url(spritesmith2.png);background-position:-571px -470px;width:60px;height:60px}.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:0 -546px;width:90px;height:90px}.customize-option.hair_base_8_ppink{background-image:url(spritesmith2.png);background-position:-25px -561px;width:60px;height:60px}.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-91px -546px;width:90px;height:90px}.customize-option.hair_base_8_ppink2{background-image:url(spritesmith2.png);background-position:-116px -561px;width:60px;height:60px}.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-182px -546px;width:90px;height:90px}.customize-option.hair_base_8_ppurple{background-image:url(spritesmith2.png);background-position:-207px -561px;width:60px;height:60px}.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-273px -546px;width:90px;height:90px}.customize-option.hair_base_8_ppurple2{background-image:url(spritesmith2.png);background-position:-298px -561px;width:60px;height:60px}.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-364px -546px;width:90px;height:90px}.customize-option.hair_base_8_pumpkin{background-image:url(spritesmith2.png);background-position:-389px -561px;width:60px;height:60px}.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-455px -546px;width:90px;height:90px}.customize-option.hair_base_8_purple{background-image:url(spritesmith2.png);background-position:-480px -561px;width:60px;height:60px}.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-546px -546px;width:90px;height:90px}.customize-option.hair_base_8_pyellow{background-image:url(spritesmith2.png);background-position:-571px -561px;width:60px;height:60px}.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-637px 0;width:90px;height:90px}.customize-option.hair_base_8_pyellow2{background-image:url(spritesmith2.png);background-position:-662px -15px;width:60px;height:60px}.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-637px -91px;width:90px;height:90px}.customize-option.hair_base_8_rainbow{background-image:url(spritesmith2.png);background-position:-662px -106px;width:60px;height:60px}.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-637px -182px;width:90px;height:90px}.customize-option.hair_base_8_red{background-image:url(spritesmith2.png);background-position:-662px -197px;width:60px;height:60px}.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-637px -273px;width:90px;height:90px}.customize-option.hair_base_8_snowy{background-image:url(spritesmith2.png);background-position:-662px -288px;width:60px;height:60px}.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-637px -364px;width:90px;height:90px}.customize-option.hair_base_8_white{background-image:url(spritesmith2.png);background-position:-662px -379px;width:60px;height:60px}.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-637px -455px;width:90px;height:90px}.customize-option.hair_base_8_winternight{background-image:url(spritesmith2.png);background-position:-662px -470px;width:60px;height:60px}.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-637px -546px;width:90px;height:90px}.customize-option.hair_base_8_winterstar{background-image:url(spritesmith2.png);background-position:-662px -561px;width:60px;height:60px}.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:0 -637px;width:90px;height:90px}.customize-option.hair_base_8_yellow{background-image:url(spritesmith2.png);background-position:-25px -652px;width:60px;height:60px}.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-91px -637px;width:90px;height:90px}.customize-option.hair_base_8_zombie{background-image:url(spritesmith2.png);background-position:-116px -652px;width:60px;height:60px}.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-182px -637px;width:90px;height:90px}.customize-option.hair_base_9_TRUred{background-image:url(spritesmith2.png);background-position:-207px -652px;width:60px;height:60px}.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-273px -637px;width:90px;height:90px}.customize-option.hair_base_9_aurora{background-image:url(spritesmith2.png);background-position:-298px -652px;width:60px;height:60px}.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-364px -637px;width:90px;height:90px}.customize-option.hair_base_9_black{background-image:url(spritesmith2.png);background-position:-389px -652px;width:60px;height:60px}.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-455px -637px;width:90px;height:90px}.customize-option.hair_base_9_blond{background-image:url(spritesmith2.png);background-position:-480px -652px;width:60px;height:60px}.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-546px -637px;width:90px;height:90px}.customize-option.hair_base_9_blue{background-image:url(spritesmith2.png);background-position:-571px -652px;width:60px;height:60px}.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-637px -637px;width:90px;height:90px}.customize-option.hair_base_9_brown{background-image:url(spritesmith2.png);background-position:-662px -652px;width:60px;height:60px}.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-728px 0;width:90px;height:90px}.customize-option.hair_base_9_candycane{background-image:url(spritesmith2.png);background-position:-753px -15px;width:60px;height:60px}.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-728px -91px;width:90px;height:90px}.customize-option.hair_base_9_candycorn{background-image:url(spritesmith2.png);background-position:-753px -106px;width:60px;height:60px}.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-728px -182px;width:90px;height:90px}.customize-option.hair_base_9_festive{background-image:url(spritesmith2.png);background-position:-753px -197px;width:60px;height:60px}.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-728px -273px;width:90px;height:90px}.customize-option.hair_base_9_frost{background-image:url(spritesmith2.png);background-position:-753px -288px;width:60px;height:60px}.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-728px -364px;width:90px;height:90px}.customize-option.hair_base_9_ghostwhite{background-image:url(spritesmith2.png);background-position:-753px -379px;width:60px;height:60px}.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-728px -455px;width:90px;height:90px}.customize-option.hair_base_9_green{background-image:url(spritesmith2.png);background-position:-753px -470px;width:60px;height:60px}.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-728px -546px;width:90px;height:90px}.customize-option.hair_base_9_halloween{background-image:url(spritesmith2.png);background-position:-753px -561px;width:60px;height:60px}.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-728px -637px;width:90px;height:90px}.customize-option.hair_base_9_holly{background-image:url(spritesmith2.png);background-position:-753px -652px;width:60px;height:60px}.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:0 -728px;width:90px;height:90px}.customize-option.hair_base_9_hollygreen{background-image:url(spritesmith2.png);background-position:-25px -743px;width:60px;height:60px}.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-91px -728px;width:90px;height:90px}.customize-option.hair_base_9_midnight{background-image:url(spritesmith2.png);background-position:-116px -743px;width:60px;height:60px}.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-182px -728px;width:90px;height:90px}.customize-option.hair_base_9_pblue{background-image:url(spritesmith2.png);background-position:-207px -743px;width:60px;height:60px}.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-273px -728px;width:90px;height:90px}.customize-option.hair_base_9_pblue2{background-image:url(spritesmith2.png);background-position:-298px -743px;width:60px;height:60px}.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-364px -728px;width:90px;height:90px}.customize-option.hair_base_9_peppermint{background-image:url(spritesmith2.png);background-position:-389px -743px;width:60px;height:60px}.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-455px -728px;width:90px;height:90px}.customize-option.hair_base_9_pgreen{background-image:url(spritesmith2.png);background-position:-480px -743px;width:60px;height:60px}.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -728px;width:90px;height:90px}.customize-option.hair_base_9_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -743px;width:60px;height:60px}.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-637px -728px;width:90px;height:90px}.customize-option.hair_base_9_porange{background-image:url(spritesmith2.png);background-position:-662px -743px;width:60px;height:60px}.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-728px -728px;width:90px;height:90px}.customize-option.hair_base_9_porange2{background-image:url(spritesmith2.png);background-position:-753px -743px;width:60px;height:60px}.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-819px 0;width:90px;height:90px}.customize-option.hair_base_9_ppink{background-image:url(spritesmith2.png);background-position:-844px -15px;width:60px;height:60px}.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-819px -91px;width:90px;height:90px}.customize-option.hair_base_9_ppink2{background-image:url(spritesmith2.png);background-position:-844px -106px;width:60px;height:60px}.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-819px -182px;width:90px;height:90px}.customize-option.hair_base_9_ppurple{background-image:url(spritesmith2.png);background-position:-844px -197px;width:60px;height:60px}.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -273px;width:90px;height:90px}.customize-option.hair_base_9_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -288px;width:60px;height:60px}.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-819px -364px;width:90px;height:90px}.customize-option.hair_base_9_pumpkin{background-image:url(spritesmith2.png);background-position:-844px -379px;width:60px;height:60px}.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-819px -455px;width:90px;height:90px}.customize-option.hair_base_9_purple{background-image:url(spritesmith2.png);background-position:-844px -470px;width:60px;height:60px}.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-819px -546px;width:90px;height:90px}.customize-option.hair_base_9_pyellow{background-image:url(spritesmith2.png);background-position:-844px -561px;width:60px;height:60px}.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-819px -637px;width:90px;height:90px}.customize-option.hair_base_9_pyellow2{background-image:url(spritesmith2.png);background-position:-844px -652px;width:60px;height:60px}.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-819px -728px;width:90px;height:90px}.customize-option.hair_base_9_rainbow{background-image:url(spritesmith2.png);background-position:-844px -743px;width:60px;height:60px}.hair_base_9_red{background-image:url(spritesmith2.png);background-position:0 -819px;width:90px;height:90px}.customize-option.hair_base_9_red{background-image:url(spritesmith2.png);background-position:-25px -834px;width:60px;height:60px}.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-91px -819px;width:90px;height:90px}.customize-option.hair_base_9_snowy{background-image:url(spritesmith2.png);background-position:-116px -834px;width:60px;height:60px}.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-182px -819px;width:90px;height:90px}.customize-option.hair_base_9_white{background-image:url(spritesmith2.png);background-position:-207px -834px;width:60px;height:60px}.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-273px -819px;width:90px;height:90px}.customize-option.hair_base_9_winternight{background-image:url(spritesmith2.png);background-position:-298px -834px;width:60px;height:60px}.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-364px -819px;width:90px;height:90px}.customize-option.hair_base_9_winterstar{background-image:url(spritesmith2.png);background-position:-389px -834px;width:60px;height:60px}.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-455px -819px;width:90px;height:90px}.customize-option.hair_base_9_yellow{background-image:url(spritesmith2.png);background-position:-480px -834px;width:60px;height:60px}.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-546px -819px;width:90px;height:90px}.customize-option.hair_base_9_zombie{background-image:url(spritesmith2.png);background-position:-571px -834px;width:60px;height:60px}.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-637px -819px;width:90px;height:90px}.customize-option.hair_beard_1_pblue2{background-image:url(spritesmith2.png);background-position:-662px -834px;width:60px;height:60px}.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-728px -819px;width:90px;height:90px}.customize-option.hair_beard_1_pgreen2{background-image:url(spritesmith2.png);background-position:-753px -834px;width:60px;height:60px}.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-819px -819px;width:90px;height:90px}.customize-option.hair_beard_1_porange2{background-image:url(spritesmith2.png);background-position:-844px -834px;width:60px;height:60px}.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-910px 0;width:90px;height:90px}.customize-option.hair_beard_1_ppink2{background-image:url(spritesmith2.png);background-position:-935px -15px;width:60px;height:60px}.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-910px -91px;width:90px;height:90px}.customize-option.hair_beard_1_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -106px;width:60px;height:60px}.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -182px;width:90px;height:90px}.customize-option.hair_beard_1_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -197px;width:60px;height:60px}.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-910px -273px;width:90px;height:90px}.customize-option.hair_beard_2_pblue2{background-image:url(spritesmith2.png);background-position:-935px -288px;width:60px;height:60px}.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-910px -364px;width:90px;height:90px}.customize-option.hair_beard_2_pgreen2{background-image:url(spritesmith2.png);background-position:-935px -379px;width:60px;height:60px}.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-910px -455px;width:90px;height:90px}.customize-option.hair_beard_2_porange2{background-image:url(spritesmith2.png);background-position:-935px -470px;width:60px;height:60px}.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-910px -546px;width:90px;height:90px}.customize-option.hair_beard_2_ppink2{background-image:url(spritesmith2.png);background-position:-935px -561px;width:60px;height:60px}.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-910px -637px;width:90px;height:90px}.customize-option.hair_beard_2_ppurple2{background-image:url(spritesmith2.png);background-position:-935px -652px;width:60px;height:60px}.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -728px;width:90px;height:90px}.customize-option.hair_beard_2_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -743px;width:60px;height:60px}.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-910px -819px;width:90px;height:90px}.customize-option.hair_beard_3_pblue2{background-image:url(spritesmith2.png);background-position:-935px -834px;width:60px;height:60px}.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:0 -910px;width:90px;height:90px}.customize-option.hair_beard_3_pgreen2{background-image:url(spritesmith2.png);background-position:-25px -925px;width:60px;height:60px}.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-91px -910px;width:90px;height:90px}.customize-option.hair_beard_3_porange2{background-image:url(spritesmith2.png);background-position:-116px -925px;width:60px;height:60px}.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-182px -910px;width:90px;height:90px}.customize-option.hair_beard_3_ppink2{background-image:url(spritesmith2.png);background-position:-207px -925px;width:60px;height:60px}.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-273px -910px;width:90px;height:90px}.customize-option.hair_beard_3_ppurple2{background-image:url(spritesmith2.png);background-position:-298px -925px;width:60px;height:60px}.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-364px -910px;width:90px;height:90px}.customize-option.hair_beard_3_pyellow2{background-image:url(spritesmith2.png);background-position:-389px -925px;width:60px;height:60px}.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-455px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_pblue2{background-image:url(spritesmith2.png);background-position:-480px -925px;width:60px;height:60px}.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-546px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_pgreen2{background-image:url(spritesmith2.png);background-position:-571px -925px;width:60px;height:60px}.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-637px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_porange2{background-image:url(spritesmith2.png);background-position:-662px -925px;width:60px;height:60px}.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-728px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_ppink2{background-image:url(spritesmith2.png);background-position:-753px -925px;width:60px;height:60px}.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-819px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_ppurple2{background-image:url(spritesmith2.png);background-position:-844px -925px;width:60px;height:60px}.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-910px -910px;width:90px;height:90px}.customize-option.hair_mustache_1_pyellow2{background-image:url(spritesmith2.png);background-position:-935px -925px;width:60px;height:60px}.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-1001px 0;width:90px;height:90px}.customize-option.hair_mustache_2_pblue2{background-image:url(spritesmith2.png);background-position:-1026px -15px;width:60px;height:60px}.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1001px -91px;width:90px;height:90px}.customize-option.hair_mustache_2_pgreen2{background-image:url(spritesmith2.png);background-position:-1026px -106px;width:60px;height:60px}.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-1001px -182px;width:90px;height:90px}.customize-option.hair_mustache_2_porange2{background-image:url(spritesmith2.png);background-position:-1026px -197px;width:60px;height:60px}.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-1001px -273px;width:90px;height:90px}.customize-option.hair_mustache_2_ppink2{background-image:url(spritesmith2.png);background-position:-1026px -288px;width:60px;height:60px}.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1001px -364px;width:90px;height:90px}.customize-option.hair_mustache_2_ppurple2{background-image:url(spritesmith2.png);background-position:-1026px -379px;width:60px;height:60px}.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1001px -455px;width:90px;height:90px}.customize-option.hair_mustache_2_pyellow2{background-image:url(spritesmith2.png);background-position:-1026px -470px;width:60px;height:60px}.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1001px -546px;width:90px;height:90px}.customize-option.broad_shirt_black{background-image:url(spritesmith2.png);background-position:-1026px -576px;width:60px;height:60px}.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1001px -637px;width:90px;height:90px}.customize-option.broad_shirt_blue{background-image:url(spritesmith2.png);background-position:-1026px -667px;width:60px;height:60px}.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1001px -728px;width:90px;height:90px}.customize-option.broad_shirt_convict{background-image:url(spritesmith2.png);background-position:-1026px -758px;width:60px;height:60px}.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1001px -819px;width:90px;height:90px}.customize-option.broad_shirt_cross{background-image:url(spritesmith2.png);background-position:-1026px -849px;width:60px;height:60px}.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1001px -910px;width:90px;height:90px}.customize-option.broad_shirt_fire{background-image:url(spritesmith2.png);background-position:-1026px -940px;width:60px;height:60px}.broad_shirt_green{background-image:url(spritesmith2.png);background-position:0 -1001px;width:90px;height:90px}.customize-option.broad_shirt_green{background-image:url(spritesmith2.png);background-position:-25px -1031px;width:60px;height:60px}.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-91px -1001px;width:90px;height:90px}.customize-option.broad_shirt_horizon{background-image:url(spritesmith2.png);background-position:-116px -1031px;width:60px;height:60px}.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-182px -1001px;width:90px;height:90px}.customize-option.broad_shirt_ocean{background-image:url(spritesmith2.png);background-position:-207px -1031px;width:60px;height:60px}.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-273px -1001px;width:90px;height:90px}.customize-option.broad_shirt_pink{background-image:url(spritesmith2.png);background-position:-298px -1031px;width:60px;height:60px}.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-364px -1001px;width:90px;height:90px}.customize-option.broad_shirt_purple{background-image:url(spritesmith2.png);background-position:-389px -1031px;width:60px;height:60px}.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-455px -1001px;width:90px;height:90px}.customize-option.broad_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-480px -1031px;width:60px;height:60px}.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-546px -1001px;width:90px;height:90px}.customize-option.broad_shirt_redblue{background-image:url(spritesmith2.png);background-position:-571px -1031px;width:60px;height:60px}.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-637px -1001px;width:90px;height:90px}.customize-option.broad_shirt_thunder{background-image:url(spritesmith2.png);background-position:-662px -1031px;width:60px;height:60px}.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-728px -1001px;width:90px;height:90px}.customize-option.broad_shirt_tropical{background-image:url(spritesmith2.png);background-position:-753px -1031px;width:60px;height:60px}.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-819px -1001px;width:90px;height:90px}.customize-option.broad_shirt_white{background-image:url(spritesmith2.png);background-position:-844px -1031px;width:60px;height:60px}.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-910px -1001px;width:90px;height:90px}.customize-option.broad_shirt_yellow{background-image:url(spritesmith2.png);background-position:-935px -1031px;width:60px;height:60px}.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1001px -1001px;width:90px;height:90px}.customize-option.broad_shirt_zombie{background-image:url(spritesmith2.png);background-position:-1026px -1031px;width:60px;height:60px}.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1092px 0;width:90px;height:90px}.customize-option.slim_shirt_black{background-image:url(spritesmith2.png);background-position:-1117px -30px;width:60px;height:60px}.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-1092px -91px;width:90px;height:90px}.customize-option.slim_shirt_blue{background-image:url(spritesmith2.png);background-position:-1117px -121px;width:60px;height:60px}.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-1092px -182px;width:90px;height:90px}.customize-option.slim_shirt_convict{background-image:url(spritesmith2.png);background-position:-1117px -212px;width:60px;height:60px}.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-1092px -273px;width:90px;height:90px}.customize-option.slim_shirt_cross{background-image:url(spritesmith2.png);background-position:-1117px -303px;width:60px;height:60px}.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-1092px -364px;width:90px;height:90px}.customize-option.slim_shirt_fire{background-image:url(spritesmith2.png);background-position:-1117px -394px;width:60px;height:60px}.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-1092px -455px;width:90px;height:90px}.customize-option.slim_shirt_green{background-image:url(spritesmith2.png);background-position:-1117px -485px;width:60px;height:60px}.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1092px -546px;width:90px;height:90px}.customize-option.slim_shirt_horizon{background-image:url(spritesmith2.png);background-position:-1117px -576px;width:60px;height:60px}.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1092px -637px;width:90px;height:90px}.customize-option.slim_shirt_ocean{background-image:url(spritesmith2.png);background-position:-1117px -667px;width:60px;height:60px}.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1092px -728px;width:90px;height:90px}.customize-option.slim_shirt_pink{background-image:url(spritesmith2.png);background-position:-1117px -758px;width:60px;height:60px}.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1092px -819px;width:90px;height:90px}.customize-option.slim_shirt_purple{background-image:url(spritesmith2.png);background-position:-1117px -849px;width:60px;height:60px}.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1092px -910px;width:90px;height:90px}.customize-option.slim_shirt_rainbow{background-image:url(spritesmith2.png);background-position:-1117px -940px;width:60px;height:60px}.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1092px -1001px;width:90px;height:90px}.customize-option.slim_shirt_redblue{background-image:url(spritesmith2.png);background-position:-1117px -1031px;width:60px;height:60px}.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:0 -1092px;width:90px;height:90px}.customize-option.slim_shirt_thunder{background-image:url(spritesmith2.png);background-position:-25px -1122px;width:60px;height:60px}.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-91px -1092px;width:90px;height:90px}.customize-option.slim_shirt_tropical{background-image:url(spritesmith2.png);background-position:-116px -1122px;width:60px;height:60px}.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-182px -1092px;width:90px;height:90px}.customize-option.slim_shirt_white{background-image:url(spritesmith2.png);background-position:-207px -1122px;width:60px;height:60px}.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-273px -1092px;width:90px;height:90px}.customize-option.slim_shirt_yellow{background-image:url(spritesmith2.png);background-position:-298px -1122px;width:60px;height:60px}.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-364px -1092px;width:90px;height:90px}.customize-option.slim_shirt_zombie{background-image:url(spritesmith2.png);background-position:-389px -1122px;width:60px;height:60px}.skin_0ff591{background-image:url(spritesmith2.png);background-position:-455px -1092px;width:90px;height:90px}.customize-option.skin_0ff591{background-image:url(spritesmith2.png);background-position:-480px -1107px;width:60px;height:60px}.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-546px -1092px;width:90px;height:90px}.customize-option.skin_0ff591_sleep{background-image:url(spritesmith2.png);background-position:-571px -1107px;width:60px;height:60px}.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-637px -1092px;width:90px;height:90px}.customize-option.skin_2b43f6{background-image:url(spritesmith2.png);background-position:-662px -1107px;width:60px;height:60px}.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-728px -1092px;width:90px;height:90px}.customize-option.skin_2b43f6_sleep{background-image:url(spritesmith2.png);background-position:-753px -1107px;width:60px;height:60px}.skin_6bd049{background-image:url(spritesmith2.png);background-position:-819px -1092px;width:90px;height:90px}.customize-option.skin_6bd049{background-image:url(spritesmith2.png);background-position:-844px -1107px;width:60px;height:60px}.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-910px -1092px;width:90px;height:90px}.customize-option.skin_6bd049_sleep{background-image:url(spritesmith2.png);background-position:-935px -1107px;width:60px;height:60px}.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1001px -1092px;width:90px;height:90px}.customize-option.skin_800ed0{background-image:url(spritesmith2.png);background-position:-1026px -1107px;width:60px;height:60px}.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1092px;width:90px;height:90px}.customize-option.skin_800ed0_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1107px;width:60px;height:60px}.skin_915533{background-image:url(spritesmith2.png);background-position:-1183px 0;width:90px;height:90px}.customize-option.skin_915533{background-image:url(spritesmith2.png);background-position:-1208px -15px;width:60px;height:60px}.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-1183px -91px;width:90px;height:90px}.customize-option.skin_915533_sleep{background-image:url(spritesmith2.png);background-position:-1208px -106px;width:60px;height:60px}.skin_98461a{background-image:url(spritesmith2.png);background-position:-1183px -182px;width:90px;height:90px}.customize-option.skin_98461a{background-image:url(spritesmith2.png);background-position:-1208px -197px;width:60px;height:60px}.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-1183px -273px;width:90px;height:90px}.customize-option.skin_98461a_sleep{background-image:url(spritesmith2.png);background-position:-1208px -288px;width:60px;height:60px}.skin_bear{background-image:url(spritesmith2.png);background-position:-1183px -364px;width:90px;height:90px}.customize-option.skin_bear{background-image:url(spritesmith2.png);background-position:-1208px -379px;width:60px;height:60px}.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-1183px -455px;width:90px;height:90px}.customize-option.skin_bear_sleep{background-image:url(spritesmith2.png);background-position:-1208px -470px;width:60px;height:60px}.skin_c06534{background-image:url(spritesmith2.png);background-position:-1183px -546px;width:90px;height:90px}.customize-option.skin_c06534{background-image:url(spritesmith2.png);background-position:-1208px -561px;width:60px;height:60px}.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-1183px -637px;width:90px;height:90px}.customize-option.skin_c06534_sleep{background-image:url(spritesmith2.png);background-position:-1208px -652px;width:60px;height:60px}.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1183px -728px;width:90px;height:90px}.customize-option.skin_c3e1dc{background-image:url(spritesmith2.png);background-position:-1208px -743px;width:60px;height:60px}.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1183px -819px;width:90px;height:90px}.customize-option.skin_c3e1dc_sleep{background-image:url(spritesmith2.png);background-position:-1208px -834px;width:60px;height:60px}.skin_cactus{background-image:url(spritesmith2.png);background-position:-1183px -910px;width:90px;height:90px}.customize-option.skin_cactus{background-image:url(spritesmith2.png);background-position:-1208px -925px;width:60px;height:60px}.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1183px -1001px;width:90px;height:90px}.customize-option.skin_cactus_sleep{background-image:url(spritesmith2.png);background-position:-1208px -1016px;width:60px;height:60px}.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1183px -1092px;width:90px;height:90px}.customize-option.skin_candycorn{background-image:url(spritesmith2.png);background-position:-1208px -1107px;width:60px;height:60px}.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:0 -1183px;width:90px;height:90px}.customize-option.skin_candycorn_sleep{background-image:url(spritesmith2.png);background-position:-25px -1198px;width:60px;height:60px}.skin_clownfish{background-image:url(spritesmith2.png);background-position:-91px -1183px;width:90px;height:90px}.customize-option.skin_clownfish{background-image:url(spritesmith2.png);background-position:-116px -1198px;width:60px;height:60px}.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-182px -1183px;width:90px;height:90px}.customize-option.skin_clownfish_sleep{background-image:url(spritesmith2.png);background-position:-207px -1198px;width:60px;height:60px}.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-273px -1183px;width:90px;height:90px}.customize-option.skin_d7a9f7{background-image:url(spritesmith2.png);background-position:-298px -1198px;width:60px;height:60px}.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-364px -1183px;width:90px;height:90px}.customize-option.skin_d7a9f7_sleep{background-image:url(spritesmith2.png);background-position:-389px -1198px;width:60px;height:60px}.skin_ddc994{background-image:url(spritesmith2.png);background-position:-455px -1183px;width:90px;height:90px}.customize-option.skin_ddc994{background-image:url(spritesmith2.png);background-position:-480px -1198px;width:60px;height:60px}.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-546px -1183px;width:90px;height:90px}.customize-option.skin_ddc994_sleep{background-image:url(spritesmith2.png);background-position:-571px -1198px;width:60px;height:60px}.skin_deepocean{background-image:url(spritesmith2.png);background-position:-637px -1183px;width:90px;height:90px}.customize-option.skin_deepocean{background-image:url(spritesmith2.png);background-position:-662px -1198px;width:60px;height:60px}.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-728px -1183px;width:90px;height:90px}.customize-option.skin_deepocean_sleep{background-image:url(spritesmith2.png);background-position:-753px -1198px;width:60px;height:60px}.skin_ea8349{background-image:url(spritesmith2.png);background-position:-819px -1183px;width:90px;height:90px}.customize-option.skin_ea8349{background-image:url(spritesmith2.png);background-position:-844px -1198px;width:60px;height:60px}.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-910px -1183px;width:90px;height:90px}.customize-option.skin_ea8349_sleep{background-image:url(spritesmith2.png);background-position:-935px -1198px;width:60px;height:60px}.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1001px -1183px;width:90px;height:90px}.customize-option.skin_eb052b{background-image:url(spritesmith2.png);background-position:-1026px -1198px;width:60px;height:60px}.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1183px;width:90px;height:90px}.customize-option.skin_eb052b_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1198px;width:60px;height:60px}.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1183px -1183px;width:90px;height:90px}.customize-option.skin_f5a76e{background-image:url(spritesmith2.png);background-position:-1208px -1198px;width:60px;height:60px}.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1274px 0;width:90px;height:90px}.customize-option.skin_f5a76e_sleep{background-image:url(spritesmith2.png);background-position:-1299px -15px;width:60px;height:60px}.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1274px -91px;width:90px;height:90px}.customize-option.skin_f5d70f{background-image:url(spritesmith2.png);background-position:-1299px -106px;width:60px;height:60px}.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-1274px -182px;width:90px;height:90px}.customize-option.skin_f5d70f_sleep{background-image:url(spritesmith2.png);background-position:-1299px -197px;width:60px;height:60px}.skin_f69922{background-image:url(spritesmith2.png);background-position:-1274px -273px;width:90px;height:90px}.customize-option.skin_f69922{background-image:url(spritesmith2.png);background-position:-1299px -288px;width:60px;height:60px}.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-1274px -364px;width:90px;height:90px}.customize-option.skin_f69922_sleep{background-image:url(spritesmith2.png);background-position:-1299px -379px;width:60px;height:60px}.skin_fox{background-image:url(spritesmith2.png);background-position:-1274px -455px;width:90px;height:90px}.customize-option.skin_fox{background-image:url(spritesmith2.png);background-position:-1299px -470px;width:60px;height:60px}.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-1274px -546px;width:90px;height:90px}.customize-option.skin_fox_sleep{background-image:url(spritesmith2.png);background-position:-1299px -561px;width:60px;height:60px}.skin_ghost{background-image:url(spritesmith2.png);background-position:-1274px -637px;width:90px;height:90px}.customize-option.skin_ghost{background-image:url(spritesmith2.png);background-position:-1299px -652px;width:60px;height:60px}.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:0 0;width:90px;height:90px}.customize-option.skin_ghost_sleep{background-image:url(spritesmith2.png);background-position:-25px -15px;width:60px;height:60px}.skin_lion{background-image:url(spritesmith2.png);background-position:-1274px -819px;width:90px;height:90px}.customize-option.skin_lion{background-image:url(spritesmith2.png);background-position:-1299px -834px;width:60px;height:60px}.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1274px -910px;width:90px;height:90px}.customize-option.skin_lion_sleep{background-image:url(spritesmith2.png);background-position:-1299px -925px;width:60px;height:60px}.skin_merblue{background-image:url(spritesmith2.png);background-position:-1274px -1001px;width:90px;height:90px}.customize-option.skin_merblue{background-image:url(spritesmith2.png);background-position:-1299px -1016px;width:60px;height:60px}.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1092px;width:90px;height:90px}.customize-option.skin_merblue_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1107px;width:60px;height:60px}.skin_mergold{background-image:url(spritesmith2.png);background-position:-1274px -1183px;width:90px;height:90px}.customize-option.skin_mergold{background-image:url(spritesmith2.png);background-position:-1299px -1198px;width:60px;height:60px}.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:0 -1274px;width:90px;height:90px}.customize-option.skin_mergold_sleep{background-image:url(spritesmith2.png);background-position:-25px -1289px;width:60px;height:60px}.skin_mergreen{background-image:url(spritesmith2.png);background-position:-91px -1274px;width:90px;height:90px}.customize-option.skin_mergreen{background-image:url(spritesmith2.png);background-position:-116px -1289px;width:60px;height:60px}.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-182px -1274px;width:90px;height:90px}.customize-option.skin_mergreen_sleep{background-image:url(spritesmith2.png);background-position:-207px -1289px;width:60px;height:60px}.skin_merruby{background-image:url(spritesmith2.png);background-position:-273px -1274px;width:90px;height:90px}.customize-option.skin_merruby{background-image:url(spritesmith2.png);background-position:-298px -1289px;width:60px;height:60px}.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-364px -1274px;width:90px;height:90px}.customize-option.skin_merruby_sleep{background-image:url(spritesmith2.png);background-position:-389px -1289px;width:60px;height:60px}.skin_monster{background-image:url(spritesmith2.png);background-position:-455px -1274px;width:90px;height:90px}.customize-option.skin_monster{background-image:url(spritesmith2.png);background-position:-480px -1289px;width:60px;height:60px}.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-546px -1274px;width:90px;height:90px}.customize-option.skin_monster_sleep{background-image:url(spritesmith2.png);background-position:-571px -1289px;width:60px;height:60px}.skin_ogre{background-image:url(spritesmith2.png);background-position:-637px -1274px;width:90px;height:90px}.customize-option.skin_ogre{background-image:url(spritesmith2.png);background-position:-662px -1289px;width:60px;height:60px}.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-728px -1274px;width:90px;height:90px}.customize-option.skin_ogre_sleep{background-image:url(spritesmith2.png);background-position:-753px -1289px;width:60px;height:60px}.skin_panda{background-image:url(spritesmith2.png);background-position:-819px -1274px;width:90px;height:90px}.customize-option.skin_panda{background-image:url(spritesmith2.png);background-position:-844px -1289px;width:60px;height:60px}.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-910px -1274px;width:90px;height:90px}.customize-option.skin_panda_sleep{background-image:url(spritesmith2.png);background-position:-935px -1289px;width:60px;height:60px}.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1001px -1274px;width:90px;height:90px}.customize-option.skin_pastelBlue{background-image:url(spritesmith2.png);background-position:-1026px -1289px;width:60px;height:60px}.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1274px;width:90px;height:90px}.customize-option.skin_pastelBlue_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1289px;width:60px;height:60px}.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1183px -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen{background-image:url(spritesmith2.png);background-position:-1208px -1289px;width:60px;height:60px}.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1274px -1274px;width:90px;height:90px}.customize-option.skin_pastelGreen_sleep{background-image:url(spritesmith2.png);background-position:-1299px -1289px;width:60px;height:60px}.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1365px 0;width:90px;height:90px}.customize-option.skin_pastelOrange{background-image:url(spritesmith2.png);background-position:-1390px -15px;width:60px;height:60px}.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1365px -91px;width:90px;height:90px}.customize-option.skin_pastelOrange_sleep{background-image:url(spritesmith2.png);background-position:-1390px -106px;width:60px;height:60px}.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1365px -182px;width:90px;height:90px}.customize-option.skin_pastelPink{background-image:url(spritesmith2.png);background-position:-1390px -197px;width:60px;height:60px}.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1365px -273px;width:90px;height:90px}.customize-option.skin_pastelPink_sleep{background-image:url(spritesmith2.png);background-position:-1390px -288px;width:60px;height:60px}.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1365px -364px;width:90px;height:90px}.customize-option.skin_pastelPurple{background-image:url(spritesmith2.png);background-position:-1390px -379px;width:60px;height:60px}.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1365px -455px;width:90px;height:90px}.customize-option.skin_pastelPurple_sleep{background-image:url(spritesmith2.png);background-position:-1390px -470px;width:60px;height:60px}.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1365px -546px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron{background-image:url(spritesmith2.png);background-position:-1390px -561px;width:60px;height:60px}.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1365px -637px;width:90px;height:90px}.customize-option.skin_pastelRainbowChevron_sleep{background-image:url(spritesmith2.png);background-position:-1390px -652px;width:60px;height:60px}.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1365px -728px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal{background-image:url(spritesmith2.png);background-position:-1390px -743px;width:60px;height:60px}.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1365px -819px;width:90px;height:90px}.customize-option.skin_pastelRainbowDiagonal_sleep{background-image:url(spritesmith2.png);background-position:-1390px -834px;width:60px;height:60px}.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1365px -910px;width:90px;height:90px}.customize-option.skin_pastelYellow{background-image:url(spritesmith2.png);background-position:-1390px -925px;width:60px;height:60px}.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1001px;width:90px;height:90px}.customize-option.skin_pastelYellow_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1016px;width:60px;height:60px}.skin_pig{background-image:url(spritesmith2.png);background-position:-1365px -1092px;width:90px;height:90px}.customize-option.skin_pig{background-image:url(spritesmith2.png);background-position:-1390px -1107px;width:60px;height:60px}.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1183px;width:90px;height:90px}.customize-option.skin_pig_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1198px;width:60px;height:60px}.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1365px -1274px;width:90px;height:90px}.customize-option.skin_pumpkin{background-image:url(spritesmith2.png);background-position:-1390px -1289px;width:60px;height:60px}.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:0 -1365px;width:90px;height:90px}.customize-option.skin_pumpkin2{background-image:url(spritesmith2.png);background-position:-25px -1380px;width:60px;height:60px}.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-91px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin2_sleep{background-image:url(spritesmith2.png);background-position:-116px -1380px;width:60px;height:60px}.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-182px -1365px;width:90px;height:90px}.customize-option.skin_pumpkin_sleep{background-image:url(spritesmith2.png);background-position:-207px -1380px;width:60px;height:60px}.skin_rainbow{background-image:url(spritesmith2.png);background-position:-273px -1365px;width:90px;height:90px}.customize-option.skin_rainbow{background-image:url(spritesmith2.png);background-position:-298px -1380px;width:60px;height:60px}.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-364px -1365px;width:90px;height:90px}.customize-option.skin_rainbow_sleep{background-image:url(spritesmith2.png);background-position:-389px -1380px;width:60px;height:60px}.skin_reptile{background-image:url(spritesmith2.png);background-position:-455px -1365px;width:90px;height:90px}.customize-option.skin_reptile{background-image:url(spritesmith2.png);background-position:-480px -1380px;width:60px;height:60px}.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-546px -1365px;width:90px;height:90px}.customize-option.skin_reptile_sleep{background-image:url(spritesmith2.png);background-position:-571px -1380px;width:60px;height:60px}.skin_shadow{background-image:url(spritesmith2.png);background-position:-637px -1365px;width:90px;height:90px}.customize-option.skin_shadow{background-image:url(spritesmith2.png);background-position:-662px -1380px;width:60px;height:60px}.skin_shadow2{background-image:url(spritesmith2.png);background-position:-728px -1365px;width:90px;height:90px}.customize-option.skin_shadow2{background-image:url(spritesmith2.png);background-position:-753px -1380px;width:60px;height:60px}.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-819px -1365px;width:90px;height:90px}.customize-option.skin_shadow2_sleep{background-image:url(spritesmith2.png);background-position:-844px -1380px;width:60px;height:60px}.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-910px -1365px;width:90px;height:90px}.customize-option.skin_shadow_sleep{background-image:url(spritesmith2.png);background-position:-935px -1380px;width:60px;height:60px}.skin_shark{background-image:url(spritesmith2.png);background-position:-1001px -1365px;width:90px;height:90px}.customize-option.skin_shark{background-image:url(spritesmith2.png);background-position:-1026px -1380px;width:60px;height:60px}.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1092px -1365px;width:90px;height:90px}.customize-option.skin_shark_sleep{background-image:url(spritesmith2.png);background-position:-1117px -1380px;width:60px;height:60px}.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1183px -1365px;width:90px;height:90px}.customize-option.skin_skeleton{background-image:url(spritesmith2.png);background-position:-1208px -1380px;width:60px;height:60px}.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1274px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2{background-image:url(spritesmith2.png);background-position:-1299px -1380px;width:60px;height:60px}.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1365px -1365px;width:90px;height:90px}.customize-option.skin_skeleton2_sleep{background-image:url(spritesmith2.png);background-position:-1390px -1380px;width:60px;height:60px}.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1456px 0;width:90px;height:90px}.customize-option.skin_skeleton_sleep{background-image:url(spritesmith2.png);background-position:-1481px -15px;width:60px;height:60px}.skin_tiger{background-image:url(spritesmith2.png);background-position:-1456px -91px;width:90px;height:90px}.customize-option.skin_tiger{background-image:url(spritesmith2.png);background-position:-1481px -106px;width:60px;height:60px}.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1456px -182px;width:90px;height:90px}.customize-option.skin_tiger_sleep{background-image:url(spritesmith2.png);background-position:-1481px -197px;width:60px;height:60px}.skin_transparent{background-image:url(spritesmith2.png);background-position:-1456px -273px;width:90px;height:90px}.customize-option.skin_transparent{background-image:url(spritesmith2.png);background-position:-1481px -288px;width:60px;height:60px}.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1456px -364px;width:90px;height:90px}.customize-option.skin_transparent_sleep{background-image:url(spritesmith2.png);background-position:-1481px -379px;width:60px;height:60px}.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-1456px -455px;width:90px;height:90px}.customize-option.skin_tropicalwater{background-image:url(spritesmith2.png);background-position:-1481px -470px;width:60px;height:60px}.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-1456px -546px;width:90px;height:90px}.customize-option.skin_tropicalwater_sleep{background-image:url(spritesmith2.png);background-position:-1481px -561px;width:60px;height:60px}.skin_wolf{background-image:url(spritesmith2.png);background-position:-1456px -637px;width:90px;height:90px}.customize-option.skin_wolf{background-image:url(spritesmith2.png);background-position:-1481px -652px;width:60px;height:60px}.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1456px -728px;width:90px;height:90px}.customize-option.skin_wolf_sleep{background-image:url(spritesmith2.png);background-position:-1481px -743px;width:60px;height:60px}.skin_zombie{background-image:url(spritesmith2.png);background-position:-1456px -819px;width:90px;height:90px}.customize-option.skin_zombie{background-image:url(spritesmith2.png);background-position:-1481px -834px;width:60px;height:60px}.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1456px -910px;width:90px;height:90px}.customize-option.skin_zombie2{background-image:url(spritesmith2.png);background-position:-1481px -925px;width:60px;height:60px}.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1001px;width:90px;height:90px}.customize-option.skin_zombie2_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1016px;width:60px;height:60px}.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1456px -1092px;width:90px;height:90px}.customize-option.skin_zombie_sleep{background-image:url(spritesmith2.png);background-position:-1481px -1107px;width:60px;height:60px}.broad_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1456px -1183px;width:90px;height:90px}.broad_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1456px -1274px;width:90px;height:90px}.head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1456px -1365px;width:90px;height:90px}.head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:0 -1456px;width:90px;height:90px}.head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-91px -1456px;width:90px;height:90px}.head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-182px -1456px;width:90px;height:90px}.head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-273px -1456px;width:90px;height:90px}.shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-364px -1456px;width:90px;height:90px}.shop_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1759px -820px;width:40px;height:40px}.shop_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1759px -779px;width:40px;height:40px}.shop_head_armoire_gladiatorHelm{background-image:url(spritesmith2.png);background-position:-1759px -738px;width:40px;height:40px}.shop_head_armoire_lunarCrown{background-image:url(spritesmith2.png);background-position:-1759px -697px;width:40px;height:40px}.shop_head_armoire_rancherHat{background-image:url(spritesmith2.png);background-position:-1759px -574px;width:40px;height:40px}.shop_head_armoire_redHairbow{background-image:url(spritesmith2.png);background-position:-1759px -533px;width:40px;height:40px}.shop_head_armoire_violetFloppyHat{background-image:url(spritesmith2.png);background-position:-1759px -492px;width:40px;height:40px}.shop_shield_armoire_gladiatorShield{background-image:url(spritesmith2.png);background-position:-1759px -451px;width:40px;height:40px}.shop_weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1759px -410px;width:40px;height:40px}.shop_weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1759px -369px;width:40px;height:40px}.slim_armor_armoire_gladiatorArmor{background-image:url(spritesmith2.png);background-position:-1410px -1456px;width:90px;height:90px}.slim_armor_armoire_lunarArmor{background-image:url(spritesmith2.png);background-position:-1547px 0;width:90px;height:90px}.weapon_armoire_basicCrossbow{background-image:url(spritesmith2.png);background-position:-1547px -91px;width:90px;height:90px}.weapon_armoire_lunarSceptre{background-image:url(spritesmith2.png);background-position:-1547px -182px;width:90px;height:90px}.broad_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1547px -273px;width:90px;height:90px}.broad_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1547px -364px;width:90px;height:90px}.broad_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1547px -455px;width:90px;height:90px}.broad_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1547px -546px;width:90px;height:90px}.broad_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1547px -637px;width:90px;height:90px}.broad_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1547px -728px;width:90px;height:90px}.broad_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1547px -819px;width:90px;height:90px}.broad_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1547px -910px;width:90px;height:90px}.broad_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1547px -1001px;width:90px;height:90px}.broad_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1547px -1092px;width:90px;height:90px}.broad_armor_special_2{background-image:url(spritesmith2.png);background-position:-1547px -1183px;width:90px;height:90px}.broad_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1547px -1274px;width:90px;height:90px}.broad_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1547px -1365px;width:90px;height:90px}.broad_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1547px -1456px;width:90px;height:90px}.broad_armor_warrior_4{background-image:url(spritesmith2.png);background-position:0 -1547px;width:90px;height:90px}.broad_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-91px -1547px;width:90px;height:90px}.broad_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-182px -1547px;width:90px;height:90px}.broad_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-273px -1547px;width:90px;height:90px}.broad_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-364px -1547px;width:90px;height:90px}.broad_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-455px -1547px;width:90px;height:90px}.broad_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-546px -1547px;width:90px;height:90px}.shop_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1759px -328px;width:40px;height:40px}.shop_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1759px -287px;width:40px;height:40px}.shop_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1759px -246px;width:40px;height:40px}.shop_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1759px -205px;width:40px;height:40px}.shop_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1306px -1679px;width:40px;height:40px}.shop_armor_rogue_1{background-image:url(spritesmith2.png);background-position:-1265px -1679px;width:40px;height:40px}.shop_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-1224px -1679px;width:40px;height:40px}.shop_armor_rogue_3{background-image:url(spritesmith2.png);background-position:-1183px -1679px;width:40px;height:40px}.shop_armor_rogue_4{background-image:url(spritesmith2.png);background-position:-1716px -1638px;width:40px;height:40px}.shop_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-1675px -1638px;width:40px;height:40px}.shop_armor_special_0{background-image:url(spritesmith2.png);background-position:-1634px -1638px;width:40px;height:40px}.shop_armor_special_1{background-image:url(spritesmith2.png);background-position:-1593px -1638px;width:40px;height:40px}.shop_armor_special_2{background-image:url(spritesmith2.png);background-position:-1552px -1638px;width:40px;height:40px}.shop_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-1511px -1638px;width:40px;height:40px}.shop_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-1470px -1638px;width:40px;height:40px}.shop_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-1429px -1638px;width:40px;height:40px}.shop_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-1388px -1638px;width:40px;height:40px}.shop_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-1265px -1638px;width:40px;height:40px}.shop_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1224px -1638px;width:40px;height:40px}.shop_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1183px -1638px;width:40px;height:40px}.shop_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1501px -1497px;width:40px;height:40px}.shop_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1634px -1679px;width:40px;height:40px}.shop_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1501px -1456px;width:40px;height:40px}.slim_armor_healer_1{background-image:url(spritesmith2.png);background-position:-1638px -1274px;width:90px;height:90px}.slim_armor_healer_2{background-image:url(spritesmith2.png);background-position:-1638px -1365px;width:90px;height:90px}.slim_armor_healer_3{background-image:url(spritesmith2.png);background-position:-1638px -1456px;width:90px;height:90px}.slim_armor_healer_4{background-image:url(spritesmith2.png);background-position:-1638px -1547px;width:90px;height:90px}.slim_armor_healer_5{background-image:url(spritesmith2.png);background-position:-1531px -1547px;width:90px;height:90px}.slim_armor_rogue_1{background-image:url(spritesmith2.png);background-position:0 -1638px;width:90px;height:90px}.slim_armor_rogue_2{background-image:url(spritesmith2.png);background-position:-91px -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:-273px -1638px;width:90px;height:90px}.slim_armor_rogue_5{background-image:url(spritesmith2.png);background-position:-364px -1638px;width:90px;height:90px}.slim_armor_special_2{background-image:url(spritesmith2.png);background-position:-455px -1638px;width:90px;height:90px}.slim_armor_warrior_1{background-image:url(spritesmith2.png);background-position:-546px -1638px;width:90px;height:90px}.slim_armor_warrior_2{background-image:url(spritesmith2.png);background-position:-637px -1638px;width:90px;height:90px}.slim_armor_warrior_3{background-image:url(spritesmith2.png);background-position:-728px -1638px;width:90px;height:90px}.slim_armor_warrior_4{background-image:url(spritesmith2.png);background-position:-819px -1638px;width:90px;height:90px}.slim_armor_warrior_5{background-image:url(spritesmith2.png);background-position:-910px -1638px;width:90px;height:90px}.slim_armor_wizard_1{background-image:url(spritesmith2.png);background-position:-1001px -1638px;width:90px;height:90px}.slim_armor_wizard_2{background-image:url(spritesmith2.png);background-position:-1638px -1183px;width:90px;height:90px}.slim_armor_wizard_3{background-image:url(spritesmith2.png);background-position:-1638px -1092px;width:90px;height:90px}.slim_armor_wizard_4{background-image:url(spritesmith2.png);background-position:-1638px -1001px;width:90px;height:90px}.slim_armor_wizard_5{background-image:url(spritesmith2.png);background-position:-1638px -910px;width:90px;height:90px}.broad_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -819px;width:90px;height:90px}.broad_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -728px;width:90px;height:90px}.shop_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1306px -1638px;width:40px;height:40px}.shop_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1347px -1638px;width:40px;height:40px}.slim_armor_special_birthday{background-image:url(spritesmith2.png);background-position:-1638px -637px;width:90px;height:90px}.slim_armor_special_birthday2015{background-image:url(spritesmith2.png);background-position:-1638px -546px;width:90px;height:90px}.broad_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1638px -455px;width:90px;height:90px}.broad_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1638px -364px;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:-1638px 0;width:120px;height:90px}.head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1425px -1547px;width:105px;height:90px}.head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1334px -1547px;width:90px;height:90px}.shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1243px -1547px;width:90px;height:90px}.shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1137px -1547px;width:105px;height:90px}.shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1046px -1547px;width:90px;height:90px}.shop_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1347px -1679px;width:40px;height:40px}.shop_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-1388px -1679px;width:40px;height:40px}.shop_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1429px -1679px;width:40px;height:40px}.shop_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1470px -1679px;width:40px;height:40px}.shop_head_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1511px -1679px;width:40px;height:40px}.shop_head_special_fallMage{background-image:url(spritesmith2.png);background-position:-1552px -1679px;width:40px;height:40px}.shop_head_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1593px -1679px;width:40px;height:40px}.shop_head_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1759px -984px;width:40px;height:40px}.shop_shield_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1675px -1679px;width:40px;height:40px}.shop_shield_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1716px -1679px;width:40px;height:40px}.shop_shield_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1759px 0;width:40px;height:40px}.shop_weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1759px -41px;width:40px;height:40px}.shop_weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1759px -82px;width:40px;height:40px}.shop_weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1759px -123px;width:40px;height:40px}.shop_weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1759px -164px;width:40px;height:40px}.slim_armor_special_fallHealer{background-image:url(spritesmith2.png);background-position:-955px -1547px;width:90px;height:90px}.slim_armor_special_fallMage{background-image:url(spritesmith2.png);background-position:-834px -1547px;width:120px;height:90px}.slim_armor_special_fallRogue{background-image:url(spritesmith2.png);background-position:-728px -1547px;width:105px;height:90px}.slim_armor_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-637px -1547px;width:90px;height:90px}.weapon_special_fallHealer{background-image:url(spritesmith2.png);background-position:-1319px -1456px;width:90px;height:90px}.weapon_special_fallMage{background-image:url(spritesmith2.png);background-position:-1198px -1456px;width:120px;height:90px}.weapon_special_fallRogue{background-image:url(spritesmith2.png);background-position:-1092px -1456px;width:105px;height:90px}.weapon_special_fallWarrior{background-image:url(spritesmith2.png);background-position:-1001px -1456px;width:90px;height:90px}.broad_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-910px -1456px;width:90px;height:90px}.head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-819px -1456px;width:90px;height:90px}.shop_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1759px -615px;width:40px;height:40px}.shop_head_special_gaymerx{background-image:url(spritesmith2.png);background-position:-1759px -656px;width:40px;height:40px}.slim_armor_special_gaymerx{background-image:url(spritesmith2.png);background-position:-728px -1456px;width:90px;height:90px}.back_mystery_201402{background-image:url(spritesmith2.png);background-position:-637px -1456px;width:90px;height:90px}.broad_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-546px -1456px;width:90px;height:90px}.head_mystery_201402{background-image:url(spritesmith2.png);background-position:-455px -1456px;width:90px;height:90px}.shop_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1759px -861px;width:40px;height:40px}.shop_back_mystery_201402{background-image:url(spritesmith2.png);background-position:-1759px -902px;width:40px;height:40px}.shop_head_mystery_201402{background-image:url(spritesmith2.png);background-position:-1759px -943px;width:40px;height:40px}.slim_armor_mystery_201402{background-image:url(spritesmith2.png);background-position:-1092px -1638px;width:90px;height:90px}.broad_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1304px -728px;width:90px;height:90px}.headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-1148px -1258px;width:90px;height:90px}.shop_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-1435px -1481px;width:40px;height:40px}.shop_headAccessory_mystery_201403{background-image:url(spritesmith3.png);background-position:-1394px -1481px;width:40px;height:40px}.slim_armor_mystery_201403{background-image:url(spritesmith3.png);background-position:-843px 0;width:90px;height:90px}.back_mystery_201404{background-image:url(spritesmith3.png);background-position:-843px -91px;width:90px;height:90px}.headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-843px -364px;width:90px;height:90px}.shop_back_mystery_201404{background-image:url(spritesmith3.png);background-position:-1353px -1481px;width:40px;height:40px}.shop_headAccessory_mystery_201404{background-image:url(spritesmith3.png);background-position:-1312px -1481px;width:40px;height:40px}.broad_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1304px -91px;width:90px;height:90px}.head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1304px -182px;width:90px;height:90px}.shop_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1271px -1481px;width:40px;height:40px}.shop_head_mystery_201405{background-image:url(spritesmith3.png);background-position:-1230px -1481px;width:40px;height:40px}.slim_armor_mystery_201405{background-image:url(spritesmith3.png);background-position:-1304px -637px;width:90px;height:90px}.broad_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-388px -424px;width:90px;height:96px}.head_mystery_201406{background-image:url(spritesmith3.png);background-position:-570px 0;width:90px;height:96px}.shop_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-1189px -1481px;width:40px;height:40px}.shop_head_mystery_201406{background-image:url(spritesmith3.png);background-position:-1148px -1481px;width:40px;height:40px}.slim_armor_mystery_201406{background-image:url(spritesmith3.png);background-position:-479px -424px;width:90px;height:96px}.broad_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-854px -1258px;width:90px;height:90px}.head_mystery_201407{background-image:url(spritesmith3.png);background-position:-945px -1258px;width:90px;height:90px}.shop_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-164px -1481px;width:40px;height:40px}.shop_head_mystery_201407{background-image:url(spritesmith3.png);background-position:-123px -1481px;width:40px;height:40px}.slim_armor_mystery_201407{background-image:url(spritesmith3.png);background-position:-1395px -182px;width:90px;height:90px}.broad_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1395px -273px;width:90px;height:90px}.head_mystery_201408{background-image:url(spritesmith3.png);background-position:-1395px -364px;width:90px;height:90px}.shop_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-82px -1481px;width:40px;height:40px}.shop_head_mystery_201408{background-image:url(spritesmith3.png);background-position:-41px -1481px;width:40px;height:40px}.slim_armor_mystery_201408{background-image:url(spritesmith3.png);background-position:-1395px -819px;width:90px;height:90px}.broad_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-1395px -910px;width:90px;height:90px}.headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-1395px -1001px;width:90px;height:90px}.shop_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:0 -1481px;width:40px;height:40px}.shop_headAccessory_mystery_201409{background-image:url(spritesmith3.png);background-position:-1486px -1435px;width:40px;height:40px}.slim_armor_mystery_201409{background-image:url(spritesmith3.png);background-position:-570px -188px;width:90px;height:90px}.back_mystery_201410{background-image:url(spritesmith3.png);background-position:-112px -530px;width:93px;height:90px}.broad_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-206px -530px;width:93px;height:90px}.shop_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-1486px -1394px;width:40px;height:40px}.shop_back_mystery_201410{background-image:url(spritesmith3.png);background-position:-1486px -1353px;width:40px;height:40px}.slim_armor_mystery_201410{background-image:url(spritesmith3.png);background-position:-300px -530px;width:93px;height:90px}.head_mystery_201411{background-image:url(spritesmith3.png);background-position:-394px -530px;width:90px;height:90px}.shop_head_mystery_201411{background-image:url(spritesmith3.png);background-position:-1486px -1312px;width:40px;height:40px}.shop_weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-1486px -1271px;width:40px;height:40px}.weapon_mystery_201411{background-image:url(spritesmith3.png);background-position:-661px -91px;width:90px;height:90px}.broad_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-661px -182px;width:90px;height:90px}.head_mystery_201412{background-image:url(spritesmith3.png);background-position:-661px -273px;width:90px;height:90px}.shop_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:-1486px -1230px;width:40px;height:40px}.shop_head_mystery_201412{background-image:url(spritesmith3.png);background-position:-1486px -1189px;width:40px;height:40px}.slim_armor_mystery_201412{background-image:url(spritesmith3.png);background-position:0 -621px;width:90px;height:90px}.broad_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-91px -621px;width:90px;height:90px}.head_mystery_201501{background-image:url(spritesmith3.png);background-position:-182px -621px;width:90px;height:90px}.shop_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-1486px -1148px;width:40px;height:40px}.shop_head_mystery_201501{background-image:url(spritesmith3.png);background-position:-1486px -1107px;width:40px;height:40px}.slim_armor_mystery_201501{background-image:url(spritesmith3.png);background-position:-455px -621px;width:90px;height:90px}.headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-546px -621px;width:90px;height:90px}.shop_headAccessory_mystery_201502{background-image:url(spritesmith3.png);background-position:-1486px -1066px;width:40px;height:40px}.shop_weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-1486px -1025px;width:40px;height:40px}.weapon_mystery_201502{background-image:url(spritesmith3.png);background-position:-752px -91px;width:90px;height:90px}.broad_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-752px -182px;width:90px;height:90px}.eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-752px -273px;width:90px;height:90px}.shop_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-1486px -984px;width:40px;height:40px}.shop_eyewear_mystery_201503{background-image:url(spritesmith3.png);background-position:-1486px -943px;width:40px;height:40px}.slim_armor_mystery_201503{background-image:url(spritesmith3.png);background-position:-752px -546px;width:90px;height:90px}.back_mystery_201504{background-image:url(spritesmith3.png);background-position:0 -712px;width:90px;height:90px}.broad_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-91px -712px;width:90px;height:90px}.shop_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-1486px -902px;width:40px;height:40px}.shop_back_mystery_201504{background-image:url(spritesmith3.png);background-position:-1486px -861px;width:40px;height:40px}.slim_armor_mystery_201504{background-image:url(spritesmith3.png);background-position:-364px -712px;width:90px;height:90px}.head_mystery_201505{background-image:url(spritesmith3.png);background-position:-455px -712px;width:90px;height:90px}.shop_head_mystery_201505{background-image:url(spritesmith3.png);background-position:-1486px -820px;width:40px;height:40px}.shop_weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-1486px -779px;width:40px;height:40px}.weapon_mystery_201505{background-image:url(spritesmith3.png);background-position:-728px -712px;width:90px;height:90px}.broad_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-91px -106px;width:90px;height:105px}.eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-182px -106px;width:90px;height:105px}.shop_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-1486px -451px;width:40px;height:40px}.shop_eyewear_mystery_201506{background-image:url(spritesmith3.png);background-position:-1486px -410px;width:40px;height:40px}.slim_armor_mystery_201506{background-image:url(spritesmith3.png);background-position:-285px 0;width:90px;height:105px}.broad_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-843px -455px;width:90px;height:90px}.eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-843px -546px;width:90px;height:90px}.head_mystery_301404{background-image:url(spritesmith3.png);background-position:-843px -637px;width:90px;height:90px}.shop_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-1486px -369px;width:40px;height:40px}.shop_eyewear_mystery_301404{background-image:url(spritesmith3.png);background-position:-1486px -328px;width:40px;height:40px}.shop_head_mystery_301404{background-image:url(spritesmith3.png);background-position:-1486px -287px;width:40px;height:40px}.shop_weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-1486px -246px;width:40px;height:40px}.slim_armor_mystery_301404{background-image:url(spritesmith3.png);background-position:-364px -803px;width:90px;height:90px}.weapon_mystery_301404{background-image:url(spritesmith3.png);background-position:-455px -803px;width:90px;height:90px}.eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-546px -803px;width:90px;height:90px}.headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-637px -803px;width:90px;height:90px}.head_mystery_301405{background-image:url(spritesmith3.png);background-position:-728px -803px;width:90px;height:90px}.shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-819px -803px;width:90px;height:90px}.shop_eyewear_mystery_301405{background-image:url(spritesmith3.png);background-position:-1486px -205px;width:40px;height:40px}.shop_headAccessory_mystery_301405{background-image:url(spritesmith3.png);background-position:-1486px -164px;width:40px;height:40px}.shop_head_mystery_301405{background-image:url(spritesmith3.png);background-position:-1486px -123px;width:40px;height:40px}.shop_shield_mystery_301405{background-image:url(spritesmith3.png);background-position:-1486px -82px;width:40px;height:40px}.broad_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-934px -273px;width:90px;height:90px}.broad_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-934px -364px;width:90px;height:90px}.broad_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-934px -455px;width:90px;height:90px}.broad_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-934px -546px;width:90px;height:90px}.broad_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-934px -637px;width:90px;height:90px}.broad_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-934px -728px;width:90px;height:90px}.broad_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-97px -894px;width:90px;height:90px}.broad_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-188px -894px;width:90px;height:90px}.headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-279px -894px;width:90px;height:90px}.headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-370px -894px;width:90px;height:90px}.headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-461px -894px;width:90px;height:90px}.headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-552px -894px;width:90px;height:90px}.headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-643px -894px;width:90px;height:90px}.headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-734px -894px;width:90px;height:90px}.headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-825px -894px;width:90px;height:90px}.headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-916px -894px;width:90px;height:90px}.head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1025px 0;width:90px;height:90px}.head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1025px -91px;width:90px;height:90px}.head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1025px -182px;width:90px;height:90px}.head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1025px -273px;width:90px;height:90px}.head_special_springHealer{background-image:url(spritesmith3.png);background-position:-1025px -364px;width:90px;height:90px}.head_special_springMage{background-image:url(spritesmith3.png);background-position:-1025px -455px;width:90px;height:90px}.head_special_springRogue{background-image:url(spritesmith3.png);background-position:-1025px -546px;width:90px;height:90px}.head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1025px -637px;width:90px;height:90px}.shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1025px -728px;width:90px;height:90px}.shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1025px -819px;width:90px;height:90px}.shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:0 -985px;width:90px;height:90px}.shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-91px -985px;width:90px;height:90px}.shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-182px -985px;width:90px;height:90px}.shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-273px -985px;width:90px;height:90px}.shop_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1486px -41px;width:40px;height:40px}.shop_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1486px 0;width:40px;height:40px}.shop_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1435px -1440px;width:40px;height:40px}.shop_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1394px -1440px;width:40px;height:40px}.shop_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1353px -1440px;width:40px;height:40px}.shop_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1312px -1440px;width:40px;height:40px}.shop_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-1271px -1440px;width:40px;height:40px}.shop_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1230px -1440px;width:40px;height:40px}.shop_headAccessory_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1189px -1440px;width:40px;height:40px}.shop_headAccessory_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1148px -1440px;width:40px;height:40px}.shop_headAccessory_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1107px -1440px;width:40px;height:40px}.shop_headAccessory_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1066px -1440px;width:40px;height:40px}.shop_headAccessory_special_springHealer{background-image:url(spritesmith3.png);background-position:-1025px -1440px;width:40px;height:40px}.shop_headAccessory_special_springMage{background-image:url(spritesmith3.png);background-position:-1143px -1390px;width:40px;height:40px}.shop_headAccessory_special_springRogue{background-image:url(spritesmith3.png);background-position:-1102px -1390px;width:40px;height:40px}.shop_headAccessory_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1061px -1390px;width:40px;height:40px}.shop_head_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1020px -1390px;width:40px;height:40px}.shop_head_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-979px -1390px;width:40px;height:40px}.shop_head_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-938px -1390px;width:40px;height:40px}.shop_head_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-897px -1390px;width:40px;height:40px}.shop_head_special_springHealer{background-image:url(spritesmith3.png);background-position:-856px -1390px;width:40px;height:40px}.shop_head_special_springMage{background-image:url(spritesmith3.png);background-position:-815px -1390px;width:40px;height:40px}.shop_head_special_springRogue{background-image:url(spritesmith3.png);background-position:-774px -1390px;width:40px;height:40px}.shop_head_special_springWarrior{background-image:url(spritesmith3.png);background-position:-733px -1390px;width:40px;height:40px}.shop_shield_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-692px -1390px;width:40px;height:40px}.shop_shield_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-651px -1390px;width:40px;height:40px}.shop_shield_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1430px -1349px;width:40px;height:40px}.shop_shield_special_springHealer{background-image:url(spritesmith3.png);background-position:-1389px -1349px;width:40px;height:40px}.shop_shield_special_springRogue{background-image:url(spritesmith3.png);background-position:-1348px -1349px;width:40px;height:40px}.shop_shield_special_springWarrior{background-image:url(spritesmith3.png);background-position:-1307px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1266px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1225px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1184px -1349px;width:40px;height:40px}.shop_weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1143px -1349px;width:40px;height:40px}.shop_weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-1102px -1349px;width:40px;height:40px}.shop_weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-1061px -1349px;width:40px;height:40px}.shop_weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-1020px -1349px;width:40px;height:40px}.shop_weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-979px -1349px;width:40px;height:40px}.slim_armor_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-1207px -546px;width:90px;height:90px}.slim_armor_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-1207px -637px;width:90px;height:90px}.slim_armor_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-1207px -728px;width:90px;height:90px}.slim_armor_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-1207px -819px;width:90px;height:90px}.slim_armor_special_springHealer{background-image:url(spritesmith3.png);background-position:-1207px -910px;width:90px;height:90px}.slim_armor_special_springMage{background-image:url(spritesmith3.png);background-position:-1207px -1001px;width:90px;height:90px}.slim_armor_special_springRogue{background-image:url(spritesmith3.png);background-position:-112px -1167px;width:90px;height:90px}.slim_armor_special_springWarrior{background-image:url(spritesmith3.png);background-position:-203px -1167px;width:90px;height:90px}.weapon_special_spring2015Healer{background-image:url(spritesmith3.png);background-position:-294px -1167px;width:90px;height:90px}.weapon_special_spring2015Mage{background-image:url(spritesmith3.png);background-position:-385px -1167px;width:90px;height:90px}.weapon_special_spring2015Rogue{background-image:url(spritesmith3.png);background-position:-476px -1167px;width:90px;height:90px}.weapon_special_spring2015Warrior{background-image:url(spritesmith3.png);background-position:-567px -1167px;width:90px;height:90px}.weapon_special_springHealer{background-image:url(spritesmith3.png);background-position:-658px -1167px;width:90px;height:90px}.weapon_special_springMage{background-image:url(spritesmith3.png);background-position:-749px -1167px;width:90px;height:90px}.weapon_special_springRogue{background-image:url(spritesmith3.png);background-position:-840px -1167px;width:90px;height:90px}.weapon_special_springWarrior{background-image:url(spritesmith3.png);background-position:-931px -1167px;width:90px;height:90px}.body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1022px -1167px;width:90px;height:90px}.body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1113px -1167px;width:90px;height:90px}.body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -212px;width:102px;height:105px}.body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-285px -106px;width:90px;height:105px}.body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-103px -212px;width:90px;height:105px}.body_special_summerMage{background-image:url(spritesmith3.png);background-position:-194px -212px;width:90px;height:105px}.broad_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1304px -273px;width:90px;height:90px}.broad_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1304px -364px;width:90px;height:90px}.broad_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-376px 0;width:102px;height:105px}.broad_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-376px -106px;width:90px;height:105px}.broad_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-376px -212px;width:90px;height:105px}.broad_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-285px -212px;width:90px;height:105px}.broad_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -1258px;width:111px;height:90px}.broad_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -1258px;width:111px;height:90px}.eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-224px -1258px;width:111px;height:90px}.eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-336px -1258px;width:111px;height:90px}.head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1304px -819px;width:90px;height:90px}.head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1304px -910px;width:90px;height:90px}.head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -318px;width:102px;height:105px}.head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:0 0;width:90px;height:105px}.head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-194px -318px;width:90px;height:105px}.head_special_summerMage{background-image:url(spritesmith3.png);background-position:-285px -318px;width:90px;height:105px}.head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-630px -1258px;width:111px;height:90px}.head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-742px -1258px;width:111px;height:90px}.Healer_Summer{background-image:url(spritesmith3.png);background-position:-376px -318px;width:90px;height:105px}.Mage_Summer{background-image:url(spritesmith3.png);background-position:-479px 0;width:90px;height:105px}.SummerRogue14{background-image:url(spritesmith3.png);background-position:-1036px -1258px;width:111px;height:90px}.SummerWarrior14{background-image:url(spritesmith3.png);background-position:0 -530px;width:111px;height:90px}.shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1239px -1258px;width:90px;height:90px}.shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:0 -424px;width:102px;height:105px}.shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-479px -106px;width:90px;height:105px}.shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-479px -212px;width:90px;height:105px}.shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:0 -1349px;width:111px;height:90px}.shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-112px -1349px;width:111px;height:90px}.shop_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-938px -1349px;width:40px;height:40px}.shop_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-897px -1349px;width:40px;height:40px}.shop_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-856px -1349px;width:40px;height:40px}.shop_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-815px -1349px;width:40px;height:40px}.shop_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:-774px -1349px;width:40px;height:40px}.shop_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-733px -1349px;width:40px;height:40px}.shop_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-692px -1349px;width:40px;height:40px}.shop_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-651px -1349px;width:40px;height:40px}.shop_body_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1330px -1299px;width:40px;height:40px}.shop_body_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1330px -1258px;width:40px;height:40px}.shop_body_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1159px -1117px;width:40px;height:40px}.shop_body_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1118px -1117px;width:40px;height:40px}.shop_body_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1159px -1076px;width:40px;height:40px}.shop_body_special_summerMage{background-image:url(spritesmith3.png);background-position:-1118px -1076px;width:40px;height:40px}.shop_eyewear_special_summerRogue{background-image:url(spritesmith3.png);background-position:-617px -571px;width:40px;height:40px}.shop_eyewear_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1436px -1274px;width:40px;height:40px}.shop_head_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-861px -1440px;width:40px;height:40px}.shop_head_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1304px -1183px;width:40px;height:40px}.shop_head_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-1345px -1183px;width:40px;height:40px}.shop_head_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-1207px -1092px;width:40px;height:40px}.shop_head_special_summerHealer{background-image:url(spritesmith3.png);background-position:-1248px -1092px;width:40px;height:40px}.shop_head_special_summerMage{background-image:url(spritesmith3.png);background-position:-1116px -1001px;width:40px;height:40px}.shop_head_special_summerRogue{background-image:url(spritesmith3.png);background-position:-1157px -1001px;width:40px;height:40px}.shop_head_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-1025px -910px;width:40px;height:40px}.shop_shield_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1066px -910px;width:40px;height:40px}.shop_shield_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-934px -819px;width:40px;height:40px}.shop_shield_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-975px -819px;width:40px;height:40px}.shop_shield_special_summerHealer{background-image:url(spritesmith3.png);background-position:-843px -728px;width:40px;height:40px}.shop_shield_special_summerRogue{background-image:url(spritesmith3.png);background-position:-884px -728px;width:40px;height:40px}.shop_shield_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-752px -637px;width:40px;height:40px}.shop_weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-793px -637px;width:40px;height:40px}.shop_weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-661px -546px;width:40px;height:40px}.shop_weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-702px -546px;width:40px;height:40px}.shop_weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-570px -461px;width:40px;height:40px}.shop_weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-611px -461px;width:40px;height:40px}.shop_weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-576px -530px;width:40px;height:40px}.shop_weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-617px -530px;width:40px;height:40px}.shop_weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-576px -571px;width:40px;height:40px}.slim_armor_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-560px -1349px;width:90px;height:90px}.slim_armor_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1395px -1183px;width:90px;height:90px}.slim_armor_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-91px 0;width:102px;height:105px}.slim_armor_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-194px 0;width:90px;height:105px}.slim_armor_special_summerHealer{background-image:url(spritesmith3.png);background-position:0 -106px;width:90px;height:105px}.slim_armor_special_summerMage{background-image:url(spritesmith3.png);background-position:-103px -318px;width:90px;height:105px}.slim_armor_special_summerRogue{background-image:url(spritesmith3.png);background-position:-448px -1349px;width:111px;height:90px}.slim_armor_special_summerWarrior{background-image:url(spritesmith3.png);background-position:-336px -1349px;width:111px;height:90px}.weapon_special_summer2015Healer{background-image:url(spritesmith3.png);background-position:-1395px -728px;width:90px;height:90px}.weapon_special_summer2015Mage{background-image:url(spritesmith3.png);background-position:-1395px -637px;width:90px;height:90px}.weapon_special_summer2015Rogue{background-image:url(spritesmith3.png);background-position:-285px -424px;width:102px;height:105px}.weapon_special_summer2015Warrior{background-image:url(spritesmith3.png);background-position:-194px -424px;width:90px;height:105px}.weapon_special_summerHealer{background-image:url(spritesmith3.png);background-position:-103px -424px;width:90px;height:105px}.weapon_special_summerMage{background-image:url(spritesmith3.png);background-position:-479px -318px;width:90px;height:105px}.weapon_special_summerRogue{background-image:url(spritesmith3.png);background-position:-224px -1349px;width:111px;height:90px}.weapon_special_summerWarrior{background-image:url(spritesmith3.png);background-position:0 -1167px;width:111px;height:90px}.broad_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1207px -455px;width:90px;height:90px}.broad_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1207px -364px;width:90px;height:90px}.broad_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1207px -273px;width:90px;height:90px}.broad_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1207px -182px;width:90px;height:90px}.broad_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1207px -91px;width:90px;height:90px}.broad_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1207px 0;width:96px;height:90px}.broad_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1027px -1076px;width:90px;height:90px}.broad_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-936px -1076px;width:90px;height:90px}.head_special_candycane{background-image:url(spritesmith3.png);background-position:-845px -1076px;width:90px;height:90px}.head_special_nye{background-image:url(spritesmith3.png);background-position:-754px -1076px;width:90px;height:90px}.head_special_nye2014{background-image:url(spritesmith3.png);background-position:-663px -1076px;width:90px;height:90px}.head_special_ski{background-image:url(spritesmith3.png);background-position:-572px -1076px;width:90px;height:90px}.head_special_snowflake{background-image:url(spritesmith3.png);background-position:-481px -1076px;width:90px;height:90px}.head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-390px -1076px;width:90px;height:90px}.head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-299px -1076px;width:90px;height:90px}.head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-202px -1076px;width:96px;height:90px}.head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1116px -910px;width:90px;height:90px}.head_special_yeti{background-image:url(spritesmith3.png);background-position:-1116px -819px;width:90px;height:90px}.shield_special_ski{background-image:url(spritesmith3.png);background-position:-97px -1076px;width:104px;height:90px}.shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-1116px -728px;width:90px;height:90px}.shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1116px -637px;width:90px;height:90px}.shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -1076px;width:96px;height:90px}.shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1116px -546px;width:90px;height:90px}.shield_special_yeti{background-image:url(spritesmith3.png);background-position:-1116px -455px;width:90px;height:90px}.shop_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1184px -1390px;width:40px;height:40px}.shop_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1225px -1390px;width:40px;height:40px}.shop_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1266px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1307px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1348px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1389px -1390px;width:40px;height:40px}.shop_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-1430px -1390px;width:40px;height:40px}.shop_armor_special_yeti{background-image:url(spritesmith3.png);background-position:0 -1440px;width:40px;height:40px}.shop_head_special_candycane{background-image:url(spritesmith3.png);background-position:-41px -1440px;width:40px;height:40px}.shop_head_special_nye{background-image:url(spritesmith3.png);background-position:-82px -1440px;width:40px;height:40px}.shop_head_special_nye2014{background-image:url(spritesmith3.png);background-position:-123px -1440px;width:40px;height:40px}.shop_head_special_ski{background-image:url(spritesmith3.png);background-position:-164px -1440px;width:40px;height:40px}.shop_head_special_snowflake{background-image:url(spritesmith3.png);background-position:-205px -1440px;width:40px;height:40px}.shop_head_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-246px -1440px;width:40px;height:40px}.shop_head_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-287px -1440px;width:40px;height:40px}.shop_head_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-328px -1440px;width:40px;height:40px}.shop_head_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-369px -1440px;width:40px;height:40px}.shop_head_special_yeti{background-image:url(spritesmith3.png);background-position:-410px -1440px;width:40px;height:40px}.shop_shield_special_ski{background-image:url(spritesmith3.png);background-position:-451px -1440px;width:40px;height:40px}.shop_shield_special_snowflake{background-image:url(spritesmith3.png);background-position:-492px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-533px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-574px -1440px;width:40px;height:40px}.shop_shield_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-615px -1440px;width:40px;height:40px}.shop_shield_special_yeti{background-image:url(spritesmith3.png);background-position:-656px -1440px;width:40px;height:40px}.shop_weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-697px -1440px;width:40px;height:40px}.shop_weapon_special_ski{background-image:url(spritesmith3.png);background-position:-738px -1440px;width:40px;height:40px}.shop_weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-779px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-820px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1395px -1274px;width:40px;height:40px}.shop_weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-902px -1440px;width:40px;height:40px}.shop_weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-943px -1440px;width:40px;height:40px}.shop_weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-984px -1440px;width:40px;height:40px}.slim_armor_special_candycane{background-image:url(spritesmith3.png);background-position:-1116px -364px;width:90px;height:90px}.slim_armor_special_ski{background-image:url(spritesmith3.png);background-position:-1116px -273px;width:90px;height:90px}.slim_armor_special_snowflake{background-image:url(spritesmith3.png);background-position:-1116px -182px;width:90px;height:90px}.slim_armor_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-1116px -91px;width:90px;height:90px}.slim_armor_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-1116px 0;width:90px;height:90px}.slim_armor_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:-1001px -985px;width:96px;height:90px}.slim_armor_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-910px -985px;width:90px;height:90px}.slim_armor_special_yeti{background-image:url(spritesmith3.png);background-position:-819px -985px;width:90px;height:90px}.weapon_special_candycane{background-image:url(spritesmith3.png);background-position:-728px -985px;width:90px;height:90px}.weapon_special_ski{background-image:url(spritesmith3.png);background-position:-637px -985px;width:90px;height:90px}.weapon_special_snowflake{background-image:url(spritesmith3.png);background-position:-546px -985px;width:90px;height:90px}.weapon_special_winter2015Healer{background-image:url(spritesmith3.png);background-position:-455px -985px;width:90px;height:90px}.weapon_special_winter2015Mage{background-image:url(spritesmith3.png);background-position:-364px -985px;width:90px;height:90px}.weapon_special_winter2015Rogue{background-image:url(spritesmith3.png);background-position:0 -894px;width:96px;height:90px}.weapon_special_winter2015Warrior{background-image:url(spritesmith3.png);background-position:-934px -182px;width:90px;height:90px}.weapon_special_yeti{background-image:url(spritesmith3.png);background-position:-934px -91px;width:90px;height:90px}.back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-934px 0;width:90px;height:90px}.back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-273px -803px;width:90px;height:90px}.body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-182px -803px;width:90px;height:90px}.body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-91px -803px;width:90px;height:90px}.body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:0 -803px;width:90px;height:90px}.eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-843px -273px;width:90px;height:90px}.eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-843px -182px;width:90px;height:90px}.shop_back_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1486px -492px;width:40px;height:40px}.shop_back_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1486px -533px;width:40px;height:40px}.shop_body_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1486px -574px;width:40px;height:40px}.shop_body_special_wondercon_gold{background-image:url(spritesmith3.png);background-position:-1486px -615px;width:40px;height:40px}.shop_body_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1486px -656px;width:40px;height:40px}.shop_eyewear_special_wondercon_black{background-image:url(spritesmith3.png);background-position:-1486px -697px;width:40px;height:40px}.shop_eyewear_special_wondercon_red{background-image:url(spritesmith3.png);background-position:-1486px -738px;width:40px;height:40px}.head_0{background-image:url(spritesmith3.png);background-position:-637px -712px;width:90px;height:90px}.customize-option.head_0{background-image:url(spritesmith3.png);background-position:-662px -727px;width:60px;height:60px}.head_healer_1{background-image:url(spritesmith3.png);background-position:-546px -712px;width:90px;height:90px}.head_healer_2{background-image:url(spritesmith3.png);background-position:-273px -712px;width:90px;height:90px}.head_healer_3{background-image:url(spritesmith3.png);background-position:-182px -712px;width:90px;height:90px}.head_healer_4{background-image:url(spritesmith3.png);background-position:-752px -455px;width:90px;height:90px}.head_healer_5{background-image:url(spritesmith3.png);background-position:-752px -364px;width:90px;height:90px}.head_rogue_1{background-image:url(spritesmith3.png);background-position:-752px 0;width:90px;height:90px}.head_rogue_2{background-image:url(spritesmith3.png);background-position:-637px -621px;width:90px;height:90px}.head_rogue_3{background-image:url(spritesmith3.png);background-position:-364px -621px;width:90px;height:90px}.head_rogue_4{background-image:url(spritesmith3.png);background-position:-273px -621px;width:90px;height:90px}.head_rogue_5{background-image:url(spritesmith3.png);background-position:-661px -455px;width:90px;height:90px}.head_special_2{background-image:url(spritesmith3.png);background-position:-661px -364px;width:90px;height:90px}.head_warrior_1{background-image:url(spritesmith3.png);background-position:-661px 0;width:90px;height:90px}.head_warrior_2{background-image:url(spritesmith3.png);background-position:-485px -530px;width:90px;height:90px}.head_warrior_3{background-image:url(spritesmith3.png);background-position:-570px -370px;width:90px;height:90px}.head_warrior_4{background-image:url(spritesmith3.png);background-position:-570px -279px;width:90px;height:90px}.head_warrior_5{background-image:url(spritesmith3.png);background-position:-570px -97px;width:90px;height:90px}.head_wizard_1{background-image:url(spritesmith3.png);background-position:-1395px -1092px;width:90px;height:90px}.head_wizard_2{background-image:url(spritesmith3.png);background-position:-1395px -546px;width:90px;height:90px}.head_wizard_3{background-image:url(spritesmith3.png);background-position:-1395px -455px;width:90px;height:90px}.head_wizard_4{background-image:url(spritesmith3.png);background-position:-1395px -91px;width:90px;height:90px}.head_wizard_5{background-image:url(spritesmith3.png);background-position:-1395px 0;width:90px;height:90px}.shop_head_healer_1{background-image:url(spritesmith3.png);background-position:-205px -1481px;width:40px;height:40px}.shop_head_healer_2{background-image:url(spritesmith3.png);background-position:-246px -1481px;width:40px;height:40px}.shop_head_healer_3{background-image:url(spritesmith3.png);background-position:-287px -1481px;width:40px;height:40px}.shop_head_healer_4{background-image:url(spritesmith3.png);background-position:-328px -1481px;width:40px;height:40px}.shop_head_healer_5{background-image:url(spritesmith3.png);background-position:-369px -1481px;width:40px;height:40px}.shop_head_rogue_1{background-image:url(spritesmith3.png);background-position:-410px -1481px;width:40px;height:40px}.shop_head_rogue_2{background-image:url(spritesmith3.png);background-position:-451px -1481px;width:40px;height:40px}.shop_head_rogue_3{background-image:url(spritesmith3.png);background-position:-492px -1481px;width:40px;height:40px}.shop_head_rogue_4{background-image:url(spritesmith3.png);background-position:-533px -1481px;width:40px;height:40px}.shop_head_rogue_5{background-image:url(spritesmith3.png);background-position:-574px -1481px;width:40px;height:40px}.shop_head_special_0{background-image:url(spritesmith3.png);background-position:-615px -1481px;width:40px;height:40px}.shop_head_special_1{background-image:url(spritesmith3.png);background-position:-656px -1481px;width:40px;height:40px}.shop_head_special_2{background-image:url(spritesmith3.png);background-position:-697px -1481px;width:40px;height:40px}.shop_head_warrior_1{background-image:url(spritesmith3.png);background-position:-738px -1481px;width:40px;height:40px}.shop_head_warrior_2{background-image:url(spritesmith3.png);background-position:-779px -1481px;width:40px;height:40px}.shop_head_warrior_3{background-image:url(spritesmith3.png);background-position:-820px -1481px;width:40px;height:40px}.shop_head_warrior_4{background-image:url(spritesmith3.png);background-position:-861px -1481px;width:40px;height:40px}.shop_head_warrior_5{background-image:url(spritesmith3.png);background-position:-902px -1481px;width:40px;height:40px}.shop_head_wizard_1{background-image:url(spritesmith3.png);background-position:-943px -1481px;width:40px;height:40px}.shop_head_wizard_2{background-image:url(spritesmith3.png);background-position:-984px -1481px;width:40px;height:40px}.shop_head_wizard_3{background-image:url(spritesmith3.png);background-position:-1025px -1481px;width:40px;height:40px}.shop_head_wizard_4{background-image:url(spritesmith3.png);background-position:-1066px -1481px;width:40px;height:40px}.shop_head_wizard_5{background-image:url(spritesmith3.png);background-position:-1107px -1481px;width:40px;height:40px}.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-448px -1258px;width:90px;height:90px}.customize-option.headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-473px -1273px;width:60px;height:60px}.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1304px -1092px;width:90px;height:90px}.customize-option.headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1329px -1107px;width:60px;height:60px}.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1304px -546px;width:90px;height:90px}.customize-option.headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1329px -561px;width:60px;height:60px}.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1304px -455px;width:90px;height:90px}.customize-option.headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1329px -470px;width:60px;height:60px}.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-1304px 0;width:90px;height:90px}.customize-option.headAccessory_special_pandaEars{background-image:url(spritesmith3.png);background-position:-1329px -15px;width:60px;height:60px}.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-1204px -1167px;width:90px;height:90px}.customize-option.headAccessory_special_pigEars{background-image:url(spritesmith3.png);background-position:-1229px -1182px;width:60px;height:60px}.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-539px -1258px;width:90px;height:90px}.customize-option.headAccessory_special_tigerEars{background-image:url(spritesmith3.png);background-position:-564px -1273px;width:60px;height:60px}.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-1304px -1001px;width:90px;height:90px}.customize-option.headAccessory_special_wolfEars{background-image:url(spritesmith3.png);background-position:-1329px -1016px;width:60px;height:60px}.shop_headAccessory_special_bearEars{background-image:url(spritesmith3.png);background-position:-1476px -1481px;width:40px;height:40px}.shop_headAccessory_special_cactusEars{background-image:url(spritesmith3.png);background-position:-1527px 0;width:40px;height:40px}.shop_headAccessory_special_foxEars{background-image:url(spritesmith3.png);background-position:-1527px -41px;width:40px;height:40px}.shop_headAccessory_special_lionEars{background-image:url(spritesmith3.png);background-position:-1527px -82px;width:40px;height:40px}.shop_headAccessory_special_pandaEars{background-image:url(spritesmith4.png);background-position:-1421px -890px;width:40px;height:40px}.shop_headAccessory_special_pigEars{background-image:url(spritesmith4.png);background-position:-928px -1871px;width:40px;height:40px}.shop_headAccessory_special_tigerEars{background-image:url(spritesmith4.png);background-position:-1421px -931px;width:40px;height:40px}.shop_headAccessory_special_wolfEars{background-image:url(spritesmith4.png);background-position:-969px -1871px;width:40px;height:40px}.shield_healer_1{background-image:url(spritesmith4.png);background-position:-1855px -292px;width:90px;height:90px}.shield_healer_2{background-image:url(spritesmith4.png);background-position:-1946px -292px;width:90px;height:90px}.shield_healer_3{background-image:url(spritesmith4.png);background-position:-1764px -383px;width:90px;height:90px}.shield_healer_4{background-image:url(spritesmith4.png);background-position:-1879px -656px;width:90px;height:90px}.shield_healer_5{background-image:url(spritesmith4.png);background-position:-2061px -656px;width:90px;height:90px}.shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1764px -929px;width:90px;height:90px}.shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1946px -1020px;width:103px;height:90px}.shield_rogue_2{background-image:url(spritesmith4.png);background-position:-2050px -1020px;width:103px;height:90px}.shield_rogue_3{background-image:url(spritesmith4.png);background-position:-1963px -200px;width:114px;height:90px}.shield_rogue_4{background-image:url(spritesmith4.png);background-position:-2037px -292px;width:96px;height:90px}.shield_rogue_5{background-image:url(spritesmith4.png);background-position:-1764px -656px;width:114px;height:90px}.shield_rogue_6{background-image:url(spritesmith4.png);background-position:-2152px -656px;width:114px;height:90px}.shield_special_1{background-image:url(spritesmith4.png);background-position:-1764px -747px;width:90px;height:90px}.shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-1946px -747px;width:111px;height:90px}.shield_warrior_1{background-image:url(spritesmith4.png);background-position:-2149px -747px;width:90px;height:90px}.shield_warrior_2{background-image:url(spritesmith4.png);background-position:-1764px -838px;width:90px;height:90px}.shield_warrior_3{background-image:url(spritesmith4.png);background-position:-2037px -838px;width:90px;height:90px}.shield_warrior_4{background-image:url(spritesmith4.png);background-position:-2164px -929px;width:90px;height:90px}.shield_warrior_5{background-image:url(spritesmith4.png);background-position:-1855px -1020px;width:90px;height:90px}.shop_shield_healer_1{background-image:url(spritesmith4.png);background-position:-1420px -1298px;width:40px;height:40px}.shop_shield_healer_2{background-image:url(spritesmith4.png);background-position:-805px -1871px;width:40px;height:40px}.shop_shield_healer_3{background-image:url(spritesmith4.png);background-position:-887px -1871px;width:40px;height:40px}.shop_shield_healer_4{background-image:url(spritesmith4.png);background-position:-1010px -1871px;width:40px;height:40px}.shop_shield_healer_5{background-image:url(spritesmith4.png);background-position:-1215px -1871px;width:40px;height:40px}.shop_shield_rogue_0{background-image:url(spritesmith4.png);background-position:-1256px -1871px;width:40px;height:40px}.shop_shield_rogue_1{background-image:url(spritesmith4.png);background-position:-1297px -1871px;width:40px;height:40px}.shop_shield_rogue_2{background-image:url(spritesmith4.png);background-position:-1789px -1871px;width:40px;height:40px}.shop_shield_rogue_3{background-image:url(spritesmith4.png);background-position:-902px -1923px;width:40px;height:40px}.shop_shield_rogue_4{background-image:url(spritesmith4.png);background-position:-861px -1923px;width:40px;height:40px}.shop_shield_rogue_5{background-image:url(spritesmith4.png);background-position:-820px -1923px;width:40px;height:40px}.shop_shield_rogue_6{background-image:url(spritesmith4.png);background-position:-779px -1923px;width:40px;height:40px}.shop_shield_special_0{background-image:url(spritesmith4.png);background-position:-738px -1923px;width:40px;height:40px}.shop_shield_special_1{background-image:url(spritesmith4.png);background-position:-697px -1923px;width:40px;height:40px}.shop_shield_special_goldenknight{background-image:url(spritesmith4.png);background-position:-656px -1923px;width:40px;height:40px}.shop_shield_warrior_1{background-image:url(spritesmith4.png);background-position:-615px -1923px;width:40px;height:40px}.shop_shield_warrior_2{background-image:url(spritesmith4.png);background-position:-574px -1923px;width:40px;height:40px}.shop_shield_warrior_3{background-image:url(spritesmith4.png);background-position:-533px -1923px;width:40px;height:40px}.shop_shield_warrior_4{background-image:url(spritesmith4.png);background-position:-492px -1923px;width:40px;height:40px}.shop_shield_warrior_5{background-image:url(spritesmith4.png);background-position:-451px -1923px;width:40px;height:40px}.shop_weapon_healer_0{background-image:url(spritesmith4.png);background-position:-410px -1923px;width:40px;height:40px}.shop_weapon_healer_1{background-image:url(spritesmith4.png);background-position:-369px -1923px;width:40px;height:40px}.shop_weapon_healer_2{background-image:url(spritesmith4.png);background-position:-328px -1923px;width:40px;height:40px}.shop_weapon_healer_3{background-image:url(spritesmith4.png);background-position:-287px -1923px;width:40px;height:40px}.shop_weapon_healer_4{background-image:url(spritesmith4.png);background-position:-246px -1923px;width:40px;height:40px}.shop_weapon_healer_5{background-image:url(spritesmith4.png);background-position:-205px -1923px;width:40px;height:40px}.shop_weapon_healer_6{background-image:url(spritesmith4.png);background-position:-164px -1923px;width:40px;height:40px}.shop_weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-123px -1923px;width:40px;height:40px}.shop_weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-82px -1923px;width:40px;height:40px}.shop_weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-41px -1923px;width:40px;height:40px}.shop_weapon_rogue_3{background-image:url(spritesmith4.png);background-position:0 -1923px;width:40px;height:40px}.shop_weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-2199px -1871px;width:40px;height:40px}.shop_weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-2158px -1871px;width:40px;height:40px}.shop_weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-2117px -1871px;width:40px;height:40px}.shop_weapon_special_0{background-image:url(spritesmith4.png);background-position:-2076px -1871px;width:40px;height:40px}.shop_weapon_special_1{background-image:url(spritesmith4.png);background-position:-2035px -1871px;width:40px;height:40px}.shop_weapon_special_2{background-image:url(spritesmith4.png);background-position:-1994px -1871px;width:40px;height:40px}.shop_weapon_special_3{background-image:url(spritesmith4.png);background-position:-1953px -1871px;width:40px;height:40px}.shop_weapon_special_critical{background-image:url(spritesmith4.png);background-position:-1912px -1871px;width:40px;height:40px}.shop_weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-1871px -1871px;width:40px;height:40px}.shop_weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1830px -1871px;width:40px;height:40px}.shop_weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-2225px -292px;width:40px;height:40px}.shop_weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-1748px -1871px;width:40px;height:40px}.shop_weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-1707px -1871px;width:40px;height:40px}.shop_weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-1666px -1871px;width:40px;height:40px}.shop_weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1625px -1871px;width:40px;height:40px}.shop_weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1584px -1871px;width:40px;height:40px}.shop_weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-1543px -1871px;width:40px;height:40px}.shop_weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-1502px -1871px;width:40px;height:40px}.shop_weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1461px -1871px;width:40px;height:40px}.shop_weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1420px -1871px;width:40px;height:40px}.shop_weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-1379px -1871px;width:40px;height:40px}.shop_weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1338px -1871px;width:40px;height:40px}.weapon_healer_0{background-image:url(spritesmith4.png);background-position:-2154px -1020px;width:90px;height:90px}.weapon_healer_1{background-image:url(spritesmith4.png);background-position:-2053px -1202px;width:90px;height:90px}.weapon_healer_2{background-image:url(spritesmith4.png);background-position:-1946px -1475px;width:90px;height:90px}.weapon_healer_3{background-image:url(spritesmith4.png);background-position:-1855px -1475px;width:90px;height:90px}.weapon_healer_4{background-image:url(spritesmith4.png);background-position:-1764px -1475px;width:90px;height:90px}.weapon_healer_5{background-image:url(spritesmith4.png);background-position:-2128px -1384px;width:90px;height:90px}.weapon_healer_6{background-image:url(spritesmith4.png);background-position:-2037px -1384px;width:90px;height:90px}.weapon_rogue_0{background-image:url(spritesmith4.png);background-position:-1946px -1384px;width:90px;height:90px}.weapon_rogue_1{background-image:url(spritesmith4.png);background-position:-1855px -1384px;width:90px;height:90px}.weapon_rogue_2{background-image:url(spritesmith4.png);background-position:-1764px -1384px;width:90px;height:90px}.weapon_rogue_3{background-image:url(spritesmith4.png);background-position:-2140px -1293px;width:90px;height:90px}.weapon_rogue_4{background-image:url(spritesmith4.png);background-position:-2049px -1293px;width:90px;height:90px}.weapon_rogue_5{background-image:url(spritesmith4.png);background-position:-1958px -1293px;width:90px;height:90px}.weapon_rogue_6{background-image:url(spritesmith4.png);background-position:-1867px -1293px;width:90px;height:90px}.weapon_special_1{background-image:url(spritesmith4.png);background-position:-1764px -1293px;width:102px;height:90px}.weapon_special_2{background-image:url(spritesmith4.png);background-position:-2144px -1202px;width:90px;height:90px}.weapon_special_3{background-image:url(spritesmith4.png);background-position:-2144px -1111px;width:90px;height:90px}.weapon_warrior_0{background-image:url(spritesmith4.png);background-position:-2053px -1111px;width:90px;height:90px}.weapon_warrior_1{background-image:url(spritesmith4.png);background-position:-1764px -1020px;width:90px;height:90px}.weapon_warrior_2{background-image:url(spritesmith4.png);background-position:-2073px -929px;width:90px;height:90px}.weapon_warrior_3{background-image:url(spritesmith4.png);background-position:-2173px -565px;width:90px;height:90px}.weapon_warrior_4{background-image:url(spritesmith4.png);background-position:-2128px -474px;width:90px;height:90px}.weapon_warrior_5{background-image:url(spritesmith4.png);background-position:-2037px -474px;width:90px;height:90px}.weapon_warrior_6{background-image:url(spritesmith4.png);background-position:-1855px -474px;width:90px;height:90px}.weapon_wizard_0{background-image:url(spritesmith4.png);background-position:-1764px -474px;width:90px;height:90px}.weapon_wizard_1{background-image:url(spritesmith4.png);background-position:-2128px -383px;width:90px;height:90px}.weapon_wizard_2{background-image:url(spritesmith4.png);background-position:-2037px -383px;width:90px;height:90px}.weapon_wizard_3{background-image:url(spritesmith4.png);background-position:-1946px -383px;width:90px;height:90px}.weapon_wizard_4{background-image:url(spritesmith4.png);background-position:-1855px -383px;width:90px;height:90px}.weapon_wizard_5{background-image:url(spritesmith4.png);background-position:-2134px -292px;width:90px;height:90px}.weapon_wizard_6{background-image:url(spritesmith4.png);background-position:-1764px -292px;width:90px;height:90px}.GrimReaper{background-image:url(spritesmith4.png);background-position:-2126px -1566px;width:57px;height:66px}.Pet_Currency_Gem{background-image:url(spritesmith4.png);background-position:-943px -1923px;width:45px;height:39px}.Pet_Currency_Gem1x{background-image:url(spritesmith4.png);background-position:-2246px -100px;width:15px;height:13px}.Pet_Currency_Gem2x{background-image:url(spritesmith4.png);background-position:-2219px -901px;width:30px;height:26px}.PixelPaw-Gold{background-image:url(spritesmith4.png);background-position:-833px -1819px;width:51px;height:51px}.PixelPaw{background-image:url(spritesmith4.png);background-position:-1409px -1735px;width:51px;height:51px}.PixelPaw002{background-image:url(spritesmith4.png);background-position:-1461px -1735px;width:51px;height:51px}.avatar_floral_healer{background-image:url(spritesmith4.png);background-position:-1864px -100px;width:99px;height:99px}.avatar_floral_rogue{background-image:url(spritesmith4.png);background-position:-1764px -100px;width:99px;height:99px}.avatar_floral_warrior{background-image:url(spritesmith4.png);background-position:-1462px -1306px;width:99px;height:99px}.avatar_floral_wizard{background-image:url(spritesmith4.png);background-position:-1964px -100px;width:99px;height:99px}.inventory_present{background-image:url(spritesmith4.png);background-position:-1856px -1735px;width:48px;height:51px}.inventory_present_01{background-image:url(spritesmith4.png);background-position:-1905px -1735px;width:48px;height:51px}.inventory_present_02{background-image:url(spritesmith4.png);background-position:-2003px -1735px;width:48px;height:51px}.inventory_present_03{background-image:url(spritesmith4.png);background-position:-2052px -1735px;width:48px;height:51px}.inventory_present_04{background-image:url(spritesmith4.png);background-position:-2101px -1735px;width:48px;height:51px}.inventory_present_05{background-image:url(spritesmith4.png);background-position:-2150px -1735px;width:48px;height:51px}.inventory_present_06{background-image:url(spritesmith4.png);background-position:-98px -1819px;width:48px;height:51px}.inventory_present_07{background-image:url(spritesmith4.png);background-position:-147px -1819px;width:48px;height:51px}.inventory_present_08{background-image:url(spritesmith4.png);background-position:-196px -1819px;width:48px;height:51px}.inventory_present_09{background-image:url(spritesmith4.png);background-position:-245px -1819px;width:48px;height:51px}.inventory_present_10{background-image:url(spritesmith4.png);background-position:-343px -1819px;width:48px;height:51px}.inventory_present_11{background-image:url(spritesmith4.png);background-position:-441px -1819px;width:48px;height:51px}.inventory_present_12{background-image:url(spritesmith4.png);background-position:-490px -1819px;width:48px;height:51px}.inventory_quest_scroll{background-image:url(spritesmith4.png);background-position:-539px -1819px;width:48px;height:51px}.inventory_quest_scroll_locked{background-image:url(spritesmith4.png);background-position:-588px -1819px;width:48px;height:51px}.inventory_special_fortify{background-image:url(spritesmith4.png);background-position:-718px -380px;width:57px;height:54px}.inventory_special_nye{background-image:url(spritesmith4.png);background-position:-660px -380px;width:57px;height:54px}.inventory_special_opaquePotion{background-image:url(spritesmith4.png);background-position:-1174px -1871px;width:40px;height:40px}.inventory_special_seafoam{background-image:url(spritesmith4.png);background-position:-1562px -1306px;width:57px;height:54px}.inventory_special_shinySeed{background-image:url(spritesmith4.png);background-position:-1568px -1246px;width:57px;height:54px}.inventory_special_snowball{background-image:url(spritesmith4.png);background-position:-1568px -1191px;width:57px;height:54px}.inventory_special_spookDust{background-image:url(spritesmith4.png);background-position:-660px -567px;width:57px;height:54px}.inventory_special_trinket{background-image:url(spritesmith4.png);background-position:-1513px -1735px;width:48px;height:51px}.inventory_special_valentine{background-image:url(spritesmith4.png);background-position:-1598px -886px;width:57px;height:54px}.pet_key{background-image:url(spritesmith4.png);background-position:-1598px -831px;width:57px;height:54px}.rebirth_orb{background-image:url(spritesmith4.png);background-position:-2188px -1655px;width:57px;height:54px}.seafoam_star{background-image:url(spritesmith4.png);background-position:-2155px -100px;width:90px;height:90px}.shop_armoire{background-image:url(spritesmith4.png);background-position:-1133px -1871px;width:40px;height:40px}.snowman{background-image:url(spritesmith4.png);background-position:-2078px -200px;width:90px;height:90px}.spookman{background-image:url(spritesmith4.png);background-position:-2169px -200px;width:90px;height:90px}.welcome_to_Habit_1{background-image:url(spritesmith4.png);background-position:-1764px 0;width:502px;height:99px}.welcome_to_Habit_2{background-image:url(spritesmith4.png);background-position:-861px -1079px;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:-437px -1079px;width:423px;height:171px}.zzz{background-image:url(spritesmith4.png);background-position:-1092px -1871px;width:40px;height:40px}.zzz_light{background-image:url(spritesmith4.png);background-position:-1051px -1871px;width:40px;height:40px}.npc_alex{background-image:url(spritesmith4.png);background-position:-1151px -1257px;width:162px;height:138px}.npc_bailey{background-image:url(spritesmith4.png);background-position:-1568px -1076px;width:71px;height:101px}.npc_daniel{background-image:url(spritesmith4.png);background-position:-1462px -831px;width:135px;height:123px}.npc_ian{background-image:url(spritesmith4.png);background-position:-1462px -695px;width:75px;height:135px}.npc_justin{background-image:url(spritesmith4.png);background-position:-1462px -955px;width:84px;height:120px}.npc_justin_head{background-image:url(spritesmith4.png);background-position:-1620px -1306px;width:36px;height:39px}.npc_matt{background-image:url(spritesmith4.png);background-position:-1462px 0;width:195px;height:138px}.npc_timetravelers{background-image:url(spritesmith4.png);background-position:-1462px -417px;width:195px;height:138px}.npc_timetravelers_active{background-image:url(spritesmith4.png);background-position:-1462px -278px;width:195px;height:138px}.npc_tyler{background-image:url(spritesmith4.png);background-position:-1946px -474px;width:90px;height:90px}.seasonalshop_closed{background-image:url(spritesmith4.png);background-position:-1462px -139px;width:162px;height:138px}.seasonalshop_summer2015{background-image:url(spritesmith4.png);background-position:-1462px -556px;width:162px;height:138px}.2014_Fall_HealerPROMO2{background-image:url(spritesmith4.png);background-position:-1764px -565px;width:90px;height:90px}.2014_Fall_Mage_PROMO9{background-image:url(spritesmith4.png);background-position:-1855px -565px;width:120px;height:90px}.2014_Fall_RoguePROMO3{background-image:url(spritesmith4.png);background-position:-1976px -565px;width:105px;height:90px}.2014_Fall_Warrior_PROMO{background-image:url(spritesmith4.png);background-position:-2082px -565px;width:90px;height:90px}.promo_enchanted_armoire{background-image:url(spritesmith4.png);background-position:-1764px -1655px;width:374px;height:76px}.promo_habitica{background-image:url(spritesmith4.png);background-position:-1245px -890px;width:175px;height:175px}.promo_item_notif{background-image:url(spritesmith4.png);background-position:-636px -1629px;width:249px;height:102px}.promo_mystery_201405{background-image:url(spritesmith4.png);background-position:-1970px -656px;width:90px;height:90px}.promo_mystery_201406{background-image:url(spritesmith4.png);background-position:-2064px -100px;width:90px;height:96px}.promo_mystery_201407{background-image:url(spritesmith4.png);background-position:-2219px -838px;width:42px;height:62px}.promo_mystery_201408{background-image:url(spritesmith4.png);background-position:-2190px -1475px;width:60px;height:71px}.promo_mystery_201409{background-image:url(spritesmith4.png);background-position:-1855px -747px;width:90px;height:90px}.promo_mystery_201410{background-image:url(spritesmith4.png);background-position:-2184px -1566px;width:72px;height:63px}.promo_mystery_201411{background-image:url(spritesmith4.png);background-position:-2058px -747px;width:90px;height:90px}.promo_mystery_201412{background-image:url(spritesmith4.png);background-position:-2219px -474px;width:42px;height:66px}.promo_mystery_201501{background-image:url(spritesmith4.png);background-position:-2139px -1655px;width:48px;height:63px}.promo_mystery_201502{background-image:url(spritesmith4.png);background-position:-1855px -838px;width:90px;height:90px}.promo_mystery_201503{background-image:url(spritesmith4.png);background-position:-1946px -838px;width:90px;height:90px}.promo_mystery_201504{background-image:url(spritesmith4.png);background-position:-2065px -1566px;width:60px;height:69px}.promo_mystery_201505{background-image:url(spritesmith4.png);background-position:-2128px -838px;width:90px;height:90px}.promo_mystery_201506{background-image:url(spritesmith4.png);background-position:-2219px -383px;width:42px;height:69px}.promo_mystery_3014{background-image:url(spritesmith4.png);background-position:-1855px -929px;width:217px;height:90px}.promo_orca{background-image:url(spritesmith4.png);background-position:-1658px -636px;width:105px;height:105px}.promo_partyhats{background-image:url(spritesmith4.png);background-position:-660px -622px;width:115px;height:47px}.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:0 -1735px;width:330px;height:83px}.customize-option.promo_pastel_skin{background-image:url(spritesmith4.png);background-position:-25px -1750px;width:60px;height:60px}.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-660px -232px;width:140px;height:147px}.customize-option.promo_pet_skins{background-image:url(spritesmith4.png);background-position:-685px -247px;width:60px;height:60px}.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-1316px -1629px;width:330px;height:83px}.customize-option.promo_shimmer_hair{background-image:url(spritesmith4.png);background-position:-1341px -1644px;width:60px;height:60px}.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1764px -200px;width:198px;height:91px}.customize-option.promo_splashyskins{background-image:url(spritesmith4.png);background-position:-1789px -215px;width:60px;height:60px}.promo_springclasses2014{background-image:url(spritesmith4.png);background-position:-1764px -1111px;width:288px;height:90px}.promo_springclasses2015{background-image:url(spritesmith4.png);background-position:-1764px -1202px;width:288px;height:90px}.promo_summer_classes_2014{background-image:url(spritesmith4.png);background-position:-886px -1629px;width:429px;height:102px}.promo_summer_classes_2015{background-image:url(spritesmith4.png);background-position:-1764px -1566px;width:300px;height:88px}.promo_updos{background-image:url(spritesmith4.png);background-position:-1056px -892px;width:156px;height:147px}.promo_winterclasses2015{background-image:url(spritesmith4.png);background-position:-424px -1408px;width:325px;height:110px}.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-2037px -1475px;width:152px;height:75px}.customize-option.promo_winteryhair{background-image:url(spritesmith4.png);background-position:-2062px -1490px;width:60px;height:60px}.inventory_quest_scroll_atom1{background-image:url(spritesmith4.png);background-position:-885px -1819px;width:48px;height:51px}.inventory_quest_scroll_atom2{background-image:url(spritesmith4.png);background-position:-934px -1819px;width:48px;height:51px}.inventory_quest_scroll_atom2_locked{background-image:url(spritesmith4.png);background-position:-1032px -1819px;width:48px;height:51px}.inventory_quest_scroll_atom3{background-image:url(spritesmith4.png);background-position:-1562px -1735px;width:48px;height:51px}.inventory_quest_scroll_atom3_locked{background-image:url(spritesmith4.png);background-position:-718px -567px;width:48px;height:51px}.inventory_quest_scroll_basilist{background-image:url(spritesmith4.png);background-position:-880px -787px;width:48px;height:51px}.inventory_quest_scroll_bunny{background-image:url(spritesmith4.png);background-position:-929px -787px;width:48px;height:51px}.inventory_quest_scroll_dilatory_derby{background-image:url(spritesmith4.png);background-position:-880px -839px;width:48px;height:51px}.inventory_quest_scroll_egg{background-image:url(spritesmith4.png);background-position:-929px -839px;width:48px;height:51px}.inventory_quest_scroll_evilsanta{background-image:url(spritesmith4.png);background-position:-1362px -1079px;width:48px;height:51px}.inventory_quest_scroll_evilsanta2{background-image:url(spritesmith4.png);background-position:-1411px -1079px;width:48px;height:51px}.inventory_quest_scroll_ghost_stag{background-image:url(spritesmith4.png);background-position:-1362px -1131px;width:48px;height:51px}.inventory_quest_scroll_goldenknight1{background-image:url(spritesmith4.png);background-position:-1411px -1131px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2{background-image:url(spritesmith4.png);background-position:-1362px -1183px;width:48px;height:51px}.inventory_quest_scroll_goldenknight2_locked{background-image:url(spritesmith4.png);background-position:-1411px -1183px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3{background-image:url(spritesmith4.png);background-position:-1598px -1408px;width:48px;height:51px}.inventory_quest_scroll_goldenknight3_locked{background-image:url(spritesmith4.png);background-position:-1598px -1460px;width:48px;height:51px}.inventory_quest_scroll_gryphon{background-image:url(spritesmith4.png);background-position:-1590px -1523px;width:48px;height:51px}.inventory_quest_scroll_harpy{background-image:url(spritesmith4.png);background-position:-1590px -1575px;width:48px;height:51px}.inventory_quest_scroll_hedgehog{background-image:url(spritesmith4.png);background-position:-1647px -1629px;width:48px;height:51px}.inventory_quest_scroll_kraken{background-image:url(spritesmith4.png);background-position:-1696px -1629px;width:48px;height:51px}.inventory_quest_scroll_moonstone1{background-image:url(spritesmith4.png);background-position:-331px -1735px;width:48px;height:51px}.inventory_quest_scroll_moonstone2{background-image:url(spritesmith4.png);background-position:-380px -1735px;width:48px;height:51px}.inventory_quest_scroll_moonstone2_locked{background-image:url(spritesmith4.png);background-position:-429px -1735px;width:48px;height:51px}.inventory_quest_scroll_moonstone3{background-image:url(spritesmith4.png);background-position:-478px -1735px;width:48px;height:51px}.inventory_quest_scroll_moonstone3_locked{background-image:url(spritesmith4.png);background-position:-527px -1735px;width:48px;height:51px}.inventory_quest_scroll_octopus{background-image:url(spritesmith4.png);background-position:-576px -1735px;width:48px;height:51px}.inventory_quest_scroll_owl{background-image:url(spritesmith4.png);background-position:-625px -1735px;width:48px;height:51px}.inventory_quest_scroll_penguin{background-image:url(spritesmith4.png);background-position:-674px -1735px;width:48px;height:51px}.inventory_quest_scroll_rat{background-image:url(spritesmith4.png);background-position:-723px -1735px;width:48px;height:51px}.inventory_quest_scroll_rock{background-image:url(spritesmith4.png);background-position:-772px -1735px;width:48px;height:51px}.inventory_quest_scroll_rooster{background-image:url(spritesmith4.png);background-position:-821px -1735px;width:48px;height:51px}.inventory_quest_scroll_sheep{background-image:url(spritesmith4.png);background-position:-870px -1735px;width:48px;height:51px}.inventory_quest_scroll_slime{background-image:url(spritesmith4.png);background-position:-919px -1735px;width:48px;height:51px}.inventory_quest_scroll_spider{background-image:url(spritesmith4.png);background-position:-968px -1735px;width:48px;height:51px}.inventory_quest_scroll_trex{background-image:url(spritesmith4.png);background-position:-1017px -1735px;width:48px;height:51px}.inventory_quest_scroll_trex_undead{background-image:url(spritesmith4.png);background-position:-1066px -1735px;width:48px;height:51px}.inventory_quest_scroll_vice1{background-image:url(spritesmith4.png);background-position:-1115px -1735px;width:48px;height:51px}.inventory_quest_scroll_vice2{background-image:url(spritesmith4.png);background-position:-1164px -1735px;width:48px;height:51px}.inventory_quest_scroll_vice2_locked{background-image:url(spritesmith4.png);background-position:-1213px -1735px;width:48px;height:51px}.inventory_quest_scroll_vice3{background-image:url(spritesmith4.png);background-position:-1262px -1735px;width:48px;height:51px}.inventory_quest_scroll_vice3_locked{background-image:url(spritesmith4.png);background-position:-1311px -1735px;width:48px;height:51px}.inventory_quest_scroll_whale{background-image:url(spritesmith4.png);background-position:-1360px -1735px;width:48px;height:51px}.quest_atom1{background-image:url(spritesmith4.png);background-position:-251px -1257px;width:250px;height:150px}.quest_atom2{background-image:url(spritesmith4.png);background-position:-943px -1257px;width:207px;height:138px}.quest_atom3{background-image:url(spritesmith4.png);background-position:-622px -892px;width:216px;height:180px}.quest_basilist{background-image:url(spritesmith4.png);background-position:-753px -1257px;width:189px;height:141px}.quest_bunny{background-image:url(spritesmith4.png);background-position:0 -892px;width:210px;height:186px}.quest_dilatory{background-image:url(spritesmith4.png);background-position:-1025px 0;width:219px;height:219px}.quest_dilatory_derby{background-image:url(spritesmith4.png);background-position:-440px -452px;width:219px;height:219px}.quest_egg_plainEgg{background-image:url(spritesmith4.png);background-position:-1758px -1735px;width:48px;height:51px}.quest_evilsanta{background-image:url(spritesmith4.png);background-position:-1538px -695px;width:118px;height:131px}.quest_evilsanta2{background-image:url(spritesmith4.png);background-position:-805px -440px;width:219px;height:219px}.quest_ghost_stag{background-image:url(spritesmith4.png);background-position:-440px -672px;width:219px;height:219px}.quest_goldenknight1_testimony{background-image:url(spritesmith4.png);background-position:-1954px -1735px;width:48px;height:51px}.quest_goldenknight2{background-image:url(spritesmith4.png);background-position:-502px -1257px;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:-1025px -440px;width:219px;height:219px}.quest_hedgehog{background-image:url(spritesmith4.png);background-position:-211px -892px;width:219px;height:186px}.quest_kraken{background-image:url(spritesmith4.png);background-position:-1245px -534px;width:216px;height:177px}.quest_moonstone1_moonstone{background-image:url(spritesmith4.png);background-position:-2235px -1111px;width:30px;height:30px}.quest_moonstone2{background-image:url(spritesmith4.png);background-position:0 -672px;width:219px;height:219px}.quest_moonstone3{background-image:url(spritesmith4.png);background-position:-1025px -220px;width:219px;height:219px}.quest_octopus{background-image:url(spritesmith4.png);background-position:0 -1079px;width:222px;height:177px}.quest_owl{background-image:url(spritesmith4.png);background-position:-660px -672px;width:219px;height:219px}.quest_penguin{background-image:url(spritesmith4.png);background-position:-431px -892px;width:190px;height:183px}.quest_rat{background-image:url(spritesmith4.png);background-position:-220px -672px;width:219px;height:219px}.quest_rock{background-image:url(spritesmith4.png);background-position:-1025px -660px;width:216px;height:216px}.quest_rooster{background-image:url(spritesmith4.png);background-position:-223px -1079px;width:213px;height:174px}.quest_sheep{background-image:url(spritesmith4.png);background-position:0 -232px;width:219px;height:219px}.quest_slime{background-image:url(spritesmith4.png);background-position:-805px 0;width:219px;height:219px}.quest_spider{background-image:url(spritesmith4.png);background-position:0 -1257px;width:250px;height:150px}.quest_stressbeast{background-image:url(spritesmith4.png);background-position:-220px -452px;width:219px;height:219px}.quest_stressbeast_bailey{background-image:url(spritesmith4.png);background-position:0 -452px;width:219px;height:219px}.quest_stressbeast_guide{background-image:url(spritesmith4.png);background-position:-440px -232px;width:219px;height:219px}.quest_stressbeast_stables{background-image:url(spritesmith4.png);background-position:-220px -232px;width:219px;height:219px}.quest_trex{background-image:url(spritesmith4.png);background-position:-1245px -178px;width:204px;height:177px}.quest_trex_undead{background-image:url(spritesmith4.png);background-position:-839px -892px;width:216px;height:177px}.quest_vice1{background-image:url(spritesmith4.png);background-position:-1245px -356px;width:216px;height:177px}.quest_vice2_lightCrystal{background-image:url(spritesmith4.png);background-position:-846px -1871px;width:40px;height:40px}.quest_vice3{background-image:url(spritesmith4.png);background-position:-1245px -712px;width:216px;height:177px}.quest_whale{background-image:url(spritesmith4.png);background-position:-805px -220px;width:219px;height:219px}.shop_copper{background-image:url(spritesmith4.png);background-position:-2219px -541px;width:32px;height:22px}.shop_eyes{background-image:url(spritesmith4.png);background-position:-764px -1871px;width:40px;height:40px}.shop_gold{background-image:url(spritesmith4.png);background-position:-2231px -1359px;width:32px;height:22px}.shop_opaquePotion{background-image:url(spritesmith4.png);background-position:-1420px -1257px;width:40px;height:40px}.shop_potion{background-image:url(spritesmith4.png);background-position:-1421px -1013px;width:40px;height:40px}.shop_reroll{background-image:url(spritesmith4.png);background-position:-1421px -972px;width:40px;height:40px}.shop_seafoam{background-image:url(spritesmith4.png);background-position:-2225px -333px;width:40px;height:40px}.shop_shinySeed{background-image:url(spritesmith4.png);background-position:-1658px -1590px;width:32px;height:32px}.shop_silver{background-image:url(spritesmith4.png);background-position:-1691px -1590px;width:32px;height:22px}.shop_snowball{background-image:url(spritesmith4.png);background-position:-2231px -1293px;width:32px;height:32px}.shop_spookDust{background-image:url(spritesmith4.png);background-position:-2231px -1326px;width:32px;height:32px}.Pet_Egg_BearCub{background-image:url(spritesmith4.png);background-position:-1669px -1819px;width:48px;height:51px}.Pet_Egg_Bunny{background-image:url(spritesmith4.png);background-position:-1718px -1819px;width:48px;height:51px}.Pet_Egg_Cactus{background-image:url(spritesmith4.png);background-position:-1767px -1819px;width:48px;height:51px}.Pet_Egg_Cuttlefish{background-image:url(spritesmith4.png);background-position:-1816px -1819px;width:48px;height:51px}.Pet_Egg_Deer{background-image:url(spritesmith4.png);background-position:-1865px -1819px;width:48px;height:51px}.Pet_Egg_Dragon{background-image:url(spritesmith4.png);background-position:-1914px -1819px;width:48px;height:51px}.Pet_Egg_Egg{background-image:url(spritesmith4.png);background-position:-1963px -1819px;width:48px;height:51px}.Pet_Egg_FlyingPig{background-image:url(spritesmith4.png);background-position:-2012px -1819px;width:48px;height:51px}.Pet_Egg_Fox{background-image:url(spritesmith4.png);background-position:-2061px -1819px;width:48px;height:51px}.Pet_Egg_Gryphon{background-image:url(spritesmith4.png);background-position:-2110px -1819px;width:48px;height:51px}.Pet_Egg_Hedgehog{background-image:url(spritesmith4.png);background-position:-2159px -1819px;width:48px;height:51px}.Pet_Egg_LionCub{background-image:url(spritesmith4.png);background-position:-2208px -1819px;width:48px;height:51px}.Pet_Egg_Octopus{background-image:url(spritesmith4.png);background-position:0 -1871px;width:48px;height:51px}.Pet_Egg_Owl{background-image:url(spritesmith4.png);background-position:-49px -1871px;width:48px;height:51px}.Pet_Egg_PandaCub{background-image:url(spritesmith4.png);background-position:-98px -1871px;width:48px;height:51px}.Pet_Egg_Parrot{background-image:url(spritesmith4.png);background-position:-147px -1871px;width:48px;height:51px}.Pet_Egg_Penguin{background-image:url(spritesmith4.png);background-position:-196px -1871px;width:48px;height:51px}.Pet_Egg_PolarBear{background-image:url(spritesmith4.png);background-position:-245px -1871px;width:48px;height:51px}.Pet_Egg_Rat{background-image:url(spritesmith4.png);background-position:-294px -1871px;width:48px;height:51px}.Pet_Egg_Rock{background-image:url(spritesmith4.png);background-position:-343px -1871px;width:48px;height:51px}.Pet_Egg_Rooster{background-image:url(spritesmith4.png);background-position:-392px -1871px;width:48px;height:51px}.Pet_Egg_Seahorse{background-image:url(spritesmith4.png);background-position:-441px -1871px;width:48px;height:51px}.Pet_Egg_Sheep{background-image:url(spritesmith4.png);background-position:-490px -1871px;width:48px;height:51px}.Pet_Egg_Slime{background-image:url(spritesmith4.png);background-position:-539px -1871px;width:48px;height:51px}.Pet_Egg_Spider{background-image:url(spritesmith4.png);background-position:-1620px -1819px;width:48px;height:51px}.Pet_Egg_TRex{background-image:url(spritesmith4.png);background-position:-1571px -1819px;width:48px;height:51px}.Pet_Egg_TigerCub{background-image:url(spritesmith4.png);background-position:-1522px -1819px;width:48px;height:51px}.Pet_Egg_Whale{background-image:url(spritesmith4.png);background-position:-1473px -1819px;width:48px;height:51px}.Pet_Egg_Wolf{background-image:url(spritesmith4.png);background-position:-1424px -1819px;width:48px;height:51px}.Pet_Food_Cake_Base{background-image:url(spritesmith4.png);background-position:-720px -1871px;width:43px;height:43px}.Pet_Food_Cake_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-677px -1871px;width:42px;height:44px}.Pet_Food_Cake_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-978px -787px;width:43px;height:45px}.Pet_Food_Cake_Desert{background-image:url(spritesmith4.png);background-position:-1606px -1361px;width:43px;height:44px}.Pet_Food_Cake_Golden{background-image:url(spritesmith4.png);background-position:-2219px -1432px;width:43px;height:42px}.Pet_Food_Cake_Red{background-image:url(spritesmith4.png);background-position:-1562px -1361px;width:43px;height:44px}.Pet_Food_Cake_Shade{background-image:url(spritesmith4.png);background-position:-633px -1871px;width:43px;height:44px}.Pet_Food_Cake_Skeleton{background-image:url(spritesmith4.png);background-position:-2219px -1384px;width:42px;height:47px}.Pet_Food_Cake_White{background-image:url(spritesmith4.png);background-position:-588px -1871px;width:44px;height:44px}.Pet_Food_Cake_Zombie{background-image:url(spritesmith4.png);background-position:-978px -839px;width:45px;height:44px}.Pet_Food_Candy_Base{background-image:url(spritesmith4.png);background-position:-1375px -1819px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1326px -1819px;width:48px;height:51px}.Pet_Food_Candy_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1277px -1819px;width:48px;height:51px}.Pet_Food_Candy_Desert{background-image:url(spritesmith4.png);background-position:-1228px -1819px;width:48px;height:51px}.Pet_Food_Candy_Golden{background-image:url(spritesmith4.png);background-position:-1179px -1819px;width:48px;height:51px}.Pet_Food_Candy_Red{background-image:url(spritesmith4.png);background-position:-1130px -1819px;width:48px;height:51px}.Pet_Food_Candy_Shade{background-image:url(spritesmith4.png);background-position:-983px -1819px;width:48px;height:51px}.Pet_Food_Candy_Skeleton{background-image:url(spritesmith4.png);background-position:-49px -1819px;width:48px;height:51px}.Pet_Food_Candy_White{background-image:url(spritesmith4.png);background-position:-1081px -1819px;width:48px;height:51px}.Pet_Food_Candy_Zombie{background-image:url(spritesmith4.png);background-position:-294px -1819px;width:48px;height:51px}.Pet_Food_Chocolate{background-image:url(spritesmith4.png);background-position:-392px -1819px;width:48px;height:51px}.Pet_Food_CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -1819px;width:48px;height:51px}.Pet_Food_CottonCandyPink{background-image:url(spritesmith4.png);background-position:-2199px -1735px;width:48px;height:51px}.Pet_Food_Fish{background-image:url(spritesmith4.png);background-position:-1807px -1735px;width:48px;height:51px}.Pet_Food_Honey{background-image:url(spritesmith4.png);background-position:-735px -1819px;width:48px;height:51px}.Pet_Food_Meat{background-image:url(spritesmith4.png);background-position:-784px -1819px;width:48px;height:51px}.Pet_Food_Milk{background-image:url(spritesmith4.png);background-position:-686px -1819px;width:48px;height:51px}.Pet_Food_Potatoe{background-image:url(spritesmith4.png);background-position:-637px -1819px;width:48px;height:51px}.Pet_Food_RottenMeat{background-image:url(spritesmith4.png);background-position:-1709px -1735px;width:48px;height:51px}.Pet_Food_Saddle{background-image:url(spritesmith4.png);background-position:-1660px -1735px;width:48px;height:51px}.Pet_Food_Strawberry{background-image:url(spritesmith4.png);background-position:-1611px -1735px;width:48px;height:51px}.Mount_Body_BearCub-Base{background-image:url(spritesmith4.png);background-position:-106px -1523px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:0 -1523px;width:105px;height:105px}.Mount_Body_BearCub-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1492px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Desert{background-image:url(spritesmith4.png);background-position:-1386px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Golden{background-image:url(spritesmith4.png);background-position:-1280px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Polar{background-image:url(spritesmith4.png);background-position:-1174px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Red{background-image:url(spritesmith4.png);background-position:-1068px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Shade{background-image:url(spritesmith4.png);background-position:-962px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Skeleton{background-image:url(spritesmith4.png);background-position:-856px -1408px;width:105px;height:105px}.Mount_Body_BearCub-White{background-image:url(spritesmith4.png);background-position:-750px -1408px;width:105px;height:105px}.Mount_Body_BearCub-Zombie{background-image:url(spritesmith4.png);background-position:-530px -1629px;width:105px;height:105px}.Mount_Body_Bunny-Base{background-image:url(spritesmith4.png);background-position:-424px -1629px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-318px -1629px;width:105px;height:105px}.Mount_Body_Bunny-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-106px -1629px;width:105px;height:105px}.Mount_Body_Bunny-Desert{background-image:url(spritesmith4.png);background-position:0 -1629px;width:105px;height:105px}.Mount_Body_Bunny-Golden{background-image:url(spritesmith4.png);background-position:-1658px -1484px;width:105px;height:105px}.Mount_Body_Bunny-Red{background-image:url(spritesmith4.png);background-position:-1658px -1378px;width:105px;height:105px}.Mount_Body_Bunny-Shade{background-image:url(spritesmith4.png);background-position:-1658px -1272px;width:105px;height:105px}.Mount_Body_Bunny-Skeleton{background-image:url(spritesmith4.png);background-position:-1658px -1166px;width:105px;height:105px}.Mount_Body_Bunny-White{background-image:url(spritesmith4.png);background-position:-1658px -1060px;width:105px;height:105px}.Mount_Body_Bunny-Zombie{background-image:url(spritesmith4.png);background-position:-1658px -954px;width:105px;height:105px}.Mount_Body_Cactus-Base{background-image:url(spritesmith4.png);background-position:-1658px -848px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1658px -742px;width:105px;height:105px}.Mount_Body_Cactus-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1658px -530px;width:105px;height:105px}.Mount_Body_Cactus-Desert{background-image:url(spritesmith4.png);background-position:-1658px -424px;width:105px;height:105px}.Mount_Body_Cactus-Golden{background-image:url(spritesmith4.png);background-position:-1658px -318px;width:105px;height:105px}.Mount_Body_Cactus-Red{background-image:url(spritesmith4.png);background-position:-1658px -212px;width:105px;height:105px}.Mount_Body_Cactus-Shade{background-image:url(spritesmith4.png);background-position:-1658px -106px;width:105px;height:105px}.Mount_Body_Cactus-Skeleton{background-image:url(spritesmith4.png);background-position:-1658px 0;width:105px;height:105px}.Mount_Body_Cactus-White{background-image:url(spritesmith4.png);background-position:-1484px -1523px;width:105px;height:105px}.Mount_Body_Cactus-Zombie{background-image:url(spritesmith4.png);background-position:-1378px -1523px;width:105px;height:105px}.Mount_Body_Cuttlefish-Base{background-image:url(spritesmith4.png);background-position:-1462px -1191px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-106px -1408px;width:105px;height:114px}.Mount_Body_Cuttlefish-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-880px -672px;width:105px;height:114px}.Mount_Body_Cuttlefish-Desert{background-image:url(spritesmith4.png);background-position:-1547px -955px;width:105px;height:114px}.Mount_Body_Cuttlefish-Golden{background-image:url(spritesmith4.png);background-position:0 -1408px;width:105px;height:114px}.Mount_Body_Cuttlefish-Red{background-image:url(spritesmith4.png);background-position:-212px -1408px;width:105px;height:114px}.Mount_Body_Cuttlefish-Shade{background-image:url(spritesmith4.png);background-position:-660px -452px;width:105px;height:114px}.Mount_Body_Cuttlefish-Skeleton{background-image:url(spritesmith4.png);background-position:-1314px -1257px;width:105px;height:114px}.Mount_Body_Cuttlefish-White{background-image:url(spritesmith4.png);background-position:-318px -1408px;width:105px;height:114px}.Mount_Body_Cuttlefish-Zombie{background-image:url(spritesmith4.png);background-position:-1462px -1076px;width:105px;height:114px}.Mount_Body_Deer-Base{background-image:url(spritesmith4.png);background-position:-212px -1523px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-1272px -1523px;width:105px;height:105px}.Mount_Body_Deer-CottonCandyPink{background-image:url(spritesmith4.png);background-position:-1166px -1523px;width:105px;height:105px}.Mount_Body_Deer-Desert{background-image:url(spritesmith4.png);background-position:-1060px -1523px;width:105px;height:105px}.Mount_Body_Deer-Golden{background-image:url(spritesmith4.png);background-position:-954px -1523px;width:105px;height:105px}.Mount_Body_Deer-Red{background-image:url(spritesmith4.png);background-position:-848px -1523px;width:105px;height:105px}.Mount_Body_Deer-Shade{background-image:url(spritesmith4.png);background-position:-742px -1523px;width:105px;height:105px}.Mount_Body_Deer-Skeleton{background-image:url(spritesmith4.png);background-position:-636px -1523px;width:105px;height:105px}.Mount_Body_Deer-White{background-image:url(spritesmith4.png);background-position:-530px -1523px;width:105px;height:105px}.Mount_Body_Deer-Zombie{background-image:url(spritesmith4.png);background-position:-318px -1523px;width:105px;height:105px}.Mount_Body_Dragon-Base{background-image:url(spritesmith4.png);background-position:-212px -1629px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyBlue{background-image:url(spritesmith4.png);background-position:-424px -1523px;width:105px;height:105px}.Mount_Body_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-854px -889px;width:105px;height:105px}.Mount_Body_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-530px -1525px;width:105px;height:105px}.Mount_Body_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1531px -742px;width:105px;height:105px}.Mount_Body_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1531px -848px;width:105px;height:105px}.Mount_Body_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1531px -954px;width:105px;height:105px}.Mount_Body_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1531px -1060px;width:105px;height:105px}.Mount_Body_Dragon-White{background-image:url(spritesmith5.png);background-position:-1531px -1166px;width:105px;height:105px}.Mount_Body_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1531px -1272px;width:105px;height:105px}.Mount_Body_Egg-Base{background-image:url(spritesmith5.png);background-position:-1531px -1378px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1525px;width:105px;height:105px}.Mount_Body_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1525px;width:105px;height:105px}.Mount_Body_Egg-Desert{background-image:url(spritesmith5.png);background-position:-212px -1525px;width:105px;height:105px}.Mount_Body_Egg-Golden{background-image:url(spritesmith5.png);background-position:-1637px -954px;width:105px;height:105px}.Mount_Body_Egg-Red{background-image:url(spritesmith5.png);background-position:-1637px -1060px;width:105px;height:105px}.Mount_Body_Egg-Shade{background-image:url(spritesmith5.png);background-position:-1637px -1166px;width:105px;height:105px}.Mount_Body_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-1637px -1272px;width:105px;height:105px}.Mount_Body_Egg-White{background-image:url(spritesmith5.png);background-position:-1637px -1378px;width:105px;height:105px}.Mount_Body_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-1637px -1484px;width:105px;height:105px}.Mount_Body_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:0 -1631px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-106px -1631px;width:105px;height:105px}.Mount_Body_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -1631px;width:105px;height:105px}.Mount_Body_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-318px -1631px;width:105px;height:105px}.Mount_Body_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-318px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-424px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-530px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-742px -1737px;width:105px;height:105px}.Mount_Body_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1737px;width:105px;height:105px}.Mount_Body_Fox-Base{background-image:url(spritesmith5.png);background-position:-954px -1737px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1737px;width:105px;height:105px}.Mount_Body_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1737px;width:105px;height:105px}.Mount_Body_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1737px;width:105px;height:105px}.Mount_Body_Fox-Golden{background-image:url(spritesmith5.png);background-position:-2061px -212px;width:105px;height:105px}.Mount_Body_Fox-Red{background-image:url(spritesmith5.png);background-position:-2061px -530px;width:105px;height:105px}.Mount_Body_Fox-Shade{background-image:url(spritesmith5.png);background-position:-318px -668px;width:105px;height:105px}.Mount_Body_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -668px;width:105px;height:105px}.Mount_Body_Fox-White{background-image:url(spritesmith5.png);background-position:-530px -668px;width:105px;height:105px}.Mount_Body_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-636px -668px;width:105px;height:105px}.Mount_Body_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-786px 0;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Body_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Body_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Body_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Body_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Body_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Body_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:0 -783px;width:105px;height:105px}.Mount_Body_Gryphon-White{background-image:url(spritesmith5.png);background-position:-106px -783px;width:105px;height:105px}.Mount_Body_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-212px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-318px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-636px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-742px -783px;width:105px;height:105px}.Mount_Body_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-892px 0;width:105px;height:105px}.Mount_Body_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Body_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Body_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Body_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Body_LionCub-Base{background-image:url(spritesmith5.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Body_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Body_LionCub-Desert{background-image:url(spritesmith5.png);background-position:0 -889px;width:105px;height:105px}.Mount_Body_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-106px -889px;width:105px;height:105px}.Mount_Body_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-212px -889px;width:105px;height:105px}.Mount_Body_LionCub-Red{background-image:url(spritesmith5.png);background-position:-318px -889px;width:105px;height:105px}.Mount_Body_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-424px -889px;width:105px;height:105px}.Mount_Body_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-530px -889px;width:111px;height:105px}.Mount_Body_LionCub-White{background-image:url(spritesmith5.png);background-position:-642px -889px;width:105px;height:105px}.Mount_Body_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-748px -889px;width:105px;height:105px}.Mount_Body_Mammoth-Base{background-image:url(spritesmith5.png);background-position:-106px -544px;width:105px;height:123px}.Mount_Body_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:-998px 0;width:108px;height:105px}.Mount_Body_Octopus-Base{background-image:url(spritesmith5.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Body_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Body_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Body_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Body_Octopus-Red{background-image:url(spritesmith5.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Body_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Body_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-998px -848px;width:105px;height:105px}.Mount_Body_Octopus-White{background-image:url(spritesmith5.png);background-position:0 -995px;width:105px;height:105px}.Mount_Body_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-106px -995px;width:105px;height:105px}.Mount_Body_Orca-Base{background-image:url(spritesmith5.png);background-position:-212px -995px;width:105px;height:105px}.Mount_Body_Owl-Base{background-image:url(spritesmith5.png);background-position:-318px -995px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -995px;width:105px;height:105px}.Mount_Body_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -995px;width:105px;height:105px}.Mount_Body_Owl-Desert{background-image:url(spritesmith5.png);background-position:-636px -995px;width:105px;height:105px}.Mount_Body_Owl-Golden{background-image:url(spritesmith5.png);background-position:-742px -995px;width:105px;height:105px}.Mount_Body_Owl-Red{background-image:url(spritesmith5.png);background-position:-848px -995px;width:105px;height:105px}.Mount_Body_Owl-Shade{background-image:url(spritesmith5.png);background-position:-954px -995px;width:105px;height:105px}.Mount_Body_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-1107px 0;width:105px;height:105px}.Mount_Body_Owl-White{background-image:url(spritesmith5.png);background-position:-1107px -106px;width:105px;height:105px}.Mount_Body_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-1107px -212px;width:105px;height:105px}.Mount_Body_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-1107px -318px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1107px -424px;width:105px;height:105px}.Mount_Body_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1107px -530px;width:105px;height:105px}.Mount_Body_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1107px -636px;width:105px;height:105px}.Mount_Body_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1107px -742px;width:105px;height:105px}.Mount_Body_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1107px -848px;width:105px;height:105px}.Mount_Body_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1107px -954px;width:105px;height:105px}.Mount_Body_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1101px;width:105px;height:105px}.Mount_Body_PandaCub-White{background-image:url(spritesmith5.png);background-position:-106px -1101px;width:105px;height:105px}.Mount_Body_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Base{background-image:url(spritesmith5.png);background-position:-318px -1101px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1101px;width:105px;height:105px}.Mount_Body_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-636px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-742px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Red{background-image:url(spritesmith5.png);background-position:-848px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-954px -1101px;width:105px;height:105px}.Mount_Body_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1101px;width:105px;height:105px}.Mount_Body_Parrot-White{background-image:url(spritesmith5.png);background-position:-1213px 0;width:105px;height:105px}.Mount_Body_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-1213px -106px;width:105px;height:105px}.Mount_Body_Penguin-Base{background-image:url(spritesmith5.png);background-position:-1213px -212px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1213px -318px;width:105px;height:105px}.Mount_Body_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1213px -424px;width:105px;height:105px}.Mount_Body_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-1213px -530px;width:105px;height:105px}.Mount_Body_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-1213px -636px;width:105px;height:105px}.Mount_Body_Penguin-Red{background-image:url(spritesmith5.png);background-position:-1213px -742px;width:105px;height:105px}.Mount_Body_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-1213px -848px;width:105px;height:105px}.Mount_Body_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-1213px -954px;width:105px;height:105px}.Mount_Body_Penguin-White{background-image:url(spritesmith5.png);background-position:-1213px -1060px;width:105px;height:105px}.Mount_Body_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:0 -1207px;width:105px;height:105px}.Mount_Body_Rat-Base{background-image:url(spritesmith5.png);background-position:-106px -1207px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1207px;width:105px;height:105px}.Mount_Body_Rat-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1207px;width:105px;height:105px}.Mount_Body_Rat-Desert{background-image:url(spritesmith5.png);background-position:-424px -1207px;width:105px;height:105px}.Mount_Body_Rat-Golden{background-image:url(spritesmith5.png);background-position:-530px -1207px;width:105px;height:105px}.Mount_Body_Rat-Red{background-image:url(spritesmith5.png);background-position:-636px -1207px;width:105px;height:105px}.Mount_Body_Rat-Shade{background-image:url(spritesmith5.png);background-position:-742px -1207px;width:105px;height:105px}.Mount_Body_Rat-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1207px;width:105px;height:105px}.Mount_Body_Rat-White{background-image:url(spritesmith5.png);background-position:-954px -1207px;width:105px;height:105px}.Mount_Body_Rat-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1207px;width:105px;height:105px}.Mount_Body_Rock-Base{background-image:url(spritesmith5.png);background-position:-1166px -1207px;width:105px;height:105px}.Mount_Body_Rock-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1319px 0;width:105px;height:105px}.Mount_Body_Rock-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1319px -106px;width:105px;height:105px}.Mount_Body_Rock-Desert{background-image:url(spritesmith5.png);background-position:-1319px -212px;width:105px;height:105px}.Mount_Body_Rock-Golden{background-image:url(spritesmith5.png);background-position:-1319px -318px;width:105px;height:105px}.Mount_Body_Rock-Red{background-image:url(spritesmith5.png);background-position:-1319px -424px;width:105px;height:105px}.Mount_Body_Rock-Shade{background-image:url(spritesmith5.png);background-position:-1319px -530px;width:105px;height:105px}.Mount_Body_Rock-Skeleton{background-image:url(spritesmith5.png);background-position:-1319px -636px;width:105px;height:105px}.Mount_Body_Rock-White{background-image:url(spritesmith5.png);background-position:-1319px -742px;width:105px;height:105px}.Mount_Body_Rock-Zombie{background-image:url(spritesmith5.png);background-position:-1319px -848px;width:105px;height:105px}.Mount_Body_Rooster-Base{background-image:url(spritesmith5.png);background-position:-1319px -954px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1319px -1060px;width:105px;height:105px}.Mount_Body_Rooster-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1319px -1166px;width:105px;height:105px}.Mount_Body_Rooster-Desert{background-image:url(spritesmith5.png);background-position:0 -1313px;width:105px;height:105px}.Mount_Body_Rooster-Golden{background-image:url(spritesmith5.png);background-position:-106px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Red{background-image:url(spritesmith5.png);background-position:-212px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Shade{background-image:url(spritesmith5.png);background-position:-318px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Skeleton{background-image:url(spritesmith5.png);background-position:-424px -1313px;width:105px;height:105px}.Mount_Body_Rooster-White{background-image:url(spritesmith5.png);background-position:-530px -1313px;width:105px;height:105px}.Mount_Body_Rooster-Zombie{background-image:url(spritesmith5.png);background-position:-636px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-Base{background-image:url(spritesmith5.png);background-position:-742px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-848px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-954px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-Desert{background-image:url(spritesmith5.png);background-position:-1060px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-Golden{background-image:url(spritesmith5.png);background-position:-1166px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-Red{background-image:url(spritesmith5.png);background-position:-1272px -1313px;width:105px;height:105px}.Mount_Body_Seahorse-Shade{background-image:url(spritesmith5.png);background-position:-1425px 0;width:105px;height:105px}.Mount_Body_Seahorse-Skeleton{background-image:url(spritesmith5.png);background-position:-1425px -106px;width:105px;height:105px}.Mount_Body_Seahorse-White{background-image:url(spritesmith5.png);background-position:-1425px -212px;width:105px;height:105px}.Mount_Body_Seahorse-Zombie{background-image:url(spritesmith5.png);background-position:-1425px -318px;width:105px;height:105px}.Mount_Body_Sheep-Base{background-image:url(spritesmith5.png);background-position:-1425px -424px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1425px -530px;width:105px;height:105px}.Mount_Body_Sheep-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1425px -636px;width:105px;height:105px}.Mount_Body_Sheep-Desert{background-image:url(spritesmith5.png);background-position:-1425px -742px;width:105px;height:105px}.Mount_Body_Sheep-Golden{background-image:url(spritesmith5.png);background-position:-1425px -848px;width:105px;height:105px}.Mount_Body_Sheep-Red{background-image:url(spritesmith5.png);background-position:-1425px -954px;width:105px;height:105px}.Mount_Body_Sheep-Shade{background-image:url(spritesmith5.png);background-position:-1425px -1060px;width:105px;height:105px}.Mount_Body_Sheep-Skeleton{background-image:url(spritesmith5.png);background-position:-1425px -1166px;width:105px;height:105px}.Mount_Body_Sheep-White{background-image:url(spritesmith5.png);background-position:-1425px -1272px;width:105px;height:105px}.Mount_Body_Sheep-Zombie{background-image:url(spritesmith5.png);background-position:0 -1419px;width:105px;height:105px}.Mount_Body_Slime-Base{background-image:url(spritesmith5.png);background-position:-106px -1419px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-212px -1419px;width:105px;height:105px}.Mount_Body_Slime-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-318px -1419px;width:105px;height:105px}.Mount_Body_Slime-Desert{background-image:url(spritesmith5.png);background-position:-424px -1419px;width:105px;height:105px}.Mount_Body_Slime-Golden{background-image:url(spritesmith5.png);background-position:-530px -1419px;width:105px;height:105px}.Mount_Body_Slime-Red{background-image:url(spritesmith5.png);background-position:-636px -1419px;width:105px;height:105px}.Mount_Body_Slime-Shade{background-image:url(spritesmith5.png);background-position:-742px -1419px;width:105px;height:105px}.Mount_Body_Slime-Skeleton{background-image:url(spritesmith5.png);background-position:-848px -1419px;width:105px;height:105px}.Mount_Body_Slime-White{background-image:url(spritesmith5.png);background-position:-954px -1419px;width:105px;height:105px}.Mount_Body_Slime-Zombie{background-image:url(spritesmith5.png);background-position:-1060px -1419px;width:105px;height:105px}.Mount_Body_Spider-Base{background-image:url(spritesmith5.png);background-position:-1166px -1419px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1272px -1419px;width:105px;height:105px}.Mount_Body_Spider-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1378px -1419px;width:105px;height:105px}.Mount_Body_Spider-Desert{background-image:url(spritesmith5.png);background-position:-1531px 0;width:105px;height:105px}.Mount_Body_Spider-Golden{background-image:url(spritesmith5.png);background-position:-1531px -106px;width:105px;height:105px}.Mount_Body_Spider-Red{background-image:url(spritesmith5.png);background-position:-1531px -212px;width:105px;height:105px}.Mount_Body_Spider-Shade{background-image:url(spritesmith5.png);background-position:-1531px -318px;width:105px;height:105px}.Mount_Body_Spider-Skeleton{background-image:url(spritesmith5.png);background-position:-1531px -424px;width:105px;height:105px}.Mount_Body_Spider-White{background-image:url(spritesmith5.png);background-position:-1531px -530px;width:105px;height:105px}.Mount_Body_Spider-Zombie{background-image:url(spritesmith5.png);background-position:-1531px -636px;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:-318px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-212px -668px;width:105px;height:105px}.Mount_Body_TigerCub-Desert{background-image:url(spritesmith5.png);background-position:-636px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-Golden{background-image:url(spritesmith5.png);background-position:-742px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-Red{background-image:url(spritesmith5.png);background-position:-848px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-Shade{background-image:url(spritesmith5.png);background-position:-954px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-White{background-image:url(spritesmith5.png);background-position:-1166px -1525px;width:105px;height:105px}.Mount_Body_TigerCub-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1525px;width:105px;height:105px}.Mount_Body_Turkey-Base{background-image:url(spritesmith5.png);background-position:-1378px -1525px;width:105px;height:105px}.Mount_Body_Whale-Base{background-image:url(spritesmith5.png);background-position:-1484px -1525px;width:105px;height:105px}.Mount_Body_Whale-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1637px 0;width:105px;height:105px}.Mount_Body_Whale-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1637px -106px;width:105px;height:105px}.Mount_Body_Whale-Desert{background-image:url(spritesmith5.png);background-position:-1637px -212px;width:105px;height:105px}.Mount_Body_Whale-Golden{background-image:url(spritesmith5.png);background-position:-1637px -318px;width:105px;height:105px}.Mount_Body_Whale-Red{background-image:url(spritesmith5.png);background-position:-1637px -424px;width:105px;height:105px}.Mount_Body_Whale-Shade{background-image:url(spritesmith5.png);background-position:-1637px -530px;width:105px;height:105px}.Mount_Body_Whale-Skeleton{background-image:url(spritesmith5.png);background-position:-1637px -636px;width:105px;height:105px}.Mount_Body_Whale-White{background-image:url(spritesmith5.png);background-position:-1637px -742px;width:105px;height:105px}.Mount_Body_Whale-Zombie{background-image:url(spritesmith5.png);background-position:-1637px -848px;width:105px;height:105px}.Mount_Body_Wolf-Base{background-image:url(spritesmith5.png);background-position:-408px -272px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -408px;width:135px;height:135px}.Mount_Body_Wolf-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-136px -408px;width:135px;height:135px}.Mount_Body_Wolf-Desert{background-image:url(spritesmith5.png);background-position:-272px -408px;width:135px;height:135px}.Mount_Body_Wolf-Golden{background-image:url(spritesmith5.png);background-position:-408px -408px;width:135px;height:135px}.Mount_Body_Wolf-Red{background-image:url(spritesmith5.png);background-position:-136px 0;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:-424px -1631px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-530px -1631px;width:105px;height:105px}.Mount_Head_BearCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-636px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Desert{background-image:url(spritesmith5.png);background-position:-742px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Golden{background-image:url(spritesmith5.png);background-position:-848px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Polar{background-image:url(spritesmith5.png);background-position:-954px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Red{background-image:url(spritesmith5.png);background-position:-1060px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Shade{background-image:url(spritesmith5.png);background-position:-1166px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1272px -1631px;width:105px;height:105px}.Mount_Head_BearCub-White{background-image:url(spritesmith5.png);background-position:-1378px -1631px;width:105px;height:105px}.Mount_Head_BearCub-Zombie{background-image:url(spritesmith5.png);background-position:-1484px -1631px;width:105px;height:105px}.Mount_Head_Bunny-Base{background-image:url(spritesmith5.png);background-position:-1590px -1631px;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1743px 0;width:105px;height:105px}.Mount_Head_Bunny-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1743px -106px;width:105px;height:105px}.Mount_Head_Bunny-Desert{background-image:url(spritesmith5.png);background-position:-1743px -212px;width:105px;height:105px}.Mount_Head_Bunny-Golden{background-image:url(spritesmith5.png);background-position:-1743px -318px;width:105px;height:105px}.Mount_Head_Bunny-Red{background-image:url(spritesmith5.png);background-position:-1743px -424px;width:105px;height:105px}.Mount_Head_Bunny-Shade{background-image:url(spritesmith5.png);background-position:-1743px -530px;width:105px;height:105px}.Mount_Head_Bunny-Skeleton{background-image:url(spritesmith5.png);background-position:-1743px -636px;width:105px;height:105px}.Mount_Head_Bunny-White{background-image:url(spritesmith5.png);background-position:-1743px -742px;width:105px;height:105px}.Mount_Head_Bunny-Zombie{background-image:url(spritesmith5.png);background-position:-1743px -848px;width:105px;height:105px}.Mount_Head_Cactus-Base{background-image:url(spritesmith5.png);background-position:-1743px -954px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1743px -1060px;width:105px;height:105px}.Mount_Head_Cactus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1743px -1166px;width:105px;height:105px}.Mount_Head_Cactus-Desert{background-image:url(spritesmith5.png);background-position:-1743px -1272px;width:105px;height:105px}.Mount_Head_Cactus-Golden{background-image:url(spritesmith5.png);background-position:-1743px -1378px;width:105px;height:105px}.Mount_Head_Cactus-Red{background-image:url(spritesmith5.png);background-position:-1743px -1484px;width:105px;height:105px}.Mount_Head_Cactus-Shade{background-image:url(spritesmith5.png);background-position:-1743px -1590px;width:105px;height:105px}.Mount_Head_Cactus-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1737px;width:105px;height:105px}.Mount_Head_Cactus-White{background-image:url(spritesmith5.png);background-position:-106px -1737px;width:105px;height:105px}.Mount_Head_Cactus-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1737px;width:105px;height:105px}.Mount_Head_Cuttlefish-Base{background-image:url(spritesmith5.png);background-position:-318px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-680px -230px;width:105px;height:114px}.Mount_Head_Cuttlefish-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-424px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Desert{background-image:url(spritesmith5.png);background-position:-530px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Golden{background-image:url(spritesmith5.png);background-position:-680px 0;width:105px;height:114px}.Mount_Head_Cuttlefish-Red{background-image:url(spritesmith5.png);background-position:-680px -115px;width:105px;height:114px}.Mount_Head_Cuttlefish-Shade{background-image:url(spritesmith5.png);background-position:-212px -544px;width:105px;height:114px}.Mount_Head_Cuttlefish-Skeleton{background-image:url(spritesmith5.png);background-position:-680px -345px;width:105px;height:114px}.Mount_Head_Cuttlefish-White{background-image:url(spritesmith5.png);background-position:-680px -460px;width:105px;height:114px}.Mount_Head_Cuttlefish-Zombie{background-image:url(spritesmith5.png);background-position:0 -668px;width:105px;height:114px}.Mount_Head_Deer-Base{background-image:url(spritesmith5.png);background-position:-1378px -1737px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1484px -1737px;width:105px;height:105px}.Mount_Head_Deer-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1590px -1737px;width:105px;height:105px}.Mount_Head_Deer-Desert{background-image:url(spritesmith5.png);background-position:-1696px -1737px;width:105px;height:105px}.Mount_Head_Deer-Golden{background-image:url(spritesmith5.png);background-position:-1849px 0;width:105px;height:105px}.Mount_Head_Deer-Red{background-image:url(spritesmith5.png);background-position:-1849px -106px;width:105px;height:105px}.Mount_Head_Deer-Shade{background-image:url(spritesmith5.png);background-position:-1849px -212px;width:105px;height:105px}.Mount_Head_Deer-Skeleton{background-image:url(spritesmith5.png);background-position:-1849px -318px;width:105px;height:105px}.Mount_Head_Deer-White{background-image:url(spritesmith5.png);background-position:-1849px -424px;width:105px;height:105px}.Mount_Head_Deer-Zombie{background-image:url(spritesmith5.png);background-position:-1849px -530px;width:105px;height:105px}.Mount_Head_Dragon-Base{background-image:url(spritesmith5.png);background-position:-1849px -636px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1849px -742px;width:105px;height:105px}.Mount_Head_Dragon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1849px -848px;width:105px;height:105px}.Mount_Head_Dragon-Desert{background-image:url(spritesmith5.png);background-position:-1849px -954px;width:105px;height:105px}.Mount_Head_Dragon-Golden{background-image:url(spritesmith5.png);background-position:-1849px -1060px;width:105px;height:105px}.Mount_Head_Dragon-Red{background-image:url(spritesmith5.png);background-position:-1849px -1166px;width:105px;height:105px}.Mount_Head_Dragon-Shade{background-image:url(spritesmith5.png);background-position:-1849px -1272px;width:105px;height:105px}.Mount_Head_Dragon-Skeleton{background-image:url(spritesmith5.png);background-position:-1849px -1378px;width:105px;height:105px}.Mount_Head_Dragon-White{background-image:url(spritesmith5.png);background-position:-1849px -1484px;width:105px;height:105px}.Mount_Head_Dragon-Zombie{background-image:url(spritesmith5.png);background-position:-1849px -1590px;width:105px;height:105px}.Mount_Head_Egg-Base{background-image:url(spritesmith5.png);background-position:-1849px -1696px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:0 -1843px;width:105px;height:105px}.Mount_Head_Egg-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-106px -1843px;width:105px;height:105px}.Mount_Head_Egg-Desert{background-image:url(spritesmith5.png);background-position:-212px -1843px;width:105px;height:105px}.Mount_Head_Egg-Golden{background-image:url(spritesmith5.png);background-position:-318px -1843px;width:105px;height:105px}.Mount_Head_Egg-Red{background-image:url(spritesmith5.png);background-position:-424px -1843px;width:105px;height:105px}.Mount_Head_Egg-Shade{background-image:url(spritesmith5.png);background-position:-530px -1843px;width:105px;height:105px}.Mount_Head_Egg-Skeleton{background-image:url(spritesmith5.png);background-position:-636px -1843px;width:105px;height:105px}.Mount_Head_Egg-White{background-image:url(spritesmith5.png);background-position:-742px -1843px;width:105px;height:105px}.Mount_Head_Egg-Zombie{background-image:url(spritesmith5.png);background-position:-848px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Base{background-image:url(spritesmith5.png);background-position:-954px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1060px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1166px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Desert{background-image:url(spritesmith5.png);background-position:-1272px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Golden{background-image:url(spritesmith5.png);background-position:-1378px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Red{background-image:url(spritesmith5.png);background-position:-1484px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Shade{background-image:url(spritesmith5.png);background-position:-1590px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Skeleton{background-image:url(spritesmith5.png);background-position:-1696px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-White{background-image:url(spritesmith5.png);background-position:-1802px -1843px;width:105px;height:105px}.Mount_Head_FlyingPig-Zombie{background-image:url(spritesmith5.png);background-position:-1955px 0;width:105px;height:105px}.Mount_Head_Fox-Base{background-image:url(spritesmith5.png);background-position:-1955px -106px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1955px -212px;width:105px;height:105px}.Mount_Head_Fox-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1955px -318px;width:105px;height:105px}.Mount_Head_Fox-Desert{background-image:url(spritesmith5.png);background-position:-1955px -424px;width:105px;height:105px}.Mount_Head_Fox-Golden{background-image:url(spritesmith5.png);background-position:-1955px -530px;width:105px;height:105px}.Mount_Head_Fox-Red{background-image:url(spritesmith5.png);background-position:-1955px -636px;width:105px;height:105px}.Mount_Head_Fox-Shade{background-image:url(spritesmith5.png);background-position:-1955px -742px;width:105px;height:105px}.Mount_Head_Fox-Skeleton{background-image:url(spritesmith5.png);background-position:-1955px -848px;width:105px;height:105px}.Mount_Head_Fox-White{background-image:url(spritesmith5.png);background-position:-1955px -954px;width:105px;height:105px}.Mount_Head_Fox-Zombie{background-image:url(spritesmith5.png);background-position:-1955px -1060px;width:105px;height:105px}.Mount_Head_Gryphon-Base{background-image:url(spritesmith5.png);background-position:-1955px -1166px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1955px -1272px;width:105px;height:105px}.Mount_Head_Gryphon-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1955px -1378px;width:105px;height:105px}.Mount_Head_Gryphon-Desert{background-image:url(spritesmith5.png);background-position:-1955px -1484px;width:105px;height:105px}.Mount_Head_Gryphon-Golden{background-image:url(spritesmith5.png);background-position:-1955px -1590px;width:105px;height:105px}.Mount_Head_Gryphon-Red{background-image:url(spritesmith5.png);background-position:-1955px -1696px;width:105px;height:105px}.Mount_Head_Gryphon-Shade{background-image:url(spritesmith5.png);background-position:-1955px -1802px;width:105px;height:105px}.Mount_Head_Gryphon-Skeleton{background-image:url(spritesmith5.png);background-position:0 -1949px;width:105px;height:105px}.Mount_Head_Gryphon-White{background-image:url(spritesmith5.png);background-position:-106px -1949px;width:105px;height:105px}.Mount_Head_Gryphon-Zombie{background-image:url(spritesmith5.png);background-position:-212px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Base{background-image:url(spritesmith5.png);background-position:-318px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-424px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-530px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Desert{background-image:url(spritesmith5.png);background-position:-636px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Golden{background-image:url(spritesmith5.png);background-position:-742px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Red{background-image:url(spritesmith5.png);background-position:-848px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Shade{background-image:url(spritesmith5.png);background-position:-954px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Skeleton{background-image:url(spritesmith5.png);background-position:-1060px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-White{background-image:url(spritesmith5.png);background-position:-1166px -1949px;width:105px;height:105px}.Mount_Head_Hedgehog-Zombie{background-image:url(spritesmith5.png);background-position:-1272px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Base{background-image:url(spritesmith5.png);background-position:-1378px -1949px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1484px -1949px;width:105px;height:105px}.Mount_Head_LionCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1590px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Desert{background-image:url(spritesmith5.png);background-position:-1696px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Ethereal{background-image:url(spritesmith5.png);background-position:-1802px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Golden{background-image:url(spritesmith5.png);background-position:-1908px -1949px;width:105px;height:105px}.Mount_Head_LionCub-Red{background-image:url(spritesmith5.png);background-position:-2061px 0;width:105px;height:105px}.Mount_Head_LionCub-Shade{background-image:url(spritesmith5.png);background-position:-2061px -106px;width:105px;height:105px}.Mount_Head_LionCub-Skeleton{background-image:url(spritesmith5.png);background-position:-106px -668px;width:105px;height:110px}.Mount_Head_LionCub-White{background-image:url(spritesmith5.png);background-position:-2061px -318px;width:105px;height:105px}.Mount_Head_LionCub-Zombie{background-image:url(spritesmith5.png);background-position:-2061px -424px;width:105px;height:105px}.Mount_Head_Mammoth-Base{background-image:url(spritesmith5.png);background-position:0 -544px;width:105px;height:123px}.Mount_Head_MantisShrimp-Base{background-image:url(spritesmith5.png);background-position:0 -2055px;width:108px;height:105px}.Mount_Head_Octopus-Base{background-image:url(spritesmith5.png);background-position:-2061px -636px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2061px -742px;width:105px;height:105px}.Mount_Head_Octopus-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2061px -848px;width:105px;height:105px}.Mount_Head_Octopus-Desert{background-image:url(spritesmith5.png);background-position:-2061px -954px;width:105px;height:105px}.Mount_Head_Octopus-Golden{background-image:url(spritesmith5.png);background-position:-2061px -1060px;width:105px;height:105px}.Mount_Head_Octopus-Red{background-image:url(spritesmith5.png);background-position:-2061px -1166px;width:105px;height:105px}.Mount_Head_Octopus-Shade{background-image:url(spritesmith5.png);background-position:-2061px -1272px;width:105px;height:105px}.Mount_Head_Octopus-Skeleton{background-image:url(spritesmith5.png);background-position:-2061px -1378px;width:105px;height:105px}.Mount_Head_Octopus-White{background-image:url(spritesmith5.png);background-position:-2061px -1484px;width:105px;height:105px}.Mount_Head_Octopus-Zombie{background-image:url(spritesmith5.png);background-position:-2061px -1590px;width:105px;height:105px}.Mount_Head_Orca-Base{background-image:url(spritesmith5.png);background-position:-2061px -1696px;width:105px;height:105px}.Mount_Head_Owl-Base{background-image:url(spritesmith5.png);background-position:-2061px -1802px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2061px -1908px;width:105px;height:105px}.Mount_Head_Owl-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-109px -2055px;width:105px;height:105px}.Mount_Head_Owl-Desert{background-image:url(spritesmith5.png);background-position:-215px -2055px;width:105px;height:105px}.Mount_Head_Owl-Golden{background-image:url(spritesmith5.png);background-position:-321px -2055px;width:105px;height:105px}.Mount_Head_Owl-Red{background-image:url(spritesmith5.png);background-position:-427px -2055px;width:105px;height:105px}.Mount_Head_Owl-Shade{background-image:url(spritesmith5.png);background-position:-533px -2055px;width:105px;height:105px}.Mount_Head_Owl-Skeleton{background-image:url(spritesmith5.png);background-position:-639px -2055px;width:105px;height:105px}.Mount_Head_Owl-White{background-image:url(spritesmith5.png);background-position:-745px -2055px;width:105px;height:105px}.Mount_Head_Owl-Zombie{background-image:url(spritesmith5.png);background-position:-851px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Base{background-image:url(spritesmith5.png);background-position:-957px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-1063px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-1169px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Desert{background-image:url(spritesmith5.png);background-position:-1275px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Golden{background-image:url(spritesmith5.png);background-position:-1381px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Red{background-image:url(spritesmith5.png);background-position:-1487px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Shade{background-image:url(spritesmith5.png);background-position:-1593px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Skeleton{background-image:url(spritesmith5.png);background-position:-1699px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-White{background-image:url(spritesmith5.png);background-position:-1805px -2055px;width:105px;height:105px}.Mount_Head_PandaCub-Zombie{background-image:url(spritesmith5.png);background-position:-1911px -2055px;width:105px;height:105px}.Mount_Head_Parrot-Base{background-image:url(spritesmith5.png);background-position:-2017px -2055px;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2167px 0;width:105px;height:105px}.Mount_Head_Parrot-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2167px -106px;width:105px;height:105px}.Mount_Head_Parrot-Desert{background-image:url(spritesmith5.png);background-position:-2167px -212px;width:105px;height:105px}.Mount_Head_Parrot-Golden{background-image:url(spritesmith5.png);background-position:-2167px -318px;width:105px;height:105px}.Mount_Head_Parrot-Red{background-image:url(spritesmith5.png);background-position:-2167px -424px;width:105px;height:105px}.Mount_Head_Parrot-Shade{background-image:url(spritesmith5.png);background-position:-2167px -530px;width:105px;height:105px}.Mount_Head_Parrot-Skeleton{background-image:url(spritesmith5.png);background-position:-2167px -636px;width:105px;height:105px}.Mount_Head_Parrot-White{background-image:url(spritesmith5.png);background-position:-2167px -742px;width:105px;height:105px}.Mount_Head_Parrot-Zombie{background-image:url(spritesmith5.png);background-position:-2167px -848px;width:105px;height:105px}.Mount_Head_Penguin-Base{background-image:url(spritesmith5.png);background-position:-2167px -954px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyBlue{background-image:url(spritesmith5.png);background-position:-2167px -1060px;width:105px;height:105px}.Mount_Head_Penguin-CottonCandyPink{background-image:url(spritesmith5.png);background-position:-2167px -1166px;width:105px;height:105px}.Mount_Head_Penguin-Desert{background-image:url(spritesmith5.png);background-position:-2167px -1272px;width:105px;height:105px}.Mount_Head_Penguin-Golden{background-image:url(spritesmith5.png);background-position:-2167px -1378px;width:105px;height:105px}.Mount_Head_Penguin-Red{background-image:url(spritesmith5.png);background-position:-2167px -1484px;width:105px;height:105px}.Mount_Head_Penguin-Shade{background-image:url(spritesmith5.png);background-position:-2167px -1590px;width:105px;height:105px}.Mount_Head_Penguin-Skeleton{background-image:url(spritesmith5.png);background-position:-2167px -1696px;width:105px;height:105px}.Mount_Head_Penguin-White{background-image:url(spritesmith5.png);background-position:-2167px -1802px;width:105px;height:105px}.Mount_Head_Penguin-Zombie{background-image:url(spritesmith5.png);background-position:-2167px -1908px;width:105px;height:105px}.Mount_Head_Rat-Base{background-image:url(spritesmith6.png);background-position:-742px -862px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1060px -1074px;width:105px;height:105px}.Mount_Head_Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-892px -106px;width:105px;height:105px}.Mount_Head_Rat-Desert{background-image:url(spritesmith6.png);background-position:-848px -862px;width:105px;height:105px}.Mount_Head_Rat-Golden{background-image:url(spritesmith6.png);background-position:-998px 0;width:105px;height:105px}.Mount_Head_Rat-Red{background-image:url(spritesmith6.png);background-position:-998px -106px;width:105px;height:105px}.Mount_Head_Rat-Shade{background-image:url(spritesmith6.png);background-position:-998px -212px;width:105px;height:105px}.Mount_Head_Rat-Skeleton{background-image:url(spritesmith6.png);background-position:-998px -318px;width:105px;height:105px}.Mount_Head_Rat-White{background-image:url(spritesmith6.png);background-position:-998px -424px;width:105px;height:105px}.Mount_Head_Rat-Zombie{background-image:url(spritesmith6.png);background-position:-998px -530px;width:105px;height:105px}.Mount_Head_Rock-Base{background-image:url(spritesmith6.png);background-position:-998px -636px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-998px -742px;width:105px;height:105px}.Mount_Head_Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1074px;width:105px;height:105px}.Mount_Head_Rock-Desert{background-image:url(spritesmith6.png);background-position:-106px -1074px;width:105px;height:105px}.Mount_Head_Rock-Golden{background-image:url(spritesmith6.png);background-position:-212px -1074px;width:105px;height:105px}.Mount_Head_Rock-Red{background-image:url(spritesmith6.png);background-position:-318px -1074px;width:105px;height:105px}.Mount_Head_Rock-Shade{background-image:url(spritesmith6.png);background-position:-424px -1074px;width:105px;height:105px}.Mount_Head_Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-530px -1074px;width:105px;height:105px}.Mount_Head_Rock-White{background-image:url(spritesmith6.png);background-position:-636px -1074px;width:105px;height:105px}.Mount_Head_Rock-Zombie{background-image:url(spritesmith6.png);background-position:-742px -1074px;width:105px;height:105px}.Mount_Head_Rooster-Base{background-image:url(spritesmith6.png);background-position:-848px -1074px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-954px -1074px;width:105px;height:105px}.Mount_Head_Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-106px -544px;width:105px;height:105px}.Mount_Head_Rooster-Desert{background-image:url(spritesmith6.png);background-position:-212px -544px;width:105px;height:105px}.Mount_Head_Rooster-Golden{background-image:url(spritesmith6.png);background-position:-318px -544px;width:105px;height:105px}.Mount_Head_Rooster-Red{background-image:url(spritesmith6.png);background-position:-424px -544px;width:105px;height:105px}.Mount_Head_Rooster-Shade{background-image:url(spritesmith6.png);background-position:-530px -544px;width:105px;height:105px}.Mount_Head_Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-680px 0;width:105px;height:105px}.Mount_Head_Rooster-White{background-image:url(spritesmith6.png);background-position:-680px -106px;width:105px;height:105px}.Mount_Head_Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-680px -212px;width:105px;height:105px}.Mount_Head_Seahorse-Base{background-image:url(spritesmith6.png);background-position:-680px -318px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-680px -424px;width:105px;height:105px}.Mount_Head_Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-680px -530px;width:105px;height:105px}.Mount_Head_Seahorse-Desert{background-image:url(spritesmith6.png);background-position:0 -650px;width:105px;height:105px}.Mount_Head_Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-106px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Red{background-image:url(spritesmith6.png);background-position:-212px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-318px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-424px -650px;width:105px;height:105px}.Mount_Head_Seahorse-White{background-image:url(spritesmith6.png);background-position:-530px -650px;width:105px;height:105px}.Mount_Head_Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-636px -650px;width:105px;height:105px}.Mount_Head_Sheep-Base{background-image:url(spritesmith6.png);background-position:-786px 0;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-786px -106px;width:105px;height:105px}.Mount_Head_Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-786px -212px;width:105px;height:105px}.Mount_Head_Sheep-Desert{background-image:url(spritesmith6.png);background-position:-786px -318px;width:105px;height:105px}.Mount_Head_Sheep-Golden{background-image:url(spritesmith6.png);background-position:-786px -424px;width:105px;height:105px}.Mount_Head_Sheep-Red{background-image:url(spritesmith6.png);background-position:-786px -530px;width:105px;height:105px}.Mount_Head_Sheep-Shade{background-image:url(spritesmith6.png);background-position:-786px -636px;width:105px;height:105px}.Mount_Head_Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:0 -756px;width:105px;height:105px}.Mount_Head_Sheep-White{background-image:url(spritesmith6.png);background-position:-106px -756px;width:105px;height:105px}.Mount_Head_Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-212px -756px;width:105px;height:105px}.Mount_Head_Slime-Base{background-image:url(spritesmith6.png);background-position:-318px -756px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-424px -756px;width:105px;height:105px}.Mount_Head_Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-530px -756px;width:105px;height:105px}.Mount_Head_Slime-Desert{background-image:url(spritesmith6.png);background-position:-636px -756px;width:105px;height:105px}.Mount_Head_Slime-Golden{background-image:url(spritesmith6.png);background-position:-742px -756px;width:105px;height:105px}.Mount_Head_Slime-Red{background-image:url(spritesmith6.png);background-position:-892px 0;width:105px;height:105px}.Mount_Head_Slime-Shade{background-image:url(spritesmith6.png);background-position:0 -544px;width:105px;height:105px}.Mount_Head_Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-892px -212px;width:105px;height:105px}.Mount_Head_Slime-White{background-image:url(spritesmith6.png);background-position:-892px -318px;width:105px;height:105px}.Mount_Head_Slime-Zombie{background-image:url(spritesmith6.png);background-position:-892px -424px;width:105px;height:105px}.Mount_Head_Spider-Base{background-image:url(spritesmith6.png);background-position:-892px -530px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-892px -636px;width:105px;height:105px}.Mount_Head_Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-892px -742px;width:105px;height:105px}.Mount_Head_Spider-Desert{background-image:url(spritesmith6.png);background-position:0 -862px;width:105px;height:105px}.Mount_Head_Spider-Golden{background-image:url(spritesmith6.png);background-position:-106px -862px;width:105px;height:105px}.Mount_Head_Spider-Red{background-image:url(spritesmith6.png);background-position:-212px -862px;width:105px;height:105px}.Mount_Head_Spider-Shade{background-image:url(spritesmith6.png);background-position:-318px -862px;width:105px;height:105px}.Mount_Head_Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-424px -862px;width:105px;height:105px}.Mount_Head_Spider-White{background-image:url(spritesmith6.png);background-position:-530px -862px;width:105px;height:105px}.Mount_Head_Spider-Zombie{background-image:url(spritesmith6.png);background-position:-636px -862px;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:-998px -848px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -968px;width:105px;height:105px}.Mount_Head_TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-106px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-212px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-318px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Red{background-image:url(spritesmith6.png);background-position:-424px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-530px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-636px -968px;width:105px;height:105px}.Mount_Head_TigerCub-White{background-image:url(spritesmith6.png);background-position:-742px -968px;width:105px;height:105px}.Mount_Head_TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-848px -968px;width:105px;height:105px}.Mount_Head_Turkey-Base{background-image:url(spritesmith6.png);background-position:-954px -968px;width:105px;height:105px}.Mount_Head_Whale-Base{background-image:url(spritesmith6.png);background-position:-1104px 0;width:105px;height:105px}.Mount_Head_Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1104px -106px;width:105px;height:105px}.Mount_Head_Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1104px -212px;width:105px;height:105px}.Mount_Head_Whale-Desert{background-image:url(spritesmith6.png);background-position:-1104px -318px;width:105px;height:105px}.Mount_Head_Whale-Golden{background-image:url(spritesmith6.png);background-position:-1104px -424px;width:105px;height:105px}.Mount_Head_Whale-Red{background-image:url(spritesmith6.png);background-position:-1104px -530px;width:105px;height:105px}.Mount_Head_Whale-Shade{background-image:url(spritesmith6.png);background-position:-1104px -636px;width:105px;height:105px}.Mount_Head_Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-1104px -742px;width:105px;height:105px}.Mount_Head_Whale-White{background-image:url(spritesmith6.png);background-position:-1104px -848px;width:105px;height:105px}.Mount_Head_Whale-Zombie{background-image:url(spritesmith6.png);background-position:-1104px -954px;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-Cuttlefish-Base{background-image:url(spritesmith6.png);background-position:-1210px 0;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1210px -100px;width:81px;height:99px}.Pet-Cuttlefish-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1210px -200px;width:81px;height:99px}.Pet-Cuttlefish-Desert{background-image:url(spritesmith6.png);background-position:-1210px -300px;width:81px;height:99px}.Pet-Cuttlefish-Golden{background-image:url(spritesmith6.png);background-position:-1210px -400px;width:81px;height:99px}.Pet-Cuttlefish-Red{background-image:url(spritesmith6.png);background-position:-1210px -500px;width:81px;height:99px}.Pet-Cuttlefish-Shade{background-image:url(spritesmith6.png);background-position:-1210px -600px;width:81px;height:99px}.Pet-Cuttlefish-Skeleton{background-image:url(spritesmith6.png);background-position:-1210px -700px;width:81px;height:99px}.Pet-Cuttlefish-White{background-image:url(spritesmith6.png);background-position:-1210px -800px;width:81px;height:99px}.Pet-Cuttlefish-Zombie{background-image:url(spritesmith6.png);background-position:-1210px -900px;width:81px;height:99px}.Pet-BearCub-Base{background-image:url(spritesmith6.png);background-position:-1210px -1000px;width:81px;height:99px}.Pet-BearCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1180px;width:81px;height:99px}.Pet-BearCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1180px;width:81px;height:99px}.Pet-BearCub-Desert{background-image:url(spritesmith6.png);background-position:-164px -1180px;width:81px;height:99px}.Pet-BearCub-Golden{background-image:url(spritesmith6.png);background-position:-246px -1180px;width:81px;height:99px}.Pet-BearCub-Polar{background-image:url(spritesmith6.png);background-position:-328px -1180px;width:81px;height:99px}.Pet-BearCub-Red{background-image:url(spritesmith6.png);background-position:-410px -1180px;width:81px;height:99px}.Pet-BearCub-Shade{background-image:url(spritesmith6.png);background-position:-492px -1180px;width:81px;height:99px}.Pet-BearCub-Skeleton{background-image:url(spritesmith6.png);background-position:-574px -1180px;width:81px;height:99px}.Pet-BearCub-White{background-image:url(spritesmith6.png);background-position:-656px -1180px;width:81px;height:99px}.Pet-BearCub-Zombie{background-image:url(spritesmith6.png);background-position:-738px -1180px;width:81px;height:99px}.Pet-Bunny-Base{background-image:url(spritesmith6.png);background-position:-820px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-902px -1180px;width:81px;height:99px}.Pet-Bunny-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-984px -1180px;width:81px;height:99px}.Pet-Bunny-Desert{background-image:url(spritesmith6.png);background-position:-1066px -1180px;width:81px;height:99px}.Pet-Bunny-Golden{background-image:url(spritesmith6.png);background-position:-1148px -1180px;width:81px;height:99px}.Pet-Bunny-Red{background-image:url(spritesmith6.png);background-position:-1292px 0;width:81px;height:99px}.Pet-Bunny-Shade{background-image:url(spritesmith6.png);background-position:-1292px -100px;width:81px;height:99px}.Pet-Bunny-Skeleton{background-image:url(spritesmith6.png);background-position:-1292px -200px;width:81px;height:99px}.Pet-Bunny-White{background-image:url(spritesmith6.png);background-position:-1292px -300px;width:81px;height:99px}.Pet-Bunny-Zombie{background-image:url(spritesmith6.png);background-position:-1292px -400px;width:81px;height:99px}.Pet-Cactus-Base{background-image:url(spritesmith6.png);background-position:-1292px -500px;width:81px;height:99px}.Pet-Cactus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1292px -600px;width:81px;height:99px}.Pet-Cactus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1292px -700px;width:81px;height:99px}.Pet-Cactus-Desert{background-image:url(spritesmith6.png);background-position:-1292px -800px;width:81px;height:99px}.Pet-Cactus-Golden{background-image:url(spritesmith6.png);background-position:-1292px -900px;width:81px;height:99px}.Pet-Cactus-Red{background-image:url(spritesmith6.png);background-position:-1292px -1000px;width:81px;height:99px}.Pet-Cactus-Shade{background-image:url(spritesmith6.png);background-position:-1292px -1100px;width:81px;height:99px}.Pet-Cactus-Skeleton{background-image:url(spritesmith6.png);background-position:-1374px 0;width:81px;height:99px}.Pet-Cactus-White{background-image:url(spritesmith6.png);background-position:-1374px -100px;width:81px;height:99px}.Pet-Cactus-Zombie{background-image:url(spritesmith6.png);background-position:-1374px -200px;width:81px;height:99px}.Pet-Deer-Base{background-image:url(spritesmith6.png);background-position:-1374px -300px;width:81px;height:99px}.Pet-Deer-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1374px -400px;width:81px;height:99px}.Pet-Deer-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1374px -500px;width:81px;height:99px}.Pet-Deer-Desert{background-image:url(spritesmith6.png);background-position:-1374px -600px;width:81px;height:99px}.Pet-Deer-Golden{background-image:url(spritesmith6.png);background-position:-1374px -700px;width:81px;height:99px}.Pet-Deer-Red{background-image:url(spritesmith6.png);background-position:-1374px -800px;width:81px;height:99px}.Pet-Deer-Shade{background-image:url(spritesmith6.png);background-position:-1374px -900px;width:81px;height:99px}.Pet-Deer-Skeleton{background-image:url(spritesmith6.png);background-position:-1374px -1000px;width:81px;height:99px}.Pet-Deer-White{background-image:url(spritesmith6.png);background-position:-1374px -1100px;width:81px;height:99px}.Pet-Deer-Zombie{background-image:url(spritesmith6.png);background-position:0 -1280px;width:81px;height:99px}.Pet-Dragon-Base{background-image:url(spritesmith6.png);background-position:-82px -1280px;width:81px;height:99px}.Pet-Dragon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-164px -1280px;width:81px;height:99px}.Pet-Dragon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-246px -1280px;width:81px;height:99px}.Pet-Dragon-Desert{background-image:url(spritesmith6.png);background-position:-328px -1280px;width:81px;height:99px}.Pet-Dragon-Golden{background-image:url(spritesmith6.png);background-position:-410px -1280px;width:81px;height:99px}.Pet-Dragon-Hydra{background-image:url(spritesmith6.png);background-position:-492px -1280px;width:81px;height:99px}.Pet-Dragon-Red{background-image:url(spritesmith6.png);background-position:-574px -1280px;width:81px;height:99px}.Pet-Dragon-Shade{background-image:url(spritesmith6.png);background-position:-656px -1280px;width:81px;height:99px}.Pet-Dragon-Skeleton{background-image:url(spritesmith6.png);background-position:-738px -1280px;width:81px;height:99px}.Pet-Dragon-White{background-image:url(spritesmith6.png);background-position:-820px -1280px;width:81px;height:99px}.Pet-Dragon-Zombie{background-image:url(spritesmith6.png);background-position:-902px -1280px;width:81px;height:99px}.Pet-Egg-Base{background-image:url(spritesmith6.png);background-position:-984px -1280px;width:81px;height:99px}.Pet-Egg-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1066px -1280px;width:81px;height:99px}.Pet-Egg-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1148px -1280px;width:81px;height:99px}.Pet-Egg-Desert{background-image:url(spritesmith6.png);background-position:-1230px -1280px;width:81px;height:99px}.Pet-Egg-Golden{background-image:url(spritesmith6.png);background-position:-1312px -1280px;width:81px;height:99px}.Pet-Egg-Red{background-image:url(spritesmith6.png);background-position:-1456px 0;width:81px;height:99px}.Pet-Egg-Shade{background-image:url(spritesmith6.png);background-position:-1456px -100px;width:81px;height:99px}.Pet-Egg-Skeleton{background-image:url(spritesmith6.png);background-position:-1456px -200px;width:81px;height:99px}.Pet-Egg-White{background-image:url(spritesmith6.png);background-position:-1456px -300px;width:81px;height:99px}.Pet-Egg-Zombie{background-image:url(spritesmith6.png);background-position:-1456px -400px;width:81px;height:99px}.Pet-FlyingPig-Base{background-image:url(spritesmith6.png);background-position:-1456px -500px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1456px -600px;width:81px;height:99px}.Pet-FlyingPig-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1456px -700px;width:81px;height:99px}.Pet-FlyingPig-Desert{background-image:url(spritesmith6.png);background-position:-1456px -800px;width:81px;height:99px}.Pet-FlyingPig-Golden{background-image:url(spritesmith6.png);background-position:-1456px -900px;width:81px;height:99px}.Pet-FlyingPig-Red{background-image:url(spritesmith6.png);background-position:-1456px -1000px;width:81px;height:99px}.Pet-FlyingPig-Shade{background-image:url(spritesmith6.png);background-position:-1456px -1100px;width:81px;height:99px}.Pet-FlyingPig-Skeleton{background-image:url(spritesmith6.png);background-position:-1456px -1200px;width:81px;height:99px}.Pet-FlyingPig-White{background-image:url(spritesmith6.png);background-position:0 -1380px;width:81px;height:99px}.Pet-FlyingPig-Zombie{background-image:url(spritesmith6.png);background-position:-82px -1380px;width:81px;height:99px}.Pet-Fox-Base{background-image:url(spritesmith6.png);background-position:-164px -1380px;width:81px;height:99px}.Pet-Fox-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-246px -1380px;width:81px;height:99px}.Pet-Fox-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-328px -1380px;width:81px;height:99px}.Pet-Fox-Desert{background-image:url(spritesmith6.png);background-position:-410px -1380px;width:81px;height:99px}.Pet-Fox-Golden{background-image:url(spritesmith6.png);background-position:-492px -1380px;width:81px;height:99px}.Pet-Fox-Red{background-image:url(spritesmith6.png);background-position:-574px -1380px;width:81px;height:99px}.Pet-Fox-Shade{background-image:url(spritesmith6.png);background-position:-656px -1380px;width:81px;height:99px}.Pet-Fox-Skeleton{background-image:url(spritesmith6.png);background-position:-738px -1380px;width:81px;height:99px}.Pet-Fox-White{background-image:url(spritesmith6.png);background-position:-820px -1380px;width:81px;height:99px}.Pet-Fox-Zombie{background-image:url(spritesmith6.png);background-position:-902px -1380px;width:81px;height:99px}.Pet-Gryphon-Base{background-image:url(spritesmith6.png);background-position:-984px -1380px;width:81px;height:99px}.Pet-Gryphon-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1066px -1380px;width:81px;height:99px}.Pet-Gryphon-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1148px -1380px;width:81px;height:99px}.Pet-Gryphon-Desert{background-image:url(spritesmith6.png);background-position:-1230px -1380px;width:81px;height:99px}.Pet-Gryphon-Golden{background-image:url(spritesmith6.png);background-position:-1312px -1380px;width:81px;height:99px}.Pet-Gryphon-Red{background-image:url(spritesmith6.png);background-position:-1394px -1380px;width:81px;height:99px}.Pet-Gryphon-Shade{background-image:url(spritesmith6.png);background-position:-1538px 0;width:81px;height:99px}.Pet-Gryphon-Skeleton{background-image:url(spritesmith6.png);background-position:-1538px -100px;width:81px;height:99px}.Pet-Gryphon-White{background-image:url(spritesmith6.png);background-position:-1538px -200px;width:81px;height:99px}.Pet-Gryphon-Zombie{background-image:url(spritesmith6.png);background-position:-1538px -300px;width:81px;height:99px}.Pet-Hedgehog-Base{background-image:url(spritesmith6.png);background-position:-1538px -400px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1538px -500px;width:81px;height:99px}.Pet-Hedgehog-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1538px -600px;width:81px;height:99px}.Pet-Hedgehog-Desert{background-image:url(spritesmith6.png);background-position:-1538px -700px;width:81px;height:99px}.Pet-Hedgehog-Golden{background-image:url(spritesmith6.png);background-position:-1538px -800px;width:81px;height:99px}.Pet-Hedgehog-Red{background-image:url(spritesmith6.png);background-position:-1538px -900px;width:81px;height:99px}.Pet-Hedgehog-Shade{background-image:url(spritesmith6.png);background-position:-1538px -1000px;width:81px;height:99px}.Pet-Hedgehog-Skeleton{background-image:url(spritesmith6.png);background-position:-1538px -1100px;width:81px;height:99px}.Pet-Hedgehog-White{background-image:url(spritesmith6.png);background-position:-1538px -1200px;width:81px;height:99px}.Pet-Hedgehog-Zombie{background-image:url(spritesmith6.png);background-position:-1538px -1300px;width:81px;height:99px}.Pet-JackOLantern-Base{background-image:url(spritesmith6.png);background-position:0 -1480px;width:81px;height:99px}.Pet-LionCub-Base{background-image:url(spritesmith6.png);background-position:-82px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-164px -1480px;width:81px;height:99px}.Pet-LionCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-246px -1480px;width:81px;height:99px}.Pet-LionCub-Desert{background-image:url(spritesmith6.png);background-position:-328px -1480px;width:81px;height:99px}.Pet-LionCub-Golden{background-image:url(spritesmith6.png);background-position:-410px -1480px;width:81px;height:99px}.Pet-LionCub-Red{background-image:url(spritesmith6.png);background-position:-492px -1480px;width:81px;height:99px}.Pet-LionCub-Shade{background-image:url(spritesmith6.png);background-position:-574px -1480px;width:81px;height:99px}.Pet-LionCub-Skeleton{background-image:url(spritesmith6.png);background-position:-656px -1480px;width:81px;height:99px}.Pet-LionCub-White{background-image:url(spritesmith6.png);background-position:-738px -1480px;width:81px;height:99px}.Pet-LionCub-Zombie{background-image:url(spritesmith6.png);background-position:-820px -1480px;width:81px;height:99px}.Pet-Mammoth-Base{background-image:url(spritesmith6.png);background-position:-902px -1480px;width:81px;height:99px}.Pet-MantisShrimp-Base{background-image:url(spritesmith6.png);background-position:-984px -1480px;width:81px;height:99px}.Pet-Octopus-Base{background-image:url(spritesmith6.png);background-position:-1066px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1148px -1480px;width:81px;height:99px}.Pet-Octopus-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1230px -1480px;width:81px;height:99px}.Pet-Octopus-Desert{background-image:url(spritesmith6.png);background-position:-1312px -1480px;width:81px;height:99px}.Pet-Octopus-Golden{background-image:url(spritesmith6.png);background-position:-1394px -1480px;width:81px;height:99px}.Pet-Octopus-Red{background-image:url(spritesmith6.png);background-position:-1476px -1480px;width:81px;height:99px}.Pet-Octopus-Shade{background-image:url(spritesmith6.png);background-position:-1620px 0;width:81px;height:99px}.Pet-Octopus-Skeleton{background-image:url(spritesmith6.png);background-position:-1620px -100px;width:81px;height:99px}.Pet-Octopus-White{background-image:url(spritesmith6.png);background-position:-1620px -200px;width:81px;height:99px}.Pet-Octopus-Zombie{background-image:url(spritesmith6.png);background-position:-1620px -300px;width:81px;height:99px}.Pet-Owl-Base{background-image:url(spritesmith6.png);background-position:-1620px -400px;width:81px;height:99px}.Pet-Owl-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1620px -500px;width:81px;height:99px}.Pet-Owl-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1620px -600px;width:81px;height:99px}.Pet-Owl-Desert{background-image:url(spritesmith6.png);background-position:-1620px -700px;width:81px;height:99px}.Pet-Owl-Golden{background-image:url(spritesmith6.png);background-position:-1620px -800px;width:81px;height:99px}.Pet-Owl-Red{background-image:url(spritesmith6.png);background-position:-1620px -900px;width:81px;height:99px}.Pet-Owl-Shade{background-image:url(spritesmith6.png);background-position:-1620px -1000px;width:81px;height:99px}.Pet-Owl-Skeleton{background-image:url(spritesmith6.png);background-position:-1620px -1100px;width:81px;height:99px}.Pet-Owl-White{background-image:url(spritesmith6.png);background-position:-1620px -1200px;width:81px;height:99px}.Pet-Owl-Zombie{background-image:url(spritesmith6.png);background-position:-1620px -1300px;width:81px;height:99px}.Pet-PandaCub-Base{background-image:url(spritesmith6.png);background-position:-1620px -1400px;width:81px;height:99px}.Pet-PandaCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:0 -1580px;width:81px;height:99px}.Pet-PandaCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-82px -1580px;width:81px;height:99px}.Pet-PandaCub-Desert{background-image:url(spritesmith6.png);background-position:-164px -1580px;width:81px;height:99px}.Pet-PandaCub-Golden{background-image:url(spritesmith6.png);background-position:-246px -1580px;width:81px;height:99px}.Pet-PandaCub-Red{background-image:url(spritesmith6.png);background-position:-328px -1580px;width:81px;height:99px}.Pet-PandaCub-Shade{background-image:url(spritesmith6.png);background-position:-410px -1580px;width:81px;height:99px}.Pet-PandaCub-Skeleton{background-image:url(spritesmith6.png);background-position:-492px -1580px;width:81px;height:99px}.Pet-PandaCub-White{background-image:url(spritesmith6.png);background-position:-574px -1580px;width:81px;height:99px}.Pet-PandaCub-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1580px;width:81px;height:99px}.Pet-Parrot-Base{background-image:url(spritesmith6.png);background-position:-738px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-820px -1580px;width:81px;height:99px}.Pet-Parrot-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-902px -1580px;width:81px;height:99px}.Pet-Parrot-Desert{background-image:url(spritesmith6.png);background-position:-984px -1580px;width:81px;height:99px}.Pet-Parrot-Golden{background-image:url(spritesmith6.png);background-position:-1066px -1580px;width:81px;height:99px}.Pet-Parrot-Red{background-image:url(spritesmith6.png);background-position:-1148px -1580px;width:81px;height:99px}.Pet-Parrot-Shade{background-image:url(spritesmith6.png);background-position:-1230px -1580px;width:81px;height:99px}.Pet-Parrot-Skeleton{background-image:url(spritesmith6.png);background-position:-1312px -1580px;width:81px;height:99px}.Pet-Parrot-White{background-image:url(spritesmith6.png);background-position:-1394px -1580px;width:81px;height:99px}.Pet-Parrot-Zombie{background-image:url(spritesmith6.png);background-position:-1476px -1580px;width:81px;height:99px}.Pet-Penguin-Base{background-image:url(spritesmith6.png);background-position:-1558px -1580px;width:81px;height:99px}.Pet-Penguin-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1702px 0;width:81px;height:99px}.Pet-Penguin-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1702px -100px;width:81px;height:99px}.Pet-Penguin-Desert{background-image:url(spritesmith6.png);background-position:-1702px -200px;width:81px;height:99px}.Pet-Penguin-Golden{background-image:url(spritesmith6.png);background-position:-1702px -300px;width:81px;height:99px}.Pet-Penguin-Red{background-image:url(spritesmith6.png);background-position:-1702px -400px;width:81px;height:99px}.Pet-Penguin-Shade{background-image:url(spritesmith6.png);background-position:-1702px -500px;width:81px;height:99px}.Pet-Penguin-Skeleton{background-image:url(spritesmith6.png);background-position:-1702px -600px;width:81px;height:99px}.Pet-Penguin-White{background-image:url(spritesmith6.png);background-position:-1702px -700px;width:81px;height:99px}.Pet-Penguin-Zombie{background-image:url(spritesmith6.png);background-position:-1702px -800px;width:81px;height:99px}.Pet-Rat-Base{background-image:url(spritesmith6.png);background-position:-1702px -900px;width:81px;height:99px}.Pet-Rat-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1702px -1000px;width:81px;height:99px}.Pet-Rat-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1702px -1100px;width:81px;height:99px}.Pet-Rat-Desert{background-image:url(spritesmith6.png);background-position:-1702px -1200px;width:81px;height:99px}.Pet-Rat-Golden{background-image:url(spritesmith6.png);background-position:-1702px -1300px;width:81px;height:99px}.Pet-Rat-Red{background-image:url(spritesmith6.png);background-position:-1702px -1400px;width:81px;height:99px}.Pet-Rat-Shade{background-image:url(spritesmith6.png);background-position:-1702px -1500px;width:81px;height:99px}.Pet-Rat-Skeleton{background-image:url(spritesmith6.png);background-position:0 -1680px;width:81px;height:99px}.Pet-Rat-White{background-image:url(spritesmith6.png);background-position:-82px -1680px;width:81px;height:99px}.Pet-Rat-Zombie{background-image:url(spritesmith6.png);background-position:-164px -1680px;width:81px;height:99px}.Pet-Rock-Base{background-image:url(spritesmith6.png);background-position:-246px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-328px -1680px;width:81px;height:99px}.Pet-Rock-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-410px -1680px;width:81px;height:99px}.Pet-Rock-Desert{background-image:url(spritesmith6.png);background-position:-492px -1680px;width:81px;height:99px}.Pet-Rock-Golden{background-image:url(spritesmith6.png);background-position:-574px -1680px;width:81px;height:99px}.Pet-Rock-Red{background-image:url(spritesmith6.png);background-position:-656px -1680px;width:81px;height:99px}.Pet-Rock-Shade{background-image:url(spritesmith6.png);background-position:-738px -1680px;width:81px;height:99px}.Pet-Rock-Skeleton{background-image:url(spritesmith6.png);background-position:-820px -1680px;width:81px;height:99px}.Pet-Rock-White{background-image:url(spritesmith6.png);background-position:-902px -1680px;width:81px;height:99px}.Pet-Rock-Zombie{background-image:url(spritesmith6.png);background-position:-984px -1680px;width:81px;height:99px}.Pet-Rooster-Base{background-image:url(spritesmith6.png);background-position:-1066px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1148px -1680px;width:81px;height:99px}.Pet-Rooster-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1230px -1680px;width:81px;height:99px}.Pet-Rooster-Desert{background-image:url(spritesmith6.png);background-position:-1312px -1680px;width:81px;height:99px}.Pet-Rooster-Golden{background-image:url(spritesmith6.png);background-position:-1394px -1680px;width:81px;height:99px}.Pet-Rooster-Red{background-image:url(spritesmith6.png);background-position:-1476px -1680px;width:81px;height:99px}.Pet-Rooster-Shade{background-image:url(spritesmith6.png);background-position:-1558px -1680px;width:81px;height:99px}.Pet-Rooster-Skeleton{background-image:url(spritesmith6.png);background-position:-1640px -1680px;width:81px;height:99px}.Pet-Rooster-White{background-image:url(spritesmith6.png);background-position:-1784px 0;width:81px;height:99px}.Pet-Rooster-Zombie{background-image:url(spritesmith6.png);background-position:-1784px -100px;width:81px;height:99px}.Pet-Seahorse-Base{background-image:url(spritesmith6.png);background-position:-1784px -200px;width:81px;height:99px}.Pet-Seahorse-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1784px -300px;width:81px;height:99px}.Pet-Seahorse-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1784px -400px;width:81px;height:99px}.Pet-Seahorse-Desert{background-image:url(spritesmith6.png);background-position:-1784px -500px;width:81px;height:99px}.Pet-Seahorse-Golden{background-image:url(spritesmith6.png);background-position:-1784px -600px;width:81px;height:99px}.Pet-Seahorse-Red{background-image:url(spritesmith6.png);background-position:-1784px -700px;width:81px;height:99px}.Pet-Seahorse-Shade{background-image:url(spritesmith6.png);background-position:-1784px -800px;width:81px;height:99px}.Pet-Seahorse-Skeleton{background-image:url(spritesmith6.png);background-position:-1784px -900px;width:81px;height:99px}.Pet-Seahorse-White{background-image:url(spritesmith6.png);background-position:-1784px -1000px;width:81px;height:99px}.Pet-Seahorse-Zombie{background-image:url(spritesmith6.png);background-position:-1784px -1100px;width:81px;height:99px}.Pet-Sheep-Base{background-image:url(spritesmith6.png);background-position:-1784px -1200px;width:81px;height:99px}.Pet-Sheep-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1784px -1300px;width:81px;height:99px}.Pet-Sheep-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1784px -1400px;width:81px;height:99px}.Pet-Sheep-Desert{background-image:url(spritesmith6.png);background-position:-1784px -1500px;width:81px;height:99px}.Pet-Sheep-Golden{background-image:url(spritesmith6.png);background-position:-1784px -1600px;width:81px;height:99px}.Pet-Sheep-Red{background-image:url(spritesmith6.png);background-position:-1866px 0;width:81px;height:99px}.Pet-Sheep-Shade{background-image:url(spritesmith6.png);background-position:-1866px -100px;width:81px;height:99px}.Pet-Sheep-Skeleton{background-image:url(spritesmith6.png);background-position:-1866px -200px;width:81px;height:99px}.Pet-Sheep-White{background-image:url(spritesmith6.png);background-position:-1866px -300px;width:81px;height:99px}.Pet-Sheep-Zombie{background-image:url(spritesmith6.png);background-position:-1866px -400px;width:81px;height:99px}.Pet-Slime-Base{background-image:url(spritesmith6.png);background-position:-1866px -500px;width:81px;height:99px}.Pet-Slime-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1866px -600px;width:81px;height:99px}.Pet-Slime-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1866px -700px;width:81px;height:99px}.Pet-Slime-Desert{background-image:url(spritesmith6.png);background-position:-1866px -800px;width:81px;height:99px}.Pet-Slime-Golden{background-image:url(spritesmith6.png);background-position:-1866px -900px;width:81px;height:99px}.Pet-Slime-Red{background-image:url(spritesmith6.png);background-position:-1866px -1000px;width:81px;height:99px}.Pet-Slime-Shade{background-image:url(spritesmith6.png);background-position:-1866px -1100px;width:81px;height:99px}.Pet-Slime-Skeleton{background-image:url(spritesmith6.png);background-position:-1866px -1200px;width:81px;height:99px}.Pet-Slime-White{background-image:url(spritesmith6.png);background-position:-1866px -1300px;width:81px;height:99px}.Pet-Slime-Zombie{background-image:url(spritesmith6.png);background-position:-1866px -1400px;width:81px;height:99px}.Pet-Spider-Base{background-image:url(spritesmith6.png);background-position:-1866px -1500px;width:81px;height:99px}.Pet-Spider-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1866px -1600px;width:81px;height:99px}.Pet-Spider-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1780px;width:81px;height:99px}.Pet-Spider-Desert{background-image:url(spritesmith6.png);background-position:-82px -1780px;width:81px;height:99px}.Pet-Spider-Golden{background-image:url(spritesmith6.png);background-position:-164px -1780px;width:81px;height:99px}.Pet-Spider-Red{background-image:url(spritesmith6.png);background-position:-246px -1780px;width:81px;height:99px}.Pet-Spider-Shade{background-image:url(spritesmith6.png);background-position:-328px -1780px;width:81px;height:99px}.Pet-Spider-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1780px;width:81px;height:99px}.Pet-Spider-White{background-image:url(spritesmith6.png);background-position:-492px -1780px;width:81px;height:99px}.Pet-Spider-Zombie{background-image:url(spritesmith6.png);background-position:-574px -1780px;width:81px;height:99px}.Pet-TRex-Base{background-image:url(spritesmith6.png);background-position:-656px -1780px;width:81px;height:99px}.Pet-TRex-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-738px -1780px;width:81px;height:99px}.Pet-TRex-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-820px -1780px;width:81px;height:99px}.Pet-TRex-Desert{background-image:url(spritesmith6.png);background-position:-902px -1780px;width:81px;height:99px}.Pet-TRex-Golden{background-image:url(spritesmith6.png);background-position:-984px -1780px;width:81px;height:99px}.Pet-TRex-Red{background-image:url(spritesmith6.png);background-position:-1066px -1780px;width:81px;height:99px}.Pet-TRex-Shade{background-image:url(spritesmith6.png);background-position:-1148px -1780px;width:81px;height:99px}.Pet-TRex-Skeleton{background-image:url(spritesmith6.png);background-position:-1230px -1780px;width:81px;height:99px}.Pet-TRex-White{background-image:url(spritesmith6.png);background-position:-1312px -1780px;width:81px;height:99px}.Pet-TRex-Zombie{background-image:url(spritesmith6.png);background-position:-1394px -1780px;width:81px;height:99px}.Pet-TigerCub-Base{background-image:url(spritesmith6.png);background-position:-1476px -1780px;width:81px;height:99px}.Pet-TigerCub-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1558px -1780px;width:81px;height:99px}.Pet-TigerCub-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1640px -1780px;width:81px;height:99px}.Pet-TigerCub-Desert{background-image:url(spritesmith6.png);background-position:-1722px -1780px;width:81px;height:99px}.Pet-TigerCub-Golden{background-image:url(spritesmith6.png);background-position:-1804px -1780px;width:81px;height:99px}.Pet-TigerCub-Red{background-image:url(spritesmith6.png);background-position:-1948px 0;width:81px;height:99px}.Pet-TigerCub-Shade{background-image:url(spritesmith6.png);background-position:-1948px -100px;width:81px;height:99px}.Pet-TigerCub-Skeleton{background-image:url(spritesmith6.png);background-position:-1948px -200px;width:81px;height:99px}.Pet-TigerCub-White{background-image:url(spritesmith6.png);background-position:-1948px -300px;width:81px;height:99px}.Pet-TigerCub-Zombie{background-image:url(spritesmith6.png);background-position:-1948px -400px;width:81px;height:99px}.Pet-Turkey-Base{background-image:url(spritesmith6.png);background-position:-1948px -500px;width:81px;height:99px}.Pet-Whale-Base{background-image:url(spritesmith6.png);background-position:-1948px -600px;width:81px;height:99px}.Pet-Whale-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1948px -700px;width:81px;height:99px}.Pet-Whale-CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1948px -800px;width:81px;height:99px}.Pet-Whale-Desert{background-image:url(spritesmith6.png);background-position:-1948px -900px;width:81px;height:99px}.Pet-Whale-Golden{background-image:url(spritesmith6.png);background-position:-1948px -1000px;width:81px;height:99px}.Pet-Whale-Red{background-image:url(spritesmith6.png);background-position:-1948px -1100px;width:81px;height:99px}.Pet-Whale-Shade{background-image:url(spritesmith6.png);background-position:-1948px -1200px;width:81px;height:99px}.Pet-Whale-Skeleton{background-image:url(spritesmith6.png);background-position:-1948px -1300px;width:81px;height:99px}.Pet-Whale-White{background-image:url(spritesmith6.png);background-position:-1948px -1400px;width:81px;height:99px}.Pet-Whale-Zombie{background-image:url(spritesmith6.png);background-position:-1948px -1500px;width:81px;height:99px}.Pet-Wolf-Base{background-image:url(spritesmith6.png);background-position:-1948px -1600px;width:81px;height:99px}.Pet-Wolf-CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1948px -1700px;width:81px;height:99px}.Pet-Wolf-CottonCandyPink{background-image:url(spritesmith6.png);background-position:0 -1880px;width:81px;height:99px}.Pet-Wolf-Desert{background-image:url(spritesmith6.png);background-position:-82px -1880px;width:81px;height:99px}.Pet-Wolf-Golden{background-image:url(spritesmith6.png);background-position:-164px -1880px;width:81px;height:99px}.Pet-Wolf-Red{background-image:url(spritesmith6.png);background-position:-246px -1880px;width:81px;height:99px}.Pet-Wolf-Shade{background-image:url(spritesmith6.png);background-position:-328px -1880px;width:81px;height:99px}.Pet-Wolf-Skeleton{background-image:url(spritesmith6.png);background-position:-410px -1880px;width:81px;height:99px}.Pet-Wolf-Veteran{background-image:url(spritesmith6.png);background-position:-492px -1880px;width:81px;height:99px}.Pet-Wolf-White{background-image:url(spritesmith6.png);background-position:-574px -1880px;width:81px;height:99px}.Pet-Wolf-Zombie{background-image:url(spritesmith6.png);background-position:-656px -1880px;width:81px;height:99px}.Pet_HatchingPotion_Base{background-image:url(spritesmith6.png);background-position:-1948px -1800px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyBlue{background-image:url(spritesmith6.png);background-position:-1866px -1700px;width:48px;height:51px}.Pet_HatchingPotion_CottonCandyPink{background-image:url(spritesmith6.png);background-position:-1784px -1700px;width:48px;height:51px}.Pet_HatchingPotion_Desert{background-image:url(spritesmith6.png);background-position:-1702px -1600px;width:48px;height:51px}.Pet_HatchingPotion_Golden{background-image:url(spritesmith6.png);background-position:-1620px -1500px;width:48px;height:51px}.Pet_HatchingPotion_Red{background-image:url(spritesmith6.png);background-position:-1538px -1400px;width:48px;height:51px}.Pet_HatchingPotion_Shade{background-image:url(spritesmith6.png);background-position:-1456px -1300px;width:48px;height:51px}.Pet_HatchingPotion_Skeleton{background-image:url(spritesmith6.png);background-position:-1374px -1200px;width:48px;height:51px}.Pet_HatchingPotion_White{background-image:url(spritesmith6.png);background-position:-1292px -1200px;width:48px;height:51px}.Pet_HatchingPotion_Zombie{background-image:url(spritesmith6.png);background-position:-1210px -1100px;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}.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 07d2921649..0df6adf557 100644 --- a/common/dist/sprites/spritesmith0.css +++ b/common/dist/sprites/spritesmith0.css @@ -1,228 +1,234 @@ .achievement-alien { background-image: url(spritesmith0.png); - background-position: -1949px -1116px; + background-position: -1536px -1483px; width: 24px; height: 26px; } .achievement-alpha { background-image: url(spritesmith0.png); - background-position: -1924px -819px; + background-position: -1925px -1729px; width: 24px; height: 26px; } .achievement-armor { background-image: url(spritesmith0.png); - background-position: -1924px -1116px; + background-position: -1586px -1456px; width: 24px; height: 26px; } .achievement-boot { background-image: url(spritesmith0.png); - background-position: -1899px -1116px; + background-position: -1561px -1456px; width: 24px; height: 26px; } .achievement-bow { background-image: url(spritesmith0.png); - background-position: -1949px -1089px; + background-position: -1536px -1456px; width: 24px; height: 26px; } .achievement-cactus { background-image: url(spritesmith0.png); - background-position: -1924px -1089px; + background-position: -1677px -1574px; width: 24px; height: 26px; } .achievement-cake { background-image: url(spritesmith0.png); - background-position: -1899px -1089px; + background-position: -1652px -1574px; width: 24px; height: 26px; } .achievement-cave { background-image: url(spritesmith0.png); - background-position: -1949px -1062px; + background-position: -1627px -1574px; width: 24px; height: 26px; } .achievement-coffin { background-image: url(spritesmith0.png); - background-position: -1924px -1062px; + background-position: -1677px -1547px; width: 24px; height: 26px; } .achievement-comment { background-image: url(spritesmith0.png); - background-position: -1899px -1062px; + background-position: -1652px -1547px; width: 24px; height: 26px; } .achievement-costumeContest { background-image: url(spritesmith0.png); - background-position: -1949px -1035px; + background-position: -1627px -1547px; width: 24px; height: 26px; } .achievement-dilatory { background-image: url(spritesmith0.png); - background-position: -1924px -1035px; + background-position: -1768px -1665px; width: 24px; height: 26px; } .achievement-firefox { background-image: url(spritesmith0.png); - background-position: -1899px -1035px; + background-position: -1743px -1665px; width: 24px; height: 26px; } .achievement-habitBirthday { background-image: url(spritesmith0.png); - background-position: -1949px -1008px; + background-position: -1718px -1665px; width: 24px; height: 26px; } .achievement-heart { background-image: url(spritesmith0.png); - background-position: -1924px -1008px; + background-position: -1768px -1638px; width: 24px; height: 26px; } .achievement-karaoke { background-image: url(spritesmith0.png); - background-position: -1899px -1008px; + background-position: -1743px -1638px; width: 24px; height: 26px; } .achievement-ninja { background-image: url(spritesmith0.png); - background-position: -1949px -981px; + background-position: -1718px -1638px; width: 24px; height: 26px; } .achievement-nye { background-image: url(spritesmith0.png); - background-position: -1924px -981px; + background-position: -1859px -1756px; width: 24px; height: 26px; } .achievement-perfect { background-image: url(spritesmith0.png); - background-position: -1899px -819px; + background-position: -1834px -1756px; width: 24px; height: 26px; } .achievement-rat { background-image: url(spritesmith0.png); - background-position: -1949px -954px; + background-position: -1900px -1729px; + width: 24px; + height: 26px; +} +.achievement-seafoam { + background-image: url(spritesmith0.png); + background-position: -1859px -1729px; width: 24px; height: 26px; } .achievement-shield { background-image: url(spritesmith0.png); - background-position: -1924px -954px; + background-position: -1834px -1729px; width: 24px; height: 26px; } .achievement-shinySeed { background-image: url(spritesmith0.png); - background-position: -1899px -954px; + background-position: -1809px -1729px; width: 24px; height: 26px; } .achievement-snowball { background-image: url(spritesmith0.png); - background-position: -1949px -927px; + background-position: -1950px -1837px; width: 24px; height: 26px; } .achievement-spookDust { background-image: url(spritesmith0.png); - background-position: -1924px -927px; + background-position: -1925px -1837px; width: 24px; height: 26px; } .achievement-stoikalm { background-image: url(spritesmith0.png); - background-position: -1899px -927px; + background-position: -1900px -1837px; width: 24px; height: 26px; } .achievement-sun { background-image: url(spritesmith0.png); - background-position: -1949px -900px; + background-position: -1950px -1810px; width: 24px; height: 26px; } .achievement-sword { background-image: url(spritesmith0.png); - background-position: -1924px -900px; + background-position: -1925px -1810px; width: 24px; height: 26px; } .achievement-thermometer { background-image: url(spritesmith0.png); - background-position: -1899px -900px; + background-position: -1900px -1810px; width: 24px; height: 26px; } .achievement-tree { background-image: url(spritesmith0.png); - background-position: -1949px -873px; + background-position: -1950px -1783px; width: 24px; height: 26px; } .achievement-triadbingo { background-image: url(spritesmith0.png); - background-position: -1924px -873px; + background-position: -1925px -1783px; width: 24px; height: 26px; } .achievement-ultimate-healer { background-image: url(spritesmith0.png); - background-position: -1899px -873px; + background-position: -1900px -1783px; width: 24px; height: 26px; } .achievement-ultimate-mage { background-image: url(spritesmith0.png); - background-position: -1949px -846px; + background-position: -1950px -1756px; width: 24px; height: 26px; } .achievement-ultimate-rogue { background-image: url(spritesmith0.png); - background-position: -1924px -846px; + background-position: -1925px -1756px; width: 24px; height: 26px; } .achievement-ultimate-warrior { background-image: url(spritesmith0.png); - background-position: -1899px -846px; + background-position: -1900px -1756px; width: 24px; height: 26px; } .achievement-valentine { background-image: url(spritesmith0.png); - background-position: -1949px -819px; + background-position: -1950px -1729px; width: 24px; height: 26px; } .achievement-wolf { background-image: url(spritesmith0.png); - background-position: -1899px -981px; + background-position: -1809px -1756px; width: 24px; height: 26px; } .background_autumn_forest { background-image: url(spritesmith0.png); - background-position: -707px 0px; + background-position: -706px -148px; width: 140px; height: 147px; } .background_beach { background-image: url(spritesmith0.png); - background-position: -283px 0px; + background-position: -282px 0px; width: 141px; height: 147px; } @@ -246,4081 +252,4171 @@ } .background_coral_reef { background-image: url(spritesmith0.png); - background-position: -425px 0px; + background-position: -424px 0px; width: 140px; height: 147px; } .background_crystal_cave { background-image: url(spritesmith0.png); - background-position: -425px -148px; + background-position: -424px -148px; width: 140px; height: 147px; } -.background_distant_castle { +.background_dilatory_ruins { background-image: url(spritesmith0.png); background-position: 0px -296px; width: 140px; height: 147px; } -.background_drifting_raft { +.background_distant_castle { background-image: url(spritesmith0.png); background-position: -141px -296px; width: 140px; height: 147px; } -.background_dusty_canyons { +.background_drifting_raft { background-image: url(spritesmith0.png); background-position: -282px -296px; width: 140px; height: 147px; } -.background_fairy_ring { +.background_dusty_canyons { background-image: url(spritesmith0.png); background-position: -423px -296px; width: 140px; height: 147px; } +.background_fairy_ring { + background-image: url(spritesmith0.png); + background-position: -565px 0px; + width: 140px; + height: 147px; +} .background_floral_meadow { background-image: url(spritesmith0.png); - background-position: -566px 0px; + background-position: -565px -148px; width: 140px; height: 147px; } .background_forest { background-image: url(spritesmith0.png); - background-position: -566px -148px; + background-position: -565px -296px; width: 140px; height: 147px; } .background_frigid_peak { background-image: url(spritesmith0.png); - background-position: -566px -296px; + background-position: 0px -444px; width: 140px; height: 147px; } +.background_giant_wave { + background-image: url(spritesmith0.png); + background-position: -141px -444px; + width: 141px; + height: 147px; +} .background_graveyard { background-image: url(spritesmith0.png); - background-position: 0px -444px; + background-position: -283px -444px; width: 140px; height: 147px; } .background_gumdrop_land { background-image: url(spritesmith0.png); - background-position: -141px -444px; + background-position: -424px -444px; width: 140px; height: 147px; } .background_harvest_feast { background-image: url(spritesmith0.png); - background-position: -282px -444px; + background-position: -565px -444px; width: 140px; height: 147px; } .background_harvest_fields { background-image: url(spritesmith0.png); - background-position: -423px -444px; + background-position: -706px 0px; width: 141px; height: 147px; } .background_haunted_house { background-image: url(spritesmith0.png); - background-position: -565px -444px; + background-position: 0px 0px; width: 140px; height: 147px; } .background_ice_cave { background-image: url(spritesmith0.png); - background-position: 0px 0px; + background-position: -706px -296px; width: 141px; height: 147px; } .background_iceberg { background-image: url(spritesmith0.png); - background-position: -707px -148px; + background-position: -706px -444px; width: 140px; height: 147px; } .background_island_waterfalls { background-image: url(spritesmith0.png); - background-position: -707px -296px; + background-position: 0px -592px; width: 140px; height: 147px; } .background_marble_temple { background-image: url(spritesmith0.png); - background-position: 0px -592px; + background-position: -141px -592px; width: 141px; height: 147px; } .background_mountain_lake { background-image: url(spritesmith0.png); - background-position: -707px -444px; + background-position: -283px -592px; width: 140px; height: 147px; } .background_open_waters { background-image: url(spritesmith0.png); - background-position: -142px -592px; + background-position: -424px -592px; width: 141px; height: 147px; } .background_pagodas { background-image: url(spritesmith0.png); - background-position: -284px -592px; + background-position: -566px -592px; width: 140px; height: 147px; } .background_pumpkin_patch { background-image: url(spritesmith0.png); - background-position: -425px -592px; + background-position: -707px -592px; width: 140px; height: 147px; } .background_rolling_hills { background-image: url(spritesmith0.png); - background-position: -566px -592px; + background-position: -848px 0px; width: 141px; height: 147px; } .background_seafarer_ship { background-image: url(spritesmith0.png); - background-position: -848px 0px; + background-position: -848px -148px; width: 140px; height: 147px; } .background_shimmery_bubbles { background-image: url(spritesmith0.png); - background-position: -848px -148px; + background-position: -848px -296px; width: 140px; height: 147px; } .background_snowy_pines { background-image: url(spritesmith0.png); - background-position: -848px -296px; + background-position: -848px -444px; width: 140px; height: 147px; } .background_south_pole { background-image: url(spritesmith0.png); - background-position: -848px -444px; + background-position: -848px -592px; width: 140px; height: 147px; } .background_spring_rain { background-image: url(spritesmith0.png); - background-position: -848px -592px; + background-position: 0px -740px; width: 140px; height: 147px; } .background_stained_glass { background-image: url(spritesmith0.png); - background-position: 0px -740px; + background-position: -141px -740px; width: 140px; height: 147px; } .background_starry_skies { background-image: url(spritesmith0.png); - background-position: -141px -740px; + background-position: -282px -740px; + width: 140px; + height: 147px; +} +.background_sunken_ship { + background-image: url(spritesmith0.png); + background-position: -423px -740px; width: 140px; height: 147px; } .background_sunset_meadow { background-image: url(spritesmith0.png); - background-position: -282px -740px; + background-position: -564px -740px; width: 140px; height: 147px; } .background_thunderstorm { background-image: url(spritesmith0.png); - background-position: -423px -740px; + background-position: -705px -740px; width: 141px; height: 147px; } .background_twinkly_lights { background-image: url(spritesmith0.png); - background-position: -565px -740px; + background-position: -847px -740px; width: 141px; height: 147px; } .background_volcano { background-image: url(spritesmith0.png); - background-position: -142px 0px; + background-position: -141px 0px; width: 140px; height: 147px; } .hair_beard_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1080px -91px; + background-position: -1081px -546px; width: 90px; height: 90px; } .customize-option.hair_beard_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1105px -106px; + background-position: -1106px -561px; width: 60px; height: 60px; } .hair_beard_1_aurora { background-image: url(spritesmith0.png); - background-position: -1080px -182px; + background-position: -1081px -637px; width: 90px; height: 90px; } .customize-option.hair_beard_1_aurora { background-image: url(spritesmith0.png); - background-position: -1105px -197px; + background-position: -1106px -652px; width: 60px; height: 60px; } .hair_beard_1_black { background-image: url(spritesmith0.png); - background-position: -1080px -273px; + background-position: -1081px -728px; width: 90px; height: 90px; } .customize-option.hair_beard_1_black { background-image: url(spritesmith0.png); - background-position: -1105px -288px; + background-position: -1106px -743px; width: 60px; height: 60px; } .hair_beard_1_blond { background-image: url(spritesmith0.png); - background-position: -1080px -364px; + background-position: -1081px -819px; width: 90px; height: 90px; } .customize-option.hair_beard_1_blond { background-image: url(spritesmith0.png); - background-position: -1105px -379px; + background-position: -1106px -834px; width: 60px; height: 60px; } .hair_beard_1_blue { background-image: url(spritesmith0.png); - background-position: -1080px -455px; + background-position: -1081px -910px; width: 90px; height: 90px; } .customize-option.hair_beard_1_blue { background-image: url(spritesmith0.png); - background-position: -1105px -470px; + background-position: -1106px -925px; width: 60px; height: 60px; } .hair_beard_1_brown { background-image: url(spritesmith0.png); - background-position: -1080px -546px; + background-position: 0px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_brown { background-image: url(spritesmith0.png); - background-position: -1105px -561px; + background-position: -25px -1085px; width: 60px; height: 60px; } .hair_beard_1_candycane { background-image: url(spritesmith0.png); - background-position: -1080px -637px; + background-position: -91px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_candycane { background-image: url(spritesmith0.png); - background-position: -1105px -652px; + background-position: -116px -1085px; width: 60px; height: 60px; } .hair_beard_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1080px -728px; + background-position: -182px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1105px -743px; + background-position: -207px -1085px; width: 60px; height: 60px; } .hair_beard_1_festive { background-image: url(spritesmith0.png); - background-position: -1080px -819px; + background-position: -273px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_festive { background-image: url(spritesmith0.png); - background-position: -1105px -834px; + background-position: -298px -1085px; width: 60px; height: 60px; } .hair_beard_1_frost { background-image: url(spritesmith0.png); - background-position: -1080px -910px; + background-position: -364px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_frost { background-image: url(spritesmith0.png); - background-position: -1105px -925px; + background-position: -389px -1085px; width: 60px; height: 60px; } .hair_beard_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: 0px -1070px; + background-position: -455px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: -25px -1085px; + background-position: -480px -1085px; width: 60px; height: 60px; } .hair_beard_1_green { background-image: url(spritesmith0.png); - background-position: -91px -1070px; + background-position: -546px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_green { background-image: url(spritesmith0.png); - background-position: -116px -1085px; + background-position: -571px -1085px; width: 60px; height: 60px; } .hair_beard_1_halloween { background-image: url(spritesmith0.png); - background-position: -182px -1070px; + background-position: -637px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_halloween { background-image: url(spritesmith0.png); - background-position: -207px -1085px; + background-position: -662px -1085px; width: 60px; height: 60px; } .hair_beard_1_holly { background-image: url(spritesmith0.png); - background-position: -273px -1070px; + background-position: -728px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_holly { background-image: url(spritesmith0.png); - background-position: -298px -1085px; + background-position: -753px -1085px; width: 60px; height: 60px; } .hair_beard_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -364px -1070px; + background-position: -819px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -389px -1085px; + background-position: -844px -1085px; width: 60px; height: 60px; } .hair_beard_1_midnight { background-image: url(spritesmith0.png); - background-position: -455px -1070px; + background-position: -910px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_midnight { background-image: url(spritesmith0.png); - background-position: -480px -1085px; + background-position: -935px -1085px; width: 60px; height: 60px; } .hair_beard_1_pblue { background-image: url(spritesmith0.png); - background-position: -546px -1070px; + background-position: -1001px -1070px; width: 90px; height: 90px; } .customize-option.hair_beard_1_pblue { background-image: url(spritesmith0.png); - background-position: -571px -1085px; + background-position: -1026px -1085px; width: 60px; height: 60px; } .hair_beard_1_peppermint { background-image: url(spritesmith0.png); - background-position: -637px -1070px; + background-position: -1172px 0px; width: 90px; height: 90px; } .customize-option.hair_beard_1_peppermint { background-image: url(spritesmith0.png); - background-position: -662px -1085px; + background-position: -1197px -15px; width: 60px; height: 60px; } .hair_beard_1_pgreen { background-image: url(spritesmith0.png); - background-position: -728px -1070px; + background-position: -1172px -91px; width: 90px; height: 90px; } .customize-option.hair_beard_1_pgreen { background-image: url(spritesmith0.png); - background-position: -753px -1085px; + background-position: -1197px -106px; width: 60px; height: 60px; } .hair_beard_1_porange { background-image: url(spritesmith0.png); - background-position: -819px -1070px; + background-position: -1172px -182px; width: 90px; height: 90px; } .customize-option.hair_beard_1_porange { background-image: url(spritesmith0.png); - background-position: -844px -1085px; + background-position: -1197px -197px; width: 60px; height: 60px; } .hair_beard_1_ppink { background-image: url(spritesmith0.png); - background-position: -910px -1070px; + background-position: -1172px -273px; width: 90px; height: 90px; } .customize-option.hair_beard_1_ppink { background-image: url(spritesmith0.png); - background-position: -935px -1085px; + background-position: -1197px -288px; width: 60px; height: 60px; } .hair_beard_1_ppurple { background-image: url(spritesmith0.png); - background-position: -1001px -1070px; + background-position: -1172px -364px; width: 90px; height: 90px; } .customize-option.hair_beard_1_ppurple { background-image: url(spritesmith0.png); - background-position: -1026px -1085px; + background-position: -1197px -379px; width: 60px; height: 60px; } .hair_beard_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -1171px 0px; + background-position: -1172px -455px; width: 90px; height: 90px; } .customize-option.hair_beard_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -1196px -15px; + background-position: -1197px -470px; width: 60px; height: 60px; } .hair_beard_1_purple { background-image: url(spritesmith0.png); - background-position: -1171px -91px; + background-position: -1172px -546px; width: 90px; height: 90px; } .customize-option.hair_beard_1_purple { background-image: url(spritesmith0.png); - background-position: -1196px -106px; + background-position: -1197px -561px; width: 60px; height: 60px; } .hair_beard_1_pyellow { background-image: url(spritesmith0.png); - background-position: -1171px -182px; + background-position: -1172px -637px; width: 90px; height: 90px; } .customize-option.hair_beard_1_pyellow { background-image: url(spritesmith0.png); - background-position: -1196px -197px; + background-position: -1197px -652px; width: 60px; height: 60px; } .hair_beard_1_rainbow { background-image: url(spritesmith0.png); - background-position: -1171px -273px; + background-position: -1172px -728px; width: 90px; height: 90px; } .customize-option.hair_beard_1_rainbow { background-image: url(spritesmith0.png); - background-position: -1196px -288px; + background-position: -1197px -743px; width: 60px; height: 60px; } .hair_beard_1_red { background-image: url(spritesmith0.png); - background-position: -1171px -364px; + background-position: -1172px -819px; width: 90px; height: 90px; } .customize-option.hair_beard_1_red { background-image: url(spritesmith0.png); - background-position: -1196px -379px; + background-position: -1197px -834px; width: 60px; height: 60px; } .hair_beard_1_snowy { background-image: url(spritesmith0.png); - background-position: -1171px -455px; + background-position: -1172px -910px; width: 90px; height: 90px; } .customize-option.hair_beard_1_snowy { background-image: url(spritesmith0.png); - background-position: -1196px -470px; + background-position: -1197px -925px; width: 60px; height: 60px; } .hair_beard_1_white { background-image: url(spritesmith0.png); - background-position: -1171px -546px; + background-position: -1172px -1001px; width: 90px; height: 90px; } .customize-option.hair_beard_1_white { background-image: url(spritesmith0.png); - background-position: -1196px -561px; + background-position: -1197px -1016px; width: 60px; height: 60px; } .hair_beard_1_winternight { background-image: url(spritesmith0.png); - background-position: -1171px -637px; + background-position: 0px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_1_winternight { background-image: url(spritesmith0.png); - background-position: -1196px -652px; + background-position: -25px -1176px; width: 60px; height: 60px; } .hair_beard_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1171px -728px; + background-position: -91px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1196px -743px; + background-position: -116px -1176px; width: 60px; height: 60px; } .hair_beard_1_yellow { background-image: url(spritesmith0.png); - background-position: -1171px -819px; + background-position: -182px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_1_yellow { background-image: url(spritesmith0.png); - background-position: -1196px -834px; + background-position: -207px -1176px; width: 60px; height: 60px; } .hair_beard_1_zombie { background-image: url(spritesmith0.png); - background-position: -1171px -910px; + background-position: -273px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_1_zombie { background-image: url(spritesmith0.png); - background-position: -1196px -925px; + background-position: -298px -1176px; width: 60px; height: 60px; } .hair_beard_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1171px -1001px; + background-position: -364px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1196px -1016px; + background-position: -389px -1176px; width: 60px; height: 60px; } .hair_beard_2_aurora { background-image: url(spritesmith0.png); - background-position: 0px -1161px; + background-position: -455px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_aurora { background-image: url(spritesmith0.png); - background-position: -25px -1176px; + background-position: -480px -1176px; width: 60px; height: 60px; } .hair_beard_2_black { background-image: url(spritesmith0.png); - background-position: -91px -1161px; + background-position: -546px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_black { background-image: url(spritesmith0.png); - background-position: -116px -1176px; + background-position: -571px -1176px; width: 60px; height: 60px; } .hair_beard_2_blond { background-image: url(spritesmith0.png); - background-position: -182px -1161px; + background-position: -637px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_blond { background-image: url(spritesmith0.png); - background-position: -207px -1176px; + background-position: -662px -1176px; width: 60px; height: 60px; } .hair_beard_2_blue { background-image: url(spritesmith0.png); - background-position: -273px -1161px; + background-position: -728px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_blue { background-image: url(spritesmith0.png); - background-position: -298px -1176px; + background-position: -753px -1176px; width: 60px; height: 60px; } .hair_beard_2_brown { background-image: url(spritesmith0.png); - background-position: -364px -1161px; + background-position: -819px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_brown { background-image: url(spritesmith0.png); - background-position: -389px -1176px; + background-position: -844px -1176px; width: 60px; height: 60px; } .hair_beard_2_candycane { background-image: url(spritesmith0.png); - background-position: -455px -1161px; + background-position: -910px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_candycane { background-image: url(spritesmith0.png); - background-position: -480px -1176px; + background-position: -935px -1176px; width: 60px; height: 60px; } .hair_beard_2_candycorn { background-image: url(spritesmith0.png); - background-position: -546px -1161px; + background-position: -1001px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_candycorn { background-image: url(spritesmith0.png); - background-position: -571px -1176px; + background-position: -1026px -1176px; width: 60px; height: 60px; } .hair_beard_2_festive { background-image: url(spritesmith0.png); - background-position: -637px -1161px; + background-position: -1092px -1161px; width: 90px; height: 90px; } .customize-option.hair_beard_2_festive { background-image: url(spritesmith0.png); - background-position: -662px -1176px; + background-position: -1117px -1176px; width: 60px; height: 60px; } .hair_beard_2_frost { background-image: url(spritesmith0.png); - background-position: -728px -1161px; + background-position: -1263px 0px; width: 90px; height: 90px; } .customize-option.hair_beard_2_frost { background-image: url(spritesmith0.png); - background-position: -753px -1176px; + background-position: -1288px -15px; width: 60px; height: 60px; } .hair_beard_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: -819px -1161px; + background-position: -1263px -91px; width: 90px; height: 90px; } .customize-option.hair_beard_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: -844px -1176px; + background-position: -1288px -106px; width: 60px; height: 60px; } .hair_beard_2_green { background-image: url(spritesmith0.png); - background-position: -910px -1161px; + background-position: -1263px -182px; width: 90px; height: 90px; } .customize-option.hair_beard_2_green { background-image: url(spritesmith0.png); - background-position: -935px -1176px; + background-position: -1288px -197px; width: 60px; height: 60px; } .hair_beard_2_halloween { background-image: url(spritesmith0.png); - background-position: -1001px -1161px; + background-position: -1263px -273px; width: 90px; height: 90px; } .customize-option.hair_beard_2_halloween { background-image: url(spritesmith0.png); - background-position: -1026px -1176px; + background-position: -1288px -288px; width: 60px; height: 60px; } .hair_beard_2_holly { background-image: url(spritesmith0.png); - background-position: -1092px -1161px; + background-position: -1263px -364px; width: 90px; height: 90px; } .customize-option.hair_beard_2_holly { background-image: url(spritesmith0.png); - background-position: -1117px -1176px; + background-position: -1288px -379px; width: 60px; height: 60px; } .hair_beard_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -1262px 0px; + background-position: -1263px -455px; width: 90px; height: 90px; } .customize-option.hair_beard_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -1287px -15px; + background-position: -1288px -470px; width: 60px; height: 60px; } .hair_beard_2_midnight { background-image: url(spritesmith0.png); - background-position: -1262px -91px; + background-position: -1263px -546px; width: 90px; height: 90px; } .customize-option.hair_beard_2_midnight { background-image: url(spritesmith0.png); - background-position: -1287px -106px; + background-position: -1288px -561px; width: 60px; height: 60px; } .hair_beard_2_pblue { background-image: url(spritesmith0.png); - background-position: -1262px -182px; + background-position: -1263px -637px; width: 90px; height: 90px; } .customize-option.hair_beard_2_pblue { background-image: url(spritesmith0.png); - background-position: -1287px -197px; + background-position: -1288px -652px; width: 60px; height: 60px; } .hair_beard_2_peppermint { background-image: url(spritesmith0.png); - background-position: -1262px -273px; + background-position: -1263px -728px; width: 90px; height: 90px; } .customize-option.hair_beard_2_peppermint { background-image: url(spritesmith0.png); - background-position: -1287px -288px; + background-position: -1288px -743px; width: 60px; height: 60px; } .hair_beard_2_pgreen { background-image: url(spritesmith0.png); - background-position: -1262px -364px; + background-position: -1263px -819px; width: 90px; height: 90px; } .customize-option.hair_beard_2_pgreen { background-image: url(spritesmith0.png); - background-position: -1287px -379px; + background-position: -1288px -834px; width: 60px; height: 60px; } .hair_beard_2_porange { background-image: url(spritesmith0.png); - background-position: -1262px -455px; + background-position: -1263px -910px; width: 90px; height: 90px; } .customize-option.hair_beard_2_porange { background-image: url(spritesmith0.png); - background-position: -1287px -470px; + background-position: -1288px -925px; width: 60px; height: 60px; } .hair_beard_2_ppink { background-image: url(spritesmith0.png); - background-position: -1262px -546px; + background-position: -1263px -1001px; width: 90px; height: 90px; } .customize-option.hair_beard_2_ppink { background-image: url(spritesmith0.png); - background-position: -1287px -561px; + background-position: -1288px -1016px; width: 60px; height: 60px; } .hair_beard_2_ppurple { background-image: url(spritesmith0.png); - background-position: -1262px -637px; + background-position: -1263px -1092px; width: 90px; height: 90px; } .customize-option.hair_beard_2_ppurple { background-image: url(spritesmith0.png); - background-position: -1287px -652px; + background-position: -1288px -1107px; width: 60px; height: 60px; } .hair_beard_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -1262px -728px; + background-position: 0px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -1287px -743px; + background-position: -25px -1267px; width: 60px; height: 60px; } .hair_beard_2_purple { background-image: url(spritesmith0.png); - background-position: -1262px -819px; + background-position: -91px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_purple { background-image: url(spritesmith0.png); - background-position: -1287px -834px; + background-position: -116px -1267px; width: 60px; height: 60px; } .hair_beard_2_pyellow { background-image: url(spritesmith0.png); - background-position: -1262px -910px; + background-position: -182px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_pyellow { background-image: url(spritesmith0.png); - background-position: -1287px -925px; + background-position: -207px -1267px; width: 60px; height: 60px; } .hair_beard_2_rainbow { background-image: url(spritesmith0.png); - background-position: -1262px -1001px; + background-position: -273px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_rainbow { background-image: url(spritesmith0.png); - background-position: -1287px -1016px; + background-position: -298px -1267px; width: 60px; height: 60px; } .hair_beard_2_red { background-image: url(spritesmith0.png); - background-position: -1262px -1092px; + background-position: -364px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_red { background-image: url(spritesmith0.png); - background-position: -1287px -1107px; + background-position: -389px -1267px; width: 60px; height: 60px; } .hair_beard_2_snowy { background-image: url(spritesmith0.png); - background-position: 0px -1252px; + background-position: -455px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_snowy { background-image: url(spritesmith0.png); - background-position: -25px -1267px; + background-position: -480px -1267px; width: 60px; height: 60px; } .hair_beard_2_white { background-image: url(spritesmith0.png); - background-position: -91px -1252px; + background-position: -546px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_white { background-image: url(spritesmith0.png); - background-position: -116px -1267px; + background-position: -571px -1267px; width: 60px; height: 60px; } .hair_beard_2_winternight { background-image: url(spritesmith0.png); - background-position: -182px -1252px; + background-position: -637px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_winternight { background-image: url(spritesmith0.png); - background-position: -207px -1267px; + background-position: -662px -1267px; width: 60px; height: 60px; } .hair_beard_2_winterstar { background-image: url(spritesmith0.png); - background-position: -273px -1252px; + background-position: -728px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_winterstar { background-image: url(spritesmith0.png); - background-position: -298px -1267px; + background-position: -753px -1267px; width: 60px; height: 60px; } .hair_beard_2_yellow { background-image: url(spritesmith0.png); - background-position: -364px -1252px; + background-position: -819px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_yellow { background-image: url(spritesmith0.png); - background-position: -389px -1267px; + background-position: -844px -1267px; width: 60px; height: 60px; } .hair_beard_2_zombie { background-image: url(spritesmith0.png); - background-position: -455px -1252px; + background-position: -910px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_2_zombie { background-image: url(spritesmith0.png); - background-position: -480px -1267px; + background-position: -935px -1267px; width: 60px; height: 60px; } .hair_beard_3_TRUred { background-image: url(spritesmith0.png); - background-position: -546px -1252px; + background-position: -1001px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_3_TRUred { background-image: url(spritesmith0.png); - background-position: -571px -1267px; + background-position: -1026px -1267px; width: 60px; height: 60px; } .hair_beard_3_aurora { background-image: url(spritesmith0.png); - background-position: -637px -1252px; + background-position: -1092px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_3_aurora { background-image: url(spritesmith0.png); - background-position: -662px -1267px; + background-position: -1117px -1267px; width: 60px; height: 60px; } .hair_beard_3_black { background-image: url(spritesmith0.png); - background-position: -728px -1252px; + background-position: -1183px -1252px; width: 90px; height: 90px; } .customize-option.hair_beard_3_black { background-image: url(spritesmith0.png); - background-position: -753px -1267px; + background-position: -1208px -1267px; width: 60px; height: 60px; } .hair_beard_3_blond { background-image: url(spritesmith0.png); - background-position: -819px -1252px; + background-position: -1354px 0px; width: 90px; height: 90px; } .customize-option.hair_beard_3_blond { background-image: url(spritesmith0.png); - background-position: -844px -1267px; + background-position: -1379px -15px; width: 60px; height: 60px; } .hair_beard_3_blue { background-image: url(spritesmith0.png); - background-position: -910px -1252px; + background-position: -1354px -91px; width: 90px; height: 90px; } .customize-option.hair_beard_3_blue { background-image: url(spritesmith0.png); - background-position: -935px -1267px; + background-position: -1379px -106px; width: 60px; height: 60px; } .hair_beard_3_brown { background-image: url(spritesmith0.png); - background-position: -1001px -1252px; + background-position: -1354px -182px; width: 90px; height: 90px; } .customize-option.hair_beard_3_brown { background-image: url(spritesmith0.png); - background-position: -1026px -1267px; + background-position: -1379px -197px; width: 60px; height: 60px; } .hair_beard_3_candycane { background-image: url(spritesmith0.png); - background-position: -1092px -1252px; + background-position: -1354px -273px; width: 90px; height: 90px; } .customize-option.hair_beard_3_candycane { background-image: url(spritesmith0.png); - background-position: -1117px -1267px; + background-position: -1379px -288px; width: 60px; height: 60px; } .hair_beard_3_candycorn { background-image: url(spritesmith0.png); - background-position: -1183px -1252px; + background-position: -1354px -364px; width: 90px; height: 90px; } .customize-option.hair_beard_3_candycorn { background-image: url(spritesmith0.png); - background-position: -1208px -1267px; + background-position: -1379px -379px; width: 60px; height: 60px; } .hair_beard_3_festive { background-image: url(spritesmith0.png); - background-position: -1353px 0px; + background-position: -1354px -455px; width: 90px; height: 90px; } .customize-option.hair_beard_3_festive { background-image: url(spritesmith0.png); - background-position: -1378px -15px; + background-position: -1379px -470px; width: 60px; height: 60px; } .hair_beard_3_frost { background-image: url(spritesmith0.png); - background-position: -1353px -91px; + background-position: -1354px -546px; width: 90px; height: 90px; } .customize-option.hair_beard_3_frost { background-image: url(spritesmith0.png); - background-position: -1378px -106px; + background-position: -1379px -561px; width: 60px; height: 60px; } .hair_beard_3_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1353px -182px; + background-position: -1354px -637px; width: 90px; height: 90px; } .customize-option.hair_beard_3_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1378px -197px; + background-position: -1379px -652px; width: 60px; height: 60px; } .hair_beard_3_green { background-image: url(spritesmith0.png); - background-position: -1353px -273px; + background-position: -1354px -728px; width: 90px; height: 90px; } .customize-option.hair_beard_3_green { background-image: url(spritesmith0.png); - background-position: -1378px -288px; + background-position: -1379px -743px; width: 60px; height: 60px; } .hair_beard_3_halloween { background-image: url(spritesmith0.png); - background-position: -1353px -364px; + background-position: -1354px -819px; width: 90px; height: 90px; } .customize-option.hair_beard_3_halloween { background-image: url(spritesmith0.png); - background-position: -1378px -379px; + background-position: -1379px -834px; width: 60px; height: 60px; } .hair_beard_3_holly { background-image: url(spritesmith0.png); - background-position: -1353px -455px; + background-position: -1354px -910px; width: 90px; height: 90px; } .customize-option.hair_beard_3_holly { background-image: url(spritesmith0.png); - background-position: -1378px -470px; + background-position: -1379px -925px; width: 60px; height: 60px; } .hair_beard_3_hollygreen { background-image: url(spritesmith0.png); - background-position: -1353px -546px; + background-position: -1354px -1001px; width: 90px; height: 90px; } .customize-option.hair_beard_3_hollygreen { background-image: url(spritesmith0.png); - background-position: -1378px -561px; + background-position: -1379px -1016px; width: 60px; height: 60px; } .hair_beard_3_midnight { background-image: url(spritesmith0.png); - background-position: -1353px -637px; + background-position: -1354px -1092px; width: 90px; height: 90px; } .customize-option.hair_beard_3_midnight { background-image: url(spritesmith0.png); - background-position: -1378px -652px; + background-position: -1379px -1107px; width: 60px; height: 60px; } .hair_beard_3_pblue { background-image: url(spritesmith0.png); - background-position: -1353px -728px; + background-position: -1354px -1183px; width: 90px; height: 90px; } .customize-option.hair_beard_3_pblue { background-image: url(spritesmith0.png); - background-position: -1378px -743px; + background-position: -1379px -1198px; width: 60px; height: 60px; } .hair_beard_3_peppermint { background-image: url(spritesmith0.png); - background-position: -1353px -819px; + background-position: 0px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_peppermint { background-image: url(spritesmith0.png); - background-position: -1378px -834px; + background-position: -25px -1358px; width: 60px; height: 60px; } .hair_beard_3_pgreen { background-image: url(spritesmith0.png); - background-position: -1353px -910px; + background-position: -91px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_pgreen { background-image: url(spritesmith0.png); - background-position: -1378px -925px; + background-position: -116px -1358px; width: 60px; height: 60px; } .hair_beard_3_porange { background-image: url(spritesmith0.png); - background-position: -1353px -1001px; + background-position: -182px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_porange { background-image: url(spritesmith0.png); - background-position: -1378px -1016px; + background-position: -207px -1358px; width: 60px; height: 60px; } .hair_beard_3_ppink { background-image: url(spritesmith0.png); - background-position: -1353px -1092px; + background-position: -273px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_ppink { background-image: url(spritesmith0.png); - background-position: -1378px -1107px; + background-position: -298px -1358px; width: 60px; height: 60px; } .hair_beard_3_ppurple { background-image: url(spritesmith0.png); - background-position: -1353px -1183px; + background-position: -364px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_ppurple { background-image: url(spritesmith0.png); - background-position: -1378px -1198px; + background-position: -389px -1358px; width: 60px; height: 60px; } .hair_beard_3_pumpkin { background-image: url(spritesmith0.png); - background-position: 0px -1343px; + background-position: -455px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_pumpkin { background-image: url(spritesmith0.png); - background-position: -25px -1358px; + background-position: -480px -1358px; width: 60px; height: 60px; } .hair_beard_3_purple { background-image: url(spritesmith0.png); - background-position: -91px -1343px; + background-position: -546px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_purple { background-image: url(spritesmith0.png); - background-position: -116px -1358px; + background-position: -571px -1358px; width: 60px; height: 60px; } .hair_beard_3_pyellow { background-image: url(spritesmith0.png); - background-position: -182px -1343px; + background-position: -637px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_pyellow { background-image: url(spritesmith0.png); - background-position: -207px -1358px; + background-position: -662px -1358px; width: 60px; height: 60px; } .hair_beard_3_rainbow { background-image: url(spritesmith0.png); - background-position: -273px -1343px; + background-position: -728px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_rainbow { background-image: url(spritesmith0.png); - background-position: -298px -1358px; + background-position: -753px -1358px; width: 60px; height: 60px; } .hair_beard_3_red { background-image: url(spritesmith0.png); - background-position: -364px -1343px; + background-position: -819px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_red { background-image: url(spritesmith0.png); - background-position: -389px -1358px; + background-position: -844px -1358px; width: 60px; height: 60px; } .hair_beard_3_snowy { background-image: url(spritesmith0.png); - background-position: -455px -1343px; + background-position: -910px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_snowy { background-image: url(spritesmith0.png); - background-position: -480px -1358px; + background-position: -935px -1358px; width: 60px; height: 60px; } .hair_beard_3_white { background-image: url(spritesmith0.png); - background-position: -546px -1343px; + background-position: -1001px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_white { background-image: url(spritesmith0.png); - background-position: -571px -1358px; + background-position: -1026px -1358px; width: 60px; height: 60px; } .hair_beard_3_winternight { background-image: url(spritesmith0.png); - background-position: -637px -1343px; + background-position: -1092px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_winternight { background-image: url(spritesmith0.png); - background-position: -662px -1358px; + background-position: -1117px -1358px; width: 60px; height: 60px; } .hair_beard_3_winterstar { background-image: url(spritesmith0.png); - background-position: -728px -1343px; + background-position: -1183px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_winterstar { background-image: url(spritesmith0.png); - background-position: -753px -1358px; + background-position: -1208px -1358px; width: 60px; height: 60px; } .hair_beard_3_yellow { background-image: url(spritesmith0.png); - background-position: -819px -1343px; + background-position: -1274px -1343px; width: 90px; height: 90px; } .customize-option.hair_beard_3_yellow { background-image: url(spritesmith0.png); - background-position: -844px -1358px; + background-position: -1299px -1358px; width: 60px; height: 60px; } .hair_beard_3_zombie { background-image: url(spritesmith0.png); - background-position: -910px -1343px; + background-position: -1445px 0px; width: 90px; height: 90px; } .customize-option.hair_beard_3_zombie { background-image: url(spritesmith0.png); - background-position: -935px -1358px; + background-position: -1470px -15px; width: 60px; height: 60px; } .hair_mustache_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1001px -1343px; + background-position: -1445px -91px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1026px -1358px; + background-position: -1470px -106px; width: 60px; height: 60px; } .hair_mustache_1_aurora { background-image: url(spritesmith0.png); - background-position: -1092px -1343px; + background-position: -1445px -182px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_aurora { background-image: url(spritesmith0.png); - background-position: -1117px -1358px; + background-position: -1470px -197px; width: 60px; height: 60px; } .hair_mustache_1_black { background-image: url(spritesmith0.png); - background-position: -1183px -1343px; + background-position: -1445px -273px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_black { background-image: url(spritesmith0.png); - background-position: -1208px -1358px; + background-position: -1470px -288px; width: 60px; height: 60px; } .hair_mustache_1_blond { background-image: url(spritesmith0.png); - background-position: -1274px -1343px; + background-position: -1445px -364px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_blond { background-image: url(spritesmith0.png); - background-position: -1299px -1358px; + background-position: -1470px -379px; width: 60px; height: 60px; } .hair_mustache_1_blue { background-image: url(spritesmith0.png); - background-position: -1444px 0px; + background-position: -1445px -455px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_blue { background-image: url(spritesmith0.png); - background-position: -1469px -15px; + background-position: -1470px -470px; width: 60px; height: 60px; } .hair_mustache_1_brown { background-image: url(spritesmith0.png); - background-position: -1444px -91px; + background-position: -1445px -546px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_brown { background-image: url(spritesmith0.png); - background-position: -1469px -106px; + background-position: -1470px -561px; width: 60px; height: 60px; } .hair_mustache_1_candycane { background-image: url(spritesmith0.png); - background-position: -1444px -182px; + background-position: -1445px -637px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_candycane { background-image: url(spritesmith0.png); - background-position: -1469px -197px; + background-position: -1470px -652px; width: 60px; height: 60px; } .hair_mustache_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1444px -273px; + background-position: -1445px -728px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1469px -288px; + background-position: -1470px -743px; width: 60px; height: 60px; } .hair_mustache_1_festive { background-image: url(spritesmith0.png); - background-position: -1444px -364px; + background-position: -1445px -819px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_festive { background-image: url(spritesmith0.png); - background-position: -1469px -379px; + background-position: -1470px -834px; width: 60px; height: 60px; } .hair_mustache_1_frost { background-image: url(spritesmith0.png); - background-position: -1444px -455px; + background-position: -1445px -910px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_frost { background-image: url(spritesmith0.png); - background-position: -1469px -470px; + background-position: -1470px -925px; width: 60px; height: 60px; } .hair_mustache_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1444px -546px; + background-position: -1445px -1001px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1469px -561px; + background-position: -1470px -1016px; width: 60px; height: 60px; } .hair_mustache_1_green { background-image: url(spritesmith0.png); - background-position: -1444px -637px; + background-position: -1445px -1092px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_green { background-image: url(spritesmith0.png); - background-position: -1469px -652px; + background-position: -1470px -1107px; width: 60px; height: 60px; } .hair_mustache_1_halloween { background-image: url(spritesmith0.png); - background-position: -1444px -728px; + background-position: -1445px -1183px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_halloween { background-image: url(spritesmith0.png); - background-position: -1469px -743px; + background-position: -1470px -1198px; width: 60px; height: 60px; } .hair_mustache_1_holly { background-image: url(spritesmith0.png); - background-position: -1444px -819px; + background-position: -1445px -1274px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_holly { background-image: url(spritesmith0.png); - background-position: -1469px -834px; + background-position: -1470px -1289px; width: 60px; height: 60px; } .hair_mustache_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -1444px -910px; + background-position: 0px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -1469px -925px; + background-position: -25px -1449px; width: 60px; height: 60px; } .hair_mustache_1_midnight { background-image: url(spritesmith0.png); - background-position: -1444px -1001px; + background-position: -91px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_midnight { background-image: url(spritesmith0.png); - background-position: -1469px -1016px; + background-position: -116px -1449px; width: 60px; height: 60px; } .hair_mustache_1_pblue { background-image: url(spritesmith0.png); - background-position: -1444px -1092px; + background-position: -182px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_pblue { background-image: url(spritesmith0.png); - background-position: -1469px -1107px; + background-position: -207px -1449px; width: 60px; height: 60px; } .hair_mustache_1_peppermint { background-image: url(spritesmith0.png); - background-position: -1444px -1183px; + background-position: -273px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_peppermint { background-image: url(spritesmith0.png); - background-position: -1469px -1198px; + background-position: -298px -1449px; width: 60px; height: 60px; } .hair_mustache_1_pgreen { background-image: url(spritesmith0.png); - background-position: -1444px -1274px; + background-position: -364px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_pgreen { background-image: url(spritesmith0.png); - background-position: -1469px -1289px; + background-position: -389px -1449px; width: 60px; height: 60px; } .hair_mustache_1_porange { background-image: url(spritesmith0.png); - background-position: 0px -1434px; + background-position: -455px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_porange { background-image: url(spritesmith0.png); - background-position: -25px -1449px; + background-position: -480px -1449px; width: 60px; height: 60px; } .hair_mustache_1_ppink { background-image: url(spritesmith0.png); - background-position: -91px -1434px; + background-position: -546px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_ppink { background-image: url(spritesmith0.png); - background-position: -116px -1449px; + background-position: -571px -1449px; width: 60px; height: 60px; } .hair_mustache_1_ppurple { background-image: url(spritesmith0.png); - background-position: -182px -1434px; + background-position: -637px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_ppurple { background-image: url(spritesmith0.png); - background-position: -207px -1449px; + background-position: -662px -1449px; width: 60px; height: 60px; } .hair_mustache_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -273px -1434px; + background-position: -728px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -298px -1449px; + background-position: -753px -1449px; width: 60px; height: 60px; } .hair_mustache_1_purple { background-image: url(spritesmith0.png); - background-position: -364px -1434px; + background-position: -819px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_purple { background-image: url(spritesmith0.png); - background-position: -389px -1449px; + background-position: -844px -1449px; width: 60px; height: 60px; } .hair_mustache_1_pyellow { background-image: url(spritesmith0.png); - background-position: -455px -1434px; + background-position: -910px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_pyellow { background-image: url(spritesmith0.png); - background-position: -480px -1449px; + background-position: -935px -1449px; width: 60px; height: 60px; } .hair_mustache_1_rainbow { background-image: url(spritesmith0.png); - background-position: -708px -592px; + background-position: -1001px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_rainbow { background-image: url(spritesmith0.png); - background-position: -733px -607px; + background-position: -1026px -1449px; width: 60px; height: 60px; } .hair_mustache_1_red { background-image: url(spritesmith0.png); - background-position: -637px -1434px; + background-position: 0px -888px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_red { background-image: url(spritesmith0.png); - background-position: -662px -1449px; + background-position: -25px -903px; width: 60px; height: 60px; } .hair_mustache_1_snowy { background-image: url(spritesmith0.png); - background-position: -728px -1434px; + background-position: -1183px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_snowy { background-image: url(spritesmith0.png); - background-position: -753px -1449px; + background-position: -1208px -1449px; width: 60px; height: 60px; } .hair_mustache_1_white { background-image: url(spritesmith0.png); - background-position: -819px -1434px; + background-position: -1274px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_white { background-image: url(spritesmith0.png); - background-position: -844px -1449px; + background-position: -1299px -1449px; width: 60px; height: 60px; } .hair_mustache_1_winternight { background-image: url(spritesmith0.png); - background-position: -910px -1434px; + background-position: -1365px -1434px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_winternight { background-image: url(spritesmith0.png); - background-position: -935px -1449px; + background-position: -1390px -1449px; width: 60px; height: 60px; } .hair_mustache_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1001px -1434px; + background-position: -1536px 0px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1026px -1449px; + background-position: -1561px -15px; width: 60px; height: 60px; } .hair_mustache_1_yellow { background-image: url(spritesmith0.png); - background-position: -1092px -1434px; + background-position: -1536px -91px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_yellow { background-image: url(spritesmith0.png); - background-position: -1117px -1449px; + background-position: -1561px -106px; width: 60px; height: 60px; } .hair_mustache_1_zombie { background-image: url(spritesmith0.png); - background-position: -1183px -1434px; + background-position: -1536px -182px; width: 90px; height: 90px; } .customize-option.hair_mustache_1_zombie { background-image: url(spritesmith0.png); - background-position: -1208px -1449px; + background-position: -1561px -197px; width: 60px; height: 60px; } .hair_mustache_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1274px -1434px; + background-position: -1536px -273px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1299px -1449px; + background-position: -1561px -288px; width: 60px; height: 60px; } .hair_mustache_2_aurora { background-image: url(spritesmith0.png); - background-position: -1365px -1434px; + background-position: -1536px -364px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_aurora { background-image: url(spritesmith0.png); - background-position: -1390px -1449px; + background-position: -1561px -379px; width: 60px; height: 60px; } .hair_mustache_2_black { background-image: url(spritesmith0.png); - background-position: -1535px 0px; + background-position: -1536px -455px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_black { background-image: url(spritesmith0.png); - background-position: -1560px -15px; + background-position: -1561px -470px; width: 60px; height: 60px; } .hair_mustache_2_blond { background-image: url(spritesmith0.png); - background-position: -1535px -91px; + background-position: -1536px -546px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_blond { background-image: url(spritesmith0.png); - background-position: -1560px -106px; + background-position: -1561px -561px; width: 60px; height: 60px; } .hair_mustache_2_blue { background-image: url(spritesmith0.png); - background-position: -1535px -182px; + background-position: -1536px -637px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_blue { background-image: url(spritesmith0.png); - background-position: -1560px -197px; + background-position: -1561px -652px; width: 60px; height: 60px; } .hair_mustache_2_brown { background-image: url(spritesmith0.png); - background-position: -1535px -273px; + background-position: -1536px -728px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_brown { background-image: url(spritesmith0.png); - background-position: -1560px -288px; + background-position: -1561px -743px; width: 60px; height: 60px; } .hair_mustache_2_candycane { background-image: url(spritesmith0.png); - background-position: -1535px -364px; + background-position: -1536px -819px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_candycane { background-image: url(spritesmith0.png); - background-position: -1560px -379px; + background-position: -1561px -834px; width: 60px; height: 60px; } .hair_mustache_2_candycorn { background-image: url(spritesmith0.png); - background-position: -1535px -455px; + background-position: -1536px -910px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_candycorn { background-image: url(spritesmith0.png); - background-position: -1560px -470px; + background-position: -1561px -925px; width: 60px; height: 60px; } .hair_mustache_2_festive { background-image: url(spritesmith0.png); - background-position: -1535px -546px; + background-position: -1536px -1001px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_festive { background-image: url(spritesmith0.png); - background-position: -1560px -561px; + background-position: -1561px -1016px; width: 60px; height: 60px; } .hair_mustache_2_frost { background-image: url(spritesmith0.png); - background-position: -1535px -637px; + background-position: -1536px -1092px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_frost { background-image: url(spritesmith0.png); - background-position: -1560px -652px; + background-position: -1561px -1107px; width: 60px; height: 60px; } .hair_mustache_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1535px -728px; + background-position: -1536px -1183px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1560px -743px; + background-position: -1561px -1198px; width: 60px; height: 60px; } .hair_mustache_2_green { background-image: url(spritesmith0.png); - background-position: -1535px -819px; + background-position: -1536px -1274px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_green { background-image: url(spritesmith0.png); - background-position: -1560px -834px; + background-position: -1561px -1289px; width: 60px; height: 60px; } .hair_mustache_2_halloween { background-image: url(spritesmith0.png); - background-position: -1535px -910px; + background-position: -1536px -1365px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_halloween { background-image: url(spritesmith0.png); - background-position: -1560px -925px; + background-position: -1561px -1380px; width: 60px; height: 60px; } .hair_mustache_2_holly { background-image: url(spritesmith0.png); - background-position: -1535px -1001px; + background-position: 0px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_holly { background-image: url(spritesmith0.png); - background-position: -1560px -1016px; + background-position: -25px -1540px; width: 60px; height: 60px; } .hair_mustache_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -1535px -1092px; + background-position: -91px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -1560px -1107px; + background-position: -116px -1540px; width: 60px; height: 60px; } .hair_mustache_2_midnight { background-image: url(spritesmith0.png); - background-position: -1535px -1183px; + background-position: -182px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_midnight { background-image: url(spritesmith0.png); - background-position: -1560px -1198px; + background-position: -207px -1540px; width: 60px; height: 60px; } .hair_mustache_2_pblue { background-image: url(spritesmith0.png); - background-position: -1535px -1274px; + background-position: -273px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_pblue { background-image: url(spritesmith0.png); - background-position: -1560px -1289px; + background-position: -298px -1540px; width: 60px; height: 60px; } .hair_mustache_2_peppermint { background-image: url(spritesmith0.png); - background-position: -1535px -1365px; + background-position: -364px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_peppermint { background-image: url(spritesmith0.png); - background-position: -1560px -1380px; + background-position: -389px -1540px; width: 60px; height: 60px; } .hair_mustache_2_pgreen { background-image: url(spritesmith0.png); - background-position: 0px -1525px; + background-position: -455px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_pgreen { background-image: url(spritesmith0.png); - background-position: -25px -1540px; + background-position: -480px -1540px; width: 60px; height: 60px; } .hair_mustache_2_porange { background-image: url(spritesmith0.png); - background-position: -91px -1525px; + background-position: -546px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_porange { background-image: url(spritesmith0.png); - background-position: -116px -1540px; + background-position: -571px -1540px; width: 60px; height: 60px; } .hair_mustache_2_ppink { background-image: url(spritesmith0.png); - background-position: -182px -1525px; + background-position: -637px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_ppink { background-image: url(spritesmith0.png); - background-position: -207px -1540px; + background-position: -662px -1540px; width: 60px; height: 60px; } .hair_mustache_2_ppurple { background-image: url(spritesmith0.png); - background-position: -273px -1525px; + background-position: -728px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_ppurple { background-image: url(spritesmith0.png); - background-position: -298px -1540px; + background-position: -753px -1540px; width: 60px; height: 60px; } .hair_mustache_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -364px -1525px; + background-position: -819px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -389px -1540px; + background-position: -844px -1540px; width: 60px; height: 60px; } .hair_mustache_2_purple { background-image: url(spritesmith0.png); - background-position: -455px -1525px; + background-position: -910px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_purple { background-image: url(spritesmith0.png); - background-position: -480px -1540px; + background-position: -935px -1540px; width: 60px; height: 60px; } .hair_mustache_2_pyellow { background-image: url(spritesmith0.png); - background-position: -546px -1525px; + background-position: -1001px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_pyellow { background-image: url(spritesmith0.png); - background-position: -571px -1540px; + background-position: -1026px -1540px; width: 60px; height: 60px; } .hair_mustache_2_rainbow { background-image: url(spritesmith0.png); - background-position: -637px -1525px; + background-position: -1092px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_rainbow { background-image: url(spritesmith0.png); - background-position: -662px -1540px; + background-position: -1117px -1540px; width: 60px; height: 60px; } .hair_mustache_2_red { background-image: url(spritesmith0.png); - background-position: -728px -1525px; + background-position: -1183px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_red { background-image: url(spritesmith0.png); - background-position: -753px -1540px; + background-position: -1208px -1540px; width: 60px; height: 60px; } .hair_mustache_2_snowy { background-image: url(spritesmith0.png); - background-position: -819px -1525px; + background-position: -1274px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_snowy { background-image: url(spritesmith0.png); - background-position: -844px -1540px; + background-position: -1299px -1540px; width: 60px; height: 60px; } .hair_mustache_2_white { background-image: url(spritesmith0.png); - background-position: -910px -1525px; + background-position: -1365px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_white { background-image: url(spritesmith0.png); - background-position: -935px -1540px; + background-position: -1390px -1540px; width: 60px; height: 60px; } .hair_mustache_2_winternight { background-image: url(spritesmith0.png); - background-position: -1001px -1525px; + background-position: -1456px -1525px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_winternight { background-image: url(spritesmith0.png); - background-position: -1026px -1540px; + background-position: -1481px -1540px; width: 60px; height: 60px; } .hair_mustache_2_winterstar { background-image: url(spritesmith0.png); - background-position: -1092px -1525px; + background-position: -1627px 0px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_winterstar { background-image: url(spritesmith0.png); - background-position: -1117px -1540px; + background-position: -1652px -15px; width: 60px; height: 60px; } .hair_mustache_2_yellow { background-image: url(spritesmith0.png); - background-position: -1183px -1525px; + background-position: -1627px -91px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_yellow { background-image: url(spritesmith0.png); - background-position: -1208px -1540px; + background-position: -1652px -106px; width: 60px; height: 60px; } .hair_mustache_2_zombie { background-image: url(spritesmith0.png); - background-position: -1274px -1525px; + background-position: -1627px -182px; width: 90px; height: 90px; } .customize-option.hair_mustache_2_zombie { background-image: url(spritesmith0.png); - background-position: -1299px -1540px; + background-position: -1652px -197px; width: 60px; height: 60px; } .hair_flower_1 { background-image: url(spritesmith0.png); - background-position: -1365px -1525px; + background-position: -1627px -273px; width: 90px; height: 90px; } .customize-option.hair_flower_1 { background-image: url(spritesmith0.png); - background-position: -1390px -1540px; + background-position: -1652px -288px; width: 60px; height: 60px; } .hair_flower_2 { background-image: url(spritesmith0.png); - background-position: -1456px -1525px; + background-position: -1627px -364px; width: 90px; height: 90px; } .customize-option.hair_flower_2 { background-image: url(spritesmith0.png); - background-position: -1481px -1540px; + background-position: -1652px -379px; width: 60px; height: 60px; } .hair_flower_3 { background-image: url(spritesmith0.png); - background-position: -1626px 0px; + background-position: -1627px -455px; width: 90px; height: 90px; } .customize-option.hair_flower_3 { background-image: url(spritesmith0.png); - background-position: -1651px -15px; + background-position: -1652px -470px; width: 60px; height: 60px; } .hair_flower_4 { background-image: url(spritesmith0.png); - background-position: -1626px -91px; + background-position: -1627px -546px; width: 90px; height: 90px; } .customize-option.hair_flower_4 { background-image: url(spritesmith0.png); - background-position: -1651px -106px; + background-position: -1652px -561px; width: 60px; height: 60px; } .hair_flower_5 { background-image: url(spritesmith0.png); - background-position: -1626px -182px; + background-position: -1627px -637px; width: 90px; height: 90px; } .customize-option.hair_flower_5 { background-image: url(spritesmith0.png); - background-position: -1651px -197px; + background-position: -1652px -652px; width: 60px; height: 60px; } .hair_flower_6 { background-image: url(spritesmith0.png); - background-position: -1626px -273px; + background-position: -1627px -728px; width: 90px; height: 90px; } .customize-option.hair_flower_6 { background-image: url(spritesmith0.png); - background-position: -1651px -288px; + background-position: -1652px -743px; width: 60px; height: 60px; } .hair_bangs_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1626px -364px; + background-position: -1627px -819px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_TRUred { background-image: url(spritesmith0.png); - background-position: -1651px -379px; + background-position: -1652px -834px; width: 60px; height: 60px; } .hair_bangs_1_aurora { background-image: url(spritesmith0.png); - background-position: -1626px -455px; + background-position: -1627px -910px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_aurora { background-image: url(spritesmith0.png); - background-position: -1651px -470px; + background-position: -1652px -925px; width: 60px; height: 60px; } .hair_bangs_1_black { background-image: url(spritesmith0.png); - background-position: -1626px -546px; + background-position: -1627px -1001px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_black { background-image: url(spritesmith0.png); - background-position: -1651px -561px; + background-position: -1652px -1016px; width: 60px; height: 60px; } .hair_bangs_1_blond { background-image: url(spritesmith0.png); - background-position: -1626px -637px; + background-position: -1627px -1092px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_blond { background-image: url(spritesmith0.png); - background-position: -1651px -652px; + background-position: -1652px -1107px; width: 60px; height: 60px; } .hair_bangs_1_blue { background-image: url(spritesmith0.png); - background-position: -1626px -728px; + background-position: -1627px -1183px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_blue { background-image: url(spritesmith0.png); - background-position: -1651px -743px; + background-position: -1652px -1198px; width: 60px; height: 60px; } .hair_bangs_1_brown { background-image: url(spritesmith0.png); - background-position: -1626px -819px; + background-position: -1627px -1274px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_brown { background-image: url(spritesmith0.png); - background-position: -1651px -834px; + background-position: -1652px -1289px; width: 60px; height: 60px; } .hair_bangs_1_candycane { background-image: url(spritesmith0.png); - background-position: -1626px -910px; + background-position: -1627px -1365px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_candycane { background-image: url(spritesmith0.png); - background-position: -1651px -925px; + background-position: -1652px -1380px; width: 60px; height: 60px; } .hair_bangs_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1626px -1001px; + background-position: -1627px -1456px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_candycorn { background-image: url(spritesmith0.png); - background-position: -1651px -1016px; + background-position: -1652px -1471px; width: 60px; height: 60px; } .hair_bangs_1_festive { background-image: url(spritesmith0.png); - background-position: -1626px -1092px; + background-position: 0px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_festive { background-image: url(spritesmith0.png); - background-position: -1651px -1107px; + background-position: -25px -1631px; width: 60px; height: 60px; } .hair_bangs_1_frost { background-image: url(spritesmith0.png); - background-position: -1626px -1183px; + background-position: -91px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_frost { background-image: url(spritesmith0.png); - background-position: -1651px -1198px; + background-position: -116px -1631px; width: 60px; height: 60px; } .hair_bangs_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1626px -1274px; + background-position: -182px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1651px -1289px; + background-position: -207px -1631px; width: 60px; height: 60px; } .hair_bangs_1_green { background-image: url(spritesmith0.png); - background-position: -1626px -1365px; + background-position: -273px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_green { background-image: url(spritesmith0.png); - background-position: -1651px -1380px; + background-position: -298px -1631px; width: 60px; height: 60px; } .hair_bangs_1_halloween { background-image: url(spritesmith0.png); - background-position: -1626px -1456px; + background-position: -364px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_halloween { background-image: url(spritesmith0.png); - background-position: -1651px -1471px; + background-position: -389px -1631px; width: 60px; height: 60px; } .hair_bangs_1_holly { background-image: url(spritesmith0.png); - background-position: 0px -1616px; + background-position: -455px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_holly { background-image: url(spritesmith0.png); - background-position: -25px -1631px; + background-position: -480px -1631px; width: 60px; height: 60px; } .hair_bangs_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -91px -1616px; + background-position: -546px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_hollygreen { background-image: url(spritesmith0.png); - background-position: -116px -1631px; + background-position: -571px -1631px; width: 60px; height: 60px; } .hair_bangs_1_midnight { background-image: url(spritesmith0.png); - background-position: -182px -1616px; + background-position: -637px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_midnight { background-image: url(spritesmith0.png); - background-position: -207px -1631px; + background-position: -662px -1631px; width: 60px; height: 60px; } .hair_bangs_1_pblue { background-image: url(spritesmith0.png); - background-position: -273px -1616px; + background-position: -728px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pblue { background-image: url(spritesmith0.png); - background-position: -298px -1631px; + background-position: -753px -1631px; width: 60px; height: 60px; } .hair_bangs_1_pblue2 { background-image: url(spritesmith0.png); - background-position: -364px -1616px; + background-position: -819px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pblue2 { background-image: url(spritesmith0.png); - background-position: -389px -1631px; + background-position: -844px -1631px; width: 60px; height: 60px; } .hair_bangs_1_peppermint { background-image: url(spritesmith0.png); - background-position: -455px -1616px; + background-position: -910px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_peppermint { background-image: url(spritesmith0.png); - background-position: -480px -1631px; + background-position: -935px -1631px; width: 60px; height: 60px; } .hair_bangs_1_pgreen { background-image: url(spritesmith0.png); - background-position: -546px -1616px; + background-position: -1001px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pgreen { background-image: url(spritesmith0.png); - background-position: -571px -1631px; + background-position: -1026px -1631px; width: 60px; height: 60px; } .hair_bangs_1_pgreen2 { background-image: url(spritesmith0.png); - background-position: -637px -1616px; + background-position: -1092px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pgreen2 { background-image: url(spritesmith0.png); - background-position: -662px -1631px; + background-position: -1117px -1631px; width: 60px; height: 60px; } .hair_bangs_1_porange { background-image: url(spritesmith0.png); - background-position: -728px -1616px; + background-position: -1183px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_porange { background-image: url(spritesmith0.png); - background-position: -753px -1631px; + background-position: -1208px -1631px; width: 60px; height: 60px; } .hair_bangs_1_porange2 { background-image: url(spritesmith0.png); - background-position: -819px -1616px; + background-position: -1274px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_porange2 { background-image: url(spritesmith0.png); - background-position: -844px -1631px; + background-position: -1299px -1631px; width: 60px; height: 60px; } .hair_bangs_1_ppink { background-image: url(spritesmith0.png); - background-position: -910px -1616px; + background-position: -1365px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_ppink { background-image: url(spritesmith0.png); - background-position: -935px -1631px; + background-position: -1390px -1631px; width: 60px; height: 60px; } .hair_bangs_1_ppink2 { background-image: url(spritesmith0.png); - background-position: -1001px -1616px; + background-position: -1456px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_ppink2 { background-image: url(spritesmith0.png); - background-position: -1026px -1631px; + background-position: -1481px -1631px; width: 60px; height: 60px; } .hair_bangs_1_ppurple { background-image: url(spritesmith0.png); - background-position: -1092px -1616px; + background-position: -1547px -1616px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_ppurple { background-image: url(spritesmith0.png); - background-position: -1117px -1631px; + background-position: -1572px -1631px; width: 60px; height: 60px; } .hair_bangs_1_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1183px -1616px; + background-position: -1718px 0px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1208px -1631px; + background-position: -1743px -15px; width: 60px; height: 60px; } .hair_bangs_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -1274px -1616px; + background-position: -1718px -91px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pumpkin { background-image: url(spritesmith0.png); - background-position: -1299px -1631px; + background-position: -1743px -106px; width: 60px; height: 60px; } .hair_bangs_1_purple { background-image: url(spritesmith0.png); - background-position: -1365px -1616px; + background-position: -1718px -182px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_purple { background-image: url(spritesmith0.png); - background-position: -1390px -1631px; + background-position: -1743px -197px; width: 60px; height: 60px; } .hair_bangs_1_pyellow { background-image: url(spritesmith0.png); - background-position: -1456px -1616px; + background-position: -1718px -273px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pyellow { background-image: url(spritesmith0.png); - background-position: -1481px -1631px; + background-position: -1743px -288px; width: 60px; height: 60px; } .hair_bangs_1_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1547px -1616px; + background-position: -1718px -364px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1572px -1631px; + background-position: -1743px -379px; width: 60px; height: 60px; } .hair_bangs_1_rainbow { background-image: url(spritesmith0.png); - background-position: -1717px 0px; + background-position: -1718px -455px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_rainbow { background-image: url(spritesmith0.png); - background-position: -1742px -15px; + background-position: -1743px -470px; width: 60px; height: 60px; } .hair_bangs_1_red { background-image: url(spritesmith0.png); - background-position: -1717px -91px; + background-position: -1718px -546px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_red { background-image: url(spritesmith0.png); - background-position: -1742px -106px; + background-position: -1743px -561px; width: 60px; height: 60px; } .hair_bangs_1_snowy { background-image: url(spritesmith0.png); - background-position: -1717px -182px; + background-position: -1718px -637px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_snowy { background-image: url(spritesmith0.png); - background-position: -1742px -197px; + background-position: -1743px -652px; width: 60px; height: 60px; } .hair_bangs_1_white { background-image: url(spritesmith0.png); - background-position: -1717px -273px; + background-position: -1718px -728px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_white { background-image: url(spritesmith0.png); - background-position: -1742px -288px; + background-position: -1743px -743px; width: 60px; height: 60px; } .hair_bangs_1_winternight { background-image: url(spritesmith0.png); - background-position: -1717px -364px; + background-position: -1718px -819px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_winternight { background-image: url(spritesmith0.png); - background-position: -1742px -379px; + background-position: -1743px -834px; width: 60px; height: 60px; } .hair_bangs_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1717px -455px; + background-position: -1718px -910px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_winterstar { background-image: url(spritesmith0.png); - background-position: -1742px -470px; + background-position: -1743px -925px; width: 60px; height: 60px; } .hair_bangs_1_yellow { background-image: url(spritesmith0.png); - background-position: -1717px -546px; + background-position: -1718px -1001px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_yellow { background-image: url(spritesmith0.png); - background-position: -1742px -561px; + background-position: -1743px -1016px; width: 60px; height: 60px; } .hair_bangs_1_zombie { background-image: url(spritesmith0.png); - background-position: -1717px -637px; + background-position: -1718px -1092px; width: 90px; height: 90px; } .customize-option.hair_bangs_1_zombie { background-image: url(spritesmith0.png); - background-position: -1742px -652px; + background-position: -1743px -1107px; width: 60px; height: 60px; } .hair_bangs_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1717px -728px; + background-position: -1718px -1183px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_TRUred { background-image: url(spritesmith0.png); - background-position: -1742px -743px; + background-position: -1743px -1198px; width: 60px; height: 60px; } .hair_bangs_2_aurora { background-image: url(spritesmith0.png); - background-position: -1717px -819px; + background-position: -1718px -1274px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_aurora { background-image: url(spritesmith0.png); - background-position: -1742px -834px; + background-position: -1743px -1289px; width: 60px; height: 60px; } .hair_bangs_2_black { background-image: url(spritesmith0.png); - background-position: -1717px -910px; + background-position: -1718px -1365px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_black { background-image: url(spritesmith0.png); - background-position: -1742px -925px; + background-position: -1743px -1380px; width: 60px; height: 60px; } .hair_bangs_2_blond { background-image: url(spritesmith0.png); - background-position: -1717px -1001px; + background-position: -1718px -1456px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_blond { background-image: url(spritesmith0.png); - background-position: -1742px -1016px; + background-position: -1743px -1471px; width: 60px; height: 60px; } .hair_bangs_2_blue { background-image: url(spritesmith0.png); - background-position: -1717px -1092px; + background-position: -1718px -1547px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_blue { background-image: url(spritesmith0.png); - background-position: -1742px -1107px; + background-position: -1743px -1562px; width: 60px; height: 60px; } .hair_bangs_2_brown { background-image: url(spritesmith0.png); - background-position: -1717px -1183px; + background-position: 0px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_brown { background-image: url(spritesmith0.png); - background-position: -1742px -1198px; + background-position: -25px -1722px; width: 60px; height: 60px; } .hair_bangs_2_candycane { background-image: url(spritesmith0.png); - background-position: -1717px -1274px; + background-position: -91px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_candycane { background-image: url(spritesmith0.png); - background-position: -1742px -1289px; + background-position: -116px -1722px; width: 60px; height: 60px; } .hair_bangs_2_candycorn { background-image: url(spritesmith0.png); - background-position: -1717px -1365px; + background-position: -182px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_candycorn { background-image: url(spritesmith0.png); - background-position: -1742px -1380px; + background-position: -207px -1722px; width: 60px; height: 60px; } .hair_bangs_2_festive { background-image: url(spritesmith0.png); - background-position: -1717px -1456px; + background-position: -273px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_festive { background-image: url(spritesmith0.png); - background-position: -1742px -1471px; + background-position: -298px -1722px; width: 60px; height: 60px; } .hair_bangs_2_frost { background-image: url(spritesmith0.png); - background-position: -1717px -1547px; + background-position: -364px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_frost { background-image: url(spritesmith0.png); - background-position: -1742px -1562px; + background-position: -389px -1722px; width: 60px; height: 60px; } .hair_bangs_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: 0px -1707px; + background-position: -455px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_ghostwhite { background-image: url(spritesmith0.png); - background-position: -25px -1722px; + background-position: -480px -1722px; width: 60px; height: 60px; } .hair_bangs_2_green { background-image: url(spritesmith0.png); - background-position: -91px -1707px; + background-position: -546px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_green { background-image: url(spritesmith0.png); - background-position: -116px -1722px; + background-position: -571px -1722px; width: 60px; height: 60px; } .hair_bangs_2_halloween { background-image: url(spritesmith0.png); - background-position: -182px -1707px; + background-position: -637px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_halloween { background-image: url(spritesmith0.png); - background-position: -207px -1722px; + background-position: -662px -1722px; width: 60px; height: 60px; } .hair_bangs_2_holly { background-image: url(spritesmith0.png); - background-position: -273px -1707px; + background-position: -728px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_holly { background-image: url(spritesmith0.png); - background-position: -298px -1722px; + background-position: -753px -1722px; width: 60px; height: 60px; } .hair_bangs_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -364px -1707px; + background-position: -819px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_hollygreen { background-image: url(spritesmith0.png); - background-position: -389px -1722px; + background-position: -844px -1722px; width: 60px; height: 60px; } .hair_bangs_2_midnight { background-image: url(spritesmith0.png); - background-position: -455px -1707px; + background-position: -910px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_midnight { background-image: url(spritesmith0.png); - background-position: -480px -1722px; + background-position: -935px -1722px; width: 60px; height: 60px; } .hair_bangs_2_pblue { background-image: url(spritesmith0.png); - background-position: -546px -1707px; + background-position: -1001px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pblue { background-image: url(spritesmith0.png); - background-position: -571px -1722px; + background-position: -1026px -1722px; width: 60px; height: 60px; } .hair_bangs_2_pblue2 { background-image: url(spritesmith0.png); - background-position: -637px -1707px; + background-position: -1092px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pblue2 { background-image: url(spritesmith0.png); - background-position: -662px -1722px; + background-position: -1117px -1722px; width: 60px; height: 60px; } .hair_bangs_2_peppermint { background-image: url(spritesmith0.png); - background-position: -728px -1707px; + background-position: -1183px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_peppermint { background-image: url(spritesmith0.png); - background-position: -753px -1722px; + background-position: -1208px -1722px; width: 60px; height: 60px; } .hair_bangs_2_pgreen { background-image: url(spritesmith0.png); - background-position: -819px -1707px; + background-position: -1274px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pgreen { background-image: url(spritesmith0.png); - background-position: -844px -1722px; + background-position: -1299px -1722px; width: 60px; height: 60px; } .hair_bangs_2_pgreen2 { background-image: url(spritesmith0.png); - background-position: -910px -1707px; + background-position: -1365px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pgreen2 { background-image: url(spritesmith0.png); - background-position: -935px -1722px; + background-position: -1390px -1722px; width: 60px; height: 60px; } .hair_bangs_2_porange { background-image: url(spritesmith0.png); - background-position: -1001px -1707px; + background-position: -1456px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_porange { background-image: url(spritesmith0.png); - background-position: -1026px -1722px; + background-position: -1481px -1722px; width: 60px; height: 60px; } .hair_bangs_2_porange2 { background-image: url(spritesmith0.png); - background-position: -1092px -1707px; + background-position: -1547px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_porange2 { background-image: url(spritesmith0.png); - background-position: -1117px -1722px; + background-position: -1572px -1722px; width: 60px; height: 60px; } .hair_bangs_2_ppink { background-image: url(spritesmith0.png); - background-position: -1183px -1707px; + background-position: -1638px -1707px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_ppink { background-image: url(spritesmith0.png); - background-position: -1208px -1722px; + background-position: -1663px -1722px; width: 60px; height: 60px; } .hair_bangs_2_ppink2 { background-image: url(spritesmith0.png); - background-position: -1274px -1707px; + background-position: -1809px 0px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_ppink2 { background-image: url(spritesmith0.png); - background-position: -1299px -1722px; + background-position: -1834px -15px; width: 60px; height: 60px; } .hair_bangs_2_ppurple { background-image: url(spritesmith0.png); - background-position: -1365px -1707px; + background-position: -1809px -91px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_ppurple { background-image: url(spritesmith0.png); - background-position: -1390px -1722px; + background-position: -1834px -106px; width: 60px; height: 60px; } .hair_bangs_2_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1456px -1707px; + background-position: -1809px -182px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1481px -1722px; + background-position: -1834px -197px; width: 60px; height: 60px; } .hair_bangs_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -1547px -1707px; + background-position: -1809px -273px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pumpkin { background-image: url(spritesmith0.png); - background-position: -1572px -1722px; + background-position: -1834px -288px; width: 60px; height: 60px; } .hair_bangs_2_purple { background-image: url(spritesmith0.png); - background-position: -1638px -1707px; + background-position: -1809px -364px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_purple { background-image: url(spritesmith0.png); - background-position: -1663px -1722px; + background-position: -1834px -379px; width: 60px; height: 60px; } .hair_bangs_2_pyellow { background-image: url(spritesmith0.png); - background-position: -1808px 0px; + background-position: -1809px -455px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pyellow { background-image: url(spritesmith0.png); - background-position: -1833px -15px; + background-position: -1834px -470px; width: 60px; height: 60px; } .hair_bangs_2_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1808px -91px; + background-position: -1809px -546px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1833px -106px; + background-position: -1834px -561px; width: 60px; height: 60px; } .hair_bangs_2_rainbow { background-image: url(spritesmith0.png); - background-position: -1808px -182px; + background-position: -1809px -637px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_rainbow { background-image: url(spritesmith0.png); - background-position: -1833px -197px; + background-position: -1834px -652px; width: 60px; height: 60px; } .hair_bangs_2_red { background-image: url(spritesmith0.png); - background-position: -1808px -273px; + background-position: -1809px -728px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_red { background-image: url(spritesmith0.png); - background-position: -1833px -288px; + background-position: -1834px -743px; width: 60px; height: 60px; } .hair_bangs_2_snowy { background-image: url(spritesmith0.png); - background-position: -1808px -364px; + background-position: -1809px -819px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_snowy { background-image: url(spritesmith0.png); - background-position: -1833px -379px; + background-position: -1834px -834px; width: 60px; height: 60px; } .hair_bangs_2_white { background-image: url(spritesmith0.png); - background-position: -1808px -455px; + background-position: -1809px -910px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_white { background-image: url(spritesmith0.png); - background-position: -1833px -470px; + background-position: -1834px -925px; width: 60px; height: 60px; } .hair_bangs_2_winternight { background-image: url(spritesmith0.png); - background-position: -1808px -546px; + background-position: -1809px -1001px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_winternight { background-image: url(spritesmith0.png); - background-position: -1833px -561px; + background-position: -1834px -1016px; width: 60px; height: 60px; } .hair_bangs_2_winterstar { background-image: url(spritesmith0.png); - background-position: -1808px -637px; + background-position: -1809px -1092px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_winterstar { background-image: url(spritesmith0.png); - background-position: -1833px -652px; + background-position: -1834px -1107px; width: 60px; height: 60px; } .hair_bangs_2_yellow { background-image: url(spritesmith0.png); - background-position: -1808px -728px; + background-position: -1809px -1183px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_yellow { background-image: url(spritesmith0.png); - background-position: -1833px -743px; + background-position: -1834px -1198px; width: 60px; height: 60px; } .hair_bangs_2_zombie { background-image: url(spritesmith0.png); - background-position: -1808px -819px; + background-position: -1809px -1274px; width: 90px; height: 90px; } .customize-option.hair_bangs_2_zombie { background-image: url(spritesmith0.png); - background-position: -1833px -834px; + background-position: -1834px -1289px; width: 60px; height: 60px; } .hair_bangs_3_TRUred { background-image: url(spritesmith0.png); - background-position: -1808px -910px; + background-position: -1809px -1365px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_TRUred { background-image: url(spritesmith0.png); - background-position: -1833px -925px; + background-position: -1834px -1380px; width: 60px; height: 60px; } .hair_bangs_3_aurora { background-image: url(spritesmith0.png); - background-position: -1808px -1001px; + background-position: -1809px -1456px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_aurora { background-image: url(spritesmith0.png); - background-position: -1833px -1016px; + background-position: -1834px -1471px; width: 60px; height: 60px; } .hair_bangs_3_black { background-image: url(spritesmith0.png); - background-position: -1808px -1092px; + background-position: -1809px -1547px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_black { background-image: url(spritesmith0.png); - background-position: -1833px -1107px; + background-position: -1834px -1562px; width: 60px; height: 60px; } .hair_bangs_3_blond { background-image: url(spritesmith0.png); - background-position: -1808px -1183px; + background-position: -1809px -1638px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_blond { background-image: url(spritesmith0.png); - background-position: -1833px -1198px; + background-position: -1834px -1653px; width: 60px; height: 60px; } .hair_bangs_3_blue { background-image: url(spritesmith0.png); - background-position: -1808px -1274px; + background-position: 0px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_blue { background-image: url(spritesmith0.png); - background-position: -1833px -1289px; + background-position: -25px -1813px; width: 60px; height: 60px; } .hair_bangs_3_brown { background-image: url(spritesmith0.png); - background-position: -1808px -1365px; + background-position: -91px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_brown { background-image: url(spritesmith0.png); - background-position: -1833px -1380px; + background-position: -116px -1813px; width: 60px; height: 60px; } .hair_bangs_3_candycane { background-image: url(spritesmith0.png); - background-position: -1808px -1456px; + background-position: -182px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_candycane { background-image: url(spritesmith0.png); - background-position: -1833px -1471px; + background-position: -207px -1813px; width: 60px; height: 60px; } .hair_bangs_3_candycorn { background-image: url(spritesmith0.png); - background-position: -1808px -1547px; + background-position: -273px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_candycorn { background-image: url(spritesmith0.png); - background-position: -1833px -1562px; + background-position: -298px -1813px; width: 60px; height: 60px; } .hair_bangs_3_festive { background-image: url(spritesmith0.png); - background-position: -1808px -1638px; + background-position: -364px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_festive { background-image: url(spritesmith0.png); - background-position: -1833px -1653px; + background-position: -389px -1813px; width: 60px; height: 60px; } .hair_bangs_3_frost { background-image: url(spritesmith0.png); - background-position: 0px -1798px; + background-position: -455px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_frost { background-image: url(spritesmith0.png); - background-position: -25px -1813px; + background-position: -480px -1813px; width: 60px; height: 60px; } .hair_bangs_3_ghostwhite { background-image: url(spritesmith0.png); - background-position: -91px -1798px; + background-position: -546px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_ghostwhite { background-image: url(spritesmith0.png); - background-position: -116px -1813px; + background-position: -571px -1813px; width: 60px; height: 60px; } .hair_bangs_3_green { background-image: url(spritesmith0.png); - background-position: -182px -1798px; + background-position: -637px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_green { background-image: url(spritesmith0.png); - background-position: -207px -1813px; + background-position: -662px -1813px; width: 60px; height: 60px; } .hair_bangs_3_halloween { background-image: url(spritesmith0.png); - background-position: -273px -1798px; + background-position: -728px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_halloween { background-image: url(spritesmith0.png); - background-position: -298px -1813px; + background-position: -753px -1813px; width: 60px; height: 60px; } .hair_bangs_3_holly { background-image: url(spritesmith0.png); - background-position: -364px -1798px; + background-position: -819px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_holly { background-image: url(spritesmith0.png); - background-position: -389px -1813px; + background-position: -844px -1813px; width: 60px; height: 60px; } .hair_bangs_3_hollygreen { background-image: url(spritesmith0.png); - background-position: -455px -1798px; + background-position: -910px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_hollygreen { background-image: url(spritesmith0.png); - background-position: -480px -1813px; + background-position: -935px -1813px; width: 60px; height: 60px; } .hair_bangs_3_midnight { background-image: url(spritesmith0.png); - background-position: -546px -1798px; + background-position: -1001px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_midnight { background-image: url(spritesmith0.png); - background-position: -571px -1813px; + background-position: -1026px -1813px; width: 60px; height: 60px; } .hair_bangs_3_pblue { background-image: url(spritesmith0.png); - background-position: -637px -1798px; + background-position: -1092px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pblue { background-image: url(spritesmith0.png); - background-position: -662px -1813px; + background-position: -1117px -1813px; width: 60px; height: 60px; } .hair_bangs_3_pblue2 { background-image: url(spritesmith0.png); - background-position: -728px -1798px; + background-position: -1183px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pblue2 { background-image: url(spritesmith0.png); - background-position: -753px -1813px; + background-position: -1208px -1813px; width: 60px; height: 60px; } .hair_bangs_3_peppermint { background-image: url(spritesmith0.png); - background-position: -819px -1798px; + background-position: -1274px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_peppermint { background-image: url(spritesmith0.png); - background-position: -844px -1813px; + background-position: -1299px -1813px; width: 60px; height: 60px; } .hair_bangs_3_pgreen { background-image: url(spritesmith0.png); - background-position: -910px -1798px; + background-position: -1365px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pgreen { background-image: url(spritesmith0.png); - background-position: -935px -1813px; + background-position: -1390px -1813px; width: 60px; height: 60px; } .hair_bangs_3_pgreen2 { background-image: url(spritesmith0.png); - background-position: -1001px -1798px; + background-position: -1456px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pgreen2 { background-image: url(spritesmith0.png); - background-position: -1026px -1813px; + background-position: -1481px -1813px; width: 60px; height: 60px; } .hair_bangs_3_porange { background-image: url(spritesmith0.png); - background-position: -1092px -1798px; + background-position: -1547px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_porange { background-image: url(spritesmith0.png); - background-position: -1117px -1813px; + background-position: -1572px -1813px; width: 60px; height: 60px; } .hair_bangs_3_porange2 { background-image: url(spritesmith0.png); - background-position: -1183px -1798px; + background-position: -1638px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_porange2 { background-image: url(spritesmith0.png); - background-position: -1208px -1813px; + background-position: -1663px -1813px; width: 60px; height: 60px; } .hair_bangs_3_ppink { background-image: url(spritesmith0.png); - background-position: -1274px -1798px; + background-position: -1729px -1798px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_ppink { background-image: url(spritesmith0.png); - background-position: -1299px -1813px; + background-position: -1754px -1813px; width: 60px; height: 60px; } .hair_bangs_3_ppink2 { background-image: url(spritesmith0.png); - background-position: -1365px -1798px; + background-position: -1900px 0px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_ppink2 { background-image: url(spritesmith0.png); - background-position: -1390px -1813px; + background-position: -1925px -15px; width: 60px; height: 60px; } .hair_bangs_3_ppurple { background-image: url(spritesmith0.png); - background-position: -1456px -1798px; + background-position: -1900px -91px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_ppurple { background-image: url(spritesmith0.png); - background-position: -1481px -1813px; + background-position: -1925px -106px; width: 60px; height: 60px; } .hair_bangs_3_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1547px -1798px; + background-position: -1900px -182px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_ppurple2 { background-image: url(spritesmith0.png); - background-position: -1572px -1813px; + background-position: -1925px -197px; width: 60px; height: 60px; } .hair_bangs_3_pumpkin { background-image: url(spritesmith0.png); - background-position: -1638px -1798px; + background-position: -1900px -273px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pumpkin { background-image: url(spritesmith0.png); - background-position: -1663px -1813px; + background-position: -1925px -288px; width: 60px; height: 60px; } .hair_bangs_3_purple { background-image: url(spritesmith0.png); - background-position: -1729px -1798px; + background-position: -1900px -364px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_purple { background-image: url(spritesmith0.png); - background-position: -1754px -1813px; + background-position: -1925px -379px; width: 60px; height: 60px; } .hair_bangs_3_pyellow { background-image: url(spritesmith0.png); - background-position: -1899px 0px; + background-position: -1900px -455px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pyellow { background-image: url(spritesmith0.png); - background-position: -1924px -15px; + background-position: -1925px -470px; width: 60px; height: 60px; } .hair_bangs_3_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1899px -91px; + background-position: -1900px -546px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_pyellow2 { background-image: url(spritesmith0.png); - background-position: -1924px -106px; + background-position: -1925px -561px; width: 60px; height: 60px; } .hair_bangs_3_rainbow { background-image: url(spritesmith0.png); - background-position: -1899px -182px; + background-position: -1900px -637px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_rainbow { background-image: url(spritesmith0.png); - background-position: -1924px -197px; + background-position: -1925px -652px; width: 60px; height: 60px; } .hair_bangs_3_red { background-image: url(spritesmith0.png); - background-position: -1899px -273px; + background-position: -1900px -728px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_red { background-image: url(spritesmith0.png); - background-position: -1924px -288px; + background-position: -1925px -743px; width: 60px; height: 60px; } .hair_bangs_3_snowy { background-image: url(spritesmith0.png); - background-position: -1899px -364px; + background-position: -1900px -819px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_snowy { background-image: url(spritesmith0.png); - background-position: -1924px -379px; + background-position: -1925px -834px; width: 60px; height: 60px; } .hair_bangs_3_white { background-image: url(spritesmith0.png); - background-position: -1899px -455px; + background-position: -1900px -910px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_white { background-image: url(spritesmith0.png); - background-position: -1924px -470px; + background-position: -1925px -925px; width: 60px; height: 60px; } .hair_bangs_3_winternight { background-image: url(spritesmith0.png); - background-position: -1899px -546px; + background-position: -1900px -1001px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_winternight { background-image: url(spritesmith0.png); - background-position: -1924px -561px; + background-position: -1925px -1016px; width: 60px; height: 60px; } .hair_bangs_3_winterstar { background-image: url(spritesmith0.png); - background-position: -1899px -637px; + background-position: -1900px -1092px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_winterstar { background-image: url(spritesmith0.png); - background-position: -1924px -652px; + background-position: -1925px -1107px; width: 60px; height: 60px; } .hair_bangs_3_yellow { background-image: url(spritesmith0.png); - background-position: -1899px -728px; + background-position: -1900px -1183px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_yellow { background-image: url(spritesmith0.png); - background-position: -1924px -743px; + background-position: -1925px -1198px; width: 60px; height: 60px; } .hair_bangs_3_zombie { background-image: url(spritesmith0.png); - background-position: -546px -1434px; + background-position: -1900px -1274px; width: 90px; height: 90px; } .customize-option.hair_bangs_3_zombie { background-image: url(spritesmith0.png); - background-position: -571px -1449px; + background-position: -1925px -1289px; width: 60px; height: 60px; } .hair_base_10_TRUred { background-image: url(spritesmith0.png); - background-position: -637px -979px; + background-position: -1900px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_10_TRUred { background-image: url(spritesmith0.png); - background-position: -662px -994px; + background-position: -1925px -1380px; width: 60px; height: 60px; } .hair_base_10_aurora { background-image: url(spritesmith0.png); - background-position: -546px -979px; + background-position: -1900px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_10_aurora { background-image: url(spritesmith0.png); - background-position: -571px -994px; + background-position: -1925px -1471px; width: 60px; height: 60px; } .hair_base_10_black { background-image: url(spritesmith0.png); - background-position: -455px -979px; + background-position: -1900px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_10_black { background-image: url(spritesmith0.png); - background-position: -480px -994px; + background-position: -1925px -1562px; width: 60px; height: 60px; } .hair_base_10_blond { background-image: url(spritesmith0.png); - background-position: -364px -979px; + background-position: -1900px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_10_blond { background-image: url(spritesmith0.png); - background-position: -389px -994px; + background-position: -1925px -1653px; width: 60px; height: 60px; } .hair_base_10_blue { background-image: url(spritesmith0.png); - background-position: -273px -979px; + background-position: -1092px -1434px; width: 90px; height: 90px; } .customize-option.hair_base_10_blue { background-image: url(spritesmith0.png); - background-position: -298px -994px; + background-position: -1117px -1449px; width: 60px; height: 60px; } .hair_base_10_brown { background-image: url(spritesmith0.png); - background-position: -182px -979px; + background-position: -910px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_brown { background-image: url(spritesmith0.png); - background-position: -207px -994px; + background-position: -935px -994px; width: 60px; height: 60px; } .hair_base_10_candycane { background-image: url(spritesmith0.png); - background-position: -91px -979px; + background-position: -819px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_candycane { background-image: url(spritesmith0.png); - background-position: -116px -994px; + background-position: -844px -994px; width: 60px; height: 60px; } .hair_base_10_candycorn { background-image: url(spritesmith0.png); - background-position: 0px -979px; + background-position: -728px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_candycorn { background-image: url(spritesmith0.png); - background-position: -25px -994px; + background-position: -753px -994px; width: 60px; height: 60px; } .hair_base_10_festive { background-image: url(spritesmith0.png); - background-position: -989px -819px; + background-position: -637px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_festive { background-image: url(spritesmith0.png); - background-position: -1014px -834px; + background-position: -662px -994px; width: 60px; height: 60px; } .hair_base_10_frost { background-image: url(spritesmith0.png); - background-position: -989px -728px; + background-position: -546px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_frost { background-image: url(spritesmith0.png); - background-position: -1014px -743px; + background-position: -571px -994px; width: 60px; height: 60px; } .hair_base_10_ghostwhite { background-image: url(spritesmith0.png); - background-position: -989px -637px; + background-position: -455px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_ghostwhite { background-image: url(spritesmith0.png); - background-position: -1014px -652px; + background-position: -480px -994px; width: 60px; height: 60px; } .hair_base_10_green { background-image: url(spritesmith0.png); - background-position: -989px -546px; + background-position: -364px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_green { background-image: url(spritesmith0.png); - background-position: -1014px -561px; + background-position: -389px -994px; width: 60px; height: 60px; } .hair_base_10_halloween { background-image: url(spritesmith0.png); - background-position: -989px -455px; + background-position: -273px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_halloween { background-image: url(spritesmith0.png); - background-position: -1014px -470px; + background-position: -298px -994px; width: 60px; height: 60px; } .hair_base_10_holly { background-image: url(spritesmith0.png); - background-position: -989px -364px; + background-position: -182px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_holly { background-image: url(spritesmith0.png); - background-position: -1014px -379px; + background-position: -207px -994px; width: 60px; height: 60px; } .hair_base_10_hollygreen { background-image: url(spritesmith0.png); - background-position: -989px -273px; + background-position: -91px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_hollygreen { background-image: url(spritesmith0.png); - background-position: -1014px -288px; + background-position: -116px -994px; width: 60px; height: 60px; } .hair_base_10_midnight { background-image: url(spritesmith0.png); - background-position: -989px -182px; + background-position: 0px -979px; width: 90px; height: 90px; } .customize-option.hair_base_10_midnight { background-image: url(spritesmith0.png); - background-position: -1014px -197px; + background-position: -25px -994px; width: 60px; height: 60px; } .hair_base_10_pblue { background-image: url(spritesmith0.png); - background-position: -989px -91px; + background-position: -990px -819px; width: 90px; height: 90px; } .customize-option.hair_base_10_pblue { background-image: url(spritesmith0.png); - background-position: -1014px -106px; + background-position: -1015px -834px; width: 60px; height: 60px; } .hair_base_10_pblue2 { background-image: url(spritesmith0.png); - background-position: -989px 0px; + background-position: -990px -728px; width: 90px; height: 90px; } .customize-option.hair_base_10_pblue2 { background-image: url(spritesmith0.png); - background-position: -1014px -15px; + background-position: -1015px -743px; width: 60px; height: 60px; } .hair_base_10_peppermint { background-image: url(spritesmith0.png); - background-position: -819px -888px; + background-position: -990px -637px; width: 90px; height: 90px; } .customize-option.hair_base_10_peppermint { background-image: url(spritesmith0.png); - background-position: -844px -903px; + background-position: -1015px -652px; width: 60px; height: 60px; } .hair_base_10_pgreen { background-image: url(spritesmith0.png); - background-position: -728px -888px; + background-position: -990px -546px; width: 90px; height: 90px; } .customize-option.hair_base_10_pgreen { background-image: url(spritesmith0.png); - background-position: -753px -903px; + background-position: -1015px -561px; width: 60px; height: 60px; } .hair_base_10_pgreen2 { background-image: url(spritesmith0.png); - background-position: -637px -888px; + background-position: -990px -455px; width: 90px; height: 90px; } .customize-option.hair_base_10_pgreen2 { background-image: url(spritesmith0.png); - background-position: -662px -903px; + background-position: -1015px -470px; width: 60px; height: 60px; } .hair_base_10_porange { background-image: url(spritesmith0.png); - background-position: -546px -888px; + background-position: -990px -364px; width: 90px; height: 90px; } .customize-option.hair_base_10_porange { background-image: url(spritesmith0.png); - background-position: -571px -903px; + background-position: -1015px -379px; width: 60px; height: 60px; } .hair_base_10_porange2 { background-image: url(spritesmith0.png); - background-position: -455px -888px; + background-position: -990px -273px; width: 90px; height: 90px; } .customize-option.hair_base_10_porange2 { background-image: url(spritesmith0.png); - background-position: -480px -903px; + background-position: -1015px -288px; width: 60px; height: 60px; } .hair_base_10_ppink { background-image: url(spritesmith0.png); - background-position: -364px -888px; + background-position: -990px -182px; width: 90px; height: 90px; } .customize-option.hair_base_10_ppink { background-image: url(spritesmith0.png); - background-position: -389px -903px; + background-position: -1015px -197px; width: 60px; height: 60px; } .hair_base_10_ppink2 { background-image: url(spritesmith0.png); - background-position: -273px -888px; + background-position: -990px -91px; width: 90px; height: 90px; } .customize-option.hair_base_10_ppink2 { background-image: url(spritesmith0.png); - background-position: -298px -903px; + background-position: -1015px -106px; width: 60px; height: 60px; } .hair_base_10_ppurple { background-image: url(spritesmith0.png); - background-position: -182px -888px; + background-position: -990px 0px; width: 90px; height: 90px; } .customize-option.hair_base_10_ppurple { background-image: url(spritesmith0.png); - background-position: -207px -903px; + background-position: -1015px -15px; width: 60px; height: 60px; } .hair_base_10_ppurple2 { background-image: url(spritesmith0.png); - background-position: -91px -888px; + background-position: -819px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_ppurple2 { background-image: url(spritesmith0.png); - background-position: -116px -903px; + background-position: -844px -903px; width: 60px; height: 60px; } .hair_base_10_pumpkin { background-image: url(spritesmith0.png); - background-position: 0px -888px; + background-position: -728px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_pumpkin { background-image: url(spritesmith0.png); - background-position: -25px -903px; + background-position: -753px -903px; width: 60px; height: 60px; } .hair_base_10_purple { background-image: url(spritesmith0.png); - background-position: -889px -740px; + background-position: -637px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_purple { background-image: url(spritesmith0.png); - background-position: -914px -755px; + background-position: -662px -903px; width: 60px; height: 60px; } .hair_base_10_pyellow { background-image: url(spritesmith0.png); - background-position: -798px -740px; + background-position: -546px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_pyellow { background-image: url(spritesmith0.png); - background-position: -823px -755px; + background-position: -571px -903px; width: 60px; height: 60px; } .hair_base_10_pyellow2 { background-image: url(spritesmith0.png); - background-position: -707px -740px; + background-position: -455px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_pyellow2 { background-image: url(spritesmith0.png); - background-position: -732px -755px; + background-position: -480px -903px; width: 60px; height: 60px; } .hair_base_10_rainbow { background-image: url(spritesmith0.png); - background-position: -1080px 0px; + background-position: -364px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_rainbow { background-image: url(spritesmith0.png); - background-position: -1105px -15px; + background-position: -389px -903px; width: 60px; height: 60px; } .hair_base_10_red { background-image: url(spritesmith0.png); - background-position: -910px -979px; + background-position: -273px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_red { background-image: url(spritesmith0.png); - background-position: -935px -994px; + background-position: -298px -903px; width: 60px; height: 60px; } .hair_base_10_snowy { background-image: url(spritesmith0.png); - background-position: -819px -979px; + background-position: -182px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_snowy { background-image: url(spritesmith0.png); - background-position: -844px -994px; + background-position: -207px -903px; width: 60px; height: 60px; } .hair_base_10_white { background-image: url(spritesmith0.png); - background-position: -728px -979px; + background-position: -91px -888px; width: 90px; height: 90px; } .customize-option.hair_base_10_white { background-image: url(spritesmith0.png); - background-position: -753px -994px; + background-position: -116px -903px; + width: 60px; + height: 60px; +} +.hair_base_10_winternight { + background-image: url(spritesmith0.png); + background-position: -1081px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_10_winternight { + background-image: url(spritesmith0.png); + background-position: -1106px -470px; + width: 60px; + height: 60px; +} +.hair_base_10_winterstar { + background-image: url(spritesmith0.png); + background-position: -1081px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_10_winterstar { + background-image: url(spritesmith0.png); + background-position: -1106px -379px; + width: 60px; + height: 60px; +} +.hair_base_10_yellow { + background-image: url(spritesmith0.png); + background-position: -1081px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_10_yellow { + background-image: url(spritesmith0.png); + background-position: -1106px -288px; + width: 60px; + height: 60px; +} +.hair_base_10_zombie { + background-image: url(spritesmith0.png); + background-position: -1081px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_10_zombie { + background-image: url(spritesmith0.png); + background-position: -1106px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_TRUred { + background-image: url(spritesmith0.png); + background-position: -1081px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_TRUred { + background-image: url(spritesmith0.png); + background-position: -1106px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_aurora { + background-image: url(spritesmith0.png); + background-position: -1081px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_aurora { + background-image: url(spritesmith0.png); + background-position: -1106px -15px; width: 60px; height: 60px; } diff --git a/common/dist/sprites/spritesmith0.png b/common/dist/sprites/spritesmith0.png index b27a493bd6..dbd2d98a45 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 5c7023ecf0..4fc4374ce4 100644 --- a/common/dist/sprites/spritesmith1.css +++ b/common/dist/sprites/spritesmith1.css @@ -1,4776 +1,4896 @@ -.hair_base_10_winternight { +.hair_base_11_black { background-image: url(spritesmith1.png); background-position: -91px 0px; width: 90px; height: 90px; } -.customize-option.hair_base_10_winternight { +.customize-option.hair_base_11_black { background-image: url(spritesmith1.png); background-position: -116px -15px; width: 60px; height: 60px; } -.hair_base_10_winterstar { - background-image: url(spritesmith1.png); - background-position: -1274px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_10_winterstar { - background-image: url(spritesmith1.png); - background-position: -1299px -288px; - width: 60px; - height: 60px; -} -.hair_base_10_yellow { - background-image: url(spritesmith1.png); - background-position: 0px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_10_yellow { - background-image: url(spritesmith1.png); - background-position: -25px -106px; - width: 60px; - height: 60px; -} -.hair_base_10_zombie { - background-image: url(spritesmith1.png); - background-position: -91px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_10_zombie { - background-image: url(spritesmith1.png); - background-position: -116px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_TRUred { - background-image: url(spritesmith1.png); - background-position: -182px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_TRUred { - background-image: url(spritesmith1.png); - background-position: -207px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_aurora { - background-image: url(spritesmith1.png); - background-position: -182px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_aurora { - background-image: url(spritesmith1.png); - background-position: -207px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_black { - background-image: url(spritesmith1.png); - background-position: 0px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_black { - background-image: url(spritesmith1.png); - background-position: -25px -197px; - width: 60px; - height: 60px; -} .hair_base_11_blond { - background-image: url(spritesmith1.png); - background-position: -91px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_blond { - background-image: url(spritesmith1.png); - background-position: -116px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_blue { - background-image: url(spritesmith1.png); - background-position: -182px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_blue { - background-image: url(spritesmith1.png); - background-position: -207px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_brown { - background-image: url(spritesmith1.png); - background-position: -273px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_brown { - background-image: url(spritesmith1.png); - background-position: -298px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_candycane { - background-image: url(spritesmith1.png); - background-position: -273px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_candycane { - background-image: url(spritesmith1.png); - background-position: -298px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_candycorn { - background-image: url(spritesmith1.png); - background-position: -273px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_candycorn { - background-image: url(spritesmith1.png); - background-position: -298px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_festive { - background-image: url(spritesmith1.png); - background-position: 0px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_festive { - background-image: url(spritesmith1.png); - background-position: -25px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_frost { - background-image: url(spritesmith1.png); - background-position: -91px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_frost { - background-image: url(spritesmith1.png); - background-position: -116px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -182px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -207px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_green { - background-image: url(spritesmith1.png); - background-position: -273px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_green { - background-image: url(spritesmith1.png); - background-position: -298px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_halloween { - background-image: url(spritesmith1.png); - background-position: -364px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_halloween { - background-image: url(spritesmith1.png); - background-position: -389px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_holly { - background-image: url(spritesmith1.png); - background-position: -364px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_holly { - background-image: url(spritesmith1.png); - background-position: -389px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_hollygreen { - background-image: url(spritesmith1.png); - background-position: -364px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_hollygreen { - background-image: url(spritesmith1.png); - background-position: -389px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_midnight { - background-image: url(spritesmith1.png); - background-position: -364px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_midnight { - background-image: url(spritesmith1.png); - background-position: -389px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_pblue { - background-image: url(spritesmith1.png); - background-position: 0px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pblue { - background-image: url(spritesmith1.png); - background-position: -25px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_pblue2 { - background-image: url(spritesmith1.png); - background-position: -91px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pblue2 { - background-image: url(spritesmith1.png); - background-position: -116px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_peppermint { - background-image: url(spritesmith1.png); - background-position: -182px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_peppermint { - background-image: url(spritesmith1.png); - background-position: -207px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_pgreen { - background-image: url(spritesmith1.png); - background-position: -273px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pgreen { - background-image: url(spritesmith1.png); - background-position: -298px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -364px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -389px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_porange { - background-image: url(spritesmith1.png); - background-position: -455px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_porange { - background-image: url(spritesmith1.png); - background-position: -480px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_porange2 { - background-image: url(spritesmith1.png); - background-position: -455px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_porange2 { - background-image: url(spritesmith1.png); - background-position: -480px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_ppink { - background-image: url(spritesmith1.png); - background-position: -455px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_ppink { - background-image: url(spritesmith1.png); - background-position: -480px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_ppink2 { - background-image: url(spritesmith1.png); - background-position: -455px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_ppink2 { - background-image: url(spritesmith1.png); - background-position: -480px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_ppurple { - background-image: url(spritesmith1.png); - background-position: -455px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_ppurple { - background-image: url(spritesmith1.png); - background-position: -480px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_ppurple2 { - background-image: url(spritesmith1.png); - background-position: 0px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -25px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_pumpkin { - background-image: url(spritesmith1.png); - background-position: -91px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pumpkin { - background-image: url(spritesmith1.png); - background-position: -116px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_purple { - background-image: url(spritesmith1.png); - background-position: -182px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_purple { - background-image: url(spritesmith1.png); - background-position: -207px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_pyellow { - background-image: url(spritesmith1.png); - background-position: -273px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pyellow { - background-image: url(spritesmith1.png); - background-position: -298px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -364px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -389px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_rainbow { - background-image: url(spritesmith1.png); - background-position: -455px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_rainbow { - background-image: url(spritesmith1.png); - background-position: -480px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_red { - background-image: url(spritesmith1.png); - background-position: -546px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_red { - background-image: url(spritesmith1.png); - background-position: -571px -15px; - width: 60px; - height: 60px; -} -.hair_base_11_snowy { - background-image: url(spritesmith1.png); - background-position: -546px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_snowy { - background-image: url(spritesmith1.png); - background-position: -571px -106px; - width: 60px; - height: 60px; -} -.hair_base_11_white { - background-image: url(spritesmith1.png); - background-position: -546px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_white { - background-image: url(spritesmith1.png); - background-position: -571px -197px; - width: 60px; - height: 60px; -} -.hair_base_11_winternight { - background-image: url(spritesmith1.png); - background-position: -546px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_winternight { - background-image: url(spritesmith1.png); - background-position: -571px -288px; - width: 60px; - height: 60px; -} -.hair_base_11_winterstar { - background-image: url(spritesmith1.png); - background-position: -546px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_winterstar { - background-image: url(spritesmith1.png); - background-position: -571px -379px; - width: 60px; - height: 60px; -} -.hair_base_11_yellow { - background-image: url(spritesmith1.png); - background-position: -546px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_yellow { - background-image: url(spritesmith1.png); - background-position: -571px -470px; - width: 60px; - height: 60px; -} -.hair_base_11_zombie { - background-image: url(spritesmith1.png); - background-position: 0px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_11_zombie { - background-image: url(spritesmith1.png); - background-position: -25px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_TRUred { - background-image: url(spritesmith1.png); - background-position: -91px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_TRUred { - background-image: url(spritesmith1.png); - background-position: -116px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_aurora { - background-image: url(spritesmith1.png); - background-position: -182px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_aurora { - background-image: url(spritesmith1.png); - background-position: -207px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_black { - background-image: url(spritesmith1.png); - background-position: -273px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_black { - background-image: url(spritesmith1.png); - background-position: -298px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_blond { - background-image: url(spritesmith1.png); - background-position: -364px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_blond { - background-image: url(spritesmith1.png); - background-position: -389px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_blue { - background-image: url(spritesmith1.png); - background-position: -455px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_blue { - background-image: url(spritesmith1.png); - background-position: -480px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_brown { - background-image: url(spritesmith1.png); - background-position: -546px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_brown { - background-image: url(spritesmith1.png); - background-position: -571px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_candycane { - background-image: url(spritesmith1.png); - background-position: -637px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_candycane { - background-image: url(spritesmith1.png); - background-position: -662px -15px; - width: 60px; - height: 60px; -} -.hair_base_12_candycorn { - background-image: url(spritesmith1.png); - background-position: -637px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_candycorn { - background-image: url(spritesmith1.png); - background-position: -662px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_festive { - background-image: url(spritesmith1.png); - background-position: -637px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_festive { - background-image: url(spritesmith1.png); - background-position: -662px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_frost { - background-image: url(spritesmith1.png); - background-position: -637px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_frost { - background-image: url(spritesmith1.png); - background-position: -662px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -637px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -662px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_green { - background-image: url(spritesmith1.png); - background-position: -637px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_green { - background-image: url(spritesmith1.png); - background-position: -662px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_halloween { - background-image: url(spritesmith1.png); - background-position: -637px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_halloween { - background-image: url(spritesmith1.png); - background-position: -662px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_holly { - background-image: url(spritesmith1.png); - background-position: 0px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_holly { - background-image: url(spritesmith1.png); - background-position: -25px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_hollygreen { - background-image: url(spritesmith1.png); - background-position: -91px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_hollygreen { - background-image: url(spritesmith1.png); - background-position: -116px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_midnight { - background-image: url(spritesmith1.png); - background-position: -182px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_midnight { - background-image: url(spritesmith1.png); - background-position: -207px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_pblue { - background-image: url(spritesmith1.png); - background-position: -273px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pblue { - background-image: url(spritesmith1.png); - background-position: -298px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_pblue2 { - background-image: url(spritesmith1.png); - background-position: -364px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pblue2 { - background-image: url(spritesmith1.png); - background-position: -389px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_peppermint { - background-image: url(spritesmith1.png); - background-position: -455px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_peppermint { - background-image: url(spritesmith1.png); - background-position: -480px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_pgreen { - background-image: url(spritesmith1.png); - background-position: -546px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pgreen { - background-image: url(spritesmith1.png); - background-position: -571px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -637px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -662px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_porange { - background-image: url(spritesmith1.png); - background-position: -728px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_porange { - background-image: url(spritesmith1.png); - background-position: -753px -15px; - width: 60px; - height: 60px; -} -.hair_base_12_porange2 { - background-image: url(spritesmith1.png); - background-position: -728px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_porange2 { - background-image: url(spritesmith1.png); - background-position: -753px -106px; - width: 60px; - height: 60px; -} -.hair_base_12_ppink { - background-image: url(spritesmith1.png); - background-position: -728px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppink { - background-image: url(spritesmith1.png); - background-position: -753px -197px; - width: 60px; - height: 60px; -} -.hair_base_12_ppink2 { - background-image: url(spritesmith1.png); - background-position: -728px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppink2 { - background-image: url(spritesmith1.png); - background-position: -753px -288px; - width: 60px; - height: 60px; -} -.hair_base_12_ppurple { - background-image: url(spritesmith1.png); - background-position: -728px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppurple { - background-image: url(spritesmith1.png); - background-position: -753px -379px; - width: 60px; - height: 60px; -} -.hair_base_12_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -728px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -753px -470px; - width: 60px; - height: 60px; -} -.hair_base_12_pumpkin { - background-image: url(spritesmith1.png); - background-position: -728px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pumpkin { - background-image: url(spritesmith1.png); - background-position: -753px -561px; - width: 60px; - height: 60px; -} -.hair_base_12_purple { - background-image: url(spritesmith1.png); - background-position: -728px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_purple { - background-image: url(spritesmith1.png); - background-position: -753px -652px; - width: 60px; - height: 60px; -} -.hair_base_12_pyellow { - background-image: url(spritesmith1.png); - background-position: 0px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pyellow { - background-image: url(spritesmith1.png); - background-position: -25px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -91px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -116px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_rainbow { - background-image: url(spritesmith1.png); - background-position: -182px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_rainbow { - background-image: url(spritesmith1.png); - background-position: -207px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_red { - background-image: url(spritesmith1.png); - background-position: -273px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_red { - background-image: url(spritesmith1.png); - background-position: -298px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_snowy { - background-image: url(spritesmith1.png); - background-position: -364px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_snowy { - background-image: url(spritesmith1.png); - background-position: -389px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_white { - background-image: url(spritesmith1.png); - background-position: -455px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_white { - background-image: url(spritesmith1.png); - background-position: -480px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_winternight { - background-image: url(spritesmith1.png); - background-position: -546px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_winternight { - background-image: url(spritesmith1.png); - background-position: -571px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_winterstar { - background-image: url(spritesmith1.png); - background-position: -637px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_winterstar { - background-image: url(spritesmith1.png); - background-position: -662px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_yellow { - background-image: url(spritesmith1.png); - background-position: -728px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_yellow { - background-image: url(spritesmith1.png); - background-position: -753px -743px; - width: 60px; - height: 60px; -} -.hair_base_12_zombie { - background-image: url(spritesmith1.png); - background-position: -819px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_12_zombie { - background-image: url(spritesmith1.png); - background-position: -844px -15px; - width: 60px; - height: 60px; -} -.hair_base_13_TRUred { - background-image: url(spritesmith1.png); - background-position: -819px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_TRUred { - background-image: url(spritesmith1.png); - background-position: -844px -106px; - width: 60px; - height: 60px; -} -.hair_base_13_aurora { - background-image: url(spritesmith1.png); - background-position: -819px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_aurora { - background-image: url(spritesmith1.png); - background-position: -844px -197px; - width: 60px; - height: 60px; -} -.hair_base_13_black { - background-image: url(spritesmith1.png); - background-position: -819px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_black { - background-image: url(spritesmith1.png); - background-position: -844px -288px; - width: 60px; - height: 60px; -} -.hair_base_13_blond { - background-image: url(spritesmith1.png); - background-position: -819px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_blond { - background-image: url(spritesmith1.png); - background-position: -844px -379px; - width: 60px; - height: 60px; -} -.hair_base_13_blue { - background-image: url(spritesmith1.png); - background-position: -819px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_blue { - background-image: url(spritesmith1.png); - background-position: -844px -470px; - width: 60px; - height: 60px; -} -.hair_base_13_brown { - background-image: url(spritesmith1.png); - background-position: -819px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_brown { - background-image: url(spritesmith1.png); - background-position: -844px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_candycane { - background-image: url(spritesmith1.png); - background-position: -819px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_candycane { - background-image: url(spritesmith1.png); - background-position: -844px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_candycorn { - background-image: url(spritesmith1.png); - background-position: -819px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_candycorn { - background-image: url(spritesmith1.png); - background-position: -844px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_festive { - background-image: url(spritesmith1.png); - background-position: 0px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_festive { - background-image: url(spritesmith1.png); - background-position: -25px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_frost { - background-image: url(spritesmith1.png); - background-position: -91px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_frost { - background-image: url(spritesmith1.png); - background-position: -116px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -182px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -207px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_green { - background-image: url(spritesmith1.png); - background-position: -273px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_green { - background-image: url(spritesmith1.png); - background-position: -298px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_halloween { - background-image: url(spritesmith1.png); - background-position: -364px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_halloween { - background-image: url(spritesmith1.png); - background-position: -389px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_holly { - background-image: url(spritesmith1.png); - background-position: -455px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_holly { - background-image: url(spritesmith1.png); - background-position: -480px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_hollygreen { - background-image: url(spritesmith1.png); - background-position: -546px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_hollygreen { - background-image: url(spritesmith1.png); - background-position: -571px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_midnight { - background-image: url(spritesmith1.png); - background-position: -637px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_midnight { - background-image: url(spritesmith1.png); - background-position: -662px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_pblue { - background-image: url(spritesmith1.png); - background-position: -728px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pblue { - background-image: url(spritesmith1.png); - background-position: -753px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_pblue2 { - background-image: url(spritesmith1.png); - background-position: -819px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pblue2 { - background-image: url(spritesmith1.png); - background-position: -844px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_peppermint { - background-image: url(spritesmith1.png); - background-position: -910px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_peppermint { - background-image: url(spritesmith1.png); - background-position: -935px -15px; - width: 60px; - height: 60px; -} -.hair_base_13_pgreen { - background-image: url(spritesmith1.png); - background-position: -910px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pgreen { - background-image: url(spritesmith1.png); - background-position: -935px -106px; - width: 60px; - height: 60px; -} -.hair_base_13_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -910px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -935px -197px; - width: 60px; - height: 60px; -} -.hair_base_13_porange { - background-image: url(spritesmith1.png); - background-position: -910px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_porange { - background-image: url(spritesmith1.png); - background-position: -935px -288px; - width: 60px; - height: 60px; -} -.hair_base_13_porange2 { - background-image: url(spritesmith1.png); - background-position: -910px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_porange2 { - background-image: url(spritesmith1.png); - background-position: -935px -379px; - width: 60px; - height: 60px; -} -.hair_base_13_ppink { - background-image: url(spritesmith1.png); - background-position: -910px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppink { - background-image: url(spritesmith1.png); - background-position: -935px -470px; - width: 60px; - height: 60px; -} -.hair_base_13_ppink2 { - background-image: url(spritesmith1.png); - background-position: -910px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppink2 { - background-image: url(spritesmith1.png); - background-position: -935px -561px; - width: 60px; - height: 60px; -} -.hair_base_13_ppurple { - background-image: url(spritesmith1.png); - background-position: -910px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppurple { - background-image: url(spritesmith1.png); - background-position: -935px -652px; - width: 60px; - height: 60px; -} -.hair_base_13_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -910px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -935px -743px; - width: 60px; - height: 60px; -} -.hair_base_13_pumpkin { - background-image: url(spritesmith1.png); - background-position: -910px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pumpkin { - background-image: url(spritesmith1.png); - background-position: -935px -834px; - width: 60px; - height: 60px; -} -.hair_base_13_purple { - background-image: url(spritesmith1.png); - background-position: 0px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_purple { - background-image: url(spritesmith1.png); - background-position: -25px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_pyellow { - background-image: url(spritesmith1.png); - background-position: -91px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pyellow { - background-image: url(spritesmith1.png); - background-position: -116px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -182px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -207px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_rainbow { - background-image: url(spritesmith1.png); - background-position: -273px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_rainbow { - background-image: url(spritesmith1.png); - background-position: -298px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_red { - background-image: url(spritesmith1.png); - background-position: -364px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_red { - background-image: url(spritesmith1.png); - background-position: -389px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_snowy { - background-image: url(spritesmith1.png); - background-position: -455px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_snowy { - background-image: url(spritesmith1.png); - background-position: -480px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_white { - background-image: url(spritesmith1.png); - background-position: -546px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_white { - background-image: url(spritesmith1.png); - background-position: -571px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_winternight { - background-image: url(spritesmith1.png); - background-position: -637px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_winternight { - background-image: url(spritesmith1.png); - background-position: -662px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_winterstar { - background-image: url(spritesmith1.png); - background-position: -728px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_winterstar { - background-image: url(spritesmith1.png); - background-position: -753px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_yellow { - background-image: url(spritesmith1.png); - background-position: -819px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_yellow { - background-image: url(spritesmith1.png); - background-position: -844px -925px; - width: 60px; - height: 60px; -} -.hair_base_13_zombie { - background-image: url(spritesmith1.png); - background-position: -910px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_13_zombie { - background-image: url(spritesmith1.png); - background-position: -935px -925px; - width: 60px; - height: 60px; -} -.hair_base_14_TRUred { - background-image: url(spritesmith1.png); - background-position: -1001px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_TRUred { - background-image: url(spritesmith1.png); - background-position: -1026px -15px; - width: 60px; - height: 60px; -} -.hair_base_14_aurora { - background-image: url(spritesmith1.png); - background-position: -1001px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_aurora { - background-image: url(spritesmith1.png); - background-position: -1026px -106px; - width: 60px; - height: 60px; -} -.hair_base_14_black { - background-image: url(spritesmith1.png); - background-position: -1001px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_black { - background-image: url(spritesmith1.png); - background-position: -1026px -197px; - width: 60px; - height: 60px; -} -.hair_base_14_blond { - background-image: url(spritesmith1.png); - background-position: -1001px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_blond { - background-image: url(spritesmith1.png); - background-position: -1026px -288px; - width: 60px; - height: 60px; -} -.hair_base_14_blue { - background-image: url(spritesmith1.png); - background-position: -1001px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_blue { - background-image: url(spritesmith1.png); - background-position: -1026px -379px; - width: 60px; - height: 60px; -} -.hair_base_14_brown { - background-image: url(spritesmith1.png); - background-position: -1001px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_brown { - background-image: url(spritesmith1.png); - background-position: -1026px -470px; - width: 60px; - height: 60px; -} -.hair_base_14_candycane { - background-image: url(spritesmith1.png); - background-position: -1001px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_candycane { - background-image: url(spritesmith1.png); - background-position: -1026px -561px; - width: 60px; - height: 60px; -} -.hair_base_14_candycorn { - background-image: url(spritesmith1.png); - background-position: -1001px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_candycorn { - background-image: url(spritesmith1.png); - background-position: -1026px -652px; - width: 60px; - height: 60px; -} -.hair_base_14_festive { - background-image: url(spritesmith1.png); - background-position: -1001px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_festive { - background-image: url(spritesmith1.png); - background-position: -1026px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_frost { - background-image: url(spritesmith1.png); - background-position: -1001px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_frost { - background-image: url(spritesmith1.png); - background-position: -1026px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1001px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1026px -925px; - width: 60px; - height: 60px; -} -.hair_base_14_green { - background-image: url(spritesmith1.png); - background-position: 0px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_green { - background-image: url(spritesmith1.png); - background-position: -25px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_halloween { - background-image: url(spritesmith1.png); - background-position: -91px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_halloween { - background-image: url(spritesmith1.png); - background-position: -116px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_holly { - background-image: url(spritesmith1.png); - background-position: -182px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_holly { - background-image: url(spritesmith1.png); - background-position: -207px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_hollygreen { - background-image: url(spritesmith1.png); - background-position: -273px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_hollygreen { - background-image: url(spritesmith1.png); - background-position: -298px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_midnight { - background-image: url(spritesmith1.png); - background-position: -364px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_midnight { - background-image: url(spritesmith1.png); - background-position: -389px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_pblue { - background-image: url(spritesmith1.png); - background-position: -455px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pblue { - background-image: url(spritesmith1.png); - background-position: -480px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_pblue2 { - background-image: url(spritesmith1.png); - background-position: -546px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pblue2 { - background-image: url(spritesmith1.png); - background-position: -571px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_peppermint { - background-image: url(spritesmith1.png); - background-position: -637px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_peppermint { - background-image: url(spritesmith1.png); - background-position: -662px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_pgreen { - background-image: url(spritesmith1.png); - background-position: -728px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pgreen { - background-image: url(spritesmith1.png); - background-position: -753px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -819px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -844px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_porange { - background-image: url(spritesmith1.png); - background-position: -910px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_porange { - background-image: url(spritesmith1.png); - background-position: -935px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_porange2 { - background-image: url(spritesmith1.png); - background-position: -1001px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_porange2 { - background-image: url(spritesmith1.png); - background-position: -1026px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_ppink { - background-image: url(spritesmith1.png); - background-position: -1092px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppink { - background-image: url(spritesmith1.png); - background-position: -1117px -15px; - width: 60px; - height: 60px; -} -.hair_base_14_ppink2 { - background-image: url(spritesmith1.png); - background-position: -1092px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppink2 { - background-image: url(spritesmith1.png); - background-position: -1117px -106px; - width: 60px; - height: 60px; -} -.hair_base_14_ppurple { - background-image: url(spritesmith1.png); - background-position: -1092px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppurple { - background-image: url(spritesmith1.png); - background-position: -1117px -197px; - width: 60px; - height: 60px; -} -.hair_base_14_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -1092px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -1117px -288px; - width: 60px; - height: 60px; -} -.hair_base_14_pumpkin { - background-image: url(spritesmith1.png); - background-position: -1092px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pumpkin { - background-image: url(spritesmith1.png); - background-position: -1117px -379px; - width: 60px; - height: 60px; -} -.hair_base_14_purple { - background-image: url(spritesmith1.png); - background-position: -1092px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_purple { - background-image: url(spritesmith1.png); - background-position: -1117px -470px; - width: 60px; - height: 60px; -} -.hair_base_14_pyellow { - background-image: url(spritesmith1.png); - background-position: -1092px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pyellow { - background-image: url(spritesmith1.png); - background-position: -1117px -561px; - width: 60px; - height: 60px; -} -.hair_base_14_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -1092px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -1117px -652px; - width: 60px; - height: 60px; -} -.hair_base_14_rainbow { - background-image: url(spritesmith1.png); - background-position: -1092px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_rainbow { - background-image: url(spritesmith1.png); - background-position: -1117px -743px; - width: 60px; - height: 60px; -} -.hair_base_14_red { - background-image: url(spritesmith1.png); - background-position: -1092px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_red { - background-image: url(spritesmith1.png); - background-position: -1117px -834px; - width: 60px; - height: 60px; -} -.hair_base_14_snowy { - background-image: url(spritesmith1.png); - background-position: -1092px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_snowy { - background-image: url(spritesmith1.png); - background-position: -1117px -925px; - width: 60px; - height: 60px; -} -.hair_base_14_white { - background-image: url(spritesmith1.png); - background-position: -1092px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_white { - background-image: url(spritesmith1.png); - background-position: -1117px -1016px; - width: 60px; - height: 60px; -} -.hair_base_14_winternight { - background-image: url(spritesmith1.png); - background-position: 0px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_winternight { - background-image: url(spritesmith1.png); - background-position: -25px -1107px; - width: 60px; - height: 60px; -} -.hair_base_14_winterstar { - background-image: url(spritesmith1.png); - background-position: -91px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_winterstar { - background-image: url(spritesmith1.png); - background-position: -116px -1107px; - width: 60px; - height: 60px; -} -.hair_base_14_yellow { - background-image: url(spritesmith1.png); - background-position: -182px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_yellow { - background-image: url(spritesmith1.png); - background-position: -207px -1107px; - width: 60px; - height: 60px; -} -.hair_base_14_zombie { - background-image: url(spritesmith1.png); - background-position: -273px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_14_zombie { - background-image: url(spritesmith1.png); - background-position: -298px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_TRUred { - background-image: url(spritesmith1.png); - background-position: -364px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_TRUred { - background-image: url(spritesmith1.png); - background-position: -389px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_aurora { - background-image: url(spritesmith1.png); - background-position: -455px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_aurora { - background-image: url(spritesmith1.png); - background-position: -480px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_black { - background-image: url(spritesmith1.png); - background-position: -546px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_black { - background-image: url(spritesmith1.png); - background-position: -571px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_blond { - background-image: url(spritesmith1.png); - background-position: -637px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_blond { - background-image: url(spritesmith1.png); - background-position: -662px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_blue { - background-image: url(spritesmith1.png); - background-position: -728px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_blue { - background-image: url(spritesmith1.png); - background-position: -753px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_brown { - background-image: url(spritesmith1.png); - background-position: -819px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_brown { - background-image: url(spritesmith1.png); - background-position: -844px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_candycane { - background-image: url(spritesmith1.png); - background-position: -910px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_candycane { - background-image: url(spritesmith1.png); - background-position: -935px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_candycorn { - background-image: url(spritesmith1.png); - background-position: -1001px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_candycorn { - background-image: url(spritesmith1.png); - background-position: -1026px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_festive { - background-image: url(spritesmith1.png); - background-position: -1092px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_festive { - background-image: url(spritesmith1.png); - background-position: -1117px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_frost { - background-image: url(spritesmith1.png); - background-position: -1183px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_frost { - background-image: url(spritesmith1.png); - background-position: -1208px -15px; - width: 60px; - height: 60px; -} -.hair_base_1_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1183px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ghostwhite { - background-image: url(spritesmith1.png); - background-position: -1208px -106px; - width: 60px; - height: 60px; -} -.hair_base_1_green { - background-image: url(spritesmith1.png); - background-position: -1183px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_green { - background-image: url(spritesmith1.png); - background-position: -1208px -197px; - width: 60px; - height: 60px; -} -.hair_base_1_halloween { - background-image: url(spritesmith1.png); - background-position: -1183px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_halloween { - background-image: url(spritesmith1.png); - background-position: -1208px -288px; - width: 60px; - height: 60px; -} -.hair_base_1_holly { - background-image: url(spritesmith1.png); - background-position: -1183px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_holly { - background-image: url(spritesmith1.png); - background-position: -1208px -379px; - width: 60px; - height: 60px; -} -.hair_base_1_hollygreen { - background-image: url(spritesmith1.png); - background-position: -1183px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_hollygreen { - background-image: url(spritesmith1.png); - background-position: -1208px -470px; - width: 60px; - height: 60px; -} -.hair_base_1_midnight { - background-image: url(spritesmith1.png); - background-position: -1183px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_midnight { - background-image: url(spritesmith1.png); - background-position: -1208px -561px; - width: 60px; - height: 60px; -} -.hair_base_1_pblue { - background-image: url(spritesmith1.png); - background-position: -1183px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pblue { - background-image: url(spritesmith1.png); - background-position: -1208px -652px; - width: 60px; - height: 60px; -} -.hair_base_1_pblue2 { - background-image: url(spritesmith1.png); - background-position: -1183px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pblue2 { - background-image: url(spritesmith1.png); - background-position: -1208px -743px; - width: 60px; - height: 60px; -} -.hair_base_1_peppermint { - background-image: url(spritesmith1.png); - background-position: -1183px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_peppermint { - background-image: url(spritesmith1.png); - background-position: -1208px -834px; - width: 60px; - height: 60px; -} -.hair_base_1_pgreen { - background-image: url(spritesmith1.png); - background-position: -1183px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pgreen { - background-image: url(spritesmith1.png); - background-position: -1208px -925px; - width: 60px; - height: 60px; -} -.hair_base_1_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -1183px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pgreen2 { - background-image: url(spritesmith1.png); - background-position: -1208px -1016px; - width: 60px; - height: 60px; -} -.hair_base_1_porange { - background-image: url(spritesmith1.png); - background-position: -1183px -1092px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_porange { - background-image: url(spritesmith1.png); - background-position: -1208px -1107px; - width: 60px; - height: 60px; -} -.hair_base_1_porange2 { - background-image: url(spritesmith1.png); - background-position: 0px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_porange2 { - background-image: url(spritesmith1.png); - background-position: -25px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_ppink { - background-image: url(spritesmith1.png); - background-position: -91px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppink { - background-image: url(spritesmith1.png); - background-position: -116px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_ppink2 { - background-image: url(spritesmith1.png); - background-position: -182px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppink2 { - background-image: url(spritesmith1.png); - background-position: -207px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_ppurple { - background-image: url(spritesmith1.png); - background-position: -273px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppurple { - background-image: url(spritesmith1.png); - background-position: -298px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -364px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_ppurple2 { - background-image: url(spritesmith1.png); - background-position: -389px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_pumpkin { - background-image: url(spritesmith1.png); - background-position: -455px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pumpkin { - background-image: url(spritesmith1.png); - background-position: -480px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_purple { - background-image: url(spritesmith1.png); - background-position: -546px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_purple { - background-image: url(spritesmith1.png); - background-position: -571px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_pyellow { - background-image: url(spritesmith1.png); - background-position: -637px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pyellow { - background-image: url(spritesmith1.png); - background-position: -662px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -728px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_pyellow2 { - background-image: url(spritesmith1.png); - background-position: -753px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_rainbow { - background-image: url(spritesmith1.png); - background-position: -819px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_rainbow { - background-image: url(spritesmith1.png); - background-position: -844px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_red { - background-image: url(spritesmith1.png); - background-position: -910px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_red { - background-image: url(spritesmith1.png); - background-position: -935px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_snowy { - background-image: url(spritesmith1.png); - background-position: -1001px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_snowy { - background-image: url(spritesmith1.png); - background-position: -1026px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_white { - background-image: url(spritesmith1.png); - background-position: -1092px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_white { - background-image: url(spritesmith1.png); - background-position: -1117px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_winternight { - background-image: url(spritesmith1.png); - background-position: -1183px -1183px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_winternight { - background-image: url(spritesmith1.png); - background-position: -1208px -1198px; - width: 60px; - height: 60px; -} -.hair_base_1_winterstar { - background-image: url(spritesmith1.png); - background-position: -1274px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_winterstar { - background-image: url(spritesmith1.png); - background-position: -1299px -15px; - width: 60px; - height: 60px; -} -.hair_base_1_yellow { - background-image: url(spritesmith1.png); - background-position: -1274px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_yellow { - background-image: url(spritesmith1.png); - background-position: -1299px -106px; - width: 60px; - height: 60px; -} -.hair_base_1_zombie { - background-image: url(spritesmith1.png); - background-position: -1274px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_1_zombie { - background-image: url(spritesmith1.png); - background-position: -1299px -197px; - width: 60px; - height: 60px; -} -.hair_base_2_TRUred { - background-image: url(spritesmith1.png); - background-position: 0px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_TRUred { - background-image: url(spritesmith1.png); - background-position: -25px -15px; - width: 60px; - height: 60px; -} -.hair_base_2_aurora { - background-image: url(spritesmith1.png); - background-position: -1274px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_aurora { - background-image: url(spritesmith1.png); - background-position: -1299px -379px; - width: 60px; - height: 60px; -} -.hair_base_2_black { - background-image: url(spritesmith1.png); - background-position: -1274px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_black { - background-image: url(spritesmith1.png); - background-position: -1299px -470px; - width: 60px; - height: 60px; -} -.hair_base_2_blond { - background-image: url(spritesmith1.png); - background-position: -1274px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_blond { - background-image: url(spritesmith1.png); - background-position: -1299px -561px; - width: 60px; - height: 60px; -} -.hair_base_2_blue { - background-image: url(spritesmith1.png); - background-position: -1274px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_2_blue { - background-image: url(spritesmith1.png); - background-position: -1299px -652px; - width: 60px; - height: 60px; -} -.hair_base_2_brown { background-image: url(spritesmith1.png); background-position: -1274px -728px; width: 90px; height: 90px; } -.customize-option.hair_base_2_brown { +.customize-option.hair_base_11_blond { background-image: url(spritesmith1.png); background-position: -1299px -743px; width: 60px; height: 60px; } +.hair_base_11_blue { + background-image: url(spritesmith1.png); + background-position: 0px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_blue { + background-image: url(spritesmith1.png); + background-position: -25px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_brown { + background-image: url(spritesmith1.png); + background-position: -91px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_brown { + background-image: url(spritesmith1.png); + background-position: -116px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_candycane { + background-image: url(spritesmith1.png); + background-position: -182px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_candycane { + background-image: url(spritesmith1.png); + background-position: -207px -15px; + width: 60px; + height: 60px; +} +.hair_base_11_candycorn { + background-image: url(spritesmith1.png); + background-position: -182px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_candycorn { + background-image: url(spritesmith1.png); + background-position: -207px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_festive { + background-image: url(spritesmith1.png); + background-position: 0px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_festive { + background-image: url(spritesmith1.png); + background-position: -25px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_frost { + background-image: url(spritesmith1.png); + background-position: -91px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_frost { + background-image: url(spritesmith1.png); + background-position: -116px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -182px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -207px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_green { + background-image: url(spritesmith1.png); + background-position: -273px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_green { + background-image: url(spritesmith1.png); + background-position: -298px -15px; + width: 60px; + height: 60px; +} +.hair_base_11_halloween { + background-image: url(spritesmith1.png); + background-position: -273px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_halloween { + background-image: url(spritesmith1.png); + background-position: -298px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_holly { + background-image: url(spritesmith1.png); + background-position: -273px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_holly { + background-image: url(spritesmith1.png); + background-position: -298px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_hollygreen { + background-image: url(spritesmith1.png); + background-position: 0px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_hollygreen { + background-image: url(spritesmith1.png); + background-position: -25px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_midnight { + background-image: url(spritesmith1.png); + background-position: -91px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_midnight { + background-image: url(spritesmith1.png); + background-position: -116px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_pblue { + background-image: url(spritesmith1.png); + background-position: -182px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pblue { + background-image: url(spritesmith1.png); + background-position: -207px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_pblue2 { + background-image: url(spritesmith1.png); + background-position: -273px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pblue2 { + background-image: url(spritesmith1.png); + background-position: -298px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_peppermint { + background-image: url(spritesmith1.png); + background-position: -364px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_peppermint { + background-image: url(spritesmith1.png); + background-position: -389px -15px; + width: 60px; + height: 60px; +} +.hair_base_11_pgreen { + background-image: url(spritesmith1.png); + background-position: -364px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pgreen { + background-image: url(spritesmith1.png); + background-position: -389px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -364px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -389px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_porange { + background-image: url(spritesmith1.png); + background-position: -364px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_porange { + background-image: url(spritesmith1.png); + background-position: -389px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_porange2 { + background-image: url(spritesmith1.png); + background-position: 0px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_porange2 { + background-image: url(spritesmith1.png); + background-position: -25px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_ppink { + background-image: url(spritesmith1.png); + background-position: -91px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_ppink { + background-image: url(spritesmith1.png); + background-position: -116px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_ppink2 { + background-image: url(spritesmith1.png); + background-position: -182px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_ppink2 { + background-image: url(spritesmith1.png); + background-position: -207px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_ppurple { + background-image: url(spritesmith1.png); + background-position: -273px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_ppurple { + background-image: url(spritesmith1.png); + background-position: -298px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -364px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -389px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_pumpkin { + background-image: url(spritesmith1.png); + background-position: -455px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pumpkin { + background-image: url(spritesmith1.png); + background-position: -480px -15px; + width: 60px; + height: 60px; +} +.hair_base_11_purple { + background-image: url(spritesmith1.png); + background-position: -455px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_purple { + background-image: url(spritesmith1.png); + background-position: -480px -106px; + width: 60px; + height: 60px; +} +.hair_base_11_pyellow { + background-image: url(spritesmith1.png); + background-position: -455px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pyellow { + background-image: url(spritesmith1.png); + background-position: -480px -197px; + width: 60px; + height: 60px; +} +.hair_base_11_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -455px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -480px -288px; + width: 60px; + height: 60px; +} +.hair_base_11_rainbow { + background-image: url(spritesmith1.png); + background-position: -455px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_rainbow { + background-image: url(spritesmith1.png); + background-position: -480px -379px; + width: 60px; + height: 60px; +} +.hair_base_11_red { + background-image: url(spritesmith1.png); + background-position: 0px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_red { + background-image: url(spritesmith1.png); + background-position: -25px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_snowy { + background-image: url(spritesmith1.png); + background-position: -91px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_snowy { + background-image: url(spritesmith1.png); + background-position: -116px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_white { + background-image: url(spritesmith1.png); + background-position: -182px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_white { + background-image: url(spritesmith1.png); + background-position: -207px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_winternight { + background-image: url(spritesmith1.png); + background-position: -273px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_winternight { + background-image: url(spritesmith1.png); + background-position: -298px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_winterstar { + background-image: url(spritesmith1.png); + background-position: -364px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_winterstar { + background-image: url(spritesmith1.png); + background-position: -389px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_yellow { + background-image: url(spritesmith1.png); + background-position: -455px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_yellow { + background-image: url(spritesmith1.png); + background-position: -480px -470px; + width: 60px; + height: 60px; +} +.hair_base_11_zombie { + background-image: url(spritesmith1.png); + background-position: -546px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_11_zombie { + background-image: url(spritesmith1.png); + background-position: -571px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_TRUred { + background-image: url(spritesmith1.png); + background-position: -546px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_TRUred { + background-image: url(spritesmith1.png); + background-position: -571px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_aurora { + background-image: url(spritesmith1.png); + background-position: -546px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_aurora { + background-image: url(spritesmith1.png); + background-position: -571px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_black { + background-image: url(spritesmith1.png); + background-position: -546px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_black { + background-image: url(spritesmith1.png); + background-position: -571px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_blond { + background-image: url(spritesmith1.png); + background-position: -546px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_blond { + background-image: url(spritesmith1.png); + background-position: -571px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_blue { + background-image: url(spritesmith1.png); + background-position: -546px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_blue { + background-image: url(spritesmith1.png); + background-position: -571px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_brown { + background-image: url(spritesmith1.png); + background-position: 0px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_brown { + background-image: url(spritesmith1.png); + background-position: -25px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_candycane { + background-image: url(spritesmith1.png); + background-position: -91px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_candycane { + background-image: url(spritesmith1.png); + background-position: -116px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_candycorn { + background-image: url(spritesmith1.png); + background-position: -182px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_candycorn { + background-image: url(spritesmith1.png); + background-position: -207px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_festive { + background-image: url(spritesmith1.png); + background-position: -273px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_festive { + background-image: url(spritesmith1.png); + background-position: -298px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_frost { + background-image: url(spritesmith1.png); + background-position: -364px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_frost { + background-image: url(spritesmith1.png); + background-position: -389px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -455px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -480px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_green { + background-image: url(spritesmith1.png); + background-position: -546px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_green { + background-image: url(spritesmith1.png); + background-position: -571px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_halloween { + background-image: url(spritesmith1.png); + background-position: -637px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_halloween { + background-image: url(spritesmith1.png); + background-position: -662px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_holly { + background-image: url(spritesmith1.png); + background-position: -637px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_holly { + background-image: url(spritesmith1.png); + background-position: -662px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_hollygreen { + background-image: url(spritesmith1.png); + background-position: -637px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_hollygreen { + background-image: url(spritesmith1.png); + background-position: -662px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_midnight { + background-image: url(spritesmith1.png); + background-position: -637px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_midnight { + background-image: url(spritesmith1.png); + background-position: -662px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_pblue { + background-image: url(spritesmith1.png); + background-position: -637px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pblue { + background-image: url(spritesmith1.png); + background-position: -662px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_pblue2 { + background-image: url(spritesmith1.png); + background-position: -637px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pblue2 { + background-image: url(spritesmith1.png); + background-position: -662px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_peppermint { + background-image: url(spritesmith1.png); + background-position: -637px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_peppermint { + background-image: url(spritesmith1.png); + background-position: -662px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_pgreen { + background-image: url(spritesmith1.png); + background-position: 0px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pgreen { + background-image: url(spritesmith1.png); + background-position: -25px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -91px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -116px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_porange { + background-image: url(spritesmith1.png); + background-position: -182px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_porange { + background-image: url(spritesmith1.png); + background-position: -207px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_porange2 { + background-image: url(spritesmith1.png); + background-position: -273px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_porange2 { + background-image: url(spritesmith1.png); + background-position: -298px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_ppink { + background-image: url(spritesmith1.png); + background-position: -364px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppink { + background-image: url(spritesmith1.png); + background-position: -389px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_ppink2 { + background-image: url(spritesmith1.png); + background-position: -455px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppink2 { + background-image: url(spritesmith1.png); + background-position: -480px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_ppurple { + background-image: url(spritesmith1.png); + background-position: -546px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppurple { + background-image: url(spritesmith1.png); + background-position: -571px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -637px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -662px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_pumpkin { + background-image: url(spritesmith1.png); + background-position: -728px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pumpkin { + background-image: url(spritesmith1.png); + background-position: -753px -15px; + width: 60px; + height: 60px; +} +.hair_base_12_purple { + background-image: url(spritesmith1.png); + background-position: -728px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_purple { + background-image: url(spritesmith1.png); + background-position: -753px -106px; + width: 60px; + height: 60px; +} +.hair_base_12_pyellow { + background-image: url(spritesmith1.png); + background-position: -728px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pyellow { + background-image: url(spritesmith1.png); + background-position: -753px -197px; + width: 60px; + height: 60px; +} +.hair_base_12_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -728px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -753px -288px; + width: 60px; + height: 60px; +} +.hair_base_12_rainbow { + background-image: url(spritesmith1.png); + background-position: -728px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_rainbow { + background-image: url(spritesmith1.png); + background-position: -753px -379px; + width: 60px; + height: 60px; +} +.hair_base_12_red { + background-image: url(spritesmith1.png); + background-position: -728px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_red { + background-image: url(spritesmith1.png); + background-position: -753px -470px; + width: 60px; + height: 60px; +} +.hair_base_12_snowy { + background-image: url(spritesmith1.png); + background-position: -728px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_snowy { + background-image: url(spritesmith1.png); + background-position: -753px -561px; + width: 60px; + height: 60px; +} +.hair_base_12_white { + background-image: url(spritesmith1.png); + background-position: -728px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_white { + background-image: url(spritesmith1.png); + background-position: -753px -652px; + width: 60px; + height: 60px; +} +.hair_base_12_winternight { + background-image: url(spritesmith1.png); + background-position: 0px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_winternight { + background-image: url(spritesmith1.png); + background-position: -25px -743px; + width: 60px; + height: 60px; +} +.hair_base_12_winterstar { + background-image: url(spritesmith1.png); + background-position: -91px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_winterstar { + background-image: url(spritesmith1.png); + background-position: -116px -743px; + width: 60px; + height: 60px; +} +.hair_base_12_yellow { + background-image: url(spritesmith1.png); + background-position: -182px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_yellow { + background-image: url(spritesmith1.png); + background-position: -207px -743px; + width: 60px; + height: 60px; +} +.hair_base_12_zombie { + background-image: url(spritesmith1.png); + background-position: -273px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_12_zombie { + background-image: url(spritesmith1.png); + background-position: -298px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_TRUred { + background-image: url(spritesmith1.png); + background-position: -364px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_TRUred { + background-image: url(spritesmith1.png); + background-position: -389px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_aurora { + background-image: url(spritesmith1.png); + background-position: -455px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_aurora { + background-image: url(spritesmith1.png); + background-position: -480px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_black { + background-image: url(spritesmith1.png); + background-position: -546px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_black { + background-image: url(spritesmith1.png); + background-position: -571px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_blond { + background-image: url(spritesmith1.png); + background-position: -637px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_blond { + background-image: url(spritesmith1.png); + background-position: -662px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_blue { + background-image: url(spritesmith1.png); + background-position: -728px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_blue { + background-image: url(spritesmith1.png); + background-position: -753px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_brown { + background-image: url(spritesmith1.png); + background-position: -819px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_brown { + background-image: url(spritesmith1.png); + background-position: -844px -15px; + width: 60px; + height: 60px; +} +.hair_base_13_candycane { + background-image: url(spritesmith1.png); + background-position: -819px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_candycane { + background-image: url(spritesmith1.png); + background-position: -844px -106px; + width: 60px; + height: 60px; +} +.hair_base_13_candycorn { + background-image: url(spritesmith1.png); + background-position: -819px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_candycorn { + background-image: url(spritesmith1.png); + background-position: -844px -197px; + width: 60px; + height: 60px; +} +.hair_base_13_festive { + background-image: url(spritesmith1.png); + background-position: -819px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_festive { + background-image: url(spritesmith1.png); + background-position: -844px -288px; + width: 60px; + height: 60px; +} +.hair_base_13_frost { + background-image: url(spritesmith1.png); + background-position: -819px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_frost { + background-image: url(spritesmith1.png); + background-position: -844px -379px; + width: 60px; + height: 60px; +} +.hair_base_13_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -819px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -844px -470px; + width: 60px; + height: 60px; +} +.hair_base_13_green { + background-image: url(spritesmith1.png); + background-position: -819px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_green { + background-image: url(spritesmith1.png); + background-position: -844px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_halloween { + background-image: url(spritesmith1.png); + background-position: -819px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_halloween { + background-image: url(spritesmith1.png); + background-position: -844px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_holly { + background-image: url(spritesmith1.png); + background-position: -819px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_holly { + background-image: url(spritesmith1.png); + background-position: -844px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_hollygreen { + background-image: url(spritesmith1.png); + background-position: 0px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_hollygreen { + background-image: url(spritesmith1.png); + background-position: -25px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_midnight { + background-image: url(spritesmith1.png); + background-position: -91px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_midnight { + background-image: url(spritesmith1.png); + background-position: -116px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_pblue { + background-image: url(spritesmith1.png); + background-position: -182px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pblue { + background-image: url(spritesmith1.png); + background-position: -207px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_pblue2 { + background-image: url(spritesmith1.png); + background-position: -273px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pblue2 { + background-image: url(spritesmith1.png); + background-position: -298px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_peppermint { + background-image: url(spritesmith1.png); + background-position: -364px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_peppermint { + background-image: url(spritesmith1.png); + background-position: -389px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_pgreen { + background-image: url(spritesmith1.png); + background-position: -455px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pgreen { + background-image: url(spritesmith1.png); + background-position: -480px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -546px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -571px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_porange { + background-image: url(spritesmith1.png); + background-position: -637px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_porange { + background-image: url(spritesmith1.png); + background-position: -662px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_porange2 { + background-image: url(spritesmith1.png); + background-position: -728px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_porange2 { + background-image: url(spritesmith1.png); + background-position: -753px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_ppink { + background-image: url(spritesmith1.png); + background-position: -819px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppink { + background-image: url(spritesmith1.png); + background-position: -844px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_ppink2 { + background-image: url(spritesmith1.png); + background-position: -910px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppink2 { + background-image: url(spritesmith1.png); + background-position: -935px -15px; + width: 60px; + height: 60px; +} +.hair_base_13_ppurple { + background-image: url(spritesmith1.png); + background-position: -910px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppurple { + background-image: url(spritesmith1.png); + background-position: -935px -106px; + width: 60px; + height: 60px; +} +.hair_base_13_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -910px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -935px -197px; + width: 60px; + height: 60px; +} +.hair_base_13_pumpkin { + background-image: url(spritesmith1.png); + background-position: -910px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pumpkin { + background-image: url(spritesmith1.png); + background-position: -935px -288px; + width: 60px; + height: 60px; +} +.hair_base_13_purple { + background-image: url(spritesmith1.png); + background-position: -910px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_purple { + background-image: url(spritesmith1.png); + background-position: -935px -379px; + width: 60px; + height: 60px; +} +.hair_base_13_pyellow { + background-image: url(spritesmith1.png); + background-position: -910px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pyellow { + background-image: url(spritesmith1.png); + background-position: -935px -470px; + width: 60px; + height: 60px; +} +.hair_base_13_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -910px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -935px -561px; + width: 60px; + height: 60px; +} +.hair_base_13_rainbow { + background-image: url(spritesmith1.png); + background-position: -910px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_rainbow { + background-image: url(spritesmith1.png); + background-position: -935px -652px; + width: 60px; + height: 60px; +} +.hair_base_13_red { + background-image: url(spritesmith1.png); + background-position: -910px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_red { + background-image: url(spritesmith1.png); + background-position: -935px -743px; + width: 60px; + height: 60px; +} +.hair_base_13_snowy { + background-image: url(spritesmith1.png); + background-position: -910px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_snowy { + background-image: url(spritesmith1.png); + background-position: -935px -834px; + width: 60px; + height: 60px; +} +.hair_base_13_white { + background-image: url(spritesmith1.png); + background-position: 0px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_white { + background-image: url(spritesmith1.png); + background-position: -25px -925px; + width: 60px; + height: 60px; +} +.hair_base_13_winternight { + background-image: url(spritesmith1.png); + background-position: -91px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_winternight { + background-image: url(spritesmith1.png); + background-position: -116px -925px; + width: 60px; + height: 60px; +} +.hair_base_13_winterstar { + background-image: url(spritesmith1.png); + background-position: -182px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_winterstar { + background-image: url(spritesmith1.png); + background-position: -207px -925px; + width: 60px; + height: 60px; +} +.hair_base_13_yellow { + background-image: url(spritesmith1.png); + background-position: -273px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_yellow { + background-image: url(spritesmith1.png); + background-position: -298px -925px; + width: 60px; + height: 60px; +} +.hair_base_13_zombie { + background-image: url(spritesmith1.png); + background-position: -364px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_13_zombie { + background-image: url(spritesmith1.png); + background-position: -389px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_TRUred { + background-image: url(spritesmith1.png); + background-position: -455px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_TRUred { + background-image: url(spritesmith1.png); + background-position: -480px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_aurora { + background-image: url(spritesmith1.png); + background-position: -546px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_aurora { + background-image: url(spritesmith1.png); + background-position: -571px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_black { + background-image: url(spritesmith1.png); + background-position: -637px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_black { + background-image: url(spritesmith1.png); + background-position: -662px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_blond { + background-image: url(spritesmith1.png); + background-position: -728px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_blond { + background-image: url(spritesmith1.png); + background-position: -753px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_blue { + background-image: url(spritesmith1.png); + background-position: -819px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_blue { + background-image: url(spritesmith1.png); + background-position: -844px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_brown { + background-image: url(spritesmith1.png); + background-position: -910px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_brown { + background-image: url(spritesmith1.png); + background-position: -935px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_candycane { + background-image: url(spritesmith1.png); + background-position: -1001px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_candycane { + background-image: url(spritesmith1.png); + background-position: -1026px -15px; + width: 60px; + height: 60px; +} +.hair_base_14_candycorn { + background-image: url(spritesmith1.png); + background-position: -1001px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_candycorn { + background-image: url(spritesmith1.png); + background-position: -1026px -106px; + width: 60px; + height: 60px; +} +.hair_base_14_festive { + background-image: url(spritesmith1.png); + background-position: -1001px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_festive { + background-image: url(spritesmith1.png); + background-position: -1026px -197px; + width: 60px; + height: 60px; +} +.hair_base_14_frost { + background-image: url(spritesmith1.png); + background-position: -1001px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_frost { + background-image: url(spritesmith1.png); + background-position: -1026px -288px; + width: 60px; + height: 60px; +} +.hair_base_14_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1001px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1026px -379px; + width: 60px; + height: 60px; +} +.hair_base_14_green { + background-image: url(spritesmith1.png); + background-position: -1001px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_green { + background-image: url(spritesmith1.png); + background-position: -1026px -470px; + width: 60px; + height: 60px; +} +.hair_base_14_halloween { + background-image: url(spritesmith1.png); + background-position: -1001px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_halloween { + background-image: url(spritesmith1.png); + background-position: -1026px -561px; + width: 60px; + height: 60px; +} +.hair_base_14_holly { + background-image: url(spritesmith1.png); + background-position: -1001px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_holly { + background-image: url(spritesmith1.png); + background-position: -1026px -652px; + width: 60px; + height: 60px; +} +.hair_base_14_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1001px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1026px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_midnight { + background-image: url(spritesmith1.png); + background-position: -1001px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_midnight { + background-image: url(spritesmith1.png); + background-position: -1026px -834px; + width: 60px; + height: 60px; +} +.hair_base_14_pblue { + background-image: url(spritesmith1.png); + background-position: -1001px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pblue { + background-image: url(spritesmith1.png); + background-position: -1026px -925px; + width: 60px; + height: 60px; +} +.hair_base_14_pblue2 { + background-image: url(spritesmith1.png); + background-position: 0px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pblue2 { + background-image: url(spritesmith1.png); + background-position: -25px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_peppermint { + background-image: url(spritesmith1.png); + background-position: -91px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_peppermint { + background-image: url(spritesmith1.png); + background-position: -116px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_pgreen { + background-image: url(spritesmith1.png); + background-position: -182px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pgreen { + background-image: url(spritesmith1.png); + background-position: -207px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -273px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -298px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_porange { + background-image: url(spritesmith1.png); + background-position: -364px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_porange { + background-image: url(spritesmith1.png); + background-position: -389px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_porange2 { + background-image: url(spritesmith1.png); + background-position: -455px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_porange2 { + background-image: url(spritesmith1.png); + background-position: -480px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_ppink { + background-image: url(spritesmith1.png); + background-position: -546px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppink { + background-image: url(spritesmith1.png); + background-position: -571px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_ppink2 { + background-image: url(spritesmith1.png); + background-position: -637px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppink2 { + background-image: url(spritesmith1.png); + background-position: -662px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_ppurple { + background-image: url(spritesmith1.png); + background-position: -728px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppurple { + background-image: url(spritesmith1.png); + background-position: -753px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -819px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -844px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_pumpkin { + background-image: url(spritesmith1.png); + background-position: -910px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pumpkin { + background-image: url(spritesmith1.png); + background-position: -935px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_purple { + background-image: url(spritesmith1.png); + background-position: -1001px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_purple { + background-image: url(spritesmith1.png); + background-position: -1026px -1016px; + width: 60px; + height: 60px; +} +.hair_base_14_pyellow { + background-image: url(spritesmith1.png); + background-position: -1092px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pyellow { + background-image: url(spritesmith1.png); + background-position: -1117px -15px; + width: 60px; + height: 60px; +} +.hair_base_14_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -1092px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -1117px -106px; + width: 60px; + height: 60px; +} +.hair_base_14_rainbow { + background-image: url(spritesmith1.png); + background-position: -1092px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_rainbow { + background-image: url(spritesmith1.png); + background-position: -1117px -197px; + width: 60px; + height: 60px; +} +.hair_base_14_red { + background-image: url(spritesmith1.png); + background-position: -1092px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_red { + background-image: url(spritesmith1.png); + background-position: -1117px -288px; + width: 60px; + height: 60px; +} +.hair_base_14_snowy { + background-image: url(spritesmith1.png); + background-position: -1092px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_snowy { + background-image: url(spritesmith1.png); + background-position: -1117px -379px; + width: 60px; + height: 60px; +} +.hair_base_14_white { + background-image: url(spritesmith1.png); + background-position: -1092px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_white { + background-image: url(spritesmith1.png); + background-position: -1117px -470px; + width: 60px; + height: 60px; +} +.hair_base_14_winternight { + background-image: url(spritesmith1.png); + background-position: -1092px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_winternight { + background-image: url(spritesmith1.png); + background-position: -1117px -561px; + width: 60px; + height: 60px; +} +.hair_base_14_winterstar { + background-image: url(spritesmith1.png); + background-position: -1092px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_winterstar { + background-image: url(spritesmith1.png); + background-position: -1117px -652px; + width: 60px; + height: 60px; +} +.hair_base_14_yellow { + background-image: url(spritesmith1.png); + background-position: -1092px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_yellow { + background-image: url(spritesmith1.png); + background-position: -1117px -743px; + width: 60px; + height: 60px; +} +.hair_base_14_zombie { + background-image: url(spritesmith1.png); + background-position: -1092px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_14_zombie { + background-image: url(spritesmith1.png); + background-position: -1117px -834px; + width: 60px; + height: 60px; +} +.hair_base_1_TRUred { + background-image: url(spritesmith1.png); + background-position: -1092px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_TRUred { + background-image: url(spritesmith1.png); + background-position: -1117px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_aurora { + background-image: url(spritesmith1.png); + background-position: -1092px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_aurora { + background-image: url(spritesmith1.png); + background-position: -1117px -1016px; + width: 60px; + height: 60px; +} +.hair_base_1_black { + background-image: url(spritesmith1.png); + background-position: 0px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_black { + background-image: url(spritesmith1.png); + background-position: -25px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_blond { + background-image: url(spritesmith1.png); + background-position: -91px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_blond { + background-image: url(spritesmith1.png); + background-position: -116px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_blue { + background-image: url(spritesmith1.png); + background-position: -182px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_blue { + background-image: url(spritesmith1.png); + background-position: -207px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_brown { + background-image: url(spritesmith1.png); + background-position: -273px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_brown { + background-image: url(spritesmith1.png); + background-position: -298px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_candycane { + background-image: url(spritesmith1.png); + background-position: -364px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_candycane { + background-image: url(spritesmith1.png); + background-position: -389px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_candycorn { + background-image: url(spritesmith1.png); + background-position: -455px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_candycorn { + background-image: url(spritesmith1.png); + background-position: -480px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_festive { + background-image: url(spritesmith1.png); + background-position: -546px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_festive { + background-image: url(spritesmith1.png); + background-position: -571px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_frost { + background-image: url(spritesmith1.png); + background-position: -637px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_frost { + background-image: url(spritesmith1.png); + background-position: -662px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -728px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -753px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_green { + background-image: url(spritesmith1.png); + background-position: -819px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_green { + background-image: url(spritesmith1.png); + background-position: -844px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_halloween { + background-image: url(spritesmith1.png); + background-position: -910px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_halloween { + background-image: url(spritesmith1.png); + background-position: -935px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_holly { + background-image: url(spritesmith1.png); + background-position: -1001px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_holly { + background-image: url(spritesmith1.png); + background-position: -1026px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1092px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1117px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_midnight { + background-image: url(spritesmith1.png); + background-position: -1183px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_midnight { + background-image: url(spritesmith1.png); + background-position: -1208px -15px; + width: 60px; + height: 60px; +} +.hair_base_1_pblue { + background-image: url(spritesmith1.png); + background-position: -1183px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pblue { + background-image: url(spritesmith1.png); + background-position: -1208px -106px; + width: 60px; + height: 60px; +} +.hair_base_1_pblue2 { + background-image: url(spritesmith1.png); + background-position: -1183px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pblue2 { + background-image: url(spritesmith1.png); + background-position: -1208px -197px; + width: 60px; + height: 60px; +} +.hair_base_1_peppermint { + background-image: url(spritesmith1.png); + background-position: -1183px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_peppermint { + background-image: url(spritesmith1.png); + background-position: -1208px -288px; + width: 60px; + height: 60px; +} +.hair_base_1_pgreen { + background-image: url(spritesmith1.png); + background-position: -1183px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pgreen { + background-image: url(spritesmith1.png); + background-position: -1208px -379px; + width: 60px; + height: 60px; +} +.hair_base_1_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -1183px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pgreen2 { + background-image: url(spritesmith1.png); + background-position: -1208px -470px; + width: 60px; + height: 60px; +} +.hair_base_1_porange { + background-image: url(spritesmith1.png); + background-position: -1183px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_porange { + background-image: url(spritesmith1.png); + background-position: -1208px -561px; + width: 60px; + height: 60px; +} +.hair_base_1_porange2 { + background-image: url(spritesmith1.png); + background-position: -1183px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_porange2 { + background-image: url(spritesmith1.png); + background-position: -1208px -652px; + width: 60px; + height: 60px; +} +.hair_base_1_ppink { + background-image: url(spritesmith1.png); + background-position: -1183px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppink { + background-image: url(spritesmith1.png); + background-position: -1208px -743px; + width: 60px; + height: 60px; +} +.hair_base_1_ppink2 { + background-image: url(spritesmith1.png); + background-position: -1183px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppink2 { + background-image: url(spritesmith1.png); + background-position: -1208px -834px; + width: 60px; + height: 60px; +} +.hair_base_1_ppurple { + background-image: url(spritesmith1.png); + background-position: -1183px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppurple { + background-image: url(spritesmith1.png); + background-position: -1208px -925px; + width: 60px; + height: 60px; +} +.hair_base_1_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -1183px -1001px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_ppurple2 { + background-image: url(spritesmith1.png); + background-position: -1208px -1016px; + width: 60px; + height: 60px; +} +.hair_base_1_pumpkin { + background-image: url(spritesmith1.png); + background-position: -1183px -1092px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pumpkin { + background-image: url(spritesmith1.png); + background-position: -1208px -1107px; + width: 60px; + height: 60px; +} +.hair_base_1_purple { + background-image: url(spritesmith1.png); + background-position: 0px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_purple { + background-image: url(spritesmith1.png); + background-position: -25px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_pyellow { + background-image: url(spritesmith1.png); + background-position: -91px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pyellow { + background-image: url(spritesmith1.png); + background-position: -116px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -182px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_pyellow2 { + background-image: url(spritesmith1.png); + background-position: -207px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_rainbow { + background-image: url(spritesmith1.png); + background-position: -273px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_rainbow { + background-image: url(spritesmith1.png); + background-position: -298px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_red { + background-image: url(spritesmith1.png); + background-position: -364px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_red { + background-image: url(spritesmith1.png); + background-position: -389px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_snowy { + background-image: url(spritesmith1.png); + background-position: -455px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_snowy { + background-image: url(spritesmith1.png); + background-position: -480px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_white { + background-image: url(spritesmith1.png); + background-position: -546px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_white { + background-image: url(spritesmith1.png); + background-position: -571px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_winternight { + background-image: url(spritesmith1.png); + background-position: -637px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_winternight { + background-image: url(spritesmith1.png); + background-position: -662px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_winterstar { + background-image: url(spritesmith1.png); + background-position: -728px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_winterstar { + background-image: url(spritesmith1.png); + background-position: -753px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_yellow { + background-image: url(spritesmith1.png); + background-position: -819px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_yellow { + background-image: url(spritesmith1.png); + background-position: -844px -1198px; + width: 60px; + height: 60px; +} +.hair_base_1_zombie { + background-image: url(spritesmith1.png); + background-position: -910px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_1_zombie { + background-image: url(spritesmith1.png); + background-position: -935px -1198px; + width: 60px; + height: 60px; +} +.hair_base_2_TRUred { + background-image: url(spritesmith1.png); + background-position: -1001px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_TRUred { + background-image: url(spritesmith1.png); + background-position: -1026px -1198px; + width: 60px; + height: 60px; +} +.hair_base_2_aurora { + background-image: url(spritesmith1.png); + background-position: -1092px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_aurora { + background-image: url(spritesmith1.png); + background-position: -1117px -1198px; + width: 60px; + height: 60px; +} +.hair_base_2_black { + background-image: url(spritesmith1.png); + background-position: -1183px -1183px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_black { + background-image: url(spritesmith1.png); + background-position: -1208px -1198px; + width: 60px; + height: 60px; +} +.hair_base_2_blond { + background-image: url(spritesmith1.png); + background-position: -1274px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_blond { + background-image: url(spritesmith1.png); + background-position: -1299px -15px; + width: 60px; + height: 60px; +} +.hair_base_2_blue { + background-image: url(spritesmith1.png); + background-position: -1274px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_blue { + background-image: url(spritesmith1.png); + background-position: -1299px -106px; + width: 60px; + height: 60px; +} +.hair_base_2_brown { + background-image: url(spritesmith1.png); + background-position: -1274px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_2_brown { + background-image: url(spritesmith1.png); + background-position: -1299px -197px; + width: 60px; + height: 60px; +} .hair_base_2_candycane { background-image: url(spritesmith1.png); - background-position: -1274px -819px; + background-position: -1274px -273px; width: 90px; height: 90px; } .customize-option.hair_base_2_candycane { background-image: url(spritesmith1.png); - background-position: -1299px -834px; + background-position: -1299px -288px; width: 60px; height: 60px; } .hair_base_2_candycorn { background-image: url(spritesmith1.png); - background-position: -1274px -910px; + background-position: -1274px -364px; width: 90px; height: 90px; } .customize-option.hair_base_2_candycorn { background-image: url(spritesmith1.png); - background-position: -1299px -925px; + background-position: -1299px -379px; width: 60px; height: 60px; } .hair_base_2_festive { background-image: url(spritesmith1.png); - background-position: -1274px -1001px; + background-position: -1274px -455px; width: 90px; height: 90px; } .customize-option.hair_base_2_festive { background-image: url(spritesmith1.png); - background-position: -1299px -1016px; + background-position: -1299px -470px; width: 60px; height: 60px; } .hair_base_2_frost { background-image: url(spritesmith1.png); - background-position: -1274px -1092px; + background-position: -1274px -546px; width: 90px; height: 90px; } .customize-option.hair_base_2_frost { background-image: url(spritesmith1.png); - background-position: -1299px -1107px; + background-position: -1299px -561px; width: 60px; height: 60px; } .hair_base_2_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1274px -1183px; + background-position: -1274px -637px; width: 90px; height: 90px; } .customize-option.hair_base_2_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1299px -1198px; + background-position: -1299px -652px; width: 60px; height: 60px; } .hair_base_2_green { background-image: url(spritesmith1.png); - background-position: 0px -1274px; + background-position: 0px 0px; width: 90px; height: 90px; } .customize-option.hair_base_2_green { background-image: url(spritesmith1.png); - background-position: -25px -1289px; + background-position: -25px -15px; width: 60px; height: 60px; } .hair_base_2_halloween { background-image: url(spritesmith1.png); - background-position: -91px -1274px; + background-position: -1274px -819px; width: 90px; height: 90px; } .customize-option.hair_base_2_halloween { background-image: url(spritesmith1.png); - background-position: -116px -1289px; + background-position: -1299px -834px; width: 60px; height: 60px; } .hair_base_2_holly { background-image: url(spritesmith1.png); - background-position: -182px -1274px; + background-position: -1274px -910px; width: 90px; height: 90px; } .customize-option.hair_base_2_holly { background-image: url(spritesmith1.png); - background-position: -207px -1289px; + background-position: -1299px -925px; width: 60px; height: 60px; } .hair_base_2_hollygreen { background-image: url(spritesmith1.png); - background-position: -273px -1274px; + background-position: -1274px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_2_hollygreen { background-image: url(spritesmith1.png); - background-position: -298px -1289px; + background-position: -1299px -1016px; width: 60px; height: 60px; } .hair_base_2_midnight { background-image: url(spritesmith1.png); - background-position: -364px -1274px; + background-position: -1274px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_2_midnight { background-image: url(spritesmith1.png); - background-position: -389px -1289px; + background-position: -1299px -1107px; width: 60px; height: 60px; } .hair_base_2_pblue { background-image: url(spritesmith1.png); - background-position: -455px -1274px; + background-position: -1274px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_2_pblue { background-image: url(spritesmith1.png); - background-position: -480px -1289px; + background-position: -1299px -1198px; width: 60px; height: 60px; } .hair_base_2_pblue2 { background-image: url(spritesmith1.png); - background-position: -546px -1274px; + background-position: 0px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pblue2 { background-image: url(spritesmith1.png); - background-position: -571px -1289px; + background-position: -25px -1289px; width: 60px; height: 60px; } .hair_base_2_peppermint { background-image: url(spritesmith1.png); - background-position: -637px -1274px; + background-position: -91px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_peppermint { background-image: url(spritesmith1.png); - background-position: -662px -1289px; + background-position: -116px -1289px; width: 60px; height: 60px; } .hair_base_2_pgreen { background-image: url(spritesmith1.png); - background-position: -728px -1274px; + background-position: -182px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pgreen { background-image: url(spritesmith1.png); - background-position: -753px -1289px; + background-position: -207px -1289px; width: 60px; height: 60px; } .hair_base_2_pgreen2 { background-image: url(spritesmith1.png); - background-position: -819px -1274px; + background-position: -273px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pgreen2 { background-image: url(spritesmith1.png); - background-position: -844px -1289px; + background-position: -298px -1289px; width: 60px; height: 60px; } .hair_base_2_porange { background-image: url(spritesmith1.png); - background-position: -910px -1274px; + background-position: -364px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_porange { background-image: url(spritesmith1.png); - background-position: -935px -1289px; + background-position: -389px -1289px; width: 60px; height: 60px; } .hair_base_2_porange2 { background-image: url(spritesmith1.png); - background-position: -1001px -1274px; + background-position: -455px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_porange2 { background-image: url(spritesmith1.png); - background-position: -1026px -1289px; + background-position: -480px -1289px; width: 60px; height: 60px; } .hair_base_2_ppink { background-image: url(spritesmith1.png); - background-position: -1092px -1274px; + background-position: -546px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_ppink { background-image: url(spritesmith1.png); - background-position: -1117px -1289px; + background-position: -571px -1289px; width: 60px; height: 60px; } .hair_base_2_ppink2 { background-image: url(spritesmith1.png); - background-position: -1183px -1274px; + background-position: -637px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_ppink2 { background-image: url(spritesmith1.png); - background-position: -1208px -1289px; + background-position: -662px -1289px; width: 60px; height: 60px; } .hair_base_2_ppurple { background-image: url(spritesmith1.png); - background-position: -1274px -1274px; + background-position: -728px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_ppurple { background-image: url(spritesmith1.png); - background-position: -1299px -1289px; + background-position: -753px -1289px; width: 60px; height: 60px; } .hair_base_2_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1365px 0px; + background-position: -819px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1390px -15px; + background-position: -844px -1289px; width: 60px; height: 60px; } .hair_base_2_pumpkin { background-image: url(spritesmith1.png); - background-position: -1365px -91px; + background-position: -910px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pumpkin { background-image: url(spritesmith1.png); - background-position: -1390px -106px; + background-position: -935px -1289px; width: 60px; height: 60px; } .hair_base_2_purple { background-image: url(spritesmith1.png); - background-position: -1365px -182px; + background-position: -1001px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_purple { background-image: url(spritesmith1.png); - background-position: -1390px -197px; + background-position: -1026px -1289px; width: 60px; height: 60px; } .hair_base_2_pyellow { background-image: url(spritesmith1.png); - background-position: -1365px -273px; + background-position: -1092px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pyellow { background-image: url(spritesmith1.png); - background-position: -1390px -288px; + background-position: -1117px -1289px; width: 60px; height: 60px; } .hair_base_2_pyellow2 { background-image: url(spritesmith1.png); - background-position: -1365px -364px; + background-position: -1183px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_pyellow2 { background-image: url(spritesmith1.png); - background-position: -1390px -379px; + background-position: -1208px -1289px; width: 60px; height: 60px; } .hair_base_2_rainbow { background-image: url(spritesmith1.png); - background-position: -1365px -455px; + background-position: -1274px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_2_rainbow { background-image: url(spritesmith1.png); - background-position: -1390px -470px; + background-position: -1299px -1289px; width: 60px; height: 60px; } .hair_base_2_red { background-image: url(spritesmith1.png); - background-position: -1365px -546px; + background-position: -1365px 0px; width: 90px; height: 90px; } .customize-option.hair_base_2_red { background-image: url(spritesmith1.png); - background-position: -1390px -561px; + background-position: -1390px -15px; width: 60px; height: 60px; } .hair_base_2_snowy { background-image: url(spritesmith1.png); - background-position: -1365px -637px; + background-position: -1365px -91px; width: 90px; height: 90px; } .customize-option.hair_base_2_snowy { background-image: url(spritesmith1.png); - background-position: -1390px -652px; + background-position: -1390px -106px; width: 60px; height: 60px; } .hair_base_2_white { background-image: url(spritesmith1.png); - background-position: -1365px -728px; + background-position: -1365px -182px; width: 90px; height: 90px; } .customize-option.hair_base_2_white { background-image: url(spritesmith1.png); - background-position: -1390px -743px; + background-position: -1390px -197px; width: 60px; height: 60px; } .hair_base_2_winternight { background-image: url(spritesmith1.png); - background-position: -1365px -819px; + background-position: -1365px -273px; width: 90px; height: 90px; } .customize-option.hair_base_2_winternight { background-image: url(spritesmith1.png); - background-position: -1390px -834px; + background-position: -1390px -288px; width: 60px; height: 60px; } .hair_base_2_winterstar { background-image: url(spritesmith1.png); - background-position: -1365px -910px; + background-position: -1365px -364px; width: 90px; height: 90px; } .customize-option.hair_base_2_winterstar { background-image: url(spritesmith1.png); - background-position: -1390px -925px; + background-position: -1390px -379px; width: 60px; height: 60px; } .hair_base_2_yellow { background-image: url(spritesmith1.png); - background-position: -1365px -1001px; + background-position: -1365px -455px; width: 90px; height: 90px; } .customize-option.hair_base_2_yellow { background-image: url(spritesmith1.png); - background-position: -1390px -1016px; + background-position: -1390px -470px; width: 60px; height: 60px; } .hair_base_2_zombie { background-image: url(spritesmith1.png); - background-position: -1365px -1092px; + background-position: -1365px -546px; width: 90px; height: 90px; } .customize-option.hair_base_2_zombie { background-image: url(spritesmith1.png); - background-position: -1390px -1107px; + background-position: -1390px -561px; width: 60px; height: 60px; } .hair_base_3_TRUred { background-image: url(spritesmith1.png); - background-position: -1365px -1183px; + background-position: -1365px -637px; width: 90px; height: 90px; } .customize-option.hair_base_3_TRUred { background-image: url(spritesmith1.png); - background-position: -1390px -1198px; + background-position: -1390px -652px; width: 60px; height: 60px; } .hair_base_3_aurora { background-image: url(spritesmith1.png); - background-position: -1365px -1274px; + background-position: -1365px -728px; width: 90px; height: 90px; } .customize-option.hair_base_3_aurora { background-image: url(spritesmith1.png); - background-position: -1390px -1289px; + background-position: -1390px -743px; width: 60px; height: 60px; } .hair_base_3_black { background-image: url(spritesmith1.png); - background-position: 0px -1365px; + background-position: -1365px -819px; width: 90px; height: 90px; } .customize-option.hair_base_3_black { background-image: url(spritesmith1.png); - background-position: -25px -1380px; + background-position: -1390px -834px; width: 60px; height: 60px; } .hair_base_3_blond { background-image: url(spritesmith1.png); - background-position: -91px -1365px; + background-position: -1365px -910px; width: 90px; height: 90px; } .customize-option.hair_base_3_blond { background-image: url(spritesmith1.png); - background-position: -116px -1380px; + background-position: -1390px -925px; width: 60px; height: 60px; } .hair_base_3_blue { background-image: url(spritesmith1.png); - background-position: -182px -1365px; + background-position: -1365px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_3_blue { background-image: url(spritesmith1.png); - background-position: -207px -1380px; + background-position: -1390px -1016px; width: 60px; height: 60px; } .hair_base_3_brown { background-image: url(spritesmith1.png); - background-position: -273px -1365px; + background-position: -1365px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_3_brown { background-image: url(spritesmith1.png); - background-position: -298px -1380px; + background-position: -1390px -1107px; width: 60px; height: 60px; } .hair_base_3_candycane { background-image: url(spritesmith1.png); - background-position: -364px -1365px; + background-position: -1365px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_candycane { background-image: url(spritesmith1.png); - background-position: -389px -1380px; + background-position: -1390px -1198px; width: 60px; height: 60px; } .hair_base_3_candycorn { background-image: url(spritesmith1.png); - background-position: -455px -1365px; + background-position: -1365px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_3_candycorn { background-image: url(spritesmith1.png); - background-position: -480px -1380px; + background-position: -1390px -1289px; width: 60px; height: 60px; } .hair_base_3_festive { background-image: url(spritesmith1.png); - background-position: -546px -1365px; + background-position: 0px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_festive { background-image: url(spritesmith1.png); - background-position: -571px -1380px; + background-position: -25px -1380px; width: 60px; height: 60px; } .hair_base_3_frost { background-image: url(spritesmith1.png); - background-position: -637px -1365px; + background-position: -91px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_frost { background-image: url(spritesmith1.png); - background-position: -662px -1380px; + background-position: -116px -1380px; width: 60px; height: 60px; } .hair_base_3_ghostwhite { background-image: url(spritesmith1.png); - background-position: -728px -1365px; + background-position: -182px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_ghostwhite { background-image: url(spritesmith1.png); - background-position: -753px -1380px; + background-position: -207px -1380px; width: 60px; height: 60px; } .hair_base_3_green { background-image: url(spritesmith1.png); - background-position: -819px -1365px; + background-position: -273px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_green { background-image: url(spritesmith1.png); - background-position: -844px -1380px; + background-position: -298px -1380px; width: 60px; height: 60px; } .hair_base_3_halloween { background-image: url(spritesmith1.png); - background-position: -910px -1365px; + background-position: -364px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_halloween { background-image: url(spritesmith1.png); - background-position: -935px -1380px; + background-position: -389px -1380px; width: 60px; height: 60px; } .hair_base_3_holly { background-image: url(spritesmith1.png); - background-position: -1001px -1365px; + background-position: -455px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_holly { background-image: url(spritesmith1.png); - background-position: -1026px -1380px; + background-position: -480px -1380px; width: 60px; height: 60px; } .hair_base_3_hollygreen { background-image: url(spritesmith1.png); - background-position: -1092px -1365px; + background-position: -546px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_hollygreen { background-image: url(spritesmith1.png); - background-position: -1117px -1380px; + background-position: -571px -1380px; width: 60px; height: 60px; } .hair_base_3_midnight { background-image: url(spritesmith1.png); - background-position: -1183px -1365px; + background-position: -637px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_midnight { background-image: url(spritesmith1.png); - background-position: -1208px -1380px; + background-position: -662px -1380px; width: 60px; height: 60px; } .hair_base_3_pblue { background-image: url(spritesmith1.png); - background-position: -1274px -1365px; + background-position: -728px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_pblue { background-image: url(spritesmith1.png); - background-position: -1299px -1380px; + background-position: -753px -1380px; width: 60px; height: 60px; } .hair_base_3_pblue2 { background-image: url(spritesmith1.png); - background-position: -1365px -1365px; + background-position: -819px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_pblue2 { background-image: url(spritesmith1.png); - background-position: -1390px -1380px; + background-position: -844px -1380px; width: 60px; height: 60px; } .hair_base_3_peppermint { background-image: url(spritesmith1.png); - background-position: -1456px 0px; + background-position: -910px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_peppermint { background-image: url(spritesmith1.png); - background-position: -1481px -15px; + background-position: -935px -1380px; width: 60px; height: 60px; } .hair_base_3_pgreen { background-image: url(spritesmith1.png); - background-position: -1456px -91px; + background-position: -1001px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_pgreen { background-image: url(spritesmith1.png); - background-position: -1481px -106px; + background-position: -1026px -1380px; width: 60px; height: 60px; } .hair_base_3_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1456px -182px; + background-position: -1092px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1481px -197px; + background-position: -1117px -1380px; width: 60px; height: 60px; } .hair_base_3_porange { background-image: url(spritesmith1.png); - background-position: -1456px -273px; + background-position: -1183px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_porange { background-image: url(spritesmith1.png); - background-position: -1481px -288px; + background-position: -1208px -1380px; width: 60px; height: 60px; } .hair_base_3_porange2 { background-image: url(spritesmith1.png); - background-position: -1456px -364px; + background-position: -1274px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_porange2 { background-image: url(spritesmith1.png); - background-position: -1481px -379px; + background-position: -1299px -1380px; width: 60px; height: 60px; } .hair_base_3_ppink { background-image: url(spritesmith1.png); - background-position: -1456px -455px; + background-position: -1365px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_3_ppink { background-image: url(spritesmith1.png); - background-position: -1481px -470px; + background-position: -1390px -1380px; width: 60px; height: 60px; } .hair_base_3_ppink2 { background-image: url(spritesmith1.png); - background-position: -1456px -546px; + background-position: -1456px 0px; width: 90px; height: 90px; } .customize-option.hair_base_3_ppink2 { background-image: url(spritesmith1.png); - background-position: -1481px -561px; + background-position: -1481px -15px; width: 60px; height: 60px; } .hair_base_3_ppurple { background-image: url(spritesmith1.png); - background-position: -1456px -637px; + background-position: -1456px -91px; width: 90px; height: 90px; } .customize-option.hair_base_3_ppurple { background-image: url(spritesmith1.png); - background-position: -1481px -652px; + background-position: -1481px -106px; width: 60px; height: 60px; } .hair_base_3_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1456px -728px; + background-position: -1456px -182px; width: 90px; height: 90px; } .customize-option.hair_base_3_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1481px -743px; + background-position: -1481px -197px; width: 60px; height: 60px; } .hair_base_3_pumpkin { background-image: url(spritesmith1.png); - background-position: -1456px -819px; + background-position: -1456px -273px; width: 90px; height: 90px; } .customize-option.hair_base_3_pumpkin { background-image: url(spritesmith1.png); - background-position: -1481px -834px; + background-position: -1481px -288px; width: 60px; height: 60px; } .hair_base_3_purple { background-image: url(spritesmith1.png); - background-position: -1456px -910px; + background-position: -1456px -364px; width: 90px; height: 90px; } .customize-option.hair_base_3_purple { background-image: url(spritesmith1.png); - background-position: -1481px -925px; + background-position: -1481px -379px; width: 60px; height: 60px; } .hair_base_3_pyellow { background-image: url(spritesmith1.png); - background-position: -1456px -1001px; + background-position: -1456px -455px; width: 90px; height: 90px; } .customize-option.hair_base_3_pyellow { background-image: url(spritesmith1.png); - background-position: -1481px -1016px; + background-position: -1481px -470px; width: 60px; height: 60px; } .hair_base_3_pyellow2 { background-image: url(spritesmith1.png); - background-position: -1456px -1092px; + background-position: -1456px -546px; width: 90px; height: 90px; } .customize-option.hair_base_3_pyellow2 { background-image: url(spritesmith1.png); - background-position: -1481px -1107px; + background-position: -1481px -561px; width: 60px; height: 60px; } .hair_base_3_rainbow { background-image: url(spritesmith1.png); - background-position: -1456px -1183px; + background-position: -1456px -637px; width: 90px; height: 90px; } .customize-option.hair_base_3_rainbow { background-image: url(spritesmith1.png); - background-position: -1481px -1198px; + background-position: -1481px -652px; width: 60px; height: 60px; } .hair_base_3_red { background-image: url(spritesmith1.png); - background-position: -1456px -1274px; + background-position: -1456px -728px; width: 90px; height: 90px; } .customize-option.hair_base_3_red { background-image: url(spritesmith1.png); - background-position: -1481px -1289px; + background-position: -1481px -743px; width: 60px; height: 60px; } .hair_base_3_snowy { background-image: url(spritesmith1.png); - background-position: -1456px -1365px; + background-position: -1456px -819px; width: 90px; height: 90px; } .customize-option.hair_base_3_snowy { background-image: url(spritesmith1.png); - background-position: -1481px -1380px; + background-position: -1481px -834px; width: 60px; height: 60px; } .hair_base_3_white { background-image: url(spritesmith1.png); - background-position: 0px -1456px; + background-position: -1456px -910px; width: 90px; height: 90px; } .customize-option.hair_base_3_white { background-image: url(spritesmith1.png); - background-position: -25px -1471px; + background-position: -1481px -925px; width: 60px; height: 60px; } .hair_base_3_winternight { background-image: url(spritesmith1.png); - background-position: -91px -1456px; + background-position: -1456px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_3_winternight { background-image: url(spritesmith1.png); - background-position: -116px -1471px; + background-position: -1481px -1016px; width: 60px; height: 60px; } .hair_base_3_winterstar { background-image: url(spritesmith1.png); - background-position: -182px -1456px; + background-position: -1456px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_3_winterstar { background-image: url(spritesmith1.png); - background-position: -207px -1471px; + background-position: -1481px -1107px; width: 60px; height: 60px; } .hair_base_3_yellow { background-image: url(spritesmith1.png); - background-position: -273px -1456px; + background-position: -1456px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_3_yellow { background-image: url(spritesmith1.png); - background-position: -298px -1471px; + background-position: -1481px -1198px; width: 60px; height: 60px; } .hair_base_3_zombie { background-image: url(spritesmith1.png); - background-position: -364px -1456px; + background-position: -1456px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_3_zombie { background-image: url(spritesmith1.png); - background-position: -389px -1471px; + background-position: -1481px -1289px; width: 60px; height: 60px; } .hair_base_4_TRUred { background-image: url(spritesmith1.png); - background-position: -455px -1456px; + background-position: -1456px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_4_TRUred { background-image: url(spritesmith1.png); - background-position: -480px -1471px; + background-position: -1481px -1380px; width: 60px; height: 60px; } .hair_base_4_aurora { background-image: url(spritesmith1.png); - background-position: -546px -1456px; + background-position: 0px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_aurora { background-image: url(spritesmith1.png); - background-position: -571px -1471px; + background-position: -25px -1471px; width: 60px; height: 60px; } .hair_base_4_black { background-image: url(spritesmith1.png); - background-position: -637px -1456px; + background-position: -91px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_black { background-image: url(spritesmith1.png); - background-position: -662px -1471px; + background-position: -116px -1471px; width: 60px; height: 60px; } .hair_base_4_blond { background-image: url(spritesmith1.png); - background-position: -728px -1456px; + background-position: -182px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_blond { background-image: url(spritesmith1.png); - background-position: -753px -1471px; + background-position: -207px -1471px; width: 60px; height: 60px; } .hair_base_4_blue { background-image: url(spritesmith1.png); - background-position: -819px -1456px; + background-position: -273px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_blue { background-image: url(spritesmith1.png); - background-position: -844px -1471px; + background-position: -298px -1471px; width: 60px; height: 60px; } .hair_base_4_brown { background-image: url(spritesmith1.png); - background-position: -910px -1456px; + background-position: -364px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_brown { background-image: url(spritesmith1.png); - background-position: -935px -1471px; + background-position: -389px -1471px; width: 60px; height: 60px; } .hair_base_4_candycane { background-image: url(spritesmith1.png); - background-position: -1001px -1456px; + background-position: -455px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_candycane { background-image: url(spritesmith1.png); - background-position: -1026px -1471px; + background-position: -480px -1471px; width: 60px; height: 60px; } .hair_base_4_candycorn { background-image: url(spritesmith1.png); - background-position: -1092px -1456px; + background-position: -546px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_candycorn { background-image: url(spritesmith1.png); - background-position: -1117px -1471px; + background-position: -571px -1471px; width: 60px; height: 60px; } .hair_base_4_festive { background-image: url(spritesmith1.png); - background-position: -1183px -1456px; + background-position: -637px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_festive { background-image: url(spritesmith1.png); - background-position: -1208px -1471px; + background-position: -662px -1471px; width: 60px; height: 60px; } .hair_base_4_frost { background-image: url(spritesmith1.png); - background-position: -1274px -1456px; + background-position: -728px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_frost { background-image: url(spritesmith1.png); - background-position: -1299px -1471px; + background-position: -753px -1471px; width: 60px; height: 60px; } .hair_base_4_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1365px -1456px; + background-position: -819px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1390px -1471px; + background-position: -844px -1471px; width: 60px; height: 60px; } .hair_base_4_green { background-image: url(spritesmith1.png); - background-position: -1456px -1456px; + background-position: -910px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_green { background-image: url(spritesmith1.png); - background-position: -1481px -1471px; + background-position: -935px -1471px; width: 60px; height: 60px; } .hair_base_4_halloween { background-image: url(spritesmith1.png); - background-position: -1547px 0px; + background-position: -1001px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_halloween { background-image: url(spritesmith1.png); - background-position: -1572px -15px; + background-position: -1026px -1471px; width: 60px; height: 60px; } .hair_base_4_holly { background-image: url(spritesmith1.png); - background-position: -1547px -91px; + background-position: -1092px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_holly { background-image: url(spritesmith1.png); - background-position: -1572px -106px; + background-position: -1117px -1471px; width: 60px; height: 60px; } .hair_base_4_hollygreen { background-image: url(spritesmith1.png); - background-position: -1547px -182px; + background-position: -1183px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_hollygreen { background-image: url(spritesmith1.png); - background-position: -1572px -197px; + background-position: -1208px -1471px; width: 60px; height: 60px; } .hair_base_4_midnight { background-image: url(spritesmith1.png); - background-position: -1547px -273px; + background-position: -1274px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_midnight { background-image: url(spritesmith1.png); - background-position: -1572px -288px; + background-position: -1299px -1471px; width: 60px; height: 60px; } .hair_base_4_pblue { background-image: url(spritesmith1.png); - background-position: -1547px -364px; + background-position: -1365px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_pblue { background-image: url(spritesmith1.png); - background-position: -1572px -379px; + background-position: -1390px -1471px; width: 60px; height: 60px; } .hair_base_4_pblue2 { background-image: url(spritesmith1.png); - background-position: -1547px -455px; + background-position: -1456px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_pblue2 { background-image: url(spritesmith1.png); - background-position: -1572px -470px; + background-position: -1481px -1471px; width: 60px; height: 60px; } .hair_base_4_peppermint { background-image: url(spritesmith1.png); - background-position: -1547px -546px; + background-position: -1547px 0px; width: 90px; height: 90px; } .customize-option.hair_base_4_peppermint { background-image: url(spritesmith1.png); - background-position: -1572px -561px; + background-position: -1572px -15px; width: 60px; height: 60px; } .hair_base_4_pgreen { background-image: url(spritesmith1.png); - background-position: -1547px -637px; + background-position: -1547px -91px; width: 90px; height: 90px; } .customize-option.hair_base_4_pgreen { background-image: url(spritesmith1.png); - background-position: -1572px -652px; + background-position: -1572px -106px; width: 60px; height: 60px; } .hair_base_4_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1547px -728px; + background-position: -1547px -182px; width: 90px; height: 90px; } .customize-option.hair_base_4_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1572px -743px; + background-position: -1572px -197px; width: 60px; height: 60px; } .hair_base_4_porange { background-image: url(spritesmith1.png); - background-position: -1547px -819px; + background-position: -1547px -273px; width: 90px; height: 90px; } .customize-option.hair_base_4_porange { background-image: url(spritesmith1.png); - background-position: -1572px -834px; + background-position: -1572px -288px; width: 60px; height: 60px; } .hair_base_4_porange2 { background-image: url(spritesmith1.png); - background-position: -1547px -910px; + background-position: -1547px -364px; width: 90px; height: 90px; } .customize-option.hair_base_4_porange2 { background-image: url(spritesmith1.png); - background-position: -1572px -925px; + background-position: -1572px -379px; width: 60px; height: 60px; } .hair_base_4_ppink { background-image: url(spritesmith1.png); - background-position: -1547px -1001px; + background-position: -1547px -455px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppink { background-image: url(spritesmith1.png); - background-position: -1572px -1016px; + background-position: -1572px -470px; width: 60px; height: 60px; } .hair_base_4_ppink2 { background-image: url(spritesmith1.png); - background-position: -1547px -1092px; + background-position: -1547px -546px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppink2 { background-image: url(spritesmith1.png); - background-position: -1572px -1107px; + background-position: -1572px -561px; width: 60px; height: 60px; } .hair_base_4_ppurple { background-image: url(spritesmith1.png); - background-position: -1547px -1183px; + background-position: -1547px -637px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppurple { background-image: url(spritesmith1.png); - background-position: -1572px -1198px; + background-position: -1572px -652px; width: 60px; height: 60px; } .hair_base_4_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1547px -1274px; + background-position: -1547px -728px; width: 90px; height: 90px; } .customize-option.hair_base_4_ppurple2 { background-image: url(spritesmith1.png); - background-position: -1572px -1289px; + background-position: -1572px -743px; width: 60px; height: 60px; } .hair_base_4_pumpkin { background-image: url(spritesmith1.png); - background-position: -1547px -1365px; + background-position: -1547px -819px; width: 90px; height: 90px; } .customize-option.hair_base_4_pumpkin { background-image: url(spritesmith1.png); - background-position: -1572px -1380px; + background-position: -1572px -834px; width: 60px; height: 60px; } .hair_base_4_purple { background-image: url(spritesmith1.png); - background-position: -1547px -1456px; + background-position: -1547px -910px; width: 90px; height: 90px; } .customize-option.hair_base_4_purple { background-image: url(spritesmith1.png); - background-position: -1572px -1471px; + background-position: -1572px -925px; width: 60px; height: 60px; } .hair_base_4_pyellow { background-image: url(spritesmith1.png); - background-position: 0px -1547px; + background-position: -1547px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_4_pyellow { background-image: url(spritesmith1.png); - background-position: -25px -1562px; + background-position: -1572px -1016px; width: 60px; height: 60px; } .hair_base_4_pyellow2 { background-image: url(spritesmith1.png); - background-position: -91px -1547px; + background-position: -1547px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_4_pyellow2 { background-image: url(spritesmith1.png); - background-position: -116px -1562px; + background-position: -1572px -1107px; width: 60px; height: 60px; } .hair_base_4_rainbow { background-image: url(spritesmith1.png); - background-position: -182px -1547px; + background-position: -1547px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_4_rainbow { background-image: url(spritesmith1.png); - background-position: -207px -1562px; + background-position: -1572px -1198px; width: 60px; height: 60px; } .hair_base_4_red { background-image: url(spritesmith1.png); - background-position: -273px -1547px; + background-position: -1547px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_4_red { background-image: url(spritesmith1.png); - background-position: -298px -1562px; + background-position: -1572px -1289px; width: 60px; height: 60px; } .hair_base_4_snowy { background-image: url(spritesmith1.png); - background-position: -364px -1547px; + background-position: -1547px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_4_snowy { background-image: url(spritesmith1.png); - background-position: -389px -1562px; + background-position: -1572px -1380px; width: 60px; height: 60px; } .hair_base_4_white { background-image: url(spritesmith1.png); - background-position: -455px -1547px; + background-position: -1547px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_4_white { background-image: url(spritesmith1.png); - background-position: -480px -1562px; + background-position: -1572px -1471px; width: 60px; height: 60px; } .hair_base_4_winternight { background-image: url(spritesmith1.png); - background-position: -546px -1547px; + background-position: 0px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_4_winternight { background-image: url(spritesmith1.png); - background-position: -571px -1562px; + background-position: -25px -1562px; width: 60px; height: 60px; } .hair_base_4_winterstar { background-image: url(spritesmith1.png); - background-position: -637px -1547px; + background-position: -91px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_4_winterstar { background-image: url(spritesmith1.png); - background-position: -662px -1562px; + background-position: -116px -1562px; width: 60px; height: 60px; } .hair_base_4_yellow { background-image: url(spritesmith1.png); - background-position: -728px -1547px; + background-position: -182px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_4_yellow { background-image: url(spritesmith1.png); - background-position: -753px -1562px; + background-position: -207px -1562px; width: 60px; height: 60px; } .hair_base_4_zombie { background-image: url(spritesmith1.png); - background-position: -819px -1547px; + background-position: -273px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_4_zombie { background-image: url(spritesmith1.png); - background-position: -844px -1562px; + background-position: -298px -1562px; width: 60px; height: 60px; } .hair_base_5_TRUred { background-image: url(spritesmith1.png); - background-position: -910px -1547px; + background-position: -364px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_TRUred { background-image: url(spritesmith1.png); - background-position: -935px -1562px; + background-position: -389px -1562px; width: 60px; height: 60px; } .hair_base_5_aurora { background-image: url(spritesmith1.png); - background-position: -1001px -1547px; + background-position: -455px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_aurora { background-image: url(spritesmith1.png); - background-position: -1026px -1562px; + background-position: -480px -1562px; width: 60px; height: 60px; } .hair_base_5_black { background-image: url(spritesmith1.png); - background-position: -1092px -1547px; + background-position: -546px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_black { background-image: url(spritesmith1.png); - background-position: -1117px -1562px; + background-position: -571px -1562px; width: 60px; height: 60px; } .hair_base_5_blond { background-image: url(spritesmith1.png); - background-position: -1183px -1547px; + background-position: -637px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_blond { background-image: url(spritesmith1.png); - background-position: -1208px -1562px; + background-position: -662px -1562px; width: 60px; height: 60px; } .hair_base_5_blue { background-image: url(spritesmith1.png); - background-position: -1274px -1547px; + background-position: -728px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_blue { background-image: url(spritesmith1.png); - background-position: -1299px -1562px; + background-position: -753px -1562px; width: 60px; height: 60px; } .hair_base_5_brown { background-image: url(spritesmith1.png); - background-position: -1365px -1547px; + background-position: -819px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_brown { background-image: url(spritesmith1.png); - background-position: -1390px -1562px; + background-position: -844px -1562px; width: 60px; height: 60px; } .hair_base_5_candycane { background-image: url(spritesmith1.png); - background-position: -1456px -1547px; + background-position: -910px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_candycane { background-image: url(spritesmith1.png); - background-position: -1481px -1562px; + background-position: -935px -1562px; width: 60px; height: 60px; } .hair_base_5_candycorn { background-image: url(spritesmith1.png); - background-position: -1547px -1547px; + background-position: -1001px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_candycorn { background-image: url(spritesmith1.png); - background-position: -1572px -1562px; + background-position: -1026px -1562px; width: 60px; height: 60px; } .hair_base_5_festive { background-image: url(spritesmith1.png); - background-position: -1638px 0px; + background-position: -1092px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_festive { background-image: url(spritesmith1.png); - background-position: -1663px -15px; + background-position: -1117px -1562px; width: 60px; height: 60px; } .hair_base_5_frost { background-image: url(spritesmith1.png); - background-position: -1638px -91px; + background-position: -1183px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_frost { background-image: url(spritesmith1.png); - background-position: -1663px -106px; + background-position: -1208px -1562px; width: 60px; height: 60px; } .hair_base_5_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1638px -182px; + background-position: -1274px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1663px -197px; + background-position: -1299px -1562px; width: 60px; height: 60px; } .hair_base_5_green { background-image: url(spritesmith1.png); - background-position: -1638px -273px; + background-position: -1365px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_green { background-image: url(spritesmith1.png); - background-position: -1663px -288px; + background-position: -1390px -1562px; width: 60px; height: 60px; } .hair_base_5_halloween { background-image: url(spritesmith1.png); - background-position: -1638px -364px; + background-position: -1456px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_halloween { background-image: url(spritesmith1.png); - background-position: -1663px -379px; + background-position: -1481px -1562px; width: 60px; height: 60px; } .hair_base_5_holly { background-image: url(spritesmith1.png); - background-position: -1638px -455px; + background-position: -1547px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_holly { background-image: url(spritesmith1.png); - background-position: -1663px -470px; + background-position: -1572px -1562px; width: 60px; height: 60px; } .hair_base_5_hollygreen { background-image: url(spritesmith1.png); - background-position: -1638px -546px; + background-position: -1638px 0px; width: 90px; height: 90px; } .customize-option.hair_base_5_hollygreen { background-image: url(spritesmith1.png); - background-position: -1663px -561px; + background-position: -1663px -15px; width: 60px; height: 60px; } .hair_base_5_midnight { background-image: url(spritesmith1.png); - background-position: -1638px -637px; + background-position: -1638px -91px; width: 90px; height: 90px; } .customize-option.hair_base_5_midnight { background-image: url(spritesmith1.png); - background-position: -1663px -652px; + background-position: -1663px -106px; width: 60px; height: 60px; } .hair_base_5_pblue { background-image: url(spritesmith1.png); - background-position: -1638px -728px; + background-position: -1638px -182px; width: 90px; height: 90px; } .customize-option.hair_base_5_pblue { background-image: url(spritesmith1.png); - background-position: -1663px -743px; + background-position: -1663px -197px; width: 60px; height: 60px; } .hair_base_5_pblue2 { background-image: url(spritesmith1.png); - background-position: -1638px -819px; + background-position: -1638px -273px; width: 90px; height: 90px; } .customize-option.hair_base_5_pblue2 { background-image: url(spritesmith1.png); - background-position: -1663px -834px; + background-position: -1663px -288px; width: 60px; height: 60px; } .hair_base_5_peppermint { background-image: url(spritesmith1.png); - background-position: -1638px -910px; + background-position: -1638px -364px; width: 90px; height: 90px; } .customize-option.hair_base_5_peppermint { background-image: url(spritesmith1.png); - background-position: -1663px -925px; + background-position: -1663px -379px; width: 60px; height: 60px; } .hair_base_5_pgreen { background-image: url(spritesmith1.png); - background-position: -1638px -1001px; + background-position: -1638px -455px; width: 90px; height: 90px; } .customize-option.hair_base_5_pgreen { background-image: url(spritesmith1.png); - background-position: -1663px -1016px; + background-position: -1663px -470px; width: 60px; height: 60px; } .hair_base_5_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1638px -1092px; + background-position: -1638px -546px; width: 90px; height: 90px; } .customize-option.hair_base_5_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1663px -1107px; + background-position: -1663px -561px; width: 60px; height: 60px; } .hair_base_5_porange { background-image: url(spritesmith1.png); - background-position: -1638px -1183px; + background-position: -1638px -637px; width: 90px; height: 90px; } .customize-option.hair_base_5_porange { background-image: url(spritesmith1.png); - background-position: -1663px -1198px; + background-position: -1663px -652px; width: 60px; height: 60px; } .hair_base_5_porange2 { background-image: url(spritesmith1.png); - background-position: -1638px -1274px; + background-position: -1638px -728px; width: 90px; height: 90px; } .customize-option.hair_base_5_porange2 { background-image: url(spritesmith1.png); - background-position: -1663px -1289px; + background-position: -1663px -743px; width: 60px; height: 60px; } .hair_base_5_ppink { background-image: url(spritesmith1.png); - background-position: -1638px -1365px; + background-position: -1638px -819px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppink { background-image: url(spritesmith1.png); - background-position: -1663px -1380px; + background-position: -1663px -834px; width: 60px; height: 60px; } .hair_base_5_ppink2 { background-image: url(spritesmith1.png); - background-position: -1638px -1456px; + background-position: -1638px -910px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppink2 { background-image: url(spritesmith1.png); - background-position: -1663px -1471px; + background-position: -1663px -925px; width: 60px; height: 60px; } .hair_base_5_ppurple { background-image: url(spritesmith1.png); - background-position: -1638px -1547px; + background-position: -1638px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppurple { background-image: url(spritesmith1.png); - background-position: -1663px -1562px; + background-position: -1663px -1016px; width: 60px; height: 60px; } .hair_base_5_ppurple2 { background-image: url(spritesmith1.png); - background-position: 0px -1638px; + background-position: -1638px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_5_ppurple2 { background-image: url(spritesmith1.png); - background-position: -25px -1653px; + background-position: -1663px -1107px; width: 60px; height: 60px; } .hair_base_5_pumpkin { background-image: url(spritesmith1.png); - background-position: -91px -1638px; + background-position: -1638px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_5_pumpkin { background-image: url(spritesmith1.png); - background-position: -116px -1653px; + background-position: -1663px -1198px; width: 60px; height: 60px; } .hair_base_5_purple { background-image: url(spritesmith1.png); - background-position: -182px -1638px; + background-position: -1638px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_5_purple { background-image: url(spritesmith1.png); - background-position: -207px -1653px; + background-position: -1663px -1289px; width: 60px; height: 60px; } .hair_base_5_pyellow { background-image: url(spritesmith1.png); - background-position: -273px -1638px; + background-position: -1638px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_5_pyellow { background-image: url(spritesmith1.png); - background-position: -298px -1653px; + background-position: -1663px -1380px; width: 60px; height: 60px; } .hair_base_5_pyellow2 { background-image: url(spritesmith1.png); - background-position: -364px -1638px; + background-position: -1638px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_5_pyellow2 { background-image: url(spritesmith1.png); - background-position: -389px -1653px; + background-position: -1663px -1471px; width: 60px; height: 60px; } .hair_base_5_rainbow { background-image: url(spritesmith1.png); - background-position: -455px -1638px; + background-position: -1638px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_5_rainbow { background-image: url(spritesmith1.png); - background-position: -480px -1653px; + background-position: -1663px -1562px; width: 60px; height: 60px; } .hair_base_5_red { background-image: url(spritesmith1.png); - background-position: -546px -1638px; + background-position: 0px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_red { background-image: url(spritesmith1.png); - background-position: -571px -1653px; + background-position: -25px -1653px; width: 60px; height: 60px; } .hair_base_5_snowy { background-image: url(spritesmith1.png); - background-position: -637px -1638px; + background-position: -91px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_snowy { background-image: url(spritesmith1.png); - background-position: -662px -1653px; + background-position: -116px -1653px; width: 60px; height: 60px; } .hair_base_5_white { background-image: url(spritesmith1.png); - background-position: -728px -1638px; + background-position: -182px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_white { background-image: url(spritesmith1.png); - background-position: -753px -1653px; + background-position: -207px -1653px; width: 60px; height: 60px; } .hair_base_5_winternight { background-image: url(spritesmith1.png); - background-position: -819px -1638px; + background-position: -273px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_winternight { background-image: url(spritesmith1.png); - background-position: -844px -1653px; + background-position: -298px -1653px; width: 60px; height: 60px; } .hair_base_5_winterstar { background-image: url(spritesmith1.png); - background-position: -910px -1638px; + background-position: -364px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_winterstar { background-image: url(spritesmith1.png); - background-position: -935px -1653px; + background-position: -389px -1653px; width: 60px; height: 60px; } .hair_base_5_yellow { background-image: url(spritesmith1.png); - background-position: -1001px -1638px; + background-position: -455px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_yellow { background-image: url(spritesmith1.png); - background-position: -1026px -1653px; + background-position: -480px -1653px; width: 60px; height: 60px; } .hair_base_5_zombie { background-image: url(spritesmith1.png); - background-position: -1092px -1638px; + background-position: -546px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_5_zombie { background-image: url(spritesmith1.png); - background-position: -1117px -1653px; + background-position: -571px -1653px; width: 60px; height: 60px; } .hair_base_6_TRUred { background-image: url(spritesmith1.png); - background-position: -1183px -1638px; + background-position: -637px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_TRUred { background-image: url(spritesmith1.png); - background-position: -1208px -1653px; + background-position: -662px -1653px; width: 60px; height: 60px; } .hair_base_6_aurora { background-image: url(spritesmith1.png); - background-position: -1274px -1638px; + background-position: -728px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_aurora { background-image: url(spritesmith1.png); - background-position: -1299px -1653px; + background-position: -753px -1653px; width: 60px; height: 60px; } .hair_base_6_black { background-image: url(spritesmith1.png); - background-position: -1365px -1638px; + background-position: -819px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_black { background-image: url(spritesmith1.png); - background-position: -1390px -1653px; + background-position: -844px -1653px; width: 60px; height: 60px; } .hair_base_6_blond { background-image: url(spritesmith1.png); - background-position: -1456px -1638px; + background-position: -910px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_blond { background-image: url(spritesmith1.png); - background-position: -1481px -1653px; + background-position: -935px -1653px; width: 60px; height: 60px; } .hair_base_6_blue { background-image: url(spritesmith1.png); - background-position: -1547px -1638px; + background-position: -1001px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_blue { background-image: url(spritesmith1.png); - background-position: -1572px -1653px; + background-position: -1026px -1653px; width: 60px; height: 60px; } .hair_base_6_brown { background-image: url(spritesmith1.png); - background-position: -1638px -1638px; + background-position: -1092px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_brown { background-image: url(spritesmith1.png); - background-position: -1663px -1653px; + background-position: -1117px -1653px; width: 60px; height: 60px; } .hair_base_6_candycane { background-image: url(spritesmith1.png); - background-position: -1729px 0px; + background-position: -1183px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_candycane { background-image: url(spritesmith1.png); - background-position: -1754px -15px; + background-position: -1208px -1653px; width: 60px; height: 60px; } .hair_base_6_candycorn { background-image: url(spritesmith1.png); - background-position: -1729px -91px; + background-position: -1274px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_candycorn { background-image: url(spritesmith1.png); - background-position: -1754px -106px; + background-position: -1299px -1653px; width: 60px; height: 60px; } .hair_base_6_festive { background-image: url(spritesmith1.png); - background-position: -1729px -182px; + background-position: -1365px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_festive { background-image: url(spritesmith1.png); - background-position: -1754px -197px; + background-position: -1390px -1653px; width: 60px; height: 60px; } .hair_base_6_frost { background-image: url(spritesmith1.png); - background-position: -1729px -273px; + background-position: -1456px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_frost { background-image: url(spritesmith1.png); - background-position: -1754px -288px; + background-position: -1481px -1653px; width: 60px; height: 60px; } .hair_base_6_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1729px -364px; + background-position: -1547px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_ghostwhite { background-image: url(spritesmith1.png); - background-position: -1754px -379px; + background-position: -1572px -1653px; width: 60px; height: 60px; } .hair_base_6_green { background-image: url(spritesmith1.png); - background-position: -1729px -455px; + background-position: -1638px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_green { background-image: url(spritesmith1.png); - background-position: -1754px -470px; + background-position: -1663px -1653px; width: 60px; height: 60px; } .hair_base_6_halloween { background-image: url(spritesmith1.png); - background-position: -1729px -546px; + background-position: -1729px 0px; width: 90px; height: 90px; } .customize-option.hair_base_6_halloween { background-image: url(spritesmith1.png); - background-position: -1754px -561px; + background-position: -1754px -15px; width: 60px; height: 60px; } .hair_base_6_holly { background-image: url(spritesmith1.png); - background-position: -1729px -637px; + background-position: -1729px -91px; width: 90px; height: 90px; } .customize-option.hair_base_6_holly { background-image: url(spritesmith1.png); - background-position: -1754px -652px; + background-position: -1754px -106px; width: 60px; height: 60px; } .hair_base_6_hollygreen { background-image: url(spritesmith1.png); - background-position: -1729px -728px; + background-position: -1729px -182px; width: 90px; height: 90px; } .customize-option.hair_base_6_hollygreen { background-image: url(spritesmith1.png); - background-position: -1754px -743px; + background-position: -1754px -197px; width: 60px; height: 60px; } .hair_base_6_midnight { background-image: url(spritesmith1.png); - background-position: -1729px -819px; + background-position: -1729px -273px; width: 90px; height: 90px; } .customize-option.hair_base_6_midnight { background-image: url(spritesmith1.png); - background-position: -1754px -834px; + background-position: -1754px -288px; width: 60px; height: 60px; } .hair_base_6_pblue { background-image: url(spritesmith1.png); - background-position: -1729px -910px; + background-position: -1729px -364px; width: 90px; height: 90px; } .customize-option.hair_base_6_pblue { background-image: url(spritesmith1.png); - background-position: -1754px -925px; + background-position: -1754px -379px; width: 60px; height: 60px; } .hair_base_6_pblue2 { background-image: url(spritesmith1.png); - background-position: -1729px -1001px; + background-position: -1729px -455px; width: 90px; height: 90px; } .customize-option.hair_base_6_pblue2 { background-image: url(spritesmith1.png); - background-position: -1754px -1016px; + background-position: -1754px -470px; width: 60px; height: 60px; } .hair_base_6_peppermint { background-image: url(spritesmith1.png); - background-position: -1729px -1092px; + background-position: -1729px -546px; width: 90px; height: 90px; } .customize-option.hair_base_6_peppermint { background-image: url(spritesmith1.png); - background-position: -1754px -1107px; + background-position: -1754px -561px; width: 60px; height: 60px; } .hair_base_6_pgreen { background-image: url(spritesmith1.png); - background-position: -1729px -1183px; + background-position: -1729px -637px; width: 90px; height: 90px; } .customize-option.hair_base_6_pgreen { background-image: url(spritesmith1.png); - background-position: -1754px -1198px; + background-position: -1754px -652px; width: 60px; height: 60px; } .hair_base_6_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1729px -1274px; + background-position: -1729px -728px; width: 90px; height: 90px; } .customize-option.hair_base_6_pgreen2 { background-image: url(spritesmith1.png); - background-position: -1754px -1289px; + background-position: -1754px -743px; width: 60px; height: 60px; } .hair_base_6_porange { background-image: url(spritesmith1.png); - background-position: -1729px -1365px; + background-position: -1729px -819px; width: 90px; height: 90px; } .customize-option.hair_base_6_porange { background-image: url(spritesmith1.png); - background-position: -1754px -1380px; + background-position: -1754px -834px; width: 60px; height: 60px; } .hair_base_6_porange2 { background-image: url(spritesmith1.png); - background-position: -1729px -1456px; + background-position: -1729px -910px; width: 90px; height: 90px; } .customize-option.hair_base_6_porange2 { background-image: url(spritesmith1.png); - background-position: -1754px -1471px; + background-position: -1754px -925px; width: 60px; height: 60px; } .hair_base_6_ppink { background-image: url(spritesmith1.png); - background-position: -1729px -1547px; + background-position: -1729px -1001px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppink { background-image: url(spritesmith1.png); - background-position: -1754px -1562px; + background-position: -1754px -1016px; width: 60px; height: 60px; } .hair_base_6_ppink2 { background-image: url(spritesmith1.png); - background-position: -1729px -1638px; + background-position: -1729px -1092px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppink2 { background-image: url(spritesmith1.png); - background-position: -1754px -1653px; + background-position: -1754px -1107px; width: 60px; height: 60px; } .hair_base_6_ppurple { background-image: url(spritesmith1.png); - background-position: 0px -1729px; + background-position: -1729px -1183px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppurple { background-image: url(spritesmith1.png); - background-position: -25px -1744px; + background-position: -1754px -1198px; width: 60px; height: 60px; } .hair_base_6_ppurple2 { background-image: url(spritesmith1.png); - background-position: -91px -1729px; + background-position: -1729px -1274px; width: 90px; height: 90px; } .customize-option.hair_base_6_ppurple2 { background-image: url(spritesmith1.png); - background-position: -116px -1744px; + background-position: -1754px -1289px; width: 60px; height: 60px; } .hair_base_6_pumpkin { background-image: url(spritesmith1.png); - background-position: -182px -1729px; + background-position: -1729px -1365px; width: 90px; height: 90px; } .customize-option.hair_base_6_pumpkin { background-image: url(spritesmith1.png); - background-position: -207px -1744px; + background-position: -1754px -1380px; width: 60px; height: 60px; } .hair_base_6_purple { background-image: url(spritesmith1.png); - background-position: -273px -1729px; + background-position: -1729px -1456px; width: 90px; height: 90px; } .customize-option.hair_base_6_purple { background-image: url(spritesmith1.png); - background-position: -298px -1744px; + background-position: -1754px -1471px; width: 60px; height: 60px; } .hair_base_6_pyellow { background-image: url(spritesmith1.png); - background-position: -364px -1729px; + background-position: -1729px -1547px; width: 90px; height: 90px; } .customize-option.hair_base_6_pyellow { background-image: url(spritesmith1.png); - background-position: -389px -1744px; + background-position: -1754px -1562px; width: 60px; height: 60px; } .hair_base_6_pyellow2 { background-image: url(spritesmith1.png); - background-position: -455px -1729px; + background-position: -1729px -1638px; width: 90px; height: 90px; } .customize-option.hair_base_6_pyellow2 { background-image: url(spritesmith1.png); - background-position: -480px -1744px; + background-position: -1754px -1653px; width: 60px; height: 60px; } .hair_base_6_rainbow { background-image: url(spritesmith1.png); - background-position: -546px -1729px; + background-position: 0px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_rainbow { background-image: url(spritesmith1.png); - background-position: -571px -1744px; + background-position: -25px -1744px; width: 60px; height: 60px; } .hair_base_6_red { background-image: url(spritesmith1.png); - background-position: -637px -1729px; + background-position: -91px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_red { background-image: url(spritesmith1.png); - background-position: -662px -1744px; + background-position: -116px -1744px; width: 60px; height: 60px; } .hair_base_6_snowy { background-image: url(spritesmith1.png); - background-position: -728px -1729px; + background-position: -182px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_snowy { background-image: url(spritesmith1.png); - background-position: -753px -1744px; + background-position: -207px -1744px; width: 60px; height: 60px; } .hair_base_6_white { background-image: url(spritesmith1.png); - background-position: -819px -1729px; + background-position: -273px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_white { background-image: url(spritesmith1.png); - background-position: -844px -1744px; + background-position: -298px -1744px; width: 60px; height: 60px; } .hair_base_6_winternight { background-image: url(spritesmith1.png); - background-position: -910px -1729px; + background-position: -364px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_winternight { background-image: url(spritesmith1.png); - background-position: -935px -1744px; + background-position: -389px -1744px; width: 60px; height: 60px; } .hair_base_6_winterstar { background-image: url(spritesmith1.png); - background-position: -1001px -1729px; + background-position: -455px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_winterstar { background-image: url(spritesmith1.png); - background-position: -1026px -1744px; + background-position: -480px -1744px; width: 60px; height: 60px; } .hair_base_6_yellow { background-image: url(spritesmith1.png); - background-position: -1092px -1729px; + background-position: -546px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_yellow { background-image: url(spritesmith1.png); - background-position: -1117px -1744px; + background-position: -571px -1744px; width: 60px; height: 60px; } .hair_base_6_zombie { background-image: url(spritesmith1.png); - background-position: -1183px -1729px; + background-position: -637px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_6_zombie { background-image: url(spritesmith1.png); - background-position: -1208px -1744px; + background-position: -662px -1744px; width: 60px; height: 60px; } .hair_base_7_TRUred { background-image: url(spritesmith1.png); - background-position: -1274px -1729px; + background-position: -728px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_7_TRUred { background-image: url(spritesmith1.png); - background-position: -1299px -1744px; + background-position: -753px -1744px; width: 60px; height: 60px; } .hair_base_7_aurora { background-image: url(spritesmith1.png); - background-position: -1365px -1729px; + background-position: -819px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_7_aurora { background-image: url(spritesmith1.png); - background-position: -1390px -1744px; + background-position: -844px -1744px; width: 60px; height: 60px; } .hair_base_7_black { background-image: url(spritesmith1.png); - background-position: -1456px -1729px; + background-position: -910px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_7_black { background-image: url(spritesmith1.png); - background-position: -1481px -1744px; + background-position: -935px -1744px; width: 60px; height: 60px; } .hair_base_7_blond { background-image: url(spritesmith1.png); - background-position: -1547px -1729px; + background-position: -1001px -1729px; width: 90px; height: 90px; } .customize-option.hair_base_7_blond { + background-image: url(spritesmith1.png); + background-position: -1026px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_blue { + background-image: url(spritesmith1.png); + background-position: -1092px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_blue { + background-image: url(spritesmith1.png); + background-position: -1117px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_brown { + background-image: url(spritesmith1.png); + background-position: -1183px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_brown { + background-image: url(spritesmith1.png); + background-position: -1208px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_candycane { + background-image: url(spritesmith1.png); + background-position: -1274px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_candycane { + background-image: url(spritesmith1.png); + background-position: -1299px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_candycorn { + background-image: url(spritesmith1.png); + background-position: -1365px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_candycorn { + background-image: url(spritesmith1.png); + background-position: -1390px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_festive { + background-image: url(spritesmith1.png); + background-position: -1456px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_festive { + background-image: url(spritesmith1.png); + background-position: -1481px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_frost { + background-image: url(spritesmith1.png); + background-position: -1547px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_frost { background-image: url(spritesmith1.png); background-position: -1572px -1744px; width: 60px; height: 60px; } +.hair_base_7_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1638px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_ghostwhite { + background-image: url(spritesmith1.png); + background-position: -1663px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_green { + background-image: url(spritesmith1.png); + background-position: -1729px -1729px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_green { + background-image: url(spritesmith1.png); + background-position: -1754px -1744px; + width: 60px; + height: 60px; +} +.hair_base_7_halloween { + background-image: url(spritesmith1.png); + background-position: -1820px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_halloween { + background-image: url(spritesmith1.png); + background-position: -1845px -15px; + width: 60px; + height: 60px; +} +.hair_base_7_holly { + background-image: url(spritesmith1.png); + background-position: -1820px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_holly { + background-image: url(spritesmith1.png); + background-position: -1845px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1820px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_hollygreen { + background-image: url(spritesmith1.png); + background-position: -1845px -197px; + width: 60px; + height: 60px; +} +.hair_base_7_midnight { + background-image: url(spritesmith1.png); + background-position: -1820px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_midnight { + background-image: url(spritesmith1.png); + background-position: -1845px -288px; + width: 60px; + height: 60px; +} +.hair_base_7_pblue { + background-image: url(spritesmith1.png); + background-position: -1820px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pblue { + background-image: url(spritesmith1.png); + background-position: -1845px -379px; + width: 60px; + height: 60px; +} +.hair_base_7_pblue2 { + background-image: url(spritesmith1.png); + background-position: -1820px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pblue2 { + background-image: url(spritesmith1.png); + background-position: -1845px -470px; + width: 60px; + height: 60px; +} +.hair_base_7_peppermint { + background-image: url(spritesmith1.png); + background-position: -1820px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_peppermint { + background-image: url(spritesmith1.png); + background-position: -1845px -561px; + width: 60px; + height: 60px; +} +.hair_base_7_pgreen { + background-image: url(spritesmith1.png); + background-position: -1820px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pgreen { + background-image: url(spritesmith1.png); + background-position: -1845px -652px; + width: 60px; + height: 60px; +} diff --git a/common/dist/sprites/spritesmith1.png b/common/dist/sprites/spritesmith1.png index bf7172f7af..7dc1c05a67 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 75b4d9f539..96204c841c 100644 --- a/common/dist/sprites/spritesmith2.css +++ b/common/dist/sprites/spritesmith2.css @@ -1,3154 +1,3154 @@ -.hair_base_7_blue { +.hair_base_7_pgreen2 { background-image: url(spritesmith2.png); background-position: -91px 0px; width: 90px; height: 90px; } -.customize-option.hair_base_7_blue { +.customize-option.hair_base_7_pgreen2 { background-image: url(spritesmith2.png); background-position: -116px -15px; width: 60px; height: 60px; } -.hair_base_7_brown { - background-image: url(spritesmith2.png); - background-position: -1274px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_brown { - background-image: url(spritesmith2.png); - background-position: -1299px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_candycane { - background-image: url(spritesmith2.png); - background-position: 0px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_candycane { - background-image: url(spritesmith2.png); - background-position: -25px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_candycorn { - background-image: url(spritesmith2.png); - background-position: -91px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_candycorn { - background-image: url(spritesmith2.png); - background-position: -116px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_festive { - background-image: url(spritesmith2.png); - background-position: -182px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_festive { - background-image: url(spritesmith2.png); - background-position: -207px -15px; - width: 60px; - height: 60px; -} -.hair_base_7_frost { - background-image: url(spritesmith2.png); - background-position: -182px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_frost { - background-image: url(spritesmith2.png); - background-position: -207px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_ghostwhite { - background-image: url(spritesmith2.png); - background-position: 0px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_ghostwhite { - background-image: url(spritesmith2.png); - background-position: -25px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_green { - background-image: url(spritesmith2.png); - background-position: -91px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_green { - background-image: url(spritesmith2.png); - background-position: -116px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_halloween { - background-image: url(spritesmith2.png); - background-position: -182px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_halloween { - background-image: url(spritesmith2.png); - background-position: -207px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_holly { - background-image: url(spritesmith2.png); - background-position: -273px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_holly { - background-image: url(spritesmith2.png); - background-position: -298px -15px; - width: 60px; - height: 60px; -} -.hair_base_7_hollygreen { - background-image: url(spritesmith2.png); - background-position: -273px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_hollygreen { - background-image: url(spritesmith2.png); - background-position: -298px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_midnight { - background-image: url(spritesmith2.png); - background-position: -273px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_midnight { - background-image: url(spritesmith2.png); - background-position: -298px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_pblue { - background-image: url(spritesmith2.png); - background-position: 0px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pblue { - background-image: url(spritesmith2.png); - background-position: -25px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_pblue2 { - background-image: url(spritesmith2.png); - background-position: -91px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pblue2 { - background-image: url(spritesmith2.png); - background-position: -116px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_peppermint { - background-image: url(spritesmith2.png); - background-position: -182px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_peppermint { - background-image: url(spritesmith2.png); - background-position: -207px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_pgreen { - background-image: url(spritesmith2.png); - background-position: -273px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pgreen { - background-image: url(spritesmith2.png); - background-position: -298px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -364px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -389px -15px; - width: 60px; - height: 60px; -} .hair_base_7_porange { - background-image: url(spritesmith2.png); - background-position: -364px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_porange { - background-image: url(spritesmith2.png); - background-position: -389px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_porange2 { - background-image: url(spritesmith2.png); - background-position: -364px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_porange2 { - background-image: url(spritesmith2.png); - background-position: -389px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_ppink { - background-image: url(spritesmith2.png); - background-position: -364px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_ppink { - background-image: url(spritesmith2.png); - background-position: -389px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_ppink2 { - background-image: url(spritesmith2.png); - background-position: 0px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_ppink2 { - background-image: url(spritesmith2.png); - background-position: -25px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_ppurple { - background-image: url(spritesmith2.png); - background-position: -91px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_ppurple { - background-image: url(spritesmith2.png); - background-position: -116px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -182px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -207px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_pumpkin { - background-image: url(spritesmith2.png); - background-position: -273px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pumpkin { - background-image: url(spritesmith2.png); - background-position: -298px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_purple { - background-image: url(spritesmith2.png); - background-position: -364px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_purple { - background-image: url(spritesmith2.png); - background-position: -389px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_pyellow { - background-image: url(spritesmith2.png); - background-position: -455px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pyellow { - background-image: url(spritesmith2.png); - background-position: -480px -15px; - width: 60px; - height: 60px; -} -.hair_base_7_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -455px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -480px -106px; - width: 60px; - height: 60px; -} -.hair_base_7_rainbow { - background-image: url(spritesmith2.png); - background-position: -455px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_rainbow { - background-image: url(spritesmith2.png); - background-position: -480px -197px; - width: 60px; - height: 60px; -} -.hair_base_7_red { - background-image: url(spritesmith2.png); - background-position: -455px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_red { - background-image: url(spritesmith2.png); - background-position: -480px -288px; - width: 60px; - height: 60px; -} -.hair_base_7_snowy { - background-image: url(spritesmith2.png); - background-position: -455px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_snowy { - background-image: url(spritesmith2.png); - background-position: -480px -379px; - width: 60px; - height: 60px; -} -.hair_base_7_white { - background-image: url(spritesmith2.png); - background-position: 0px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_white { - background-image: url(spritesmith2.png); - background-position: -25px -470px; - width: 60px; - height: 60px; -} -.hair_base_7_winternight { - background-image: url(spritesmith2.png); - background-position: -91px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_winternight { - background-image: url(spritesmith2.png); - background-position: -116px -470px; - width: 60px; - height: 60px; -} -.hair_base_7_winterstar { - background-image: url(spritesmith2.png); - background-position: -182px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_winterstar { - background-image: url(spritesmith2.png); - background-position: -207px -470px; - width: 60px; - height: 60px; -} -.hair_base_7_yellow { - background-image: url(spritesmith2.png); - background-position: -273px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_yellow { - background-image: url(spritesmith2.png); - background-position: -298px -470px; - width: 60px; - height: 60px; -} -.hair_base_7_zombie { - background-image: url(spritesmith2.png); - background-position: -364px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_7_zombie { - background-image: url(spritesmith2.png); - background-position: -389px -470px; - width: 60px; - height: 60px; -} -.hair_base_8_TRUred { - background-image: url(spritesmith2.png); - background-position: -455px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_TRUred { - background-image: url(spritesmith2.png); - background-position: -480px -470px; - width: 60px; - height: 60px; -} -.hair_base_8_aurora { - background-image: url(spritesmith2.png); - background-position: -546px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_aurora { - background-image: url(spritesmith2.png); - background-position: -571px -15px; - width: 60px; - height: 60px; -} -.hair_base_8_black { - background-image: url(spritesmith2.png); - background-position: -546px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_black { - background-image: url(spritesmith2.png); - background-position: -571px -106px; - width: 60px; - height: 60px; -} -.hair_base_8_blond { - background-image: url(spritesmith2.png); - background-position: -546px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_blond { - background-image: url(spritesmith2.png); - background-position: -571px -197px; - width: 60px; - height: 60px; -} -.hair_base_8_blue { - background-image: url(spritesmith2.png); - background-position: -546px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_blue { - background-image: url(spritesmith2.png); - background-position: -571px -288px; - width: 60px; - height: 60px; -} -.hair_base_8_brown { - background-image: url(spritesmith2.png); - background-position: -546px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_brown { - background-image: url(spritesmith2.png); - background-position: -571px -379px; - width: 60px; - height: 60px; -} -.hair_base_8_candycane { - background-image: url(spritesmith2.png); - background-position: -546px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_candycane { - background-image: url(spritesmith2.png); - background-position: -571px -470px; - width: 60px; - height: 60px; -} -.hair_base_8_candycorn { - background-image: url(spritesmith2.png); - background-position: 0px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_candycorn { - background-image: url(spritesmith2.png); - background-position: -25px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_festive { - background-image: url(spritesmith2.png); - background-position: -91px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_festive { - background-image: url(spritesmith2.png); - background-position: -116px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_frost { - background-image: url(spritesmith2.png); - background-position: -182px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_frost { - background-image: url(spritesmith2.png); - background-position: -207px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_ghostwhite { - background-image: url(spritesmith2.png); - background-position: -273px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_ghostwhite { - background-image: url(spritesmith2.png); - background-position: -298px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_green { - background-image: url(spritesmith2.png); - background-position: -364px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_green { - background-image: url(spritesmith2.png); - background-position: -389px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_halloween { - background-image: url(spritesmith2.png); - background-position: -455px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_halloween { - background-image: url(spritesmith2.png); - background-position: -480px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_holly { - background-image: url(spritesmith2.png); - background-position: -546px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_holly { - background-image: url(spritesmith2.png); - background-position: -571px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_hollygreen { - background-image: url(spritesmith2.png); - background-position: -637px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_hollygreen { - background-image: url(spritesmith2.png); - background-position: -662px -15px; - width: 60px; - height: 60px; -} -.hair_base_8_midnight { - background-image: url(spritesmith2.png); - background-position: -637px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_midnight { - background-image: url(spritesmith2.png); - background-position: -662px -106px; - width: 60px; - height: 60px; -} -.hair_base_8_pblue { - background-image: url(spritesmith2.png); - background-position: -637px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pblue { - background-image: url(spritesmith2.png); - background-position: -662px -197px; - width: 60px; - height: 60px; -} -.hair_base_8_pblue2 { - background-image: url(spritesmith2.png); - background-position: -637px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pblue2 { - background-image: url(spritesmith2.png); - background-position: -662px -288px; - width: 60px; - height: 60px; -} -.hair_base_8_peppermint { - background-image: url(spritesmith2.png); - background-position: -637px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_peppermint { - background-image: url(spritesmith2.png); - background-position: -662px -379px; - width: 60px; - height: 60px; -} -.hair_base_8_pgreen { - background-image: url(spritesmith2.png); - background-position: -637px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pgreen { - background-image: url(spritesmith2.png); - background-position: -662px -470px; - width: 60px; - height: 60px; -} -.hair_base_8_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -637px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -662px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_porange { - background-image: url(spritesmith2.png); - background-position: 0px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_porange { - background-image: url(spritesmith2.png); - background-position: -25px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_porange2 { - background-image: url(spritesmith2.png); - background-position: -91px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_porange2 { - background-image: url(spritesmith2.png); - background-position: -116px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_ppink { - background-image: url(spritesmith2.png); - background-position: -182px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_ppink { - background-image: url(spritesmith2.png); - background-position: -207px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_ppink2 { - background-image: url(spritesmith2.png); - background-position: -273px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_ppink2 { - background-image: url(spritesmith2.png); - background-position: -298px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_ppurple { - background-image: url(spritesmith2.png); - background-position: -364px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_ppurple { - background-image: url(spritesmith2.png); - background-position: -389px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -455px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -480px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_pumpkin { - background-image: url(spritesmith2.png); - background-position: -546px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pumpkin { - background-image: url(spritesmith2.png); - background-position: -571px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_purple { - background-image: url(spritesmith2.png); - background-position: -637px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_purple { - background-image: url(spritesmith2.png); - background-position: -662px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_pyellow { - background-image: url(spritesmith2.png); - background-position: -728px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pyellow { - background-image: url(spritesmith2.png); - background-position: -753px -15px; - width: 60px; - height: 60px; -} -.hair_base_8_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -728px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -753px -106px; - width: 60px; - height: 60px; -} -.hair_base_8_rainbow { - background-image: url(spritesmith2.png); - background-position: -728px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_rainbow { - background-image: url(spritesmith2.png); - background-position: -753px -197px; - width: 60px; - height: 60px; -} -.hair_base_8_red { - background-image: url(spritesmith2.png); - background-position: -728px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_red { - background-image: url(spritesmith2.png); - background-position: -753px -288px; - width: 60px; - height: 60px; -} -.hair_base_8_snowy { - background-image: url(spritesmith2.png); - background-position: -728px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_snowy { - background-image: url(spritesmith2.png); - background-position: -753px -379px; - width: 60px; - height: 60px; -} -.hair_base_8_white { - background-image: url(spritesmith2.png); - background-position: -728px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_white { - background-image: url(spritesmith2.png); - background-position: -753px -470px; - width: 60px; - height: 60px; -} -.hair_base_8_winternight { - background-image: url(spritesmith2.png); - background-position: -728px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_winternight { - background-image: url(spritesmith2.png); - background-position: -753px -561px; - width: 60px; - height: 60px; -} -.hair_base_8_winterstar { - background-image: url(spritesmith2.png); - background-position: -728px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_winterstar { - background-image: url(spritesmith2.png); - background-position: -753px -652px; - width: 60px; - height: 60px; -} -.hair_base_8_yellow { - background-image: url(spritesmith2.png); - background-position: 0px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_yellow { - background-image: url(spritesmith2.png); - background-position: -25px -743px; - width: 60px; - height: 60px; -} -.hair_base_8_zombie { - background-image: url(spritesmith2.png); - background-position: -91px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_8_zombie { - background-image: url(spritesmith2.png); - background-position: -116px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_TRUred { - background-image: url(spritesmith2.png); - background-position: -182px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_TRUred { - background-image: url(spritesmith2.png); - background-position: -207px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_aurora { - background-image: url(spritesmith2.png); - background-position: -273px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_aurora { - background-image: url(spritesmith2.png); - background-position: -298px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_black { - background-image: url(spritesmith2.png); - background-position: -364px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_black { - background-image: url(spritesmith2.png); - background-position: -389px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_blond { - background-image: url(spritesmith2.png); - background-position: -455px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_blond { - background-image: url(spritesmith2.png); - background-position: -480px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_blue { - background-image: url(spritesmith2.png); - background-position: -546px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_blue { - background-image: url(spritesmith2.png); - background-position: -571px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_brown { - background-image: url(spritesmith2.png); - background-position: -637px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_brown { - background-image: url(spritesmith2.png); - background-position: -662px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_candycane { - background-image: url(spritesmith2.png); - background-position: -728px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_candycane { - background-image: url(spritesmith2.png); - background-position: -753px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_candycorn { - background-image: url(spritesmith2.png); - background-position: -819px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_candycorn { - background-image: url(spritesmith2.png); - background-position: -844px -15px; - width: 60px; - height: 60px; -} -.hair_base_9_festive { - background-image: url(spritesmith2.png); - background-position: -819px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_festive { - background-image: url(spritesmith2.png); - background-position: -844px -106px; - width: 60px; - height: 60px; -} -.hair_base_9_frost { - background-image: url(spritesmith2.png); - background-position: -819px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_frost { - background-image: url(spritesmith2.png); - background-position: -844px -197px; - width: 60px; - height: 60px; -} -.hair_base_9_ghostwhite { - background-image: url(spritesmith2.png); - background-position: -819px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ghostwhite { - background-image: url(spritesmith2.png); - background-position: -844px -288px; - width: 60px; - height: 60px; -} -.hair_base_9_green { - background-image: url(spritesmith2.png); - background-position: -819px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_green { - background-image: url(spritesmith2.png); - background-position: -844px -379px; - width: 60px; - height: 60px; -} -.hair_base_9_halloween { - background-image: url(spritesmith2.png); - background-position: -819px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_halloween { - background-image: url(spritesmith2.png); - background-position: -844px -470px; - width: 60px; - height: 60px; -} -.hair_base_9_holly { - background-image: url(spritesmith2.png); - background-position: -819px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_holly { - background-image: url(spritesmith2.png); - background-position: -844px -561px; - width: 60px; - height: 60px; -} -.hair_base_9_hollygreen { - background-image: url(spritesmith2.png); - background-position: -819px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_hollygreen { - background-image: url(spritesmith2.png); - background-position: -844px -652px; - width: 60px; - height: 60px; -} -.hair_base_9_midnight { - background-image: url(spritesmith2.png); - background-position: -819px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_midnight { - background-image: url(spritesmith2.png); - background-position: -844px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_pblue { - background-image: url(spritesmith2.png); - background-position: 0px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pblue { - background-image: url(spritesmith2.png); - background-position: -25px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_pblue2 { - background-image: url(spritesmith2.png); - background-position: -91px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pblue2 { - background-image: url(spritesmith2.png); - background-position: -116px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_peppermint { - background-image: url(spritesmith2.png); - background-position: -182px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_peppermint { - background-image: url(spritesmith2.png); - background-position: -207px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_pgreen { - background-image: url(spritesmith2.png); - background-position: -273px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pgreen { - background-image: url(spritesmith2.png); - background-position: -298px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -364px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -389px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_porange { - background-image: url(spritesmith2.png); - background-position: -455px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_porange { - background-image: url(spritesmith2.png); - background-position: -480px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_porange2 { - background-image: url(spritesmith2.png); - background-position: -546px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_porange2 { - background-image: url(spritesmith2.png); - background-position: -571px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_ppink { - background-image: url(spritesmith2.png); - background-position: -637px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppink { - background-image: url(spritesmith2.png); - background-position: -662px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_ppink2 { - background-image: url(spritesmith2.png); - background-position: -728px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppink2 { - background-image: url(spritesmith2.png); - background-position: -753px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_ppurple { - background-image: url(spritesmith2.png); - background-position: -819px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppurple { - background-image: url(spritesmith2.png); - background-position: -844px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -910px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -935px -15px; - width: 60px; - height: 60px; -} -.hair_base_9_pumpkin { - background-image: url(spritesmith2.png); - background-position: -910px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pumpkin { - background-image: url(spritesmith2.png); - background-position: -935px -106px; - width: 60px; - height: 60px; -} -.hair_base_9_purple { - background-image: url(spritesmith2.png); - background-position: -910px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_purple { - background-image: url(spritesmith2.png); - background-position: -935px -197px; - width: 60px; - height: 60px; -} -.hair_base_9_pyellow { - background-image: url(spritesmith2.png); - background-position: -910px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pyellow { - background-image: url(spritesmith2.png); - background-position: -935px -288px; - width: 60px; - height: 60px; -} -.hair_base_9_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -910px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -935px -379px; - width: 60px; - height: 60px; -} -.hair_base_9_rainbow { - background-image: url(spritesmith2.png); - background-position: -910px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_rainbow { - background-image: url(spritesmith2.png); - background-position: -935px -470px; - width: 60px; - height: 60px; -} -.hair_base_9_red { - background-image: url(spritesmith2.png); - background-position: -910px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_red { - background-image: url(spritesmith2.png); - background-position: -935px -561px; - width: 60px; - height: 60px; -} -.hair_base_9_snowy { - background-image: url(spritesmith2.png); - background-position: -910px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_snowy { - background-image: url(spritesmith2.png); - background-position: -935px -652px; - width: 60px; - height: 60px; -} -.hair_base_9_white { - background-image: url(spritesmith2.png); - background-position: -910px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_white { - background-image: url(spritesmith2.png); - background-position: -935px -743px; - width: 60px; - height: 60px; -} -.hair_base_9_winternight { - background-image: url(spritesmith2.png); - background-position: -910px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_winternight { - background-image: url(spritesmith2.png); - background-position: -935px -834px; - width: 60px; - height: 60px; -} -.hair_base_9_winterstar { - background-image: url(spritesmith2.png); - background-position: 0px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_winterstar { - background-image: url(spritesmith2.png); - background-position: -25px -925px; - width: 60px; - height: 60px; -} -.hair_base_9_yellow { - background-image: url(spritesmith2.png); - background-position: -91px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_yellow { - background-image: url(spritesmith2.png); - background-position: -116px -925px; - width: 60px; - height: 60px; -} -.hair_base_9_zombie { - background-image: url(spritesmith2.png); - background-position: -182px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_base_9_zombie { - background-image: url(spritesmith2.png); - background-position: -207px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_pblue2 { - background-image: url(spritesmith2.png); - background-position: -273px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_pblue2 { - background-image: url(spritesmith2.png); - background-position: -298px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -364px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -389px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_porange2 { - background-image: url(spritesmith2.png); - background-position: -455px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_porange2 { - background-image: url(spritesmith2.png); - background-position: -480px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_ppink2 { - background-image: url(spritesmith2.png); - background-position: -546px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_ppink2 { - background-image: url(spritesmith2.png); - background-position: -571px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -637px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -662px -925px; - width: 60px; - height: 60px; -} -.hair_beard_1_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -728px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_1_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -753px -925px; - width: 60px; - height: 60px; -} -.hair_beard_2_pblue2 { - background-image: url(spritesmith2.png); - background-position: -819px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_pblue2 { - background-image: url(spritesmith2.png); - background-position: -844px -925px; - width: 60px; - height: 60px; -} -.hair_beard_2_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -910px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -935px -925px; - width: 60px; - height: 60px; -} -.hair_beard_2_porange2 { - background-image: url(spritesmith2.png); - background-position: -1001px 0px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_porange2 { - background-image: url(spritesmith2.png); - background-position: -1026px -15px; - width: 60px; - height: 60px; -} -.hair_beard_2_ppink2 { - background-image: url(spritesmith2.png); - background-position: -1001px -91px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_ppink2 { - background-image: url(spritesmith2.png); - background-position: -1026px -106px; - width: 60px; - height: 60px; -} -.hair_beard_2_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -1001px -182px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -1026px -197px; - width: 60px; - height: 60px; -} -.hair_beard_2_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -1001px -273px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_2_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -1026px -288px; - width: 60px; - height: 60px; -} -.hair_beard_3_pblue2 { - background-image: url(spritesmith2.png); - background-position: -1001px -364px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_pblue2 { - background-image: url(spritesmith2.png); - background-position: -1026px -379px; - width: 60px; - height: 60px; -} -.hair_beard_3_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -1001px -455px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -1026px -470px; - width: 60px; - height: 60px; -} -.hair_beard_3_porange2 { - background-image: url(spritesmith2.png); - background-position: -1001px -546px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_porange2 { - background-image: url(spritesmith2.png); - background-position: -1026px -561px; - width: 60px; - height: 60px; -} -.hair_beard_3_ppink2 { - background-image: url(spritesmith2.png); - background-position: -1001px -637px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_ppink2 { - background-image: url(spritesmith2.png); - background-position: -1026px -652px; - width: 60px; - height: 60px; -} -.hair_beard_3_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -1001px -728px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -1026px -743px; - width: 60px; - height: 60px; -} -.hair_beard_3_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -1001px -819px; - width: 90px; - height: 90px; -} -.customize-option.hair_beard_3_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -1026px -834px; - width: 60px; - height: 60px; -} -.hair_mustache_1_pblue2 { - background-image: url(spritesmith2.png); - background-position: -1001px -910px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_pblue2 { - background-image: url(spritesmith2.png); - background-position: -1026px -925px; - width: 60px; - height: 60px; -} -.hair_mustache_1_pgreen2 { - background-image: url(spritesmith2.png); - background-position: 0px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -25px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_1_porange2 { - background-image: url(spritesmith2.png); - background-position: -91px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_porange2 { - background-image: url(spritesmith2.png); - background-position: -116px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_1_ppink2 { - background-image: url(spritesmith2.png); - background-position: -182px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_ppink2 { - background-image: url(spritesmith2.png); - background-position: -207px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_1_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -273px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -298px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_1_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -364px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_1_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -389px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_pblue2 { - background-image: url(spritesmith2.png); - background-position: -455px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_pblue2 { - background-image: url(spritesmith2.png); - background-position: -480px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -546px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_pgreen2 { - background-image: url(spritesmith2.png); - background-position: -571px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_porange2 { - background-image: url(spritesmith2.png); - background-position: -637px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_porange2 { - background-image: url(spritesmith2.png); - background-position: -662px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_ppink2 { - background-image: url(spritesmith2.png); - background-position: -728px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_ppink2 { - background-image: url(spritesmith2.png); - background-position: -753px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -819px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_ppurple2 { - background-image: url(spritesmith2.png); - background-position: -844px -1016px; - width: 60px; - height: 60px; -} -.hair_mustache_2_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -910px -1001px; - width: 90px; - height: 90px; -} -.customize-option.hair_mustache_2_pyellow2 { - background-image: url(spritesmith2.png); - background-position: -935px -1016px; - width: 60px; - height: 60px; -} -.broad_shirt_black { - background-image: url(spritesmith2.png); - background-position: -1001px -1001px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_black { - background-image: url(spritesmith2.png); - background-position: -1026px -1031px; - width: 60px; - height: 60px; -} -.broad_shirt_blue { - background-image: url(spritesmith2.png); - background-position: -1092px 0px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_blue { - background-image: url(spritesmith2.png); - background-position: -1117px -30px; - width: 60px; - height: 60px; -} -.broad_shirt_convict { - background-image: url(spritesmith2.png); - background-position: -1092px -91px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_convict { - background-image: url(spritesmith2.png); - background-position: -1117px -121px; - width: 60px; - height: 60px; -} -.broad_shirt_cross { - background-image: url(spritesmith2.png); - background-position: -1092px -182px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_cross { - background-image: url(spritesmith2.png); - background-position: -1117px -212px; - width: 60px; - height: 60px; -} -.broad_shirt_fire { - background-image: url(spritesmith2.png); - background-position: -1092px -273px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_fire { - background-image: url(spritesmith2.png); - background-position: -1117px -303px; - width: 60px; - height: 60px; -} -.broad_shirt_green { - background-image: url(spritesmith2.png); - background-position: -1092px -364px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_green { - background-image: url(spritesmith2.png); - background-position: -1117px -394px; - width: 60px; - height: 60px; -} -.broad_shirt_horizon { - background-image: url(spritesmith2.png); - background-position: -1092px -455px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_horizon { - background-image: url(spritesmith2.png); - background-position: -1117px -485px; - width: 60px; - height: 60px; -} -.broad_shirt_ocean { - background-image: url(spritesmith2.png); - background-position: -1092px -546px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_ocean { - background-image: url(spritesmith2.png); - background-position: -1117px -576px; - width: 60px; - height: 60px; -} -.broad_shirt_pink { - background-image: url(spritesmith2.png); - background-position: -1092px -637px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_pink { - background-image: url(spritesmith2.png); - background-position: -1117px -667px; - width: 60px; - height: 60px; -} -.broad_shirt_purple { - background-image: url(spritesmith2.png); - background-position: -1092px -728px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_purple { - background-image: url(spritesmith2.png); - background-position: -1117px -758px; - width: 60px; - height: 60px; -} -.broad_shirt_rainbow { - background-image: url(spritesmith2.png); - background-position: -1092px -819px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_rainbow { - background-image: url(spritesmith2.png); - background-position: -1117px -849px; - width: 60px; - height: 60px; -} -.broad_shirt_redblue { - background-image: url(spritesmith2.png); - background-position: -1092px -910px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_redblue { - background-image: url(spritesmith2.png); - background-position: -1117px -940px; - width: 60px; - height: 60px; -} -.broad_shirt_thunder { - background-image: url(spritesmith2.png); - background-position: -1092px -1001px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_thunder { - background-image: url(spritesmith2.png); - background-position: -1117px -1031px; - width: 60px; - height: 60px; -} -.broad_shirt_tropical { - background-image: url(spritesmith2.png); - background-position: 0px -1092px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_tropical { - background-image: url(spritesmith2.png); - background-position: -25px -1122px; - width: 60px; - height: 60px; -} -.broad_shirt_white { - background-image: url(spritesmith2.png); - background-position: -91px -1092px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_white { - background-image: url(spritesmith2.png); - background-position: -116px -1122px; - width: 60px; - height: 60px; -} -.broad_shirt_yellow { - background-image: url(spritesmith2.png); - background-position: -182px -1092px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_yellow { - background-image: url(spritesmith2.png); - background-position: -207px -1122px; - width: 60px; - height: 60px; -} -.broad_shirt_zombie { - background-image: url(spritesmith2.png); - background-position: -273px -1092px; - width: 90px; - height: 90px; -} -.customize-option.broad_shirt_zombie { - background-image: url(spritesmith2.png); - background-position: -298px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_black { - background-image: url(spritesmith2.png); - background-position: -364px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_black { - background-image: url(spritesmith2.png); - background-position: -389px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_blue { - background-image: url(spritesmith2.png); - background-position: -455px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_blue { - background-image: url(spritesmith2.png); - background-position: -480px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_convict { - background-image: url(spritesmith2.png); - background-position: -546px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_convict { - background-image: url(spritesmith2.png); - background-position: -571px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_cross { - background-image: url(spritesmith2.png); - background-position: -637px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_cross { - background-image: url(spritesmith2.png); - background-position: -662px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_fire { - background-image: url(spritesmith2.png); - background-position: -728px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_fire { - background-image: url(spritesmith2.png); - background-position: -753px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_green { - background-image: url(spritesmith2.png); - background-position: -819px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_green { - background-image: url(spritesmith2.png); - background-position: -844px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_horizon { - background-image: url(spritesmith2.png); - background-position: -910px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_horizon { - background-image: url(spritesmith2.png); - background-position: -935px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_ocean { - background-image: url(spritesmith2.png); - background-position: -1001px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_ocean { - background-image: url(spritesmith2.png); - background-position: -1026px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_pink { - background-image: url(spritesmith2.png); - background-position: -1092px -1092px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_pink { - background-image: url(spritesmith2.png); - background-position: -1117px -1122px; - width: 60px; - height: 60px; -} -.slim_shirt_purple { - background-image: url(spritesmith2.png); - background-position: -1183px 0px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_purple { - background-image: url(spritesmith2.png); - background-position: -1208px -30px; - width: 60px; - height: 60px; -} -.slim_shirt_rainbow { - background-image: url(spritesmith2.png); - background-position: -1183px -91px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_rainbow { - background-image: url(spritesmith2.png); - background-position: -1208px -121px; - width: 60px; - height: 60px; -} -.slim_shirt_redblue { - background-image: url(spritesmith2.png); - background-position: -1183px -182px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_redblue { - background-image: url(spritesmith2.png); - background-position: -1208px -212px; - width: 60px; - height: 60px; -} -.slim_shirt_thunder { - background-image: url(spritesmith2.png); - background-position: -1183px -273px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_thunder { - background-image: url(spritesmith2.png); - background-position: -1208px -303px; - width: 60px; - height: 60px; -} -.slim_shirt_tropical { - background-image: url(spritesmith2.png); - background-position: -1183px -364px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_tropical { - background-image: url(spritesmith2.png); - background-position: -1208px -394px; - width: 60px; - height: 60px; -} -.slim_shirt_white { - background-image: url(spritesmith2.png); - background-position: -1183px -455px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_white { - background-image: url(spritesmith2.png); - background-position: -1208px -485px; - width: 60px; - height: 60px; -} -.slim_shirt_yellow { - background-image: url(spritesmith2.png); - background-position: -1183px -546px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_yellow { - background-image: url(spritesmith2.png); - background-position: -1208px -576px; - width: 60px; - height: 60px; -} -.slim_shirt_zombie { - background-image: url(spritesmith2.png); - background-position: -1183px -637px; - width: 90px; - height: 90px; -} -.customize-option.slim_shirt_zombie { - background-image: url(spritesmith2.png); - background-position: -1208px -667px; - width: 60px; - height: 60px; -} -.skin_0ff591 { - background-image: url(spritesmith2.png); - background-position: -1183px -728px; - width: 90px; - height: 90px; -} -.customize-option.skin_0ff591 { - background-image: url(spritesmith2.png); - background-position: -1208px -743px; - width: 60px; - height: 60px; -} -.skin_0ff591_sleep { - background-image: url(spritesmith2.png); - background-position: -1183px -819px; - width: 90px; - height: 90px; -} -.customize-option.skin_0ff591_sleep { - background-image: url(spritesmith2.png); - background-position: -1208px -834px; - width: 60px; - height: 60px; -} -.skin_2b43f6 { - background-image: url(spritesmith2.png); - background-position: -1183px -910px; - width: 90px; - height: 90px; -} -.customize-option.skin_2b43f6 { - background-image: url(spritesmith2.png); - background-position: -1208px -925px; - width: 60px; - height: 60px; -} -.skin_2b43f6_sleep { - background-image: url(spritesmith2.png); - background-position: -1183px -1001px; - width: 90px; - height: 90px; -} -.customize-option.skin_2b43f6_sleep { - background-image: url(spritesmith2.png); - background-position: -1208px -1016px; - width: 60px; - height: 60px; -} -.skin_6bd049 { - background-image: url(spritesmith2.png); - background-position: -1183px -1092px; - width: 90px; - height: 90px; -} -.customize-option.skin_6bd049 { - background-image: url(spritesmith2.png); - background-position: -1208px -1107px; - width: 60px; - height: 60px; -} -.skin_6bd049_sleep { - background-image: url(spritesmith2.png); - background-position: 0px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_6bd049_sleep { - background-image: url(spritesmith2.png); - background-position: -25px -1198px; - width: 60px; - height: 60px; -} -.skin_800ed0 { - background-image: url(spritesmith2.png); - background-position: -91px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_800ed0 { - background-image: url(spritesmith2.png); - background-position: -116px -1198px; - width: 60px; - height: 60px; -} -.skin_800ed0_sleep { - background-image: url(spritesmith2.png); - background-position: -182px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_800ed0_sleep { - background-image: url(spritesmith2.png); - background-position: -207px -1198px; - width: 60px; - height: 60px; -} -.skin_915533 { - background-image: url(spritesmith2.png); - background-position: -273px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_915533 { - background-image: url(spritesmith2.png); - background-position: -298px -1198px; - width: 60px; - height: 60px; -} -.skin_915533_sleep { - background-image: url(spritesmith2.png); - background-position: -364px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_915533_sleep { - background-image: url(spritesmith2.png); - background-position: -389px -1198px; - width: 60px; - height: 60px; -} -.skin_98461a { - background-image: url(spritesmith2.png); - background-position: -455px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_98461a { - background-image: url(spritesmith2.png); - background-position: -480px -1198px; - width: 60px; - height: 60px; -} -.skin_98461a_sleep { - background-image: url(spritesmith2.png); - background-position: -546px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_98461a_sleep { - background-image: url(spritesmith2.png); - background-position: -571px -1198px; - width: 60px; - height: 60px; -} -.skin_bear { - background-image: url(spritesmith2.png); - background-position: -637px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_bear { - background-image: url(spritesmith2.png); - background-position: -662px -1198px; - width: 60px; - height: 60px; -} -.skin_bear_sleep { - background-image: url(spritesmith2.png); - background-position: -728px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_bear_sleep { - background-image: url(spritesmith2.png); - background-position: -753px -1198px; - width: 60px; - height: 60px; -} -.skin_c06534 { - background-image: url(spritesmith2.png); - background-position: -819px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_c06534 { - background-image: url(spritesmith2.png); - background-position: -844px -1198px; - width: 60px; - height: 60px; -} -.skin_c06534_sleep { - background-image: url(spritesmith2.png); - background-position: -910px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_c06534_sleep { - background-image: url(spritesmith2.png); - background-position: -935px -1198px; - width: 60px; - height: 60px; -} -.skin_c3e1dc { - background-image: url(spritesmith2.png); - background-position: -1001px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_c3e1dc { - background-image: url(spritesmith2.png); - background-position: -1026px -1198px; - width: 60px; - height: 60px; -} -.skin_c3e1dc_sleep { - background-image: url(spritesmith2.png); - background-position: -1092px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_c3e1dc_sleep { - background-image: url(spritesmith2.png); - background-position: -1117px -1198px; - width: 60px; - height: 60px; -} -.skin_cactus { - background-image: url(spritesmith2.png); - background-position: -1183px -1183px; - width: 90px; - height: 90px; -} -.customize-option.skin_cactus { - background-image: url(spritesmith2.png); - background-position: -1208px -1198px; - width: 60px; - height: 60px; -} -.skin_cactus_sleep { - background-image: url(spritesmith2.png); - background-position: -1274px 0px; - width: 90px; - height: 90px; -} -.customize-option.skin_cactus_sleep { - background-image: url(spritesmith2.png); - background-position: -1299px -15px; - width: 60px; - height: 60px; -} -.skin_candycorn { - background-image: url(spritesmith2.png); - background-position: -1274px -91px; - width: 90px; - height: 90px; -} -.customize-option.skin_candycorn { - background-image: url(spritesmith2.png); - background-position: -1299px -106px; - width: 60px; - height: 60px; -} -.skin_candycorn_sleep { - background-image: url(spritesmith2.png); - background-position: -1274px -182px; - width: 90px; - height: 90px; -} -.customize-option.skin_candycorn_sleep { - background-image: url(spritesmith2.png); - background-position: -1299px -197px; - width: 60px; - height: 60px; -} -.skin_d7a9f7 { - background-image: url(spritesmith2.png); - background-position: 0px 0px; - width: 90px; - height: 90px; -} -.customize-option.skin_d7a9f7 { - background-image: url(spritesmith2.png); - background-position: -25px -15px; - width: 60px; - height: 60px; -} -.skin_d7a9f7_sleep { - background-image: url(spritesmith2.png); - background-position: -1274px -364px; - width: 90px; - height: 90px; -} -.customize-option.skin_d7a9f7_sleep { - background-image: url(spritesmith2.png); - background-position: -1299px -379px; - width: 60px; - height: 60px; -} -.skin_ddc994 { - background-image: url(spritesmith2.png); - background-position: -1274px -455px; - width: 90px; - height: 90px; -} -.customize-option.skin_ddc994 { - background-image: url(spritesmith2.png); - background-position: -1299px -470px; - width: 60px; - height: 60px; -} -.skin_ddc994_sleep { - background-image: url(spritesmith2.png); - background-position: -1274px -546px; - width: 90px; - height: 90px; -} -.customize-option.skin_ddc994_sleep { - background-image: url(spritesmith2.png); - background-position: -1299px -561px; - width: 60px; - height: 60px; -} -.skin_ea8349 { - background-image: url(spritesmith2.png); - background-position: -1274px -637px; - width: 90px; - height: 90px; -} -.customize-option.skin_ea8349 { - background-image: url(spritesmith2.png); - background-position: -1299px -652px; - width: 60px; - height: 60px; -} -.skin_ea8349_sleep { background-image: url(spritesmith2.png); background-position: -1274px -728px; width: 90px; height: 90px; } -.customize-option.skin_ea8349_sleep { +.customize-option.hair_base_7_porange { background-image: url(spritesmith2.png); background-position: -1299px -743px; width: 60px; height: 60px; } +.hair_base_7_porange2 { + background-image: url(spritesmith2.png); + background-position: 0px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_porange2 { + background-image: url(spritesmith2.png); + background-position: -25px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_ppink { + background-image: url(spritesmith2.png); + background-position: -91px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_ppink { + background-image: url(spritesmith2.png); + background-position: -116px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_ppink2 { + background-image: url(spritesmith2.png); + background-position: -182px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_ppink2 { + background-image: url(spritesmith2.png); + background-position: -207px -15px; + width: 60px; + height: 60px; +} +.hair_base_7_ppurple { + background-image: url(spritesmith2.png); + background-position: -182px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_ppurple { + background-image: url(spritesmith2.png); + background-position: -207px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_ppurple2 { + background-image: url(spritesmith2.png); + background-position: 0px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -25px -197px; + width: 60px; + height: 60px; +} +.hair_base_7_pumpkin { + background-image: url(spritesmith2.png); + background-position: -91px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pumpkin { + background-image: url(spritesmith2.png); + background-position: -116px -197px; + width: 60px; + height: 60px; +} +.hair_base_7_purple { + background-image: url(spritesmith2.png); + background-position: -182px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_purple { + background-image: url(spritesmith2.png); + background-position: -207px -197px; + width: 60px; + height: 60px; +} +.hair_base_7_pyellow { + background-image: url(spritesmith2.png); + background-position: -273px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pyellow { + background-image: url(spritesmith2.png); + background-position: -298px -15px; + width: 60px; + height: 60px; +} +.hair_base_7_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -273px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -298px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_rainbow { + background-image: url(spritesmith2.png); + background-position: -273px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_rainbow { + background-image: url(spritesmith2.png); + background-position: -298px -197px; + width: 60px; + height: 60px; +} +.hair_base_7_red { + background-image: url(spritesmith2.png); + background-position: 0px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_red { + background-image: url(spritesmith2.png); + background-position: -25px -288px; + width: 60px; + height: 60px; +} +.hair_base_7_snowy { + background-image: url(spritesmith2.png); + background-position: -91px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_snowy { + background-image: url(spritesmith2.png); + background-position: -116px -288px; + width: 60px; + height: 60px; +} +.hair_base_7_white { + background-image: url(spritesmith2.png); + background-position: -182px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_white { + background-image: url(spritesmith2.png); + background-position: -207px -288px; + width: 60px; + height: 60px; +} +.hair_base_7_winternight { + background-image: url(spritesmith2.png); + background-position: -273px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_winternight { + background-image: url(spritesmith2.png); + background-position: -298px -288px; + width: 60px; + height: 60px; +} +.hair_base_7_winterstar { + background-image: url(spritesmith2.png); + background-position: -364px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_winterstar { + background-image: url(spritesmith2.png); + background-position: -389px -15px; + width: 60px; + height: 60px; +} +.hair_base_7_yellow { + background-image: url(spritesmith2.png); + background-position: -364px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_yellow { + background-image: url(spritesmith2.png); + background-position: -389px -106px; + width: 60px; + height: 60px; +} +.hair_base_7_zombie { + background-image: url(spritesmith2.png); + background-position: -364px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_7_zombie { + background-image: url(spritesmith2.png); + background-position: -389px -197px; + width: 60px; + height: 60px; +} +.hair_base_8_TRUred { + background-image: url(spritesmith2.png); + background-position: -364px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_TRUred { + background-image: url(spritesmith2.png); + background-position: -389px -288px; + width: 60px; + height: 60px; +} +.hair_base_8_aurora { + background-image: url(spritesmith2.png); + background-position: 0px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_aurora { + background-image: url(spritesmith2.png); + background-position: -25px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_black { + background-image: url(spritesmith2.png); + background-position: -91px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_black { + background-image: url(spritesmith2.png); + background-position: -116px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_blond { + background-image: url(spritesmith2.png); + background-position: -182px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_blond { + background-image: url(spritesmith2.png); + background-position: -207px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_blue { + background-image: url(spritesmith2.png); + background-position: -273px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_blue { + background-image: url(spritesmith2.png); + background-position: -298px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_brown { + background-image: url(spritesmith2.png); + background-position: -364px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_brown { + background-image: url(spritesmith2.png); + background-position: -389px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_candycane { + background-image: url(spritesmith2.png); + background-position: -455px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_candycane { + background-image: url(spritesmith2.png); + background-position: -480px -15px; + width: 60px; + height: 60px; +} +.hair_base_8_candycorn { + background-image: url(spritesmith2.png); + background-position: -455px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_candycorn { + background-image: url(spritesmith2.png); + background-position: -480px -106px; + width: 60px; + height: 60px; +} +.hair_base_8_festive { + background-image: url(spritesmith2.png); + background-position: -455px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_festive { + background-image: url(spritesmith2.png); + background-position: -480px -197px; + width: 60px; + height: 60px; +} +.hair_base_8_frost { + background-image: url(spritesmith2.png); + background-position: -455px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_frost { + background-image: url(spritesmith2.png); + background-position: -480px -288px; + width: 60px; + height: 60px; +} +.hair_base_8_ghostwhite { + background-image: url(spritesmith2.png); + background-position: -455px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_ghostwhite { + background-image: url(spritesmith2.png); + background-position: -480px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_green { + background-image: url(spritesmith2.png); + background-position: 0px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_green { + background-image: url(spritesmith2.png); + background-position: -25px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_halloween { + background-image: url(spritesmith2.png); + background-position: -91px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_halloween { + background-image: url(spritesmith2.png); + background-position: -116px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_holly { + background-image: url(spritesmith2.png); + background-position: -182px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_holly { + background-image: url(spritesmith2.png); + background-position: -207px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_hollygreen { + background-image: url(spritesmith2.png); + background-position: -273px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_hollygreen { + background-image: url(spritesmith2.png); + background-position: -298px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_midnight { + background-image: url(spritesmith2.png); + background-position: -364px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_midnight { + background-image: url(spritesmith2.png); + background-position: -389px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_pblue { + background-image: url(spritesmith2.png); + background-position: -455px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pblue { + background-image: url(spritesmith2.png); + background-position: -480px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_pblue2 { + background-image: url(spritesmith2.png); + background-position: -546px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pblue2 { + background-image: url(spritesmith2.png); + background-position: -571px -15px; + width: 60px; + height: 60px; +} +.hair_base_8_peppermint { + background-image: url(spritesmith2.png); + background-position: -546px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_peppermint { + background-image: url(spritesmith2.png); + background-position: -571px -106px; + width: 60px; + height: 60px; +} +.hair_base_8_pgreen { + background-image: url(spritesmith2.png); + background-position: -546px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pgreen { + background-image: url(spritesmith2.png); + background-position: -571px -197px; + width: 60px; + height: 60px; +} +.hair_base_8_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -546px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -571px -288px; + width: 60px; + height: 60px; +} +.hair_base_8_porange { + background-image: url(spritesmith2.png); + background-position: -546px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_porange { + background-image: url(spritesmith2.png); + background-position: -571px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_porange2 { + background-image: url(spritesmith2.png); + background-position: -546px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_porange2 { + background-image: url(spritesmith2.png); + background-position: -571px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_ppink { + background-image: url(spritesmith2.png); + background-position: 0px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_ppink { + background-image: url(spritesmith2.png); + background-position: -25px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_ppink2 { + background-image: url(spritesmith2.png); + background-position: -91px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_ppink2 { + background-image: url(spritesmith2.png); + background-position: -116px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_ppurple { + background-image: url(spritesmith2.png); + background-position: -182px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_ppurple { + background-image: url(spritesmith2.png); + background-position: -207px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -273px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -298px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_pumpkin { + background-image: url(spritesmith2.png); + background-position: -364px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pumpkin { + background-image: url(spritesmith2.png); + background-position: -389px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_purple { + background-image: url(spritesmith2.png); + background-position: -455px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_purple { + background-image: url(spritesmith2.png); + background-position: -480px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_pyellow { + background-image: url(spritesmith2.png); + background-position: -546px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pyellow { + background-image: url(spritesmith2.png); + background-position: -571px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -637px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -662px -15px; + width: 60px; + height: 60px; +} +.hair_base_8_rainbow { + background-image: url(spritesmith2.png); + background-position: -637px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_rainbow { + background-image: url(spritesmith2.png); + background-position: -662px -106px; + width: 60px; + height: 60px; +} +.hair_base_8_red { + background-image: url(spritesmith2.png); + background-position: -637px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_red { + background-image: url(spritesmith2.png); + background-position: -662px -197px; + width: 60px; + height: 60px; +} +.hair_base_8_snowy { + background-image: url(spritesmith2.png); + background-position: -637px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_snowy { + background-image: url(spritesmith2.png); + background-position: -662px -288px; + width: 60px; + height: 60px; +} +.hair_base_8_white { + background-image: url(spritesmith2.png); + background-position: -637px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_white { + background-image: url(spritesmith2.png); + background-position: -662px -379px; + width: 60px; + height: 60px; +} +.hair_base_8_winternight { + background-image: url(spritesmith2.png); + background-position: -637px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_winternight { + background-image: url(spritesmith2.png); + background-position: -662px -470px; + width: 60px; + height: 60px; +} +.hair_base_8_winterstar { + background-image: url(spritesmith2.png); + background-position: -637px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_winterstar { + background-image: url(spritesmith2.png); + background-position: -662px -561px; + width: 60px; + height: 60px; +} +.hair_base_8_yellow { + background-image: url(spritesmith2.png); + background-position: 0px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_yellow { + background-image: url(spritesmith2.png); + background-position: -25px -652px; + width: 60px; + height: 60px; +} +.hair_base_8_zombie { + background-image: url(spritesmith2.png); + background-position: -91px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_8_zombie { + background-image: url(spritesmith2.png); + background-position: -116px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_TRUred { + background-image: url(spritesmith2.png); + background-position: -182px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_TRUred { + background-image: url(spritesmith2.png); + background-position: -207px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_aurora { + background-image: url(spritesmith2.png); + background-position: -273px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_aurora { + background-image: url(spritesmith2.png); + background-position: -298px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_black { + background-image: url(spritesmith2.png); + background-position: -364px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_black { + background-image: url(spritesmith2.png); + background-position: -389px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_blond { + background-image: url(spritesmith2.png); + background-position: -455px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_blond { + background-image: url(spritesmith2.png); + background-position: -480px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_blue { + background-image: url(spritesmith2.png); + background-position: -546px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_blue { + background-image: url(spritesmith2.png); + background-position: -571px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_brown { + background-image: url(spritesmith2.png); + background-position: -637px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_brown { + background-image: url(spritesmith2.png); + background-position: -662px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_candycane { + background-image: url(spritesmith2.png); + background-position: -728px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_candycane { + background-image: url(spritesmith2.png); + background-position: -753px -15px; + width: 60px; + height: 60px; +} +.hair_base_9_candycorn { + background-image: url(spritesmith2.png); + background-position: -728px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_candycorn { + background-image: url(spritesmith2.png); + background-position: -753px -106px; + width: 60px; + height: 60px; +} +.hair_base_9_festive { + background-image: url(spritesmith2.png); + background-position: -728px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_festive { + background-image: url(spritesmith2.png); + background-position: -753px -197px; + width: 60px; + height: 60px; +} +.hair_base_9_frost { + background-image: url(spritesmith2.png); + background-position: -728px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_frost { + background-image: url(spritesmith2.png); + background-position: -753px -288px; + width: 60px; + height: 60px; +} +.hair_base_9_ghostwhite { + background-image: url(spritesmith2.png); + background-position: -728px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ghostwhite { + background-image: url(spritesmith2.png); + background-position: -753px -379px; + width: 60px; + height: 60px; +} +.hair_base_9_green { + background-image: url(spritesmith2.png); + background-position: -728px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_green { + background-image: url(spritesmith2.png); + background-position: -753px -470px; + width: 60px; + height: 60px; +} +.hair_base_9_halloween { + background-image: url(spritesmith2.png); + background-position: -728px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_halloween { + background-image: url(spritesmith2.png); + background-position: -753px -561px; + width: 60px; + height: 60px; +} +.hair_base_9_holly { + background-image: url(spritesmith2.png); + background-position: -728px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_holly { + background-image: url(spritesmith2.png); + background-position: -753px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_hollygreen { + background-image: url(spritesmith2.png); + background-position: 0px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_hollygreen { + background-image: url(spritesmith2.png); + background-position: -25px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_midnight { + background-image: url(spritesmith2.png); + background-position: -91px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_midnight { + background-image: url(spritesmith2.png); + background-position: -116px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_pblue { + background-image: url(spritesmith2.png); + background-position: -182px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pblue { + background-image: url(spritesmith2.png); + background-position: -207px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_pblue2 { + background-image: url(spritesmith2.png); + background-position: -273px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pblue2 { + background-image: url(spritesmith2.png); + background-position: -298px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_peppermint { + background-image: url(spritesmith2.png); + background-position: -364px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_peppermint { + background-image: url(spritesmith2.png); + background-position: -389px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_pgreen { + background-image: url(spritesmith2.png); + background-position: -455px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pgreen { + background-image: url(spritesmith2.png); + background-position: -480px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -546px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -571px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_porange { + background-image: url(spritesmith2.png); + background-position: -637px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_porange { + background-image: url(spritesmith2.png); + background-position: -662px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_porange2 { + background-image: url(spritesmith2.png); + background-position: -728px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_porange2 { + background-image: url(spritesmith2.png); + background-position: -753px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_ppink { + background-image: url(spritesmith2.png); + background-position: -819px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppink { + background-image: url(spritesmith2.png); + background-position: -844px -15px; + width: 60px; + height: 60px; +} +.hair_base_9_ppink2 { + background-image: url(spritesmith2.png); + background-position: -819px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppink2 { + background-image: url(spritesmith2.png); + background-position: -844px -106px; + width: 60px; + height: 60px; +} +.hair_base_9_ppurple { + background-image: url(spritesmith2.png); + background-position: -819px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppurple { + background-image: url(spritesmith2.png); + background-position: -844px -197px; + width: 60px; + height: 60px; +} +.hair_base_9_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -819px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -844px -288px; + width: 60px; + height: 60px; +} +.hair_base_9_pumpkin { + background-image: url(spritesmith2.png); + background-position: -819px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pumpkin { + background-image: url(spritesmith2.png); + background-position: -844px -379px; + width: 60px; + height: 60px; +} +.hair_base_9_purple { + background-image: url(spritesmith2.png); + background-position: -819px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_purple { + background-image: url(spritesmith2.png); + background-position: -844px -470px; + width: 60px; + height: 60px; +} +.hair_base_9_pyellow { + background-image: url(spritesmith2.png); + background-position: -819px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pyellow { + background-image: url(spritesmith2.png); + background-position: -844px -561px; + width: 60px; + height: 60px; +} +.hair_base_9_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -819px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -844px -652px; + width: 60px; + height: 60px; +} +.hair_base_9_rainbow { + background-image: url(spritesmith2.png); + background-position: -819px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_rainbow { + background-image: url(spritesmith2.png); + background-position: -844px -743px; + width: 60px; + height: 60px; +} +.hair_base_9_red { + background-image: url(spritesmith2.png); + background-position: 0px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_red { + background-image: url(spritesmith2.png); + background-position: -25px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_snowy { + background-image: url(spritesmith2.png); + background-position: -91px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_snowy { + background-image: url(spritesmith2.png); + background-position: -116px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_white { + background-image: url(spritesmith2.png); + background-position: -182px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_white { + background-image: url(spritesmith2.png); + background-position: -207px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_winternight { + background-image: url(spritesmith2.png); + background-position: -273px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_winternight { + background-image: url(spritesmith2.png); + background-position: -298px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_winterstar { + background-image: url(spritesmith2.png); + background-position: -364px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_winterstar { + background-image: url(spritesmith2.png); + background-position: -389px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_yellow { + background-image: url(spritesmith2.png); + background-position: -455px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_yellow { + background-image: url(spritesmith2.png); + background-position: -480px -834px; + width: 60px; + height: 60px; +} +.hair_base_9_zombie { + background-image: url(spritesmith2.png); + background-position: -546px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_base_9_zombie { + background-image: url(spritesmith2.png); + background-position: -571px -834px; + width: 60px; + height: 60px; +} +.hair_beard_1_pblue2 { + background-image: url(spritesmith2.png); + background-position: -637px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_pblue2 { + background-image: url(spritesmith2.png); + background-position: -662px -834px; + width: 60px; + height: 60px; +} +.hair_beard_1_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -728px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -753px -834px; + width: 60px; + height: 60px; +} +.hair_beard_1_porange2 { + background-image: url(spritesmith2.png); + background-position: -819px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_porange2 { + background-image: url(spritesmith2.png); + background-position: -844px -834px; + width: 60px; + height: 60px; +} +.hair_beard_1_ppink2 { + background-image: url(spritesmith2.png); + background-position: -910px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_ppink2 { + background-image: url(spritesmith2.png); + background-position: -935px -15px; + width: 60px; + height: 60px; +} +.hair_beard_1_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -910px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -935px -106px; + width: 60px; + height: 60px; +} +.hair_beard_1_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -910px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_1_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -935px -197px; + width: 60px; + height: 60px; +} +.hair_beard_2_pblue2 { + background-image: url(spritesmith2.png); + background-position: -910px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_pblue2 { + background-image: url(spritesmith2.png); + background-position: -935px -288px; + width: 60px; + height: 60px; +} +.hair_beard_2_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -910px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -935px -379px; + width: 60px; + height: 60px; +} +.hair_beard_2_porange2 { + background-image: url(spritesmith2.png); + background-position: -910px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_porange2 { + background-image: url(spritesmith2.png); + background-position: -935px -470px; + width: 60px; + height: 60px; +} +.hair_beard_2_ppink2 { + background-image: url(spritesmith2.png); + background-position: -910px -546px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_ppink2 { + background-image: url(spritesmith2.png); + background-position: -935px -561px; + width: 60px; + height: 60px; +} +.hair_beard_2_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -910px -637px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -935px -652px; + width: 60px; + height: 60px; +} +.hair_beard_2_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -910px -728px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_2_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -935px -743px; + width: 60px; + height: 60px; +} +.hair_beard_3_pblue2 { + background-image: url(spritesmith2.png); + background-position: -910px -819px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_pblue2 { + background-image: url(spritesmith2.png); + background-position: -935px -834px; + width: 60px; + height: 60px; +} +.hair_beard_3_pgreen2 { + background-image: url(spritesmith2.png); + background-position: 0px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -25px -925px; + width: 60px; + height: 60px; +} +.hair_beard_3_porange2 { + background-image: url(spritesmith2.png); + background-position: -91px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_porange2 { + background-image: url(spritesmith2.png); + background-position: -116px -925px; + width: 60px; + height: 60px; +} +.hair_beard_3_ppink2 { + background-image: url(spritesmith2.png); + background-position: -182px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_ppink2 { + background-image: url(spritesmith2.png); + background-position: -207px -925px; + width: 60px; + height: 60px; +} +.hair_beard_3_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -273px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -298px -925px; + width: 60px; + height: 60px; +} +.hair_beard_3_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -364px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_beard_3_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -389px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_pblue2 { + background-image: url(spritesmith2.png); + background-position: -455px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_pblue2 { + background-image: url(spritesmith2.png); + background-position: -480px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -546px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -571px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_porange2 { + background-image: url(spritesmith2.png); + background-position: -637px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_porange2 { + background-image: url(spritesmith2.png); + background-position: -662px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_ppink2 { + background-image: url(spritesmith2.png); + background-position: -728px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_ppink2 { + background-image: url(spritesmith2.png); + background-position: -753px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -819px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -844px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_1_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -910px -910px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_1_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -935px -925px; + width: 60px; + height: 60px; +} +.hair_mustache_2_pblue2 { + background-image: url(spritesmith2.png); + background-position: -1001px 0px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_pblue2 { + background-image: url(spritesmith2.png); + background-position: -1026px -15px; + width: 60px; + height: 60px; +} +.hair_mustache_2_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -1001px -91px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_pgreen2 { + background-image: url(spritesmith2.png); + background-position: -1026px -106px; + width: 60px; + height: 60px; +} +.hair_mustache_2_porange2 { + background-image: url(spritesmith2.png); + background-position: -1001px -182px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_porange2 { + background-image: url(spritesmith2.png); + background-position: -1026px -197px; + width: 60px; + height: 60px; +} +.hair_mustache_2_ppink2 { + background-image: url(spritesmith2.png); + background-position: -1001px -273px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_ppink2 { + background-image: url(spritesmith2.png); + background-position: -1026px -288px; + width: 60px; + height: 60px; +} +.hair_mustache_2_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -1001px -364px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_ppurple2 { + background-image: url(spritesmith2.png); + background-position: -1026px -379px; + width: 60px; + height: 60px; +} +.hair_mustache_2_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -1001px -455px; + width: 90px; + height: 90px; +} +.customize-option.hair_mustache_2_pyellow2 { + background-image: url(spritesmith2.png); + background-position: -1026px -470px; + width: 60px; + height: 60px; +} +.broad_shirt_black { + background-image: url(spritesmith2.png); + background-position: -1001px -546px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_black { + background-image: url(spritesmith2.png); + background-position: -1026px -576px; + width: 60px; + height: 60px; +} +.broad_shirt_blue { + background-image: url(spritesmith2.png); + background-position: -1001px -637px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_blue { + background-image: url(spritesmith2.png); + background-position: -1026px -667px; + width: 60px; + height: 60px; +} +.broad_shirt_convict { + background-image: url(spritesmith2.png); + background-position: -1001px -728px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_convict { + background-image: url(spritesmith2.png); + background-position: -1026px -758px; + width: 60px; + height: 60px; +} +.broad_shirt_cross { + background-image: url(spritesmith2.png); + background-position: -1001px -819px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_cross { + background-image: url(spritesmith2.png); + background-position: -1026px -849px; + width: 60px; + height: 60px; +} +.broad_shirt_fire { + background-image: url(spritesmith2.png); + background-position: -1001px -910px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_fire { + background-image: url(spritesmith2.png); + background-position: -1026px -940px; + width: 60px; + height: 60px; +} +.broad_shirt_green { + background-image: url(spritesmith2.png); + background-position: 0px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_green { + background-image: url(spritesmith2.png); + background-position: -25px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_horizon { + background-image: url(spritesmith2.png); + background-position: -91px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_horizon { + background-image: url(spritesmith2.png); + background-position: -116px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_ocean { + background-image: url(spritesmith2.png); + background-position: -182px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_ocean { + background-image: url(spritesmith2.png); + background-position: -207px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_pink { + background-image: url(spritesmith2.png); + background-position: -273px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_pink { + background-image: url(spritesmith2.png); + background-position: -298px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_purple { + background-image: url(spritesmith2.png); + background-position: -364px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_purple { + background-image: url(spritesmith2.png); + background-position: -389px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_rainbow { + background-image: url(spritesmith2.png); + background-position: -455px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_rainbow { + background-image: url(spritesmith2.png); + background-position: -480px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_redblue { + background-image: url(spritesmith2.png); + background-position: -546px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_redblue { + background-image: url(spritesmith2.png); + background-position: -571px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_thunder { + background-image: url(spritesmith2.png); + background-position: -637px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_thunder { + background-image: url(spritesmith2.png); + background-position: -662px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_tropical { + background-image: url(spritesmith2.png); + background-position: -728px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_tropical { + background-image: url(spritesmith2.png); + background-position: -753px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_white { + background-image: url(spritesmith2.png); + background-position: -819px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_white { + background-image: url(spritesmith2.png); + background-position: -844px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_yellow { + background-image: url(spritesmith2.png); + background-position: -910px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_yellow { + background-image: url(spritesmith2.png); + background-position: -935px -1031px; + width: 60px; + height: 60px; +} +.broad_shirt_zombie { + background-image: url(spritesmith2.png); + background-position: -1001px -1001px; + width: 90px; + height: 90px; +} +.customize-option.broad_shirt_zombie { + background-image: url(spritesmith2.png); + background-position: -1026px -1031px; + width: 60px; + height: 60px; +} +.slim_shirt_black { + background-image: url(spritesmith2.png); + background-position: -1092px 0px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_black { + background-image: url(spritesmith2.png); + background-position: -1117px -30px; + width: 60px; + height: 60px; +} +.slim_shirt_blue { + background-image: url(spritesmith2.png); + background-position: -1092px -91px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_blue { + background-image: url(spritesmith2.png); + background-position: -1117px -121px; + width: 60px; + height: 60px; +} +.slim_shirt_convict { + background-image: url(spritesmith2.png); + background-position: -1092px -182px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_convict { + background-image: url(spritesmith2.png); + background-position: -1117px -212px; + width: 60px; + height: 60px; +} +.slim_shirt_cross { + background-image: url(spritesmith2.png); + background-position: -1092px -273px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_cross { + background-image: url(spritesmith2.png); + background-position: -1117px -303px; + width: 60px; + height: 60px; +} +.slim_shirt_fire { + background-image: url(spritesmith2.png); + background-position: -1092px -364px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_fire { + background-image: url(spritesmith2.png); + background-position: -1117px -394px; + width: 60px; + height: 60px; +} +.slim_shirt_green { + background-image: url(spritesmith2.png); + background-position: -1092px -455px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_green { + background-image: url(spritesmith2.png); + background-position: -1117px -485px; + width: 60px; + height: 60px; +} +.slim_shirt_horizon { + background-image: url(spritesmith2.png); + background-position: -1092px -546px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_horizon { + background-image: url(spritesmith2.png); + background-position: -1117px -576px; + width: 60px; + height: 60px; +} +.slim_shirt_ocean { + background-image: url(spritesmith2.png); + background-position: -1092px -637px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_ocean { + background-image: url(spritesmith2.png); + background-position: -1117px -667px; + width: 60px; + height: 60px; +} +.slim_shirt_pink { + background-image: url(spritesmith2.png); + background-position: -1092px -728px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_pink { + background-image: url(spritesmith2.png); + background-position: -1117px -758px; + width: 60px; + height: 60px; +} +.slim_shirt_purple { + background-image: url(spritesmith2.png); + background-position: -1092px -819px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_purple { + background-image: url(spritesmith2.png); + background-position: -1117px -849px; + width: 60px; + height: 60px; +} +.slim_shirt_rainbow { + background-image: url(spritesmith2.png); + background-position: -1092px -910px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_rainbow { + background-image: url(spritesmith2.png); + background-position: -1117px -940px; + width: 60px; + height: 60px; +} +.slim_shirt_redblue { + background-image: url(spritesmith2.png); + background-position: -1092px -1001px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_redblue { + background-image: url(spritesmith2.png); + background-position: -1117px -1031px; + width: 60px; + height: 60px; +} +.slim_shirt_thunder { + background-image: url(spritesmith2.png); + background-position: 0px -1092px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_thunder { + background-image: url(spritesmith2.png); + background-position: -25px -1122px; + width: 60px; + height: 60px; +} +.slim_shirt_tropical { + background-image: url(spritesmith2.png); + background-position: -91px -1092px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_tropical { + background-image: url(spritesmith2.png); + background-position: -116px -1122px; + width: 60px; + height: 60px; +} +.slim_shirt_white { + background-image: url(spritesmith2.png); + background-position: -182px -1092px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_white { + background-image: url(spritesmith2.png); + background-position: -207px -1122px; + width: 60px; + height: 60px; +} +.slim_shirt_yellow { + background-image: url(spritesmith2.png); + background-position: -273px -1092px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_yellow { + background-image: url(spritesmith2.png); + background-position: -298px -1122px; + width: 60px; + height: 60px; +} +.slim_shirt_zombie { + background-image: url(spritesmith2.png); + background-position: -364px -1092px; + width: 90px; + height: 90px; +} +.customize-option.slim_shirt_zombie { + background-image: url(spritesmith2.png); + background-position: -389px -1122px; + width: 60px; + height: 60px; +} +.skin_0ff591 { + background-image: url(spritesmith2.png); + background-position: -455px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_0ff591 { + background-image: url(spritesmith2.png); + background-position: -480px -1107px; + width: 60px; + height: 60px; +} +.skin_0ff591_sleep { + background-image: url(spritesmith2.png); + background-position: -546px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_0ff591_sleep { + background-image: url(spritesmith2.png); + background-position: -571px -1107px; + width: 60px; + height: 60px; +} +.skin_2b43f6 { + background-image: url(spritesmith2.png); + background-position: -637px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_2b43f6 { + background-image: url(spritesmith2.png); + background-position: -662px -1107px; + width: 60px; + height: 60px; +} +.skin_2b43f6_sleep { + background-image: url(spritesmith2.png); + background-position: -728px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_2b43f6_sleep { + background-image: url(spritesmith2.png); + background-position: -753px -1107px; + width: 60px; + height: 60px; +} +.skin_6bd049 { + background-image: url(spritesmith2.png); + background-position: -819px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_6bd049 { + background-image: url(spritesmith2.png); + background-position: -844px -1107px; + width: 60px; + height: 60px; +} +.skin_6bd049_sleep { + background-image: url(spritesmith2.png); + background-position: -910px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_6bd049_sleep { + background-image: url(spritesmith2.png); + background-position: -935px -1107px; + width: 60px; + height: 60px; +} +.skin_800ed0 { + background-image: url(spritesmith2.png); + background-position: -1001px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_800ed0 { + background-image: url(spritesmith2.png); + background-position: -1026px -1107px; + width: 60px; + height: 60px; +} +.skin_800ed0_sleep { + background-image: url(spritesmith2.png); + background-position: -1092px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_800ed0_sleep { + background-image: url(spritesmith2.png); + background-position: -1117px -1107px; + width: 60px; + height: 60px; +} +.skin_915533 { + background-image: url(spritesmith2.png); + background-position: -1183px 0px; + width: 90px; + height: 90px; +} +.customize-option.skin_915533 { + background-image: url(spritesmith2.png); + background-position: -1208px -15px; + width: 60px; + height: 60px; +} +.skin_915533_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -91px; + width: 90px; + height: 90px; +} +.customize-option.skin_915533_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -106px; + width: 60px; + height: 60px; +} +.skin_98461a { + background-image: url(spritesmith2.png); + background-position: -1183px -182px; + width: 90px; + height: 90px; +} +.customize-option.skin_98461a { + background-image: url(spritesmith2.png); + background-position: -1208px -197px; + width: 60px; + height: 60px; +} +.skin_98461a_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -273px; + width: 90px; + height: 90px; +} +.customize-option.skin_98461a_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -288px; + width: 60px; + height: 60px; +} +.skin_bear { + background-image: url(spritesmith2.png); + background-position: -1183px -364px; + width: 90px; + height: 90px; +} +.customize-option.skin_bear { + background-image: url(spritesmith2.png); + background-position: -1208px -379px; + width: 60px; + height: 60px; +} +.skin_bear_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -455px; + width: 90px; + height: 90px; +} +.customize-option.skin_bear_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -470px; + width: 60px; + height: 60px; +} +.skin_c06534 { + background-image: url(spritesmith2.png); + background-position: -1183px -546px; + width: 90px; + height: 90px; +} +.customize-option.skin_c06534 { + background-image: url(spritesmith2.png); + background-position: -1208px -561px; + width: 60px; + height: 60px; +} +.skin_c06534_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -637px; + width: 90px; + height: 90px; +} +.customize-option.skin_c06534_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -652px; + width: 60px; + height: 60px; +} +.skin_c3e1dc { + background-image: url(spritesmith2.png); + background-position: -1183px -728px; + width: 90px; + height: 90px; +} +.customize-option.skin_c3e1dc { + background-image: url(spritesmith2.png); + background-position: -1208px -743px; + width: 60px; + height: 60px; +} +.skin_c3e1dc_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -819px; + width: 90px; + height: 90px; +} +.customize-option.skin_c3e1dc_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -834px; + width: 60px; + height: 60px; +} +.skin_cactus { + background-image: url(spritesmith2.png); + background-position: -1183px -910px; + width: 90px; + height: 90px; +} +.customize-option.skin_cactus { + background-image: url(spritesmith2.png); + background-position: -1208px -925px; + width: 60px; + height: 60px; +} +.skin_cactus_sleep { + background-image: url(spritesmith2.png); + background-position: -1183px -1001px; + width: 90px; + height: 90px; +} +.customize-option.skin_cactus_sleep { + background-image: url(spritesmith2.png); + background-position: -1208px -1016px; + width: 60px; + height: 60px; +} +.skin_candycorn { + background-image: url(spritesmith2.png); + background-position: -1183px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_candycorn { + background-image: url(spritesmith2.png); + background-position: -1208px -1107px; + width: 60px; + height: 60px; +} +.skin_candycorn_sleep { + background-image: url(spritesmith2.png); + background-position: 0px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_candycorn_sleep { + background-image: url(spritesmith2.png); + background-position: -25px -1198px; + width: 60px; + height: 60px; +} +.skin_clownfish { + background-image: url(spritesmith2.png); + background-position: -91px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_clownfish { + background-image: url(spritesmith2.png); + background-position: -116px -1198px; + width: 60px; + height: 60px; +} +.skin_clownfish_sleep { + background-image: url(spritesmith2.png); + background-position: -182px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_clownfish_sleep { + background-image: url(spritesmith2.png); + background-position: -207px -1198px; + width: 60px; + height: 60px; +} +.skin_d7a9f7 { + background-image: url(spritesmith2.png); + background-position: -273px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_d7a9f7 { + background-image: url(spritesmith2.png); + background-position: -298px -1198px; + width: 60px; + height: 60px; +} +.skin_d7a9f7_sleep { + background-image: url(spritesmith2.png); + background-position: -364px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_d7a9f7_sleep { + background-image: url(spritesmith2.png); + background-position: -389px -1198px; + width: 60px; + height: 60px; +} +.skin_ddc994 { + background-image: url(spritesmith2.png); + background-position: -455px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_ddc994 { + background-image: url(spritesmith2.png); + background-position: -480px -1198px; + width: 60px; + height: 60px; +} +.skin_ddc994_sleep { + background-image: url(spritesmith2.png); + background-position: -546px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_ddc994_sleep { + background-image: url(spritesmith2.png); + background-position: -571px -1198px; + width: 60px; + height: 60px; +} +.skin_deepocean { + background-image: url(spritesmith2.png); + background-position: -637px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_deepocean { + background-image: url(spritesmith2.png); + background-position: -662px -1198px; + width: 60px; + height: 60px; +} +.skin_deepocean_sleep { + background-image: url(spritesmith2.png); + background-position: -728px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_deepocean_sleep { + background-image: url(spritesmith2.png); + background-position: -753px -1198px; + width: 60px; + height: 60px; +} +.skin_ea8349 { + background-image: url(spritesmith2.png); + background-position: -819px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_ea8349 { + background-image: url(spritesmith2.png); + background-position: -844px -1198px; + width: 60px; + height: 60px; +} +.skin_ea8349_sleep { + background-image: url(spritesmith2.png); + background-position: -910px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_ea8349_sleep { + background-image: url(spritesmith2.png); + background-position: -935px -1198px; + width: 60px; + height: 60px; +} .skin_eb052b { background-image: url(spritesmith2.png); - background-position: -1274px -819px; + background-position: -1001px -1183px; width: 90px; height: 90px; } .customize-option.skin_eb052b { background-image: url(spritesmith2.png); - background-position: -1299px -834px; + background-position: -1026px -1198px; width: 60px; height: 60px; } .skin_eb052b_sleep { background-image: url(spritesmith2.png); - background-position: -1274px -910px; + background-position: -1092px -1183px; width: 90px; height: 90px; } .customize-option.skin_eb052b_sleep { background-image: url(spritesmith2.png); - background-position: -1299px -925px; + background-position: -1117px -1198px; width: 60px; height: 60px; } .skin_f5a76e { background-image: url(spritesmith2.png); - background-position: -1274px -1001px; + background-position: -1183px -1183px; width: 90px; height: 90px; } .customize-option.skin_f5a76e { background-image: url(spritesmith2.png); - background-position: -1299px -1016px; + background-position: -1208px -1198px; width: 60px; height: 60px; } .skin_f5a76e_sleep { background-image: url(spritesmith2.png); - background-position: -1274px -1092px; + background-position: -1274px 0px; width: 90px; height: 90px; } .customize-option.skin_f5a76e_sleep { background-image: url(spritesmith2.png); - background-position: -1299px -1107px; + background-position: -1299px -15px; width: 60px; height: 60px; } .skin_f5d70f { background-image: url(spritesmith2.png); - background-position: -1274px -1183px; + background-position: -1274px -91px; width: 90px; height: 90px; } .customize-option.skin_f5d70f { background-image: url(spritesmith2.png); - background-position: -1299px -1198px; + background-position: -1299px -106px; width: 60px; height: 60px; } .skin_f5d70f_sleep { background-image: url(spritesmith2.png); - background-position: 0px -1274px; + background-position: -1274px -182px; width: 90px; height: 90px; } .customize-option.skin_f5d70f_sleep { background-image: url(spritesmith2.png); - background-position: -25px -1289px; + background-position: -1299px -197px; width: 60px; height: 60px; } .skin_f69922 { background-image: url(spritesmith2.png); - background-position: -91px -1274px; + background-position: -1274px -273px; width: 90px; height: 90px; } .customize-option.skin_f69922 { background-image: url(spritesmith2.png); - background-position: -116px -1289px; + background-position: -1299px -288px; width: 60px; height: 60px; } .skin_f69922_sleep { background-image: url(spritesmith2.png); - background-position: -182px -1274px; + background-position: -1274px -364px; width: 90px; height: 90px; } .customize-option.skin_f69922_sleep { background-image: url(spritesmith2.png); - background-position: -207px -1289px; + background-position: -1299px -379px; width: 60px; height: 60px; } .skin_fox { background-image: url(spritesmith2.png); - background-position: -273px -1274px; + background-position: -1274px -455px; width: 90px; height: 90px; } .customize-option.skin_fox { background-image: url(spritesmith2.png); - background-position: -298px -1289px; + background-position: -1299px -470px; width: 60px; height: 60px; } .skin_fox_sleep { background-image: url(spritesmith2.png); - background-position: -364px -1274px; + background-position: -1274px -546px; width: 90px; height: 90px; } .customize-option.skin_fox_sleep { background-image: url(spritesmith2.png); - background-position: -389px -1289px; + background-position: -1299px -561px; width: 60px; height: 60px; } .skin_ghost { background-image: url(spritesmith2.png); - background-position: -455px -1274px; + background-position: -1274px -637px; width: 90px; height: 90px; } .customize-option.skin_ghost { background-image: url(spritesmith2.png); - background-position: -480px -1289px; + background-position: -1299px -652px; width: 60px; height: 60px; } .skin_ghost_sleep { background-image: url(spritesmith2.png); - background-position: -546px -1274px; + background-position: 0px 0px; width: 90px; height: 90px; } .customize-option.skin_ghost_sleep { background-image: url(spritesmith2.png); - background-position: -571px -1289px; + background-position: -25px -15px; width: 60px; height: 60px; } .skin_lion { background-image: url(spritesmith2.png); - background-position: -637px -1274px; + background-position: -1274px -819px; width: 90px; height: 90px; } .customize-option.skin_lion { background-image: url(spritesmith2.png); - background-position: -662px -1289px; + background-position: -1299px -834px; width: 60px; height: 60px; } .skin_lion_sleep { background-image: url(spritesmith2.png); - background-position: -728px -1274px; + background-position: -1274px -910px; width: 90px; height: 90px; } .customize-option.skin_lion_sleep { background-image: url(spritesmith2.png); - background-position: -753px -1289px; + background-position: -1299px -925px; + width: 60px; + height: 60px; +} +.skin_merblue { + background-image: url(spritesmith2.png); + background-position: -1274px -1001px; + width: 90px; + height: 90px; +} +.customize-option.skin_merblue { + background-image: url(spritesmith2.png); + background-position: -1299px -1016px; + width: 60px; + height: 60px; +} +.skin_merblue_sleep { + background-image: url(spritesmith2.png); + background-position: -1274px -1092px; + width: 90px; + height: 90px; +} +.customize-option.skin_merblue_sleep { + background-image: url(spritesmith2.png); + background-position: -1299px -1107px; + width: 60px; + height: 60px; +} +.skin_mergold { + background-image: url(spritesmith2.png); + background-position: -1274px -1183px; + width: 90px; + height: 90px; +} +.customize-option.skin_mergold { + background-image: url(spritesmith2.png); + background-position: -1299px -1198px; + width: 60px; + height: 60px; +} +.skin_mergold_sleep { + background-image: url(spritesmith2.png); + background-position: 0px -1274px; + width: 90px; + height: 90px; +} +.customize-option.skin_mergold_sleep { + background-image: url(spritesmith2.png); + background-position: -25px -1289px; + width: 60px; + height: 60px; +} +.skin_mergreen { + background-image: url(spritesmith2.png); + background-position: -91px -1274px; + width: 90px; + height: 90px; +} +.customize-option.skin_mergreen { + background-image: url(spritesmith2.png); + background-position: -116px -1289px; + width: 60px; + height: 60px; +} +.skin_mergreen_sleep { + background-image: url(spritesmith2.png); + background-position: -182px -1274px; + width: 90px; + height: 90px; +} +.customize-option.skin_mergreen_sleep { + background-image: url(spritesmith2.png); + background-position: -207px -1289px; + width: 60px; + height: 60px; +} +.skin_merruby { + background-image: url(spritesmith2.png); + background-position: -273px -1274px; + width: 90px; + height: 90px; +} +.customize-option.skin_merruby { + background-image: url(spritesmith2.png); + background-position: -298px -1289px; + width: 60px; + height: 60px; +} +.skin_merruby_sleep { + background-image: url(spritesmith2.png); + background-position: -364px -1274px; + width: 90px; + height: 90px; +} +.customize-option.skin_merruby_sleep { + background-image: url(spritesmith2.png); + background-position: -389px -1289px; width: 60px; height: 60px; } .skin_monster { background-image: url(spritesmith2.png); - background-position: -819px -1274px; + background-position: -455px -1274px; width: 90px; height: 90px; } .customize-option.skin_monster { background-image: url(spritesmith2.png); - background-position: -844px -1289px; + background-position: -480px -1289px; width: 60px; height: 60px; } .skin_monster_sleep { background-image: url(spritesmith2.png); - background-position: -910px -1274px; + background-position: -546px -1274px; width: 90px; height: 90px; } .customize-option.skin_monster_sleep { background-image: url(spritesmith2.png); - background-position: -935px -1289px; + background-position: -571px -1289px; width: 60px; height: 60px; } .skin_ogre { background-image: url(spritesmith2.png); - background-position: -1001px -1274px; + background-position: -637px -1274px; width: 90px; height: 90px; } .customize-option.skin_ogre { background-image: url(spritesmith2.png); - background-position: -1026px -1289px; + background-position: -662px -1289px; width: 60px; height: 60px; } .skin_ogre_sleep { background-image: url(spritesmith2.png); - background-position: -1092px -1274px; + background-position: -728px -1274px; width: 90px; height: 90px; } .customize-option.skin_ogre_sleep { background-image: url(spritesmith2.png); - background-position: -1117px -1289px; + background-position: -753px -1289px; width: 60px; height: 60px; } .skin_panda { background-image: url(spritesmith2.png); - background-position: -1183px -1274px; + background-position: -819px -1274px; width: 90px; height: 90px; } .customize-option.skin_panda { background-image: url(spritesmith2.png); - background-position: -1208px -1289px; + background-position: -844px -1289px; width: 60px; height: 60px; } .skin_panda_sleep { background-image: url(spritesmith2.png); - background-position: -1274px -1274px; + background-position: -910px -1274px; width: 90px; height: 90px; } .customize-option.skin_panda_sleep { background-image: url(spritesmith2.png); - background-position: -1299px -1289px; + background-position: -935px -1289px; width: 60px; height: 60px; } .skin_pastelBlue { background-image: url(spritesmith2.png); - background-position: -1365px 0px; + background-position: -1001px -1274px; width: 90px; height: 90px; } .customize-option.skin_pastelBlue { background-image: url(spritesmith2.png); - background-position: -1390px -15px; + background-position: -1026px -1289px; width: 60px; height: 60px; } .skin_pastelBlue_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -91px; + background-position: -1092px -1274px; width: 90px; height: 90px; } .customize-option.skin_pastelBlue_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -106px; + background-position: -1117px -1289px; width: 60px; height: 60px; } .skin_pastelGreen { background-image: url(spritesmith2.png); - background-position: -1365px -182px; + background-position: -1183px -1274px; width: 90px; height: 90px; } .customize-option.skin_pastelGreen { background-image: url(spritesmith2.png); - background-position: -1390px -197px; + background-position: -1208px -1289px; width: 60px; height: 60px; } .skin_pastelGreen_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -273px; + background-position: -1274px -1274px; width: 90px; height: 90px; } .customize-option.skin_pastelGreen_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -288px; + background-position: -1299px -1289px; width: 60px; height: 60px; } .skin_pastelOrange { background-image: url(spritesmith2.png); - background-position: -1365px -364px; + background-position: -1365px 0px; width: 90px; height: 90px; } .customize-option.skin_pastelOrange { background-image: url(spritesmith2.png); - background-position: -1390px -379px; + background-position: -1390px -15px; width: 60px; height: 60px; } .skin_pastelOrange_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -455px; + background-position: -1365px -91px; width: 90px; height: 90px; } .customize-option.skin_pastelOrange_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -470px; + background-position: -1390px -106px; width: 60px; height: 60px; } .skin_pastelPink { background-image: url(spritesmith2.png); - background-position: -1365px -546px; + background-position: -1365px -182px; width: 90px; height: 90px; } .customize-option.skin_pastelPink { background-image: url(spritesmith2.png); - background-position: -1390px -561px; + background-position: -1390px -197px; width: 60px; height: 60px; } .skin_pastelPink_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -637px; + background-position: -1365px -273px; width: 90px; height: 90px; } .customize-option.skin_pastelPink_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -652px; + background-position: -1390px -288px; width: 60px; height: 60px; } .skin_pastelPurple { background-image: url(spritesmith2.png); - background-position: -1365px -728px; + background-position: -1365px -364px; width: 90px; height: 90px; } .customize-option.skin_pastelPurple { background-image: url(spritesmith2.png); - background-position: -1390px -743px; + background-position: -1390px -379px; width: 60px; height: 60px; } .skin_pastelPurple_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -819px; + background-position: -1365px -455px; width: 90px; height: 90px; } .customize-option.skin_pastelPurple_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -834px; + background-position: -1390px -470px; width: 60px; height: 60px; } .skin_pastelRainbowChevron { background-image: url(spritesmith2.png); - background-position: -1365px -910px; + background-position: -1365px -546px; width: 90px; height: 90px; } .customize-option.skin_pastelRainbowChevron { background-image: url(spritesmith2.png); - background-position: -1390px -925px; + background-position: -1390px -561px; width: 60px; height: 60px; } .skin_pastelRainbowChevron_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -1001px; + background-position: -1365px -637px; width: 90px; height: 90px; } .customize-option.skin_pastelRainbowChevron_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -1016px; + background-position: -1390px -652px; width: 60px; height: 60px; } .skin_pastelRainbowDiagonal { background-image: url(spritesmith2.png); - background-position: -1365px -1092px; + background-position: -1365px -728px; width: 90px; height: 90px; } .customize-option.skin_pastelRainbowDiagonal { background-image: url(spritesmith2.png); - background-position: -1390px -1107px; + background-position: -1390px -743px; width: 60px; height: 60px; } .skin_pastelRainbowDiagonal_sleep { background-image: url(spritesmith2.png); - background-position: -1365px -1183px; + background-position: -1365px -819px; width: 90px; height: 90px; } .customize-option.skin_pastelRainbowDiagonal_sleep { background-image: url(spritesmith2.png); - background-position: -1390px -1198px; + background-position: -1390px -834px; width: 60px; height: 60px; } .skin_pastelYellow { background-image: url(spritesmith2.png); - background-position: -1365px -1274px; + background-position: -1365px -910px; width: 90px; height: 90px; } .customize-option.skin_pastelYellow { background-image: url(spritesmith2.png); - background-position: -1390px -1289px; + background-position: -1390px -925px; width: 60px; height: 60px; } .skin_pastelYellow_sleep { background-image: url(spritesmith2.png); - background-position: 0px -1365px; + background-position: -1365px -1001px; width: 90px; height: 90px; } .customize-option.skin_pastelYellow_sleep { background-image: url(spritesmith2.png); - background-position: -25px -1380px; + background-position: -1390px -1016px; width: 60px; height: 60px; } .skin_pig { background-image: url(spritesmith2.png); - background-position: -91px -1365px; + background-position: -1365px -1092px; width: 90px; height: 90px; } .customize-option.skin_pig { background-image: url(spritesmith2.png); - background-position: -116px -1380px; + background-position: -1390px -1107px; width: 60px; height: 60px; } .skin_pig_sleep { background-image: url(spritesmith2.png); - background-position: -182px -1365px; + background-position: -1365px -1183px; width: 90px; height: 90px; } .customize-option.skin_pig_sleep { background-image: url(spritesmith2.png); - background-position: -207px -1380px; + background-position: -1390px -1198px; width: 60px; height: 60px; } .skin_pumpkin { background-image: url(spritesmith2.png); - background-position: -273px -1365px; + background-position: -1365px -1274px; width: 90px; height: 90px; } .customize-option.skin_pumpkin { background-image: url(spritesmith2.png); - background-position: -298px -1380px; + background-position: -1390px -1289px; width: 60px; height: 60px; } .skin_pumpkin2 { background-image: url(spritesmith2.png); - background-position: -364px -1365px; + background-position: 0px -1365px; width: 90px; height: 90px; } .customize-option.skin_pumpkin2 { background-image: url(spritesmith2.png); - background-position: -389px -1380px; + background-position: -25px -1380px; width: 60px; height: 60px; } .skin_pumpkin2_sleep { background-image: url(spritesmith2.png); - background-position: -455px -1365px; + background-position: -91px -1365px; width: 90px; height: 90px; } .customize-option.skin_pumpkin2_sleep { background-image: url(spritesmith2.png); - background-position: -480px -1380px; + background-position: -116px -1380px; width: 60px; height: 60px; } .skin_pumpkin_sleep { background-image: url(spritesmith2.png); - background-position: -546px -1365px; + background-position: -182px -1365px; width: 90px; height: 90px; } .customize-option.skin_pumpkin_sleep { background-image: url(spritesmith2.png); - background-position: -571px -1380px; + background-position: -207px -1380px; width: 60px; height: 60px; } .skin_rainbow { background-image: url(spritesmith2.png); - background-position: -637px -1365px; + background-position: -273px -1365px; width: 90px; height: 90px; } .customize-option.skin_rainbow { background-image: url(spritesmith2.png); - background-position: -662px -1380px; + background-position: -298px -1380px; width: 60px; height: 60px; } .skin_rainbow_sleep { background-image: url(spritesmith2.png); - background-position: -728px -1365px; + background-position: -364px -1365px; width: 90px; height: 90px; } .customize-option.skin_rainbow_sleep { background-image: url(spritesmith2.png); - background-position: -753px -1380px; + background-position: -389px -1380px; width: 60px; height: 60px; } .skin_reptile { background-image: url(spritesmith2.png); - background-position: -819px -1365px; + background-position: -455px -1365px; width: 90px; height: 90px; } .customize-option.skin_reptile { background-image: url(spritesmith2.png); - background-position: -844px -1380px; + background-position: -480px -1380px; width: 60px; height: 60px; } .skin_reptile_sleep { background-image: url(spritesmith2.png); - background-position: -910px -1365px; + background-position: -546px -1365px; width: 90px; height: 90px; } .customize-option.skin_reptile_sleep { background-image: url(spritesmith2.png); - background-position: -935px -1380px; + background-position: -571px -1380px; width: 60px; height: 60px; } .skin_shadow { background-image: url(spritesmith2.png); - background-position: -1001px -1365px; + background-position: -637px -1365px; width: 90px; height: 90px; } .customize-option.skin_shadow { background-image: url(spritesmith2.png); - background-position: -1026px -1380px; + background-position: -662px -1380px; width: 60px; height: 60px; } .skin_shadow2 { background-image: url(spritesmith2.png); - background-position: -1092px -1365px; + background-position: -728px -1365px; width: 90px; height: 90px; } .customize-option.skin_shadow2 { background-image: url(spritesmith2.png); - background-position: -1117px -1380px; + background-position: -753px -1380px; width: 60px; height: 60px; } .skin_shadow2_sleep { background-image: url(spritesmith2.png); - background-position: -1183px -1365px; + background-position: -819px -1365px; width: 90px; height: 90px; } .customize-option.skin_shadow2_sleep { background-image: url(spritesmith2.png); - background-position: -1208px -1380px; + background-position: -844px -1380px; width: 60px; height: 60px; } .skin_shadow_sleep { background-image: url(spritesmith2.png); - background-position: -1274px -1365px; + background-position: -910px -1365px; width: 90px; height: 90px; } .customize-option.skin_shadow_sleep { background-image: url(spritesmith2.png); - background-position: -1299px -1380px; + background-position: -935px -1380px; + width: 60px; + height: 60px; +} +.skin_shark { + background-image: url(spritesmith2.png); + background-position: -1001px -1365px; + width: 90px; + height: 90px; +} +.customize-option.skin_shark { + background-image: url(spritesmith2.png); + background-position: -1026px -1380px; + width: 60px; + height: 60px; +} +.skin_shark_sleep { + background-image: url(spritesmith2.png); + background-position: -1092px -1365px; + width: 90px; + height: 90px; +} +.customize-option.skin_shark_sleep { + background-image: url(spritesmith2.png); + background-position: -1117px -1380px; width: 60px; height: 60px; } .skin_skeleton { background-image: url(spritesmith2.png); - background-position: -1365px -1365px; + background-position: -1183px -1365px; width: 90px; height: 90px; } .customize-option.skin_skeleton { background-image: url(spritesmith2.png); - background-position: -1390px -1380px; + background-position: -1208px -1380px; width: 60px; height: 60px; } .skin_skeleton2 { background-image: url(spritesmith2.png); - background-position: -1456px 0px; + background-position: -1274px -1365px; width: 90px; height: 90px; } .customize-option.skin_skeleton2 { background-image: url(spritesmith2.png); - background-position: -1481px -15px; + background-position: -1299px -1380px; width: 60px; height: 60px; } .skin_skeleton2_sleep { background-image: url(spritesmith2.png); - background-position: -1456px -91px; + background-position: -1365px -1365px; width: 90px; height: 90px; } .customize-option.skin_skeleton2_sleep { background-image: url(spritesmith2.png); - background-position: -1481px -106px; + background-position: -1390px -1380px; width: 60px; height: 60px; } .skin_skeleton_sleep { background-image: url(spritesmith2.png); - background-position: -1456px -182px; + background-position: -1456px 0px; width: 90px; height: 90px; } .customize-option.skin_skeleton_sleep { background-image: url(spritesmith2.png); - background-position: -1481px -197px; + background-position: -1481px -15px; width: 60px; height: 60px; } .skin_tiger { background-image: url(spritesmith2.png); - background-position: -1456px -273px; + background-position: -1456px -91px; width: 90px; height: 90px; } .customize-option.skin_tiger { background-image: url(spritesmith2.png); - background-position: -1481px -288px; + background-position: -1481px -106px; width: 60px; height: 60px; } .skin_tiger_sleep { background-image: url(spritesmith2.png); - background-position: -1456px -364px; + background-position: -1456px -182px; width: 90px; height: 90px; } .customize-option.skin_tiger_sleep { background-image: url(spritesmith2.png); - background-position: -1481px -379px; + background-position: -1481px -197px; width: 60px; height: 60px; } .skin_transparent { background-image: url(spritesmith2.png); - background-position: -1456px -455px; + background-position: -1456px -273px; width: 90px; height: 90px; } .customize-option.skin_transparent { background-image: url(spritesmith2.png); - background-position: -1481px -470px; + background-position: -1481px -288px; width: 60px; height: 60px; } .skin_transparent_sleep { background-image: url(spritesmith2.png); - background-position: -1456px -546px; + background-position: -1456px -364px; width: 90px; height: 90px; } .customize-option.skin_transparent_sleep { + background-image: url(spritesmith2.png); + background-position: -1481px -379px; + width: 60px; + height: 60px; +} +.skin_tropicalwater { + background-image: url(spritesmith2.png); + background-position: -1456px -455px; + width: 90px; + height: 90px; +} +.customize-option.skin_tropicalwater { + background-image: url(spritesmith2.png); + background-position: -1481px -470px; + width: 60px; + height: 60px; +} +.skin_tropicalwater_sleep { + background-image: url(spritesmith2.png); + background-position: -1456px -546px; + width: 90px; + height: 90px; +} +.customize-option.skin_tropicalwater_sleep { background-image: url(spritesmith2.png); background-position: -1481px -561px; width: 60px; @@ -3276,67 +3276,67 @@ } .shop_armor_armoire_gladiatorArmor { background-image: url(spritesmith2.png); - background-position: -1729px -82px; + background-position: -1759px -820px; width: 40px; height: 40px; } .shop_armor_armoire_lunarArmor { background-image: url(spritesmith2.png); - background-position: -1729px -41px; + background-position: -1759px -779px; width: 40px; height: 40px; } .shop_head_armoire_gladiatorHelm { background-image: url(spritesmith2.png); - background-position: -1729px 0px; + background-position: -1759px -738px; width: 40px; height: 40px; } .shop_head_armoire_lunarCrown { background-image: url(spritesmith2.png); - background-position: -1680px -1679px; + background-position: -1759px -697px; width: 40px; height: 40px; } .shop_head_armoire_rancherHat { background-image: url(spritesmith2.png); - background-position: -1639px -1679px; + background-position: -1759px -574px; width: 40px; height: 40px; } .shop_head_armoire_redHairbow { background-image: url(spritesmith2.png); - background-position: -1598px -1679px; + background-position: -1759px -533px; width: 40px; height: 40px; } .shop_head_armoire_violetFloppyHat { background-image: url(spritesmith2.png); - background-position: -1557px -1679px; + background-position: -1759px -492px; width: 40px; height: 40px; } .shop_shield_armoire_gladiatorShield { background-image: url(spritesmith2.png); - background-position: -1516px -1679px; + background-position: -1759px -451px; width: 40px; height: 40px; } .shop_weapon_armoire_basicCrossbow { background-image: url(spritesmith2.png); - background-position: -1475px -1679px; + background-position: -1759px -410px; width: 40px; height: 40px; } .shop_weapon_armoire_lunarSceptre { background-image: url(spritesmith2.png); - background-position: -1729px -123px; + background-position: -1759px -369px; width: 40px; height: 40px; } .slim_armor_armoire_gladiatorArmor { background-image: url(spritesmith2.png); - background-position: -1455px -1456px; + background-position: -1410px -1456px; width: 90px; height: 90px; } @@ -3486,139 +3486,139 @@ } .shop_armor_healer_1 { background-image: url(spritesmith2.png); - background-position: -1680px -1638px; + background-position: -1759px -328px; width: 40px; height: 40px; } .shop_armor_healer_2 { background-image: url(spritesmith2.png); - background-position: -1639px -1638px; + background-position: -1759px -287px; width: 40px; height: 40px; } .shop_armor_healer_3 { background-image: url(spritesmith2.png); - background-position: -1598px -1638px; + background-position: -1759px -246px; width: 40px; height: 40px; } .shop_armor_healer_4 { background-image: url(spritesmith2.png); - background-position: -1557px -1638px; + background-position: -1759px -205px; width: 40px; height: 40px; } .shop_armor_healer_5 { background-image: url(spritesmith2.png); - background-position: -1516px -1638px; + background-position: -1306px -1679px; width: 40px; height: 40px; } .shop_armor_rogue_1 { background-image: url(spritesmith2.png); - background-position: -1475px -1638px; + background-position: -1265px -1679px; width: 40px; height: 40px; } .shop_armor_rogue_2 { background-image: url(spritesmith2.png); - background-position: -1434px -1638px; + background-position: -1224px -1679px; width: 40px; height: 40px; } .shop_armor_rogue_3 { background-image: url(spritesmith2.png); - background-position: -1393px -1638px; + background-position: -1183px -1679px; width: 40px; height: 40px; } .shop_armor_rogue_4 { background-image: url(spritesmith2.png); - background-position: -1352px -1638px; + background-position: -1716px -1638px; width: 40px; height: 40px; } .shop_armor_rogue_5 { background-image: url(spritesmith2.png); - background-position: -1311px -1638px; + background-position: -1675px -1638px; width: 40px; height: 40px; } .shop_armor_special_0 { background-image: url(spritesmith2.png); - background-position: -1270px -1638px; + background-position: -1634px -1638px; width: 40px; height: 40px; } .shop_armor_special_1 { background-image: url(spritesmith2.png); - background-position: -1229px -1638px; + background-position: -1593px -1638px; width: 40px; height: 40px; } .shop_armor_special_2 { background-image: url(spritesmith2.png); - background-position: -1106px -1638px; + background-position: -1552px -1638px; width: 40px; height: 40px; } .shop_armor_warrior_1 { background-image: url(spritesmith2.png); - background-position: -1065px -1638px; + background-position: -1511px -1638px; width: 40px; height: 40px; } .shop_armor_warrior_2 { background-image: url(spritesmith2.png); - background-position: -1024px -1638px; + background-position: -1470px -1638px; width: 40px; height: 40px; } .shop_armor_warrior_3 { background-image: url(spritesmith2.png); - background-position: -983px -1638px; + background-position: -1429px -1638px; width: 40px; height: 40px; } .shop_armor_warrior_4 { background-image: url(spritesmith2.png); - background-position: -942px -1638px; + background-position: -1388px -1638px; width: 40px; height: 40px; } .shop_armor_warrior_5 { background-image: url(spritesmith2.png); - background-position: -901px -1638px; + background-position: -1265px -1638px; width: 40px; height: 40px; } .shop_armor_wizard_1 { background-image: url(spritesmith2.png); - background-position: -860px -1638px; + background-position: -1224px -1638px; width: 40px; height: 40px; } .shop_armor_wizard_2 { background-image: url(spritesmith2.png); - background-position: -819px -1638px; + background-position: -1183px -1638px; width: 40px; height: 40px; } .shop_armor_wizard_3 { background-image: url(spritesmith2.png); - background-position: -1561px -1588px; + background-position: -1501px -1497px; width: 40px; height: 40px; } .shop_armor_wizard_4 { background-image: url(spritesmith2.png); - background-position: -819px -1679px; + background-position: -1634px -1679px; width: 40px; height: 40px; } .shop_armor_wizard_5 { background-image: url(spritesmith2.png); - background-position: -1561px -1547px; + background-position: -1501px -1456px; width: 40px; height: 40px; } @@ -3648,355 +3648,415 @@ } .slim_armor_healer_5 { background-image: url(spritesmith2.png); - background-position: 0px -1638px; + background-position: -1531px -1547px; width: 90px; height: 90px; } .slim_armor_rogue_1 { background-image: url(spritesmith2.png); - background-position: -91px -1638px; + background-position: 0px -1638px; width: 90px; height: 90px; } .slim_armor_rogue_2 { background-image: url(spritesmith2.png); - background-position: -182px -1638px; + background-position: -91px -1638px; width: 90px; height: 90px; } .slim_armor_rogue_3 { background-image: url(spritesmith2.png); - background-position: -273px -1638px; + background-position: -182px -1638px; width: 90px; height: 90px; } .slim_armor_rogue_4 { background-image: url(spritesmith2.png); - background-position: -364px -1638px; + background-position: -273px -1638px; width: 90px; height: 90px; } .slim_armor_rogue_5 { background-image: url(spritesmith2.png); - background-position: -455px -1638px; + background-position: -364px -1638px; width: 90px; height: 90px; } .slim_armor_special_2 { background-image: url(spritesmith2.png); - background-position: -546px -1638px; + background-position: -455px -1638px; width: 90px; height: 90px; } .slim_armor_warrior_1 { background-image: url(spritesmith2.png); - background-position: -637px -1638px; + background-position: -546px -1638px; width: 90px; height: 90px; } .slim_armor_warrior_2 { background-image: url(spritesmith2.png); - background-position: -1638px -1183px; + background-position: -637px -1638px; width: 90px; height: 90px; } .slim_armor_warrior_3 { background-image: url(spritesmith2.png); - background-position: -1638px -1092px; + background-position: -728px -1638px; width: 90px; height: 90px; } .slim_armor_warrior_4 { background-image: url(spritesmith2.png); - background-position: -1638px -1001px; + background-position: -819px -1638px; width: 90px; height: 90px; } .slim_armor_warrior_5 { background-image: url(spritesmith2.png); - background-position: -1638px -910px; + background-position: -910px -1638px; width: 90px; height: 90px; } .slim_armor_wizard_1 { background-image: url(spritesmith2.png); - background-position: -1638px -819px; + background-position: -1001px -1638px; width: 90px; height: 90px; } .slim_armor_wizard_2 { background-image: url(spritesmith2.png); - background-position: -1638px -728px; + background-position: -1638px -1183px; width: 90px; height: 90px; } .slim_armor_wizard_3 { background-image: url(spritesmith2.png); - background-position: -1638px -637px; + background-position: -1638px -1092px; width: 90px; height: 90px; } .slim_armor_wizard_4 { background-image: url(spritesmith2.png); - background-position: -1638px -546px; + background-position: -1638px -1001px; width: 90px; height: 90px; } .slim_armor_wizard_5 { background-image: url(spritesmith2.png); - background-position: -1638px -455px; + background-position: -1638px -910px; width: 90px; height: 90px; } .broad_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -1638px -364px; + background-position: -1638px -819px; width: 90px; height: 90px; } .broad_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -1638px -273px; + background-position: -1638px -728px; width: 90px; height: 90px; } .shop_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -1147px -1638px; + background-position: -1306px -1638px; width: 40px; height: 40px; } .shop_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -1188px -1638px; + background-position: -1347px -1638px; width: 40px; height: 40px; } .slim_armor_special_birthday { background-image: url(spritesmith2.png); - background-position: -1638px -182px; + background-position: -1638px -637px; width: 90px; height: 90px; } .slim_armor_special_birthday2015 { background-image: url(spritesmith2.png); - background-position: -1638px -91px; + background-position: -1638px -546px; width: 90px; height: 90px; } .broad_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1638px 0px; + background-position: -1638px -455px; width: 90px; height: 90px; } .broad_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1440px -1547px; + background-position: -1638px -364px; width: 120px; height: 90px; } .broad_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1334px -1547px; + background-position: -1638px -273px; width: 105px; height: 90px; } .broad_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1243px -1547px; + background-position: -1638px -182px; width: 90px; height: 90px; } .head_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1152px -1547px; + background-position: -1638px -91px; width: 90px; height: 90px; } .head_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1031px -1547px; + background-position: -1638px 0px; width: 120px; height: 90px; } .head_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -925px -1547px; + background-position: -1425px -1547px; width: 105px; height: 90px; } .head_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -834px -1547px; + background-position: -1334px -1547px; width: 90px; height: 90px; } .shield_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -743px -1547px; + background-position: -1243px -1547px; width: 90px; height: 90px; } .shield_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -637px -1547px; + background-position: -1137px -1547px; width: 105px; height: 90px; } .shield_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1364px -1456px; + background-position: -1046px -1547px; width: 90px; height: 90px; } .shop_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -860px -1679px; + background-position: -1347px -1679px; width: 40px; height: 40px; } .shop_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: -901px -1679px; + background-position: -1388px -1679px; width: 40px; height: 40px; } .shop_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -942px -1679px; + background-position: -1429px -1679px; width: 40px; height: 40px; } .shop_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -983px -1679px; + background-position: -1470px -1679px; width: 40px; height: 40px; } .shop_head_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1024px -1679px; + background-position: -1511px -1679px; width: 40px; height: 40px; } .shop_head_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1065px -1679px; + background-position: -1552px -1679px; width: 40px; height: 40px; } .shop_head_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1106px -1679px; + background-position: -1593px -1679px; width: 40px; height: 40px; } .shop_head_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1147px -1679px; + background-position: -1759px -984px; width: 40px; height: 40px; } .shop_shield_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1188px -1679px; + background-position: -1675px -1679px; width: 40px; height: 40px; } .shop_shield_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1229px -1679px; + background-position: -1716px -1679px; width: 40px; height: 40px; } .shop_shield_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1270px -1679px; + background-position: -1759px 0px; width: 40px; height: 40px; } .shop_weapon_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1311px -1679px; + background-position: -1759px -41px; width: 40px; height: 40px; } .shop_weapon_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1352px -1679px; + background-position: -1759px -82px; width: 40px; height: 40px; } .shop_weapon_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1393px -1679px; + background-position: -1759px -123px; width: 40px; height: 40px; } .shop_weapon_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -1434px -1679px; + background-position: -1759px -164px; width: 40px; height: 40px; } .slim_armor_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -1273px -1456px; + background-position: -955px -1547px; width: 90px; height: 90px; } .slim_armor_special_fallMage { background-image: url(spritesmith2.png); - background-position: -1152px -1456px; + background-position: -834px -1547px; width: 120px; height: 90px; } .slim_armor_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -1046px -1456px; + background-position: -728px -1547px; width: 105px; height: 90px; } .slim_armor_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -955px -1456px; + background-position: -637px -1547px; width: 90px; height: 90px; } .weapon_special_fallHealer { background-image: url(spritesmith2.png); - background-position: -864px -1456px; + background-position: -1319px -1456px; width: 90px; height: 90px; } .weapon_special_fallMage { background-image: url(spritesmith2.png); - background-position: -743px -1456px; + background-position: -1198px -1456px; width: 120px; height: 90px; } .weapon_special_fallRogue { background-image: url(spritesmith2.png); - background-position: -637px -1456px; + background-position: -1092px -1456px; width: 105px; height: 90px; } .weapon_special_fallWarrior { background-image: url(spritesmith2.png); - background-position: -546px -1456px; + background-position: -1001px -1456px; width: 90px; height: 90px; } .broad_armor_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -455px -1456px; + background-position: -910px -1456px; width: 90px; height: 90px; } .head_special_gaymerx { background-image: url(spritesmith2.png); - background-position: -728px -1638px; + background-position: -819px -1456px; + width: 90px; + height: 90px; +} +.shop_armor_special_gaymerx { + background-image: url(spritesmith2.png); + background-position: -1759px -615px; + width: 40px; + height: 40px; +} +.shop_head_special_gaymerx { + background-image: url(spritesmith2.png); + background-position: -1759px -656px; + width: 40px; + height: 40px; +} +.slim_armor_special_gaymerx { + background-image: url(spritesmith2.png); + background-position: -728px -1456px; + width: 90px; + height: 90px; +} +.back_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -637px -1456px; + width: 90px; + height: 90px; +} +.broad_armor_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -546px -1456px; + width: 90px; + height: 90px; +} +.head_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -455px -1456px; + width: 90px; + height: 90px; +} +.shop_armor_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -1759px -861px; + width: 40px; + height: 40px; +} +.shop_back_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -1759px -902px; + width: 40px; + height: 40px; +} +.shop_head_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -1759px -943px; + width: 40px; + height: 40px; +} +.slim_armor_mystery_201402 { + background-image: url(spritesmith2.png); + background-position: -1092px -1638px; width: 90px; height: 90px; } diff --git a/common/dist/sprites/spritesmith2.png b/common/dist/sprites/spritesmith2.png index 2c6bcad89b..6a7b229a79 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 c3ca406ea7..a5973a0153 100644 --- a/common/dist/sprites/spritesmith3.css +++ b/common/dist/sprites/spritesmith3.css @@ -1,2400 +1,2502 @@ -.shop_armor_special_gaymerx { - background-image: url(spritesmith3.png); - background-position: -123px -1440px; - width: 40px; - height: 40px; -} -.shop_head_special_gaymerx { - background-image: url(spritesmith3.png); - background-position: -574px -1440px; - width: 40px; - height: 40px; -} -.slim_armor_special_gaymerx { - background-image: url(spritesmith3.png); - background-position: -1016px -91px; - width: 90px; - height: 90px; -} -.back_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -672px -985px; - width: 90px; - height: 90px; -} -.broad_armor_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -763px -985px; - width: 90px; - height: 90px; -} -.head_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -546px -894px; - width: 90px; - height: 90px; -} -.shop_armor_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -820px -1440px; - width: 40px; - height: 40px; -} -.shop_back_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -1471px -902px; - width: 40px; - height: 40px; -} -.shop_head_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -1471px -1353px; - width: 40px; - height: 40px; -} -.slim_armor_mystery_201402 { - background-image: url(spritesmith3.png); - background-position: -637px -894px; - width: 90px; - height: 90px; -} .broad_armor_mystery_201403 { background-image: url(spritesmith3.png); - background-position: -728px -894px; + background-position: -1304px -728px; width: 90px; height: 90px; } .headAccessory_mystery_201403 { background-image: url(spritesmith3.png); - background-position: -819px -894px; + background-position: -1148px -1258px; width: 90px; height: 90px; } .shop_armor_mystery_201403 { background-image: url(spritesmith3.png); - background-position: -1471px -943px; + background-position: -1435px -1481px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201403 { background-image: url(spritesmith3.png); - background-position: -1471px -1312px; + background-position: -1394px -1481px; width: 40px; height: 40px; } .slim_armor_mystery_201403 { background-image: url(spritesmith3.png); - background-position: -1016px -182px; + background-position: -843px 0px; width: 90px; height: 90px; } .back_mystery_201404 { background-image: url(spritesmith3.png); - background-position: -1016px -273px; + background-position: -843px -91px; width: 90px; height: 90px; } .headAccessory_mystery_201404 { background-image: url(spritesmith3.png); - background-position: -1016px -364px; + background-position: -843px -364px; width: 90px; height: 90px; } .shop_back_mystery_201404 { background-image: url(spritesmith3.png); - background-position: -861px -1440px; + background-position: -1353px -1481px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201404 { background-image: url(spritesmith3.png); - background-position: -674px -1390px; + background-position: -1312px -1481px; width: 40px; height: 40px; } .broad_armor_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1016px -546px; + background-position: -1304px -91px; width: 90px; height: 90px; } .head_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1016px -637px; + background-position: -1304px -182px; width: 90px; height: 90px; } .shop_armor_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1471px -984px; + background-position: -1271px -1481px; width: 40px; height: 40px; } .shop_head_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1471px -1271px; + background-position: -1230px -1481px; width: 40px; height: 40px; } .slim_armor_mystery_201405 { background-image: url(spritesmith3.png); - background-position: -1016px -728px; + background-position: -1304px -637px; width: 90px; height: 90px; } .broad_armor_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -194px -424px; + background-position: -388px -424px; width: 90px; height: 96px; } .head_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -376px -424px; + background-position: -570px 0px; width: 90px; height: 96px; } .shop_armor_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -533px -1440px; + background-position: -1189px -1481px; width: 40px; height: 40px; } .shop_head_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -615px -1440px; + background-position: -1148px -1481px; width: 40px; height: 40px; } .slim_armor_mystery_201406 { background-image: url(spritesmith3.png); - background-position: -285px -424px; + background-position: -479px -424px; width: 90px; height: 96px; } .broad_armor_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -1107px -91px; + background-position: -854px -1258px; width: 90px; height: 90px; } .head_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -1107px -182px; + background-position: -945px -1258px; width: 90px; height: 90px; } .shop_armor_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -715px -1390px; + background-position: -164px -1481px; width: 40px; height: 40px; } .shop_head_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -756px -1390px; + background-position: -123px -1481px; width: 40px; height: 40px; } .slim_armor_mystery_201407 { background-image: url(spritesmith3.png); - background-position: -1107px -273px; + background-position: -1395px -182px; width: 90px; height: 90px; } .broad_armor_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1107px -546px; + background-position: -1395px -273px; width: 90px; height: 90px; } .head_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1107px -637px; + background-position: -1395px -364px; width: 90px; height: 90px; } .shop_armor_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1471px -1107px; + background-position: -82px -1481px; width: 40px; height: 40px; } .shop_head_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1471px -1148px; + background-position: -41px -1481px; width: 40px; height: 40px; } .slim_armor_mystery_201408 { background-image: url(spritesmith3.png); - background-position: -1107px -728px; + background-position: -1395px -819px; width: 90px; height: 90px; } .broad_armor_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -1107px -819px; + background-position: -1395px -910px; width: 90px; height: 90px; } .headAccessory_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -539px -1076px; + background-position: -1395px -1001px; width: 90px; height: 90px; } .shop_armor_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -41px -1440px; + background-position: 0px -1481px; width: 40px; height: 40px; } .shop_headAccessory_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -82px -1440px; + background-position: -1486px -1435px; width: 40px; height: 40px; } .slim_armor_mystery_201409 { background-image: url(spritesmith3.png); - background-position: -630px -1076px; + background-position: -570px -188px; width: 90px; height: 90px; } .back_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -721px -1076px; + background-position: -112px -530px; width: 93px; height: 90px; } .broad_armor_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -815px -1076px; + background-position: -206px -530px; width: 93px; height: 90px; } .shop_armor_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -738px -1440px; + background-position: -1486px -1394px; width: 40px; height: 40px; } .shop_back_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -779px -1440px; + background-position: -1486px -1353px; width: 40px; height: 40px; } .slim_armor_mystery_201410 { background-image: url(spritesmith3.png); - background-position: -558px 0px; + background-position: -300px -530px; width: 93px; height: 90px; } .head_mystery_201411 { background-image: url(spritesmith3.png); - background-position: -558px -91px; + background-position: -394px -530px; width: 90px; height: 90px; } .shop_head_mystery_201411 { background-image: url(spritesmith3.png); - background-position: -592px -1390px; + background-position: -1486px -1312px; width: 40px; height: 40px; } .shop_weapon_mystery_201411 { background-image: url(spritesmith3.png); - background-position: -633px -1390px; + background-position: -1486px -1271px; width: 40px; height: 40px; } .weapon_mystery_201411 { background-image: url(spritesmith3.png); - background-position: -558px -182px; + background-position: -661px -91px; width: 90px; height: 90px; } .broad_armor_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -558px -273px; + background-position: -661px -182px; width: 90px; height: 90px; } .head_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -558px -364px; + background-position: -661px -273px; width: 90px; height: 90px; } .shop_armor_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -797px -1390px; + background-position: -1486px -1230px; width: 40px; height: 40px; } .shop_head_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -1471px -861px; + background-position: -1486px -1189px; width: 40px; height: 40px; } .slim_armor_mystery_201412 { background-image: url(spritesmith3.png); - background-position: -467px -424px; + background-position: 0px -621px; width: 90px; height: 90px; } .broad_armor_mystery_201501 { background-image: url(spritesmith3.png); - background-position: 0px -530px; + background-position: -91px -621px; width: 90px; height: 90px; } .head_mystery_201501 { background-image: url(spritesmith3.png); - background-position: -91px -530px; + background-position: -182px -621px; width: 90px; height: 90px; } .shop_armor_mystery_201501 { background-image: url(spritesmith3.png); - background-position: -1471px -1025px; + background-position: -1486px -1148px; width: 40px; height: 40px; } .shop_head_mystery_201501 { background-image: url(spritesmith3.png); - background-position: -1471px -1066px; + background-position: -1486px -1107px; width: 40px; height: 40px; } .slim_armor_mystery_201501 { background-image: url(spritesmith3.png); - background-position: -182px -530px; + background-position: -455px -621px; width: 90px; height: 90px; } .headAccessory_mystery_201502 { background-image: url(spritesmith3.png); - background-position: -273px -530px; + background-position: -546px -621px; width: 90px; height: 90px; } .shop_headAccessory_mystery_201502 { background-image: url(spritesmith3.png); - background-position: -1471px -1189px; + background-position: -1486px -1066px; width: 40px; height: 40px; } .shop_weapon_mystery_201502 { background-image: url(spritesmith3.png); - background-position: -1471px -1230px; + background-position: -1486px -1025px; width: 40px; height: 40px; } .weapon_mystery_201502 { background-image: url(spritesmith3.png); - background-position: -364px -530px; + background-position: -752px -91px; width: 90px; height: 90px; } .broad_armor_mystery_201503 { background-image: url(spritesmith3.png); - background-position: -455px -530px; + background-position: -752px -182px; width: 90px; height: 90px; } .eyewear_mystery_201503 { background-image: url(spritesmith3.png); - background-position: -546px -530px; + background-position: -752px -273px; width: 90px; height: 90px; } .shop_armor_mystery_201503 { background-image: url(spritesmith3.png); - background-position: -1471px -1394px; + background-position: -1486px -984px; width: 40px; height: 40px; } .shop_eyewear_mystery_201503 { background-image: url(spritesmith3.png); - background-position: 0px -1440px; + background-position: -1486px -943px; width: 40px; height: 40px; } .slim_armor_mystery_201503 { background-image: url(spritesmith3.png); - background-position: -652px 0px; + background-position: -752px -546px; width: 90px; height: 90px; } .back_mystery_201504 { background-image: url(spritesmith3.png); - background-position: -652px -91px; + background-position: 0px -712px; width: 90px; height: 90px; } .broad_armor_mystery_201504 { background-image: url(spritesmith3.png); - background-position: -652px -182px; + background-position: -91px -712px; width: 90px; height: 90px; } .shop_armor_mystery_201504 { background-image: url(spritesmith3.png); - background-position: -164px -1440px; + background-position: -1486px -902px; width: 40px; height: 40px; } .shop_back_mystery_201504 { background-image: url(spritesmith3.png); - background-position: -205px -1440px; + background-position: -1486px -861px; width: 40px; height: 40px; } .slim_armor_mystery_201504 { background-image: url(spritesmith3.png); - background-position: -652px -273px; + background-position: -364px -712px; width: 90px; height: 90px; } .head_mystery_201505 { background-image: url(spritesmith3.png); - background-position: -652px -364px; + background-position: -455px -712px; width: 90px; height: 90px; } .shop_head_mystery_201505 { background-image: url(spritesmith3.png); - background-position: -656px -1440px; + background-position: -1486px -820px; width: 40px; height: 40px; } .shop_weapon_mystery_201505 { background-image: url(spritesmith3.png); - background-position: -697px -1440px; + background-position: -1486px -779px; width: 40px; height: 40px; } .weapon_mystery_201505 { - background-image: url(spritesmith3.png); - background-position: -652px -455px; - width: 90px; - height: 90px; -} -.broad_armor_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: 0px -621px; - width: 90px; - height: 90px; -} -.eyewear_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -91px -621px; - width: 90px; - height: 90px; -} -.head_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -182px -621px; - width: 90px; - height: 90px; -} -.shop_armor_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -902px -1440px; - width: 40px; - height: 40px; -} -.shop_eyewear_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -943px -1440px; - width: 40px; - height: 40px; -} -.shop_head_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -510px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -551px -1390px; - width: 40px; - height: 40px; -} -.slim_armor_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -273px -621px; - width: 90px; - height: 90px; -} -.weapon_mystery_301404 { - background-image: url(spritesmith3.png); - background-position: -364px -621px; - width: 90px; - height: 90px; -} -.eyewear_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -455px -621px; - width: 90px; - height: 90px; -} -.headAccessory_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -546px -621px; - width: 90px; - height: 90px; -} -.head_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -637px -621px; - width: 90px; - height: 90px; -} -.shield_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -743px 0px; - width: 90px; - height: 90px; -} -.shop_eyewear_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -838px -1390px; - width: 40px; - height: 40px; -} -.shop_headAccessory_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -1471px -738px; - width: 40px; - height: 40px; -} -.shop_head_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -1471px -779px; - width: 40px; - height: 40px; -} -.shop_shield_mystery_301405 { - background-image: url(spritesmith3.png); - background-position: -1471px -820px; - width: 40px; - height: 40px; -} -.broad_armor_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -743px -91px; - width: 90px; - height: 90px; -} -.broad_armor_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -743px -182px; - width: 90px; - height: 90px; -} -.broad_armor_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -743px -273px; - width: 90px; - height: 90px; -} -.broad_armor_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -743px -364px; - width: 90px; - height: 90px; -} -.broad_armor_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -743px -455px; - width: 90px; - height: 90px; -} -.broad_armor_special_springMage { - background-image: url(spritesmith3.png); - background-position: -743px -546px; - width: 90px; - height: 90px; -} -.broad_armor_special_springRogue { - background-image: url(spritesmith3.png); - background-position: 0px -712px; - width: 90px; - height: 90px; -} -.broad_armor_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -91px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -182px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -273px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -364px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -455px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -546px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_springMage { - background-image: url(spritesmith3.png); - background-position: -637px -712px; - width: 90px; - height: 90px; -} -.headAccessory_special_springRogue { background-image: url(spritesmith3.png); background-position: -728px -712px; width: 90px; height: 90px; } -.headAccessory_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -834px 0px; - width: 90px; - height: 90px; -} -.head_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -834px -91px; - width: 90px; - height: 90px; -} -.head_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -834px -182px; - width: 90px; - height: 90px; -} -.head_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -834px -273px; - width: 90px; - height: 90px; -} -.head_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -834px -364px; - width: 90px; - height: 90px; -} -.head_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -834px -455px; - width: 90px; - height: 90px; -} -.head_special_springMage { - background-image: url(spritesmith3.png); - background-position: -834px -546px; - width: 90px; - height: 90px; -} -.head_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -834px -637px; - width: 90px; - height: 90px; -} -.head_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: 0px -803px; - width: 90px; - height: 90px; -} -.shield_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -91px -803px; - width: 90px; - height: 90px; -} -.shield_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -182px -803px; - width: 90px; - height: 90px; -} -.shield_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -273px -803px; - width: 90px; - height: 90px; -} -.shield_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -364px -803px; - width: 90px; - height: 90px; -} -.shield_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -455px -803px; - width: 90px; - height: 90px; -} -.shield_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -546px -803px; - width: 90px; - height: 90px; -} -.shop_armor_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -984px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -1025px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1066px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1107px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -1148px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_springMage { - background-image: url(spritesmith3.png); - background-position: -1189px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -1230px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -510px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -551px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -592px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -633px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -674px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -715px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_springMage { - background-image: url(spritesmith3.png); - background-position: -756px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -797px -1349px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -838px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -879px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -920px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -961px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1002px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -1043px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_springMage { - background-image: url(spritesmith3.png); - background-position: -1084px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -1125px -1349px; - width: 40px; - height: 40px; -} -.shop_head_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -1166px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -1207px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1248px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1289px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -1330px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -1371px -1349px; - width: 40px; - height: 40px; -} -.shop_shield_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -1412px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -182px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -223px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -264px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -305px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -346px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_springMage { - background-image: url(spritesmith3.png); - background-position: -387px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -428px -1390px; - width: 40px; - height: 40px; -} -.shop_weapon_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -469px -1390px; - width: 40px; - height: 40px; -} -.slim_armor_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -637px -803px; - width: 90px; - height: 90px; -} -.slim_armor_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -728px -803px; - width: 90px; - height: 90px; -} -.slim_armor_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -819px -803px; - width: 90px; - height: 90px; -} -.slim_armor_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -925px 0px; - width: 90px; - height: 90px; -} -.slim_armor_special_springHealer { - background-image: url(spritesmith3.png); - background-position: -925px -91px; - width: 90px; - height: 90px; -} -.slim_armor_special_springMage { - background-image: url(spritesmith3.png); - background-position: -925px -182px; - width: 90px; - height: 90px; -} -.slim_armor_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -925px -273px; - width: 90px; - height: 90px; -} -.slim_armor_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -925px -364px; - width: 90px; - height: 90px; -} -.weapon_special_spring2015Healer { - background-image: url(spritesmith3.png); - background-position: -925px -455px; - width: 90px; - height: 90px; -} -.weapon_special_spring2015Mage { - background-image: url(spritesmith3.png); - background-position: -925px -546px; - width: 90px; - height: 90px; -} -.weapon_special_spring2015Rogue { - background-image: url(spritesmith3.png); - background-position: -925px -637px; - width: 90px; - height: 90px; -} -.weapon_special_spring2015Warrior { - background-image: url(spritesmith3.png); - background-position: -925px -728px; - width: 90px; - height: 90px; -} -.weapon_special_springHealer { - background-image: url(spritesmith3.png); - background-position: 0px -894px; - width: 90px; - height: 90px; -} -.weapon_special_springMage { - background-image: url(spritesmith3.png); - background-position: -91px -894px; - width: 90px; - height: 90px; -} -.weapon_special_springRogue { - background-image: url(spritesmith3.png); - background-position: -182px -894px; - width: 90px; - height: 90px; -} -.weapon_special_springWarrior { - background-image: url(spritesmith3.png); - background-position: -273px -894px; - width: 90px; - height: 90px; -} -.body_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -364px -894px; - width: 90px; - height: 90px; -} -.body_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -455px -894px; - width: 90px; - height: 90px; -} -.body_special_summer2015Rogue { +.broad_armor_mystery_201506 { background-image: url(spritesmith3.png); background-position: -91px -106px; - width: 102px; - height: 105px; -} -.body_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -194px -106px; width: 90px; height: 105px; } -.body_special_summerHealer { +.eyewear_mystery_201506 { + background-image: url(spritesmith3.png); + background-position: -182px -106px; + width: 90px; + height: 105px; +} +.shop_armor_mystery_201506 { + background-image: url(spritesmith3.png); + background-position: -1486px -451px; + width: 40px; + height: 40px; +} +.shop_eyewear_mystery_201506 { + background-image: url(spritesmith3.png); + background-position: -1486px -410px; + width: 40px; + height: 40px; +} +.slim_armor_mystery_201506 { background-image: url(spritesmith3.png); background-position: -285px 0px; width: 90px; height: 105px; } -.body_special_summerMage { +.broad_armor_mystery_301404 { background-image: url(spritesmith3.png); - background-position: -285px -106px; - width: 90px; - height: 105px; -} -.broad_armor_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -910px -894px; + background-position: -843px -455px; width: 90px; height: 90px; } -.broad_armor_special_summer2015Mage { +.eyewear_mystery_301404 { background-image: url(spritesmith3.png); - background-position: -1016px 0px; + background-position: -843px -546px; width: 90px; height: 90px; } -.broad_armor_special_summer2015Rogue { +.head_mystery_301404 { background-image: url(spritesmith3.png); - background-position: -91px 0px; - width: 102px; - height: 105px; -} -.broad_armor_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: 0px -212px; + background-position: -843px -637px; width: 90px; - height: 105px; + height: 90px; } -.broad_armor_special_summerHealer { +.shop_armor_mystery_301404 { background-image: url(spritesmith3.png); - background-position: -91px -212px; - width: 90px; - height: 105px; + background-position: -1486px -369px; + width: 40px; + height: 40px; } -.broad_armor_special_summerMage { +.shop_eyewear_mystery_301404 { background-image: url(spritesmith3.png); - background-position: -182px -212px; - width: 90px; - height: 105px; + background-position: -1486px -328px; + width: 40px; + height: 40px; } -.broad_armor_special_summerRogue { +.shop_head_mystery_301404 { + background-image: url(spritesmith3.png); + background-position: -1486px -287px; + width: 40px; + height: 40px; +} +.shop_weapon_mystery_301404 { + background-image: url(spritesmith3.png); + background-position: -1486px -246px; + width: 40px; + height: 40px; +} +.slim_armor_mystery_301404 { + background-image: url(spritesmith3.png); + background-position: -364px -803px; + width: 90px; + height: 90px; +} +.weapon_mystery_301404 { + background-image: url(spritesmith3.png); + background-position: -455px -803px; + width: 90px; + height: 90px; +} +.eyewear_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -546px -803px; + width: 90px; + height: 90px; +} +.headAccessory_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -637px -803px; + width: 90px; + height: 90px; +} +.head_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -728px -803px; + width: 90px; + height: 90px; +} +.shield_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -819px -803px; + width: 90px; + height: 90px; +} +.shop_eyewear_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -1486px -205px; + width: 40px; + height: 40px; +} +.shop_headAccessory_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -1486px -164px; + width: 40px; + height: 40px; +} +.shop_head_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -1486px -123px; + width: 40px; + height: 40px; +} +.shop_shield_mystery_301405 { + background-image: url(spritesmith3.png); + background-position: -1486px -82px; + width: 40px; + height: 40px; +} +.broad_armor_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -934px -273px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -934px -364px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -934px -455px; + width: 90px; + height: 90px; +} +.broad_armor_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -934px -546px; + width: 90px; + height: 90px; +} +.broad_armor_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -934px -637px; + width: 90px; + height: 90px; +} +.broad_armor_special_springMage { + background-image: url(spritesmith3.png); + background-position: -934px -728px; + width: 90px; + height: 90px; +} +.broad_armor_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -97px -894px; + width: 90px; + height: 90px; +} +.broad_armor_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -188px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -279px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -370px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -461px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -552px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -643px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_springMage { + background-image: url(spritesmith3.png); + background-position: -734px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -825px -894px; + width: 90px; + height: 90px; +} +.headAccessory_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -916px -894px; + width: 90px; + height: 90px; +} +.head_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1025px 0px; + width: 90px; + height: 90px; +} +.head_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -1025px -91px; + width: 90px; + height: 90px; +} +.head_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1025px -182px; + width: 90px; + height: 90px; +} +.head_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1025px -273px; + width: 90px; + height: 90px; +} +.head_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1025px -364px; + width: 90px; + height: 90px; +} +.head_special_springMage { + background-image: url(spritesmith3.png); + background-position: -1025px -455px; + width: 90px; + height: 90px; +} +.head_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -1025px -546px; + width: 90px; + height: 90px; +} +.head_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -1025px -637px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1025px -728px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1025px -819px; + width: 90px; + height: 90px; +} +.shield_special_spring2015Warrior { background-image: url(spritesmith3.png); background-position: 0px -985px; - width: 111px; - height: 90px; -} -.broad_armor_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -112px -985px; - width: 111px; - height: 90px; -} -.eyewear_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -224px -985px; - width: 111px; - height: 90px; -} -.eyewear_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -336px -985px; - width: 111px; - height: 90px; -} -.head_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1016px -455px; - width: 90px; - height: 90px; -} -.head_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -1016px -819px; - width: 90px; - height: 90px; -} -.head_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -273px -212px; - width: 102px; - height: 105px; -} -.head_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -376px 0px; - width: 90px; - height: 105px; -} -.head_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -376px -106px; - width: 90px; - height: 105px; -} -.head_special_summerMage { - background-image: url(spritesmith3.png); - background-position: 0px 0px; - width: 90px; - height: 105px; -} -.head_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -448px -985px; - width: 111px; - height: 90px; -} -.head_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -560px -985px; - width: 111px; - height: 90px; -} -.Healer_Summer { - background-image: url(spritesmith3.png); - background-position: -376px -212px; - width: 90px; - height: 105px; -} -.Mage_Summer { - background-image: url(spritesmith3.png); - background-position: -103px -318px; - width: 90px; - height: 105px; -} -.SummerRogue14 { - background-image: url(spritesmith3.png); - background-position: -854px -985px; - width: 111px; - height: 90px; -} -.SummerWarrior14 { - background-image: url(spritesmith3.png); - background-position: -966px -985px; - width: 111px; - height: 90px; -} -.shield_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1107px 0px; - width: 90px; - height: 90px; -} -.shield_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -194px -318px; - width: 102px; - height: 105px; -} -.shield_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -297px -318px; - width: 90px; - height: 105px; -} -.shield_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -467px 0px; - width: 90px; - height: 105px; -} -.shield_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: 0px -1076px; - width: 111px; - height: 90px; -} -.shield_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -112px -1076px; - width: 111px; - height: 90px; -} -.shop_armor_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1271px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -1312px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1353px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1394px -1440px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -1380px -1274px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -1421px -1274px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -1289px -1183px; - width: 40px; - height: 40px; -} -.shop_armor_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -1330px -1183px; - width: 40px; - height: 40px; -} -.shop_body_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1198px -1092px; - width: 40px; - height: 40px; -} -.shop_body_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -1239px -1092px; - width: 40px; - height: 40px; -} -.shop_body_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1107px -1001px; - width: 40px; - height: 40px; -} -.shop_body_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1148px -1001px; - width: 40px; - height: 40px; -} -.shop_body_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -1016px -910px; - width: 40px; - height: 40px; -} -.shop_body_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -1057px -910px; - width: 40px; - height: 40px; -} -.shop_eyewear_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -925px -819px; - width: 40px; - height: 40px; -} -.shop_eyewear_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -966px -819px; - width: 40px; - height: 40px; -} -.shop_head_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -834px -728px; - width: 40px; - height: 40px; -} -.shop_head_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -875px -728px; - width: 40px; - height: 40px; -} -.shop_head_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -743px -637px; - width: 40px; - height: 40px; -} -.shop_head_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -784px -637px; - width: 40px; - height: 40px; -} -.shop_head_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -652px -546px; - width: 40px; - height: 40px; -} -.shop_head_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -693px -546px; - width: 40px; - height: 40px; -} -.shop_head_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -558px -455px; - width: 40px; - height: 40px; -} -.shop_head_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -599px -455px; - width: 40px; - height: 40px; -} -.shop_shield_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -388px -318px; - width: 40px; - height: 40px; -} -.shop_shield_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -388px -359px; - width: 40px; - height: 40px; -} -.shop_shield_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1133px -1076px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -1133px -1117px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -1215px -1167px; - width: 40px; - height: 40px; -} -.shop_shield_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -1215px -1208px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -182px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -223px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: -264px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -305px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -346px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -387px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -428px -1349px; - width: 40px; - height: 40px; -} -.shop_weapon_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -469px -1349px; - width: 40px; - height: 40px; -} -.slim_armor_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1107px -364px; - width: 90px; - height: 90px; -} -.slim_armor_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -1107px -455px; - width: 90px; - height: 90px; -} -.slim_armor_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: 0px -424px; - width: 102px; - height: 105px; -} -.slim_armor_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: -467px -106px; - width: 90px; - height: 105px; -} -.slim_armor_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -467px -212px; - width: 90px; - height: 105px; -} -.slim_armor_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -467px -318px; - width: 90px; - height: 105px; -} -.slim_armor_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -224px -1076px; - width: 111px; - height: 90px; -} -.slim_armor_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -336px -1076px; - width: 111px; - height: 90px; -} -.weapon_special_summer2015Healer { - background-image: url(spritesmith3.png); - background-position: -1107px -910px; - width: 90px; - height: 90px; -} -.weapon_special_summer2015Mage { - background-image: url(spritesmith3.png); - background-position: -448px -1076px; - width: 90px; - height: 90px; -} -.weapon_special_summer2015Rogue { - background-image: url(spritesmith3.png); - background-position: 0px -318px; - width: 102px; - height: 105px; -} -.weapon_special_summer2015Warrior { - background-image: url(spritesmith3.png); - background-position: 0px -106px; - width: 90px; - height: 105px; -} -.weapon_special_summerHealer { - background-image: url(spritesmith3.png); - background-position: -194px 0px; - width: 90px; - height: 105px; -} -.weapon_special_summerMage { - background-image: url(spritesmith3.png); - background-position: -103px -424px; - width: 90px; - height: 105px; -} -.weapon_special_summerRogue { - background-image: url(spritesmith3.png); - background-position: -909px -1076px; - width: 111px; - height: 90px; -} -.weapon_special_summerWarrior { - background-image: url(spritesmith3.png); - background-position: -1021px -1076px; - width: 111px; - height: 90px; -} -.broad_armor_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1198px 0px; - width: 90px; - height: 90px; -} -.broad_armor_special_ski { - background-image: url(spritesmith3.png); - background-position: -1198px -91px; - width: 90px; - height: 90px; -} -.broad_armor_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1198px -182px; - width: 90px; - height: 90px; -} -.broad_armor_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1198px -273px; - width: 90px; - height: 90px; -} -.broad_armor_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1198px -364px; - width: 90px; - height: 90px; -} -.broad_armor_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: 0px -1167px; - width: 96px; - height: 90px; -} -.broad_armor_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1198px -455px; - width: 90px; - height: 90px; -} -.broad_armor_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1198px -546px; - width: 90px; - height: 90px; -} -.head_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1198px -637px; - width: 90px; - height: 90px; -} -.head_special_nye { - background-image: url(spritesmith3.png); - background-position: -1198px -728px; - width: 90px; - height: 90px; -} -.head_special_nye2014 { - background-image: url(spritesmith3.png); - background-position: -1198px -819px; - width: 90px; - height: 90px; -} -.head_special_ski { - background-image: url(spritesmith3.png); - background-position: -1198px -910px; - width: 90px; - height: 90px; -} -.head_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1198px -1001px; - width: 90px; - height: 90px; -} -.head_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -97px -1167px; - width: 90px; - height: 90px; -} -.head_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -188px -1167px; - width: 90px; - height: 90px; -} -.head_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -279px -1167px; - width: 96px; - height: 90px; -} -.head_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -376px -1167px; - width: 90px; - height: 90px; -} -.head_special_yeti { - background-image: url(spritesmith3.png); - background-position: -467px -1167px; - width: 90px; - height: 90px; -} -.shield_special_ski { - background-image: url(spritesmith3.png); - background-position: -558px -1167px; - width: 104px; - height: 90px; -} -.shield_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -663px -1167px; - width: 90px; - height: 90px; -} -.shield_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -754px -1167px; - width: 90px; - height: 90px; -} -.shield_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -845px -1167px; - width: 96px; - height: 90px; -} -.shield_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -942px -1167px; - width: 90px; - height: 90px; -} -.shield_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1033px -1167px; - width: 90px; - height: 90px; -} -.shop_armor_special_candycane { - background-image: url(spritesmith3.png); - background-position: -879px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_ski { - background-image: url(spritesmith3.png); - background-position: -920px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -961px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1002px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1043px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1084px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1125px -1390px; - width: 40px; - height: 40px; -} -.shop_armor_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1166px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1207px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_nye { - background-image: url(spritesmith3.png); - background-position: -1248px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_nye2014 { - background-image: url(spritesmith3.png); - background-position: -1289px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_ski { - background-image: url(spritesmith3.png); - background-position: -1330px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1371px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1412px -1390px; - width: 40px; - height: 40px; -} -.shop_head_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1471px 0px; - width: 40px; - height: 40px; -} -.shop_head_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1471px -41px; - width: 40px; - height: 40px; -} -.shop_head_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1471px -82px; - width: 40px; - height: 40px; -} -.shop_head_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1471px -123px; - width: 40px; - height: 40px; -} -.shop_shield_special_ski { - background-image: url(spritesmith3.png); - background-position: -1471px -164px; - width: 40px; - height: 40px; -} -.shop_shield_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1471px -205px; - width: 40px; - height: 40px; -} -.shop_shield_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1471px -246px; - width: 40px; - height: 40px; -} -.shop_shield_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1471px -287px; - width: 40px; - height: 40px; -} -.shop_shield_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1471px -328px; - width: 40px; - height: 40px; -} -.shop_shield_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1471px -369px; - width: 40px; - height: 40px; -} -.shop_weapon_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1471px -410px; - width: 40px; - height: 40px; -} -.shop_weapon_special_ski { - background-image: url(spritesmith3.png); - background-position: -1471px -451px; - width: 40px; - height: 40px; -} -.shop_weapon_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1471px -492px; - width: 40px; - height: 40px; -} -.shop_weapon_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1471px -533px; - width: 40px; - height: 40px; -} -.shop_weapon_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1471px -574px; - width: 40px; - height: 40px; -} -.shop_weapon_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -1471px -615px; - width: 40px; - height: 40px; -} -.shop_weapon_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1471px -656px; - width: 40px; - height: 40px; -} -.shop_weapon_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1471px -697px; - width: 40px; - height: 40px; -} -.slim_armor_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1124px -1167px; - width: 90px; - height: 90px; -} -.slim_armor_special_ski { - background-image: url(spritesmith3.png); - background-position: -1289px 0px; - width: 90px; - height: 90px; -} -.slim_armor_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1289px -91px; - width: 90px; - height: 90px; -} -.slim_armor_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1289px -182px; - width: 90px; - height: 90px; -} -.slim_armor_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1289px -273px; - width: 90px; - height: 90px; -} -.slim_armor_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: 0px -1258px; - width: 96px; - height: 90px; -} -.slim_armor_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1289px -364px; - width: 90px; - height: 90px; -} -.slim_armor_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1289px -455px; - width: 90px; - height: 90px; -} -.weapon_special_candycane { - background-image: url(spritesmith3.png); - background-position: -1289px -546px; - width: 90px; - height: 90px; -} -.weapon_special_ski { - background-image: url(spritesmith3.png); - background-position: -1289px -637px; - width: 90px; - height: 90px; -} -.weapon_special_snowflake { - background-image: url(spritesmith3.png); - background-position: -1289px -728px; - width: 90px; - height: 90px; -} -.weapon_special_winter2015Healer { - background-image: url(spritesmith3.png); - background-position: -1289px -819px; - width: 90px; - height: 90px; -} -.weapon_special_winter2015Mage { - background-image: url(spritesmith3.png); - background-position: -1289px -910px; - width: 90px; - height: 90px; -} -.weapon_special_winter2015Rogue { - background-image: url(spritesmith3.png); - background-position: -97px -1258px; - width: 96px; - height: 90px; -} -.weapon_special_winter2015Warrior { - background-image: url(spritesmith3.png); - background-position: -1289px -1001px; - width: 90px; - height: 90px; -} -.weapon_special_yeti { - background-image: url(spritesmith3.png); - background-position: -1289px -1092px; - width: 90px; - height: 90px; -} -.back_special_wondercon_black { - background-image: url(spritesmith3.png); - background-position: -194px -1258px; - width: 90px; - height: 90px; -} -.back_special_wondercon_red { - background-image: url(spritesmith3.png); - background-position: -285px -1258px; - width: 90px; - height: 90px; -} -.body_special_wondercon_black { - background-image: url(spritesmith3.png); - background-position: -376px -1258px; - width: 90px; - height: 90px; -} -.body_special_wondercon_gold { - background-image: url(spritesmith3.png); - background-position: -467px -1258px; width: 90px; height: 90px; } -.body_special_wondercon_red { +.shield_special_springHealer { background-image: url(spritesmith3.png); - background-position: -558px -1258px; + background-position: -91px -985px; width: 90px; height: 90px; } -.eyewear_special_wondercon_black { +.shield_special_springRogue { background-image: url(spritesmith3.png); - background-position: -649px -1258px; + background-position: -182px -985px; width: 90px; height: 90px; } -.eyewear_special_wondercon_red { +.shield_special_springWarrior { background-image: url(spritesmith3.png); - background-position: -740px -1258px; + background-position: -273px -985px; width: 90px; height: 90px; } -.shop_back_special_wondercon_black { - background-image: url(spritesmith3.png); - background-position: -246px -1440px; - width: 40px; - height: 40px; -} -.shop_back_special_wondercon_red { - background-image: url(spritesmith3.png); - background-position: -287px -1440px; - width: 40px; - height: 40px; -} -.shop_body_special_wondercon_black { - background-image: url(spritesmith3.png); - background-position: -328px -1440px; - width: 40px; - height: 40px; -} -.shop_body_special_wondercon_gold { - background-image: url(spritesmith3.png); - background-position: -369px -1440px; - width: 40px; - height: 40px; -} -.shop_body_special_wondercon_red { - background-image: url(spritesmith3.png); - background-position: -410px -1440px; - width: 40px; - height: 40px; -} -.shop_eyewear_special_wondercon_black { +.shop_armor_special_spring2015Healer { background-image: url(spritesmith3.png); - background-position: -451px -1440px; + background-position: -1486px -41px; width: 40px; height: 40px; } -.shop_eyewear_special_wondercon_red { +.shop_armor_special_spring2015Mage { background-image: url(spritesmith3.png); - background-position: -492px -1440px; + background-position: -1486px 0px; width: 40px; height: 40px; } -.head_0 { - background-image: url(spritesmith3.png); - background-position: -831px -1258px; - width: 90px; - height: 90px; -} -.customize-option.head_0 { - background-image: url(spritesmith3.png); - background-position: -856px -1273px; - width: 60px; - height: 60px; -} -.head_healer_1 { - background-image: url(spritesmith3.png); - background-position: -922px -1258px; - width: 90px; - height: 90px; -} -.head_healer_2 { - background-image: url(spritesmith3.png); - background-position: -1013px -1258px; - width: 90px; - height: 90px; -} -.head_healer_3 { - background-image: url(spritesmith3.png); - background-position: -1104px -1258px; - width: 90px; - height: 90px; -} -.head_healer_4 { - background-image: url(spritesmith3.png); - background-position: -1195px -1258px; - width: 90px; - height: 90px; -} -.head_healer_5 { - background-image: url(spritesmith3.png); - background-position: -1286px -1258px; - width: 90px; - height: 90px; -} -.head_rogue_1 { - background-image: url(spritesmith3.png); - background-position: -1380px 0px; - width: 90px; - height: 90px; -} -.head_rogue_2 { - background-image: url(spritesmith3.png); - background-position: -1380px -91px; - width: 90px; - height: 90px; -} -.head_rogue_3 { - background-image: url(spritesmith3.png); - background-position: -1380px -182px; - width: 90px; - height: 90px; -} -.head_rogue_4 { - background-image: url(spritesmith3.png); - background-position: -1380px -273px; - width: 90px; - height: 90px; -} -.head_rogue_5 { - background-image: url(spritesmith3.png); - background-position: -1380px -364px; - width: 90px; - height: 90px; -} -.head_special_2 { - background-image: url(spritesmith3.png); - background-position: -1380px -455px; - width: 90px; - height: 90px; -} -.head_warrior_1 { - background-image: url(spritesmith3.png); - background-position: -1380px -546px; - width: 90px; - height: 90px; -} -.head_warrior_2 { - background-image: url(spritesmith3.png); - background-position: -1380px -637px; - width: 90px; - height: 90px; -} -.head_warrior_3 { - background-image: url(spritesmith3.png); - background-position: -1380px -728px; - width: 90px; - height: 90px; -} -.head_warrior_4 { - background-image: url(spritesmith3.png); - background-position: -1380px -819px; - width: 90px; - height: 90px; -} -.head_warrior_5 { - background-image: url(spritesmith3.png); - background-position: -1380px -910px; - width: 90px; - height: 90px; -} -.head_wizard_1 { - background-image: url(spritesmith3.png); - background-position: -1380px -1001px; - width: 90px; - height: 90px; -} -.head_wizard_2 { - background-image: url(spritesmith3.png); - background-position: -1380px -1092px; - width: 90px; - height: 90px; -} -.head_wizard_3 { - background-image: url(spritesmith3.png); - background-position: -1380px -1183px; - width: 90px; - height: 90px; -} -.head_wizard_4 { - background-image: url(spritesmith3.png); - background-position: 0px -1349px; - width: 90px; - height: 90px; -} -.head_wizard_5 { - background-image: url(spritesmith3.png); - background-position: -91px -1349px; - width: 90px; - height: 90px; -} -.shop_head_healer_1 { +.shop_armor_special_spring2015Rogue { background-image: url(spritesmith3.png); background-position: -1435px -1440px; width: 40px; height: 40px; } +.shop_armor_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1394px -1440px; + width: 40px; + height: 40px; +} +.shop_armor_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1353px -1440px; + width: 40px; + height: 40px; +} +.shop_armor_special_springMage { + background-image: url(spritesmith3.png); + background-position: -1312px -1440px; + width: 40px; + height: 40px; +} +.shop_armor_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -1271px -1440px; + width: 40px; + height: 40px; +} +.shop_armor_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -1230px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1189px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -1148px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1107px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1066px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1025px -1440px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_springMage { + background-image: url(spritesmith3.png); + background-position: -1143px -1390px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -1102px -1390px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -1061px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1020px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -979px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -938px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -897px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -856px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_springMage { + background-image: url(spritesmith3.png); + background-position: -815px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -774px -1390px; + width: 40px; + height: 40px; +} +.shop_head_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -733px -1390px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -692px -1390px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -651px -1390px; + width: 40px; + height: 40px; +} +.shop_shield_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1430px -1349px; + width: 40px; + height: 40px; +} +.shop_shield_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1389px -1349px; + width: 40px; + height: 40px; +} +.shop_shield_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -1348px -1349px; + width: 40px; + height: 40px; +} +.shop_shield_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -1307px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1266px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -1225px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1184px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1143px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1102px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_springMage { + background-image: url(spritesmith3.png); + background-position: -1061px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -1020px -1349px; + width: 40px; + height: 40px; +} +.shop_weapon_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -979px -1349px; + width: 40px; + height: 40px; +} +.slim_armor_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -1207px -546px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -1207px -637px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1207px -728px; + width: 90px; + height: 90px; +} +.slim_armor_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1207px -819px; + width: 90px; + height: 90px; +} +.slim_armor_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -1207px -910px; + width: 90px; + height: 90px; +} +.slim_armor_special_springMage { + background-image: url(spritesmith3.png); + background-position: -1207px -1001px; + width: 90px; + height: 90px; +} +.slim_armor_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -112px -1167px; + width: 90px; + height: 90px; +} +.slim_armor_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -203px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Healer { + background-image: url(spritesmith3.png); + background-position: -294px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Mage { + background-image: url(spritesmith3.png); + background-position: -385px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Rogue { + background-image: url(spritesmith3.png); + background-position: -476px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_spring2015Warrior { + background-image: url(spritesmith3.png); + background-position: -567px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_springHealer { + background-image: url(spritesmith3.png); + background-position: -658px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_springMage { + background-image: url(spritesmith3.png); + background-position: -749px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_springRogue { + background-image: url(spritesmith3.png); + background-position: -840px -1167px; + width: 90px; + height: 90px; +} +.weapon_special_springWarrior { + background-image: url(spritesmith3.png); + background-position: -931px -1167px; + width: 90px; + height: 90px; +} +.body_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1022px -1167px; + width: 90px; + height: 90px; +} +.body_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1113px -1167px; + width: 90px; + height: 90px; +} +.body_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: 0px -212px; + width: 102px; + height: 105px; +} +.body_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -285px -106px; + width: 90px; + height: 105px; +} +.body_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -103px -212px; + width: 90px; + height: 105px; +} +.body_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -194px -212px; + width: 90px; + height: 105px; +} +.broad_armor_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1304px -273px; + width: 90px; + height: 90px; +} +.broad_armor_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1304px -364px; + width: 90px; + height: 90px; +} +.broad_armor_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -376px 0px; + width: 102px; + height: 105px; +} +.broad_armor_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -376px -106px; + width: 90px; + height: 105px; +} +.broad_armor_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -376px -212px; + width: 90px; + height: 105px; +} +.broad_armor_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -285px -212px; + width: 90px; + height: 105px; +} +.broad_armor_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: 0px -1258px; + width: 111px; + height: 90px; +} +.broad_armor_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -112px -1258px; + width: 111px; + height: 90px; +} +.eyewear_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -224px -1258px; + width: 111px; + height: 90px; +} +.eyewear_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -336px -1258px; + width: 111px; + height: 90px; +} +.head_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1304px -819px; + width: 90px; + height: 90px; +} +.head_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1304px -910px; + width: 90px; + height: 90px; +} +.head_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: 0px -318px; + width: 102px; + height: 105px; +} +.head_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: 0px 0px; + width: 90px; + height: 105px; +} +.head_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -194px -318px; + width: 90px; + height: 105px; +} +.head_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -285px -318px; + width: 90px; + height: 105px; +} +.head_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -630px -1258px; + width: 111px; + height: 90px; +} +.head_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -742px -1258px; + width: 111px; + height: 90px; +} +.Healer_Summer { + background-image: url(spritesmith3.png); + background-position: -376px -318px; + width: 90px; + height: 105px; +} +.Mage_Summer { + background-image: url(spritesmith3.png); + background-position: -479px 0px; + width: 90px; + height: 105px; +} +.SummerRogue14 { + background-image: url(spritesmith3.png); + background-position: -1036px -1258px; + width: 111px; + height: 90px; +} +.SummerWarrior14 { + background-image: url(spritesmith3.png); + background-position: 0px -530px; + width: 111px; + height: 90px; +} +.shield_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1239px -1258px; + width: 90px; + height: 90px; +} +.shield_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: 0px -424px; + width: 102px; + height: 105px; +} +.shield_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -479px -106px; + width: 90px; + height: 105px; +} +.shield_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -479px -212px; + width: 90px; + height: 105px; +} +.shield_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: 0px -1349px; + width: 111px; + height: 90px; +} +.shield_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -112px -1349px; + width: 111px; + height: 90px; +} +.shop_armor_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -938px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -897px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -856px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -815px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -774px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -733px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -692px -1349px; + width: 40px; + height: 40px; +} +.shop_armor_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -651px -1349px; + width: 40px; + height: 40px; +} +.shop_body_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1330px -1299px; + width: 40px; + height: 40px; +} +.shop_body_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1330px -1258px; + width: 40px; + height: 40px; +} +.shop_body_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1159px -1117px; + width: 40px; + height: 40px; +} +.shop_body_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1118px -1117px; + width: 40px; + height: 40px; +} +.shop_body_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1159px -1076px; + width: 40px; + height: 40px; +} +.shop_body_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -1118px -1076px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -617px -571px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -1436px -1274px; + width: 40px; + height: 40px; +} +.shop_head_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -861px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1304px -1183px; + width: 40px; + height: 40px; +} +.shop_head_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1345px -1183px; + width: 40px; + height: 40px; +} +.shop_head_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1207px -1092px; + width: 40px; + height: 40px; +} +.shop_head_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -1248px -1092px; + width: 40px; + height: 40px; +} +.shop_head_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -1116px -1001px; + width: 40px; + height: 40px; +} +.shop_head_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -1157px -1001px; + width: 40px; + height: 40px; +} +.shop_head_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -1025px -910px; + width: 40px; + height: 40px; +} +.shop_shield_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1066px -910px; + width: 40px; + height: 40px; +} +.shop_shield_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -934px -819px; + width: 40px; + height: 40px; +} +.shop_shield_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -975px -819px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -843px -728px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -884px -728px; + width: 40px; + height: 40px; +} +.shop_shield_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -752px -637px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -793px -637px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -661px -546px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -702px -546px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -570px -461px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -611px -461px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -576px -530px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -617px -530px; + width: 40px; + height: 40px; +} +.shop_weapon_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -576px -571px; + width: 40px; + height: 40px; +} +.slim_armor_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -560px -1349px; + width: 90px; + height: 90px; +} +.slim_armor_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1395px -1183px; + width: 90px; + height: 90px; +} +.slim_armor_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -91px 0px; + width: 102px; + height: 105px; +} +.slim_armor_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -194px 0px; + width: 90px; + height: 105px; +} +.slim_armor_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: 0px -106px; + width: 90px; + height: 105px; +} +.slim_armor_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -103px -318px; + width: 90px; + height: 105px; +} +.slim_armor_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -448px -1349px; + width: 111px; + height: 90px; +} +.slim_armor_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: -336px -1349px; + width: 111px; + height: 90px; +} +.weapon_special_summer2015Healer { + background-image: url(spritesmith3.png); + background-position: -1395px -728px; + width: 90px; + height: 90px; +} +.weapon_special_summer2015Mage { + background-image: url(spritesmith3.png); + background-position: -1395px -637px; + width: 90px; + height: 90px; +} +.weapon_special_summer2015Rogue { + background-image: url(spritesmith3.png); + background-position: -285px -424px; + width: 102px; + height: 105px; +} +.weapon_special_summer2015Warrior { + background-image: url(spritesmith3.png); + background-position: -194px -424px; + width: 90px; + height: 105px; +} +.weapon_special_summerHealer { + background-image: url(spritesmith3.png); + background-position: -103px -424px; + width: 90px; + height: 105px; +} +.weapon_special_summerMage { + background-image: url(spritesmith3.png); + background-position: -479px -318px; + width: 90px; + height: 105px; +} +.weapon_special_summerRogue { + background-image: url(spritesmith3.png); + background-position: -224px -1349px; + width: 111px; + height: 90px; +} +.weapon_special_summerWarrior { + background-image: url(spritesmith3.png); + background-position: 0px -1167px; + width: 111px; + height: 90px; +} +.broad_armor_special_candycane { + background-image: url(spritesmith3.png); + background-position: -1207px -455px; + width: 90px; + height: 90px; +} +.broad_armor_special_ski { + background-image: url(spritesmith3.png); + background-position: -1207px -364px; + width: 90px; + height: 90px; +} +.broad_armor_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -1207px -273px; + width: 90px; + height: 90px; +} +.broad_armor_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -1207px -182px; + width: 90px; + height: 90px; +} +.broad_armor_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -1207px -91px; + width: 90px; + height: 90px; +} +.broad_armor_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1207px 0px; + width: 96px; + height: 90px; +} +.broad_armor_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1027px -1076px; + width: 90px; + height: 90px; +} +.broad_armor_special_yeti { + background-image: url(spritesmith3.png); + background-position: -936px -1076px; + width: 90px; + height: 90px; +} +.head_special_candycane { + background-image: url(spritesmith3.png); + background-position: -845px -1076px; + width: 90px; + height: 90px; +} +.head_special_nye { + background-image: url(spritesmith3.png); + background-position: -754px -1076px; + width: 90px; + height: 90px; +} +.head_special_nye2014 { + background-image: url(spritesmith3.png); + background-position: -663px -1076px; + width: 90px; + height: 90px; +} +.head_special_ski { + background-image: url(spritesmith3.png); + background-position: -572px -1076px; + width: 90px; + height: 90px; +} +.head_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -481px -1076px; + width: 90px; + height: 90px; +} +.head_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -390px -1076px; + width: 90px; + height: 90px; +} +.head_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -299px -1076px; + width: 90px; + height: 90px; +} +.head_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -202px -1076px; + width: 96px; + height: 90px; +} +.head_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1116px -910px; + width: 90px; + height: 90px; +} +.head_special_yeti { + background-image: url(spritesmith3.png); + background-position: -1116px -819px; + width: 90px; + height: 90px; +} +.shield_special_ski { + background-image: url(spritesmith3.png); + background-position: -97px -1076px; + width: 104px; + height: 90px; +} +.shield_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -1116px -728px; + width: 90px; + height: 90px; +} +.shield_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -1116px -637px; + width: 90px; + height: 90px; +} +.shield_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: 0px -1076px; + width: 96px; + height: 90px; +} +.shield_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1116px -546px; + width: 90px; + height: 90px; +} +.shield_special_yeti { + background-image: url(spritesmith3.png); + background-position: -1116px -455px; + width: 90px; + height: 90px; +} +.shop_armor_special_candycane { + background-image: url(spritesmith3.png); + background-position: -1184px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_ski { + background-image: url(spritesmith3.png); + background-position: -1225px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -1266px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -1307px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -1348px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1389px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -1430px -1390px; + width: 40px; + height: 40px; +} +.shop_armor_special_yeti { + background-image: url(spritesmith3.png); + background-position: 0px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_candycane { + background-image: url(spritesmith3.png); + background-position: -41px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_nye { + background-image: url(spritesmith3.png); + background-position: -82px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_nye2014 { + background-image: url(spritesmith3.png); + background-position: -123px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_ski { + background-image: url(spritesmith3.png); + background-position: -164px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -205px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -246px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -287px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -328px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -369px -1440px; + width: 40px; + height: 40px; +} +.shop_head_special_yeti { + background-image: url(spritesmith3.png); + background-position: -410px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_ski { + background-image: url(spritesmith3.png); + background-position: -451px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -492px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -533px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -574px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -615px -1440px; + width: 40px; + height: 40px; +} +.shop_shield_special_yeti { + background-image: url(spritesmith3.png); + background-position: -656px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_candycane { + background-image: url(spritesmith3.png); + background-position: -697px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_ski { + background-image: url(spritesmith3.png); + background-position: -738px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -779px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -820px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -1395px -1274px; + width: 40px; + height: 40px; +} +.shop_weapon_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -902px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -943px -1440px; + width: 40px; + height: 40px; +} +.shop_weapon_special_yeti { + background-image: url(spritesmith3.png); + background-position: -984px -1440px; + width: 40px; + height: 40px; +} +.slim_armor_special_candycane { + background-image: url(spritesmith3.png); + background-position: -1116px -364px; + width: 90px; + height: 90px; +} +.slim_armor_special_ski { + background-image: url(spritesmith3.png); + background-position: -1116px -273px; + width: 90px; + height: 90px; +} +.slim_armor_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -1116px -182px; + width: 90px; + height: 90px; +} +.slim_armor_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -1116px -91px; + width: 90px; + height: 90px; +} +.slim_armor_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -1116px 0px; + width: 90px; + height: 90px; +} +.slim_armor_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: -1001px -985px; + width: 96px; + height: 90px; +} +.slim_armor_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -910px -985px; + width: 90px; + height: 90px; +} +.slim_armor_special_yeti { + background-image: url(spritesmith3.png); + background-position: -819px -985px; + width: 90px; + height: 90px; +} +.weapon_special_candycane { + background-image: url(spritesmith3.png); + background-position: -728px -985px; + width: 90px; + height: 90px; +} +.weapon_special_ski { + background-image: url(spritesmith3.png); + background-position: -637px -985px; + width: 90px; + height: 90px; +} +.weapon_special_snowflake { + background-image: url(spritesmith3.png); + background-position: -546px -985px; + width: 90px; + height: 90px; +} +.weapon_special_winter2015Healer { + background-image: url(spritesmith3.png); + background-position: -455px -985px; + width: 90px; + height: 90px; +} +.weapon_special_winter2015Mage { + background-image: url(spritesmith3.png); + background-position: -364px -985px; + width: 90px; + height: 90px; +} +.weapon_special_winter2015Rogue { + background-image: url(spritesmith3.png); + background-position: 0px -894px; + width: 96px; + height: 90px; +} +.weapon_special_winter2015Warrior { + background-image: url(spritesmith3.png); + background-position: -934px -182px; + width: 90px; + height: 90px; +} +.weapon_special_yeti { + background-image: url(spritesmith3.png); + background-position: -934px -91px; + width: 90px; + height: 90px; +} +.back_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -934px 0px; + width: 90px; + height: 90px; +} +.back_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: -273px -803px; + width: 90px; + height: 90px; +} +.body_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -182px -803px; + width: 90px; + height: 90px; +} +.body_special_wondercon_gold { + background-image: url(spritesmith3.png); + background-position: -91px -803px; + width: 90px; + height: 90px; +} +.body_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: 0px -803px; + width: 90px; + height: 90px; +} +.eyewear_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -843px -273px; + width: 90px; + height: 90px; +} +.eyewear_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: -843px -182px; + width: 90px; + height: 90px; +} +.shop_back_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -1486px -492px; + width: 40px; + height: 40px; +} +.shop_back_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: -1486px -533px; + width: 40px; + height: 40px; +} +.shop_body_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -1486px -574px; + width: 40px; + height: 40px; +} +.shop_body_special_wondercon_gold { + background-image: url(spritesmith3.png); + background-position: -1486px -615px; + width: 40px; + height: 40px; +} +.shop_body_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: -1486px -656px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_wondercon_black { + background-image: url(spritesmith3.png); + background-position: -1486px -697px; + width: 40px; + height: 40px; +} +.shop_eyewear_special_wondercon_red { + background-image: url(spritesmith3.png); + background-position: -1486px -738px; + width: 40px; + height: 40px; +} +.head_0 { + background-image: url(spritesmith3.png); + background-position: -637px -712px; + width: 90px; + height: 90px; +} +.customize-option.head_0 { + background-image: url(spritesmith3.png); + background-position: -662px -727px; + width: 60px; + height: 60px; +} +.head_healer_1 { + background-image: url(spritesmith3.png); + background-position: -546px -712px; + width: 90px; + height: 90px; +} +.head_healer_2 { + background-image: url(spritesmith3.png); + background-position: -273px -712px; + width: 90px; + height: 90px; +} +.head_healer_3 { + background-image: url(spritesmith3.png); + background-position: -182px -712px; + width: 90px; + height: 90px; +} +.head_healer_4 { + background-image: url(spritesmith3.png); + background-position: -752px -455px; + width: 90px; + height: 90px; +} +.head_healer_5 { + background-image: url(spritesmith3.png); + background-position: -752px -364px; + width: 90px; + height: 90px; +} +.head_rogue_1 { + background-image: url(spritesmith3.png); + background-position: -752px 0px; + width: 90px; + height: 90px; +} +.head_rogue_2 { + background-image: url(spritesmith3.png); + background-position: -637px -621px; + width: 90px; + height: 90px; +} +.head_rogue_3 { + background-image: url(spritesmith3.png); + background-position: -364px -621px; + width: 90px; + height: 90px; +} +.head_rogue_4 { + background-image: url(spritesmith3.png); + background-position: -273px -621px; + width: 90px; + height: 90px; +} +.head_rogue_5 { + background-image: url(spritesmith3.png); + background-position: -661px -455px; + width: 90px; + height: 90px; +} +.head_special_2 { + background-image: url(spritesmith3.png); + background-position: -661px -364px; + width: 90px; + height: 90px; +} +.head_warrior_1 { + background-image: url(spritesmith3.png); + background-position: -661px 0px; + width: 90px; + height: 90px; +} +.head_warrior_2 { + background-image: url(spritesmith3.png); + background-position: -485px -530px; + width: 90px; + height: 90px; +} +.head_warrior_3 { + background-image: url(spritesmith3.png); + background-position: -570px -370px; + width: 90px; + height: 90px; +} +.head_warrior_4 { + background-image: url(spritesmith3.png); + background-position: -570px -279px; + width: 90px; + height: 90px; +} +.head_warrior_5 { + background-image: url(spritesmith3.png); + background-position: -570px -97px; + width: 90px; + height: 90px; +} +.head_wizard_1 { + background-image: url(spritesmith3.png); + background-position: -1395px -1092px; + width: 90px; + height: 90px; +} +.head_wizard_2 { + background-image: url(spritesmith3.png); + background-position: -1395px -546px; + width: 90px; + height: 90px; +} +.head_wizard_3 { + background-image: url(spritesmith3.png); + background-position: -1395px -455px; + width: 90px; + height: 90px; +} +.head_wizard_4 { + background-image: url(spritesmith3.png); + background-position: -1395px -91px; + width: 90px; + height: 90px; +} +.head_wizard_5 { + background-image: url(spritesmith3.png); + background-position: -1395px 0px; + width: 90px; + height: 90px; +} +.shop_head_healer_1 { + background-image: url(spritesmith3.png); + background-position: -205px -1481px; + width: 40px; + height: 40px; +} .shop_head_healer_2 { background-image: url(spritesmith3.png); - background-position: -1512px 0px; + background-position: -246px -1481px; width: 40px; height: 40px; } .shop_head_healer_3 { background-image: url(spritesmith3.png); - background-position: -1512px -41px; + background-position: -287px -1481px; width: 40px; height: 40px; } .shop_head_healer_4 { background-image: url(spritesmith3.png); - background-position: -1512px -82px; + background-position: -328px -1481px; width: 40px; height: 40px; } .shop_head_healer_5 { background-image: url(spritesmith3.png); - background-position: -1512px -123px; + background-position: -369px -1481px; width: 40px; height: 40px; } .shop_head_rogue_1 { background-image: url(spritesmith3.png); - background-position: -1512px -164px; + background-position: -410px -1481px; width: 40px; height: 40px; } .shop_head_rogue_2 { background-image: url(spritesmith3.png); - background-position: -1512px -205px; + background-position: -451px -1481px; width: 40px; height: 40px; } .shop_head_rogue_3 { background-image: url(spritesmith3.png); - background-position: -1512px -246px; + background-position: -492px -1481px; width: 40px; height: 40px; } .shop_head_rogue_4 { background-image: url(spritesmith3.png); - background-position: -1512px -287px; + background-position: -533px -1481px; width: 40px; height: 40px; } .shop_head_rogue_5 { background-image: url(spritesmith3.png); - background-position: -1512px -328px; + background-position: -574px -1481px; width: 40px; height: 40px; } .shop_head_special_0 { background-image: url(spritesmith3.png); - background-position: -1512px -369px; + background-position: -615px -1481px; width: 40px; height: 40px; } .shop_head_special_1 { background-image: url(spritesmith3.png); - background-position: -1512px -410px; + background-position: -656px -1481px; width: 40px; height: 40px; } .shop_head_special_2 { background-image: url(spritesmith3.png); - background-position: -1512px -451px; + background-position: -697px -1481px; width: 40px; height: 40px; } .shop_head_warrior_1 { background-image: url(spritesmith3.png); - background-position: -1512px -492px; + background-position: -738px -1481px; width: 40px; height: 40px; } .shop_head_warrior_2 { background-image: url(spritesmith3.png); - background-position: -1512px -533px; + background-position: -779px -1481px; width: 40px; height: 40px; } .shop_head_warrior_3 { background-image: url(spritesmith3.png); - background-position: -1512px -574px; + background-position: -820px -1481px; width: 40px; height: 40px; } .shop_head_warrior_4 { background-image: url(spritesmith3.png); - background-position: -1512px -615px; + background-position: -861px -1481px; width: 40px; height: 40px; } .shop_head_warrior_5 { background-image: url(spritesmith3.png); - background-position: -1512px -656px; + background-position: -902px -1481px; width: 40px; height: 40px; } .shop_head_wizard_1 { background-image: url(spritesmith3.png); - background-position: -1512px -697px; + background-position: -943px -1481px; width: 40px; height: 40px; } .shop_head_wizard_2 { background-image: url(spritesmith3.png); - background-position: -1512px -738px; + background-position: -984px -1481px; width: 40px; height: 40px; } .shop_head_wizard_3 { background-image: url(spritesmith3.png); - background-position: -1512px -779px; + background-position: -1025px -1481px; + width: 40px; + height: 40px; +} +.shop_head_wizard_4 { + background-image: url(spritesmith3.png); + background-position: -1066px -1481px; + width: 40px; + height: 40px; +} +.shop_head_wizard_5 { + background-image: url(spritesmith3.png); + background-position: -1107px -1481px; + width: 40px; + height: 40px; +} +.headAccessory_special_bearEars { + background-image: url(spritesmith3.png); + background-position: -448px -1258px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_bearEars { + background-image: url(spritesmith3.png); + background-position: -473px -1273px; + width: 60px; + height: 60px; +} +.headAccessory_special_cactusEars { + background-image: url(spritesmith3.png); + background-position: -1304px -1092px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_cactusEars { + background-image: url(spritesmith3.png); + background-position: -1329px -1107px; + width: 60px; + height: 60px; +} +.headAccessory_special_foxEars { + background-image: url(spritesmith3.png); + background-position: -1304px -546px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_foxEars { + background-image: url(spritesmith3.png); + background-position: -1329px -561px; + width: 60px; + height: 60px; +} +.headAccessory_special_lionEars { + background-image: url(spritesmith3.png); + background-position: -1304px -455px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_lionEars { + background-image: url(spritesmith3.png); + background-position: -1329px -470px; + width: 60px; + height: 60px; +} +.headAccessory_special_pandaEars { + background-image: url(spritesmith3.png); + background-position: -1304px 0px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_pandaEars { + background-image: url(spritesmith3.png); + background-position: -1329px -15px; + width: 60px; + height: 60px; +} +.headAccessory_special_pigEars { + background-image: url(spritesmith3.png); + background-position: -1204px -1167px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_pigEars { + background-image: url(spritesmith3.png); + background-position: -1229px -1182px; + width: 60px; + height: 60px; +} +.headAccessory_special_tigerEars { + background-image: url(spritesmith3.png); + background-position: -539px -1258px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_tigerEars { + background-image: url(spritesmith3.png); + background-position: -564px -1273px; + width: 60px; + height: 60px; +} +.headAccessory_special_wolfEars { + background-image: url(spritesmith3.png); + background-position: -1304px -1001px; + width: 90px; + height: 90px; +} +.customize-option.headAccessory_special_wolfEars { + background-image: url(spritesmith3.png); + background-position: -1329px -1016px; + width: 60px; + height: 60px; +} +.shop_headAccessory_special_bearEars { + background-image: url(spritesmith3.png); + background-position: -1476px -1481px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_cactusEars { + background-image: url(spritesmith3.png); + background-position: -1527px 0px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_foxEars { + background-image: url(spritesmith3.png); + background-position: -1527px -41px; + width: 40px; + height: 40px; +} +.shop_headAccessory_special_lionEars { + background-image: url(spritesmith3.png); + background-position: -1527px -82px; width: 40px; height: 40px; } diff --git a/common/dist/sprites/spritesmith3.png b/common/dist/sprites/spritesmith3.png index c19a8812d0..f3c4f5cb31 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 9ce187db26..baa9c1e262 100644 --- a/common/dist/sprites/spritesmith4.css +++ b/common/dist/sprites/spritesmith4.css @@ -1,1020 +1,900 @@ -.shop_head_wizard_4 { - background-image: url(spritesmith4.png); - background-position: -1401px -1309px; - width: 40px; - height: 40px; -} -.shop_head_wizard_5 { - background-image: url(spritesmith4.png); - background-position: -1368px -1033px; - width: 40px; - height: 40px; -} -.headAccessory_special_bearEars { - background-image: url(spritesmith4.png); - background-position: -1658px -811px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_bearEars { - background-image: url(spritesmith4.png); - background-position: -1683px -826px; - width: 60px; - height: 60px; -} -.headAccessory_special_cactusEars { - background-image: url(spritesmith4.png); - background-position: -1764px -1001px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_cactusEars { - background-image: url(spritesmith4.png); - background-position: -1789px -1016px; - width: 60px; - height: 60px; -} -.headAccessory_special_foxEars { - background-image: url(spritesmith4.png); - background-position: -1855px -1456px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_foxEars { - background-image: url(spritesmith4.png); - background-position: -1880px -1471px; - width: 60px; - height: 60px; -} -.headAccessory_special_lionEars { - background-image: url(spritesmith4.png); - background-position: -1855px -910px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_lionEars { - background-image: url(spritesmith4.png); - background-position: -1880px -925px; - width: 60px; - height: 60px; -} -.headAccessory_special_pandaEars { - background-image: url(spritesmith4.png); - background-position: -1855px -819px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_pandaEars { - background-image: url(spritesmith4.png); - background-position: -1880px -834px; - width: 60px; - height: 60px; -} -.headAccessory_special_pigEars { - background-image: url(spritesmith4.png); - background-position: -1855px -728px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_pigEars { - background-image: url(spritesmith4.png); - background-position: -1880px -743px; - width: 60px; - height: 60px; -} -.headAccessory_special_tigerEars { - background-image: url(spritesmith4.png); - background-position: -1855px -637px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_tigerEars { - background-image: url(spritesmith4.png); - background-position: -1880px -652px; - width: 60px; - height: 60px; -} -.headAccessory_special_wolfEars { - background-image: url(spritesmith4.png); - background-position: -1855px -546px; - width: 90px; - height: 90px; -} -.customize-option.headAccessory_special_wolfEars { - background-image: url(spritesmith4.png); - background-position: -1880px -561px; - width: 60px; - height: 60px; -} -.shop_headAccessory_special_bearEars { - background-image: url(spritesmith4.png); - background-position: -1409px -1033px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_cactusEars { - background-image: url(spritesmith4.png); - background-position: -764px -388px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_foxEars { - background-image: url(spritesmith4.png); - background-position: -1360px -1309px; - width: 40px; - height: 40px; -} -.shop_headAccessory_special_lionEars { - background-image: url(spritesmith4.png); - background-position: -1377px -1360px; - width: 40px; - height: 40px; -} .shop_headAccessory_special_pandaEars { background-image: url(spritesmith4.png); - background-position: -1402px -178px; + background-position: -1421px -890px; width: 40px; height: 40px; } .shop_headAccessory_special_pigEars { background-image: url(spritesmith4.png); - background-position: -1402px -260px; + background-position: -928px -1871px; width: 40px; height: 40px; } .shop_headAccessory_special_tigerEars { background-image: url(spritesmith4.png); - background-position: -1408px -894px; + background-position: -1421px -931px; width: 40px; height: 40px; } .shop_headAccessory_special_wolfEars { background-image: url(spritesmith4.png); - background-position: -1408px -935px; + background-position: -969px -1871px; width: 40px; height: 40px; } .shield_healer_1 { background-image: url(spritesmith4.png); - background-position: -1764px -364px; + background-position: -1855px -292px; width: 90px; height: 90px; } .shield_healer_2 { background-image: url(spritesmith4.png); - background-position: -1764px -273px; + background-position: -1946px -292px; width: 90px; height: 90px; } .shield_healer_3 { background-image: url(spritesmith4.png); - background-position: -1764px -182px; + background-position: -1764px -383px; width: 90px; height: 90px; } .shield_healer_4 { background-image: url(spritesmith4.png); - background-position: -1764px -91px; + background-position: -1879px -656px; width: 90px; height: 90px; } .shield_healer_5 { background-image: url(spritesmith4.png); - background-position: -1764px 0px; + background-position: -2061px -656px; width: 90px; height: 90px; } .shield_rogue_0 { background-image: url(spritesmith4.png); - background-position: -1638px -1643px; + background-position: -1764px -929px; width: 90px; height: 90px; } .shield_rogue_1 { background-image: url(spritesmith4.png); - background-position: -660px -347px; + background-position: -1946px -1020px; width: 103px; height: 90px; } .shield_rogue_2 { background-image: url(spritesmith4.png); - background-position: 0px -1746px; + background-position: -2050px -1020px; width: 103px; height: 90px; } .shield_rogue_3 { background-image: url(spritesmith4.png); - background-position: -104px -1746px; + background-position: -1963px -200px; width: 114px; height: 90px; } .shield_rogue_4 { background-image: url(spritesmith4.png); - background-position: -219px -1746px; + background-position: -2037px -292px; width: 96px; height: 90px; } .shield_rogue_5 { background-image: url(spritesmith4.png); - background-position: -316px -1746px; + background-position: -1764px -656px; width: 114px; height: 90px; } .shield_rogue_6 { background-image: url(spritesmith4.png); - background-position: -431px -1746px; + background-position: -2152px -656px; width: 114px; height: 90px; } .shield_special_1 { background-image: url(spritesmith4.png); - background-position: -1764px -910px; + background-position: -1764px -747px; width: 90px; height: 90px; } .shield_special_goldenknight { background-image: url(spritesmith4.png); - background-position: -546px -1746px; + background-position: -1946px -747px; width: 111px; height: 90px; } .shield_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1764px -1183px; + background-position: -2149px -747px; width: 90px; height: 90px; } .shield_warrior_2 { background-image: url(spritesmith4.png); - background-position: -1855px -455px; + background-position: -1764px -838px; width: 90px; height: 90px; } .shield_warrior_3 { background-image: url(spritesmith4.png); - background-position: -1855px -1092px; + background-position: -2037px -838px; width: 90px; height: 90px; } .shield_warrior_4 { background-image: url(spritesmith4.png); - background-position: -1855px -1183px; + background-position: -2164px -929px; width: 90px; height: 90px; } .shield_warrior_5 { background-image: url(spritesmith4.png); - background-position: -1855px -1274px; + background-position: -1855px -1020px; width: 90px; height: 90px; } .shop_shield_healer_1 { background-image: url(spritesmith4.png); - background-position: -1408px -976px; + background-position: -1420px -1298px; width: 40px; height: 40px; } .shop_shield_healer_2 { background-image: url(spritesmith4.png); - background-position: -1245px -1033px; + background-position: -805px -1871px; width: 40px; height: 40px; } .shop_shield_healer_3 { background-image: url(spritesmith4.png); - background-position: -1346px -1980px; + background-position: -887px -1871px; width: 40px; height: 40px; } .shop_shield_healer_4 { background-image: url(spritesmith4.png); - background-position: -1305px -1980px; + background-position: -1010px -1871px; width: 40px; height: 40px; } .shop_shield_healer_5 { background-image: url(spritesmith4.png); - background-position: -1264px -1980px; + background-position: -1215px -1871px; width: 40px; height: 40px; } .shop_shield_rogue_0 { background-image: url(spritesmith4.png); - background-position: -1223px -1980px; + background-position: -1256px -1871px; width: 40px; height: 40px; } .shop_shield_rogue_1 { background-image: url(spritesmith4.png); - background-position: -1182px -1980px; + background-position: -1297px -1871px; width: 40px; height: 40px; } .shop_shield_rogue_2 { background-image: url(spritesmith4.png); - background-position: -1141px -1980px; + background-position: -1789px -1871px; width: 40px; height: 40px; } .shop_shield_rogue_3 { background-image: url(spritesmith4.png); - background-position: -1100px -1980px; + background-position: -902px -1923px; width: 40px; height: 40px; } .shop_shield_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1059px -1980px; + background-position: -861px -1923px; width: 40px; height: 40px; } .shop_shield_rogue_5 { background-image: url(spritesmith4.png); - background-position: -1018px -1980px; + background-position: -820px -1923px; width: 40px; height: 40px; } .shop_shield_rogue_6 { background-image: url(spritesmith4.png); - background-position: -977px -1980px; + background-position: -779px -1923px; width: 40px; height: 40px; } .shop_shield_special_0 { background-image: url(spritesmith4.png); - background-position: -936px -1980px; + background-position: -738px -1923px; width: 40px; height: 40px; } .shop_shield_special_1 { background-image: url(spritesmith4.png); - background-position: -895px -1980px; + background-position: -697px -1923px; width: 40px; height: 40px; } .shop_shield_special_goldenknight { background-image: url(spritesmith4.png); - background-position: -854px -1980px; + background-position: -656px -1923px; width: 40px; height: 40px; } .shop_shield_warrior_1 { background-image: url(spritesmith4.png); - background-position: -813px -1980px; + background-position: -615px -1923px; width: 40px; height: 40px; } .shop_shield_warrior_2 { background-image: url(spritesmith4.png); - background-position: -772px -1980px; + background-position: -574px -1923px; width: 40px; height: 40px; } .shop_shield_warrior_3 { background-image: url(spritesmith4.png); - background-position: -731px -1980px; + background-position: -533px -1923px; width: 40px; height: 40px; } .shop_shield_warrior_4 { background-image: url(spritesmith4.png); - background-position: -690px -1980px; + background-position: -492px -1923px; width: 40px; height: 40px; } .shop_shield_warrior_5 { background-image: url(spritesmith4.png); - background-position: -649px -1980px; + background-position: -451px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_0 { background-image: url(spritesmith4.png); - background-position: -608px -1980px; + background-position: -410px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_1 { background-image: url(spritesmith4.png); - background-position: -567px -1980px; + background-position: -369px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_2 { background-image: url(spritesmith4.png); - background-position: -526px -1980px; + background-position: -328px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_3 { background-image: url(spritesmith4.png); - background-position: -485px -1980px; + background-position: -287px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_4 { background-image: url(spritesmith4.png); - background-position: -444px -1980px; + background-position: -246px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_5 { background-image: url(spritesmith4.png); - background-position: -403px -1980px; + background-position: -205px -1923px; width: 40px; height: 40px; } .shop_weapon_healer_6 { background-image: url(spritesmith4.png); - background-position: -362px -1980px; + background-position: -164px -1923px; width: 40px; height: 40px; } .shop_weapon_rogue_0 { background-image: url(spritesmith4.png); - background-position: -321px -1980px; + background-position: -123px -1923px; width: 40px; height: 40px; } .shop_weapon_rogue_1 { background-image: url(spritesmith4.png); - background-position: -280px -1980px; + background-position: -82px -1923px; width: 40px; height: 40px; } .shop_weapon_rogue_2 { background-image: url(spritesmith4.png); - background-position: -239px -1980px; + background-position: -41px -1923px; width: 40px; height: 40px; } .shop_weapon_rogue_3 { background-image: url(spritesmith4.png); - background-position: -198px -1980px; + background-position: 0px -1923px; width: 40px; height: 40px; } .shop_weapon_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1913px -1780px; + background-position: -2199px -1871px; width: 40px; height: 40px; } .shop_weapon_rogue_5 { background-image: url(spritesmith4.png); - background-position: -2010px -1335px; + background-position: -2158px -1871px; width: 40px; height: 40px; } .shop_weapon_rogue_6 { background-image: url(spritesmith4.png); - background-position: -2010px -1827px; + background-position: -2117px -1871px; width: 40px; height: 40px; } .shop_weapon_special_0 { background-image: url(spritesmith4.png); - background-position: -2010px -1786px; + background-position: -2076px -1871px; width: 40px; height: 40px; } .shop_weapon_special_1 { background-image: url(spritesmith4.png); - background-position: -2010px -1745px; + background-position: -2035px -1871px; width: 40px; height: 40px; } .shop_weapon_special_2 { background-image: url(spritesmith4.png); - background-position: -2010px -1704px; + background-position: -1994px -1871px; width: 40px; height: 40px; } .shop_weapon_special_3 { background-image: url(spritesmith4.png); - background-position: -2010px -1663px; + background-position: -1953px -1871px; width: 40px; height: 40px; } .shop_weapon_special_critical { background-image: url(spritesmith4.png); - background-position: -2010px -1622px; + background-position: -1912px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_0 { background-image: url(spritesmith4.png); - background-position: -2010px -1581px; + background-position: -1871px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_1 { background-image: url(spritesmith4.png); - background-position: -2010px -1540px; + background-position: -1830px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_2 { background-image: url(spritesmith4.png); - background-position: -2010px -1499px; + background-position: -2225px -292px; width: 40px; height: 40px; } .shop_weapon_warrior_3 { background-image: url(spritesmith4.png); - background-position: -2010px -1458px; + background-position: -1748px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_4 { background-image: url(spritesmith4.png); - background-position: -2010px -1417px; + background-position: -1707px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_5 { background-image: url(spritesmith4.png); - background-position: -2010px -1376px; + background-position: -1666px -1871px; width: 40px; height: 40px; } .shop_weapon_warrior_6 { background-image: url(spritesmith4.png); - background-position: -157px -1980px; + background-position: -1625px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_0 { background-image: url(spritesmith4.png); - background-position: -116px -1980px; + background-position: -1584px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_1 { background-image: url(spritesmith4.png); - background-position: -1969px -1928px; + background-position: -1543px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_2 { background-image: url(spritesmith4.png); - background-position: -1590px -1592px; + background-position: -1502px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_3 { background-image: url(spritesmith4.png); - background-position: -1598px -1481px; + background-position: -1461px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_4 { background-image: url(spritesmith4.png); - background-position: -1336px -1360px; + background-position: -1420px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_5 { background-image: url(spritesmith4.png); - background-position: -1295px -1360px; + background-position: -1379px -1871px; width: 40px; height: 40px; } .shop_weapon_wizard_6 { background-image: url(spritesmith4.png); - background-position: -1254px -1360px; + background-position: -1338px -1871px; width: 40px; height: 40px; } .weapon_healer_0 { background-image: url(spritesmith4.png); - background-position: -1764px -455px; + background-position: -2154px -1020px; width: 90px; height: 90px; } .weapon_healer_1 { background-image: url(spritesmith4.png); - background-position: -1764px -819px; + background-position: -2053px -1202px; width: 90px; height: 90px; } .weapon_healer_2 { background-image: url(spritesmith4.png); - background-position: -1764px -546px; + background-position: -1946px -1475px; width: 90px; height: 90px; } .weapon_healer_3 { background-image: url(spritesmith4.png); - background-position: -1764px -637px; + background-position: -1855px -1475px; width: 90px; height: 90px; } .weapon_healer_4 { background-image: url(spritesmith4.png); - background-position: -1764px -728px; + background-position: -1764px -1475px; width: 90px; height: 90px; } .weapon_healer_5 { background-image: url(spritesmith4.png); - background-position: -1764px -1092px; + background-position: -2128px -1384px; width: 90px; height: 90px; } .weapon_healer_6 { background-image: url(spritesmith4.png); - background-position: -1454px -1746px; + background-position: -2037px -1384px; width: 90px; height: 90px; } .weapon_rogue_0 { background-image: url(spritesmith4.png); - background-position: -1636px -1746px; + background-position: -1946px -1384px; width: 90px; height: 90px; } .weapon_rogue_1 { background-image: url(spritesmith4.png); - background-position: -1855px -364px; + background-position: -1855px -1384px; width: 90px; height: 90px; } .weapon_rogue_2 { background-image: url(spritesmith4.png); - background-position: -1855px -1001px; + background-position: -1764px -1384px; width: 90px; height: 90px; } .weapon_rogue_3 { background-image: url(spritesmith4.png); - background-position: -1658px -902px; + background-position: -2140px -1293px; width: 90px; height: 90px; } .weapon_rogue_4 { background-image: url(spritesmith4.png); - background-position: -1658px -993px; + background-position: -2049px -1293px; width: 90px; height: 90px; } .weapon_rogue_5 { background-image: url(spritesmith4.png); - background-position: -1658px -1084px; + background-position: -1958px -1293px; width: 90px; height: 90px; } .weapon_rogue_6 { background-image: url(spritesmith4.png); - background-position: -1658px -1175px; + background-position: -1867px -1293px; width: 90px; height: 90px; } .weapon_special_1 { background-image: url(spritesmith4.png); - background-position: -1658px -1266px; + background-position: -1764px -1293px; width: 102px; height: 90px; } .weapon_special_2 { background-image: url(spritesmith4.png); - background-position: -1658px -1357px; + background-position: -2144px -1202px; width: 90px; height: 90px; } .weapon_special_3 { background-image: url(spritesmith4.png); - background-position: -1658px -1448px; + background-position: -2144px -1111px; width: 90px; height: 90px; } .weapon_warrior_0 { background-image: url(spritesmith4.png); - background-position: -1658px -1539px; + background-position: -2053px -1111px; width: 90px; height: 90px; } .weapon_warrior_1 { background-image: url(spritesmith4.png); - background-position: -1556px -798px; + background-position: -1764px -1020px; width: 90px; height: 90px; } .weapon_warrior_2 { background-image: url(spritesmith4.png); - background-position: -1855px -1547px; + background-position: -2073px -929px; width: 90px; height: 90px; } .weapon_warrior_3 { background-image: url(spritesmith4.png); - background-position: -1556px -913px; + background-position: -2173px -565px; width: 90px; height: 90px; } .weapon_warrior_4 { background-image: url(spritesmith4.png); - background-position: -1556px -1028px; + background-position: -2128px -474px; width: 90px; height: 90px; } .weapon_warrior_5 { background-image: url(spritesmith4.png); - background-position: -1556px -1143px; + background-position: -2037px -474px; width: 90px; height: 90px; } .weapon_warrior_6 { background-image: url(spritesmith4.png); - background-position: -1556px -1258px; + background-position: -1855px -474px; width: 90px; height: 90px; } .weapon_wizard_0 { background-image: url(spritesmith4.png); - background-position: -660px -567px; + background-position: -1764px -474px; width: 90px; height: 90px; } .weapon_wizard_1 { background-image: url(spritesmith4.png); - background-position: -880px -787px; + background-position: -2128px -383px; width: 90px; height: 90px; } .weapon_wizard_2 { background-image: url(spritesmith4.png); - background-position: -1183px -1643px; + background-position: -2037px -383px; width: 90px; height: 90px; } .weapon_wizard_3 { background-image: url(spritesmith4.png); - background-position: -1274px -1643px; + background-position: -1946px -383px; width: 90px; height: 90px; } .weapon_wizard_4 { background-image: url(spritesmith4.png); - background-position: -1365px -1643px; + background-position: -1855px -383px; width: 90px; height: 90px; } .weapon_wizard_5 { background-image: url(spritesmith4.png); - background-position: -1456px -1643px; + background-position: -2134px -292px; width: 90px; height: 90px; } .weapon_wizard_6 { background-image: url(spritesmith4.png); - background-position: -1547px -1643px; + background-position: -1764px -292px; width: 90px; height: 90px; } .GrimReaper { background-image: url(spritesmith4.png); - background-position: -1586px -553px; + background-position: -2126px -1566px; width: 57px; height: 66px; } .Pet_Currency_Gem { background-image: url(spritesmith4.png); - background-position: -1387px -1980px; + background-position: -943px -1923px; width: 45px; height: 39px; } .Pet_Currency_Gem1x { background-image: url(spritesmith4.png); - background-position: -2041px -1950px; + background-position: -2246px -100px; width: 15px; height: 13px; } .Pet_Currency_Gem2x { background-image: url(spritesmith4.png); - background-position: -2010px -1950px; + background-position: -2219px -901px; width: 30px; height: 26px; } .PixelPaw-Gold { background-image: url(spritesmith4.png); - background-position: -349px -1928px; + background-position: -833px -1819px; width: 51px; height: 51px; } .PixelPaw { background-image: url(spritesmith4.png); - background-position: -248px -1928px; + background-position: -1409px -1735px; width: 51px; height: 51px; } .PixelPaw002 { background-image: url(spritesmith4.png); - background-position: -196px -1928px; + background-position: -1461px -1735px; width: 51px; height: 51px; } .avatar_floral_healer { background-image: url(spritesmith4.png); - background-position: -1658px -314px; + background-position: -1864px -100px; width: 99px; height: 99px; } .avatar_floral_rogue { background-image: url(spritesmith4.png); - background-position: -1658px -414px; + background-position: -1764px -100px; width: 99px; height: 99px; } .avatar_floral_warrior { background-image: url(spritesmith4.png); - background-position: -1658px -514px; + background-position: -1462px -1306px; width: 99px; height: 99px; } .avatar_floral_wizard { background-image: url(spritesmith4.png); - background-position: -1658px -614px; + background-position: -1964px -100px; width: 99px; height: 99px; } .inventory_present { background-image: url(spritesmith4.png); - background-position: -147px -1928px; + background-position: -1856px -1735px; width: 48px; height: 51px; } .inventory_present_01 { background-image: url(spritesmith4.png); - background-position: -98px -1928px; + background-position: -1905px -1735px; width: 48px; height: 51px; } .inventory_present_02 { background-image: url(spritesmith4.png); - background-position: -49px -1928px; + background-position: -2003px -1735px; width: 48px; height: 51px; } .inventory_present_03 { background-image: url(spritesmith4.png); - background-position: 0px -1928px; + background-position: -2052px -1735px; width: 48px; height: 51px; } .inventory_present_04 { background-image: url(spritesmith4.png); - background-position: -1961px -1872px; + background-position: -2101px -1735px; width: 48px; height: 51px; } .inventory_present_05 { background-image: url(spritesmith4.png); - background-position: -1557px -1837px; + background-position: -2150px -1735px; width: 48px; height: 51px; } .inventory_present_06 { background-image: url(spritesmith4.png); - background-position: -1508px -1837px; + background-position: -98px -1819px; width: 48px; height: 51px; } .inventory_present_07 { background-image: url(spritesmith4.png); - background-position: -1459px -1837px; + background-position: -147px -1819px; width: 48px; height: 51px; } .inventory_present_08 { background-image: url(spritesmith4.png); - background-position: -1401px -1128px; + background-position: -196px -1819px; width: 48px; height: 51px; } .inventory_present_09 { background-image: url(spritesmith4.png); - background-position: -1401px -1076px; + background-position: -245px -1819px; width: 48px; height: 51px; } .inventory_present_10 { background-image: url(spritesmith4.png); - background-position: -971px -787px; + background-position: -343px -1819px; width: 48px; height: 51px; } .inventory_present_11 { background-image: url(spritesmith4.png); - background-position: -751px -567px; + background-position: -441px -1819px; width: 48px; height: 51px; } .inventory_present_12 { background-image: url(spritesmith4.png); - background-position: -1597px -1373px; + background-position: -490px -1819px; width: 48px; height: 51px; } .inventory_quest_scroll { background-image: url(spritesmith4.png); - background-position: -1499px -1373px; + background-position: -539px -1819px; width: 48px; height: 51px; } .inventory_quest_scroll_locked { background-image: url(spritesmith4.png); - background-position: -450px -1928px; + background-position: -588px -1819px; width: 48px; height: 51px; } .inventory_special_fortify { background-image: url(spritesmith4.png); - background-position: -1368px -1182px; + background-position: -718px -380px; width: 57px; height: 54px; } .inventory_special_nye { background-image: url(spritesmith4.png); - background-position: -1178px -811px; + background-position: -660px -380px; width: 57px; height: 54px; } .inventory_special_opaquePotion { background-image: url(spritesmith4.png); - background-position: -1327px -1033px; + background-position: -1174px -1871px; width: 40px; height: 40px; } +.inventory_special_seafoam { + background-image: url(spritesmith4.png); + background-position: -1562px -1306px; + width: 57px; + height: 54px; +} .inventory_special_shinySeed { background-image: url(spritesmith4.png); - background-position: -1855px -1780px; + background-position: -1568px -1246px; width: 57px; height: 54px; } .inventory_special_snowball { background-image: url(spritesmith4.png); - background-position: -1386px -390px; + background-position: -1568px -1191px; width: 57px; height: 54px; } .inventory_special_spookDust { background-image: url(spritesmith4.png); - background-position: -1360px -1254px; + background-position: -660px -567px; width: 57px; height: 54px; } .inventory_special_trinket { background-image: url(spritesmith4.png); - background-position: -1606px -1837px; + background-position: -1513px -1735px; width: 48px; height: 51px; } .inventory_special_valentine { background-image: url(spritesmith4.png); - background-position: -1598px -1426px; + background-position: -1598px -886px; width: 57px; height: 54px; } .pet_key { background-image: url(spritesmith4.png); - background-position: -1586px -620px; + background-position: -1598px -831px; width: 57px; height: 54px; } .rebirth_orb { background-image: url(spritesmith4.png); - background-position: -1590px -1537px; + background-position: -2188px -1655px; width: 57px; height: 54px; } +.seafoam_star { + background-image: url(spritesmith4.png); + background-position: -2155px -100px; + width: 90px; + height: 90px; +} .shop_armoire { background-image: url(spritesmith4.png); - background-position: -764px -347px; + background-position: -1133px -1871px; width: 40px; height: 40px; } .snowman { background-image: url(spritesmith4.png); - background-position: -1855px -182px; + background-position: -2078px -200px; width: 90px; height: 90px; } .spookman { background-image: url(spritesmith4.png); - background-position: -1855px -273px; + background-position: -2169px -200px; width: 90px; height: 90px; } .welcome_to_Habit_1 { background-image: url(spritesmith4.png); - background-position: -680px -1643px; + background-position: -1764px 0px; width: 502px; height: 99px; } .welcome_to_Habit_2 { background-image: url(spritesmith4.png); - background-position: 0px -1254px; + background-position: -861px -1079px; width: 500px; height: 171px; } @@ -1026,589 +906,625 @@ } .welcome_to_Habit_4 { background-image: url(spritesmith4.png); - background-position: -871px -1076px; + background-position: -437px -1079px; width: 423px; height: 171px; } .zzz { background-image: url(spritesmith4.png); - background-position: -1286px -1033px; + background-position: -1092px -1871px; width: 40px; height: 40px; } .zzz_light { background-image: url(spritesmith4.png); - background-position: -2010px -1868px; + background-position: -1051px -1871px; width: 40px; height: 40px; } .npc_alex { background-image: url(spritesmith4.png); - background-position: -1245px -755px; + background-position: -1151px -1257px; width: 162px; height: 138px; } .npc_bailey { background-image: url(spritesmith4.png); - background-position: -1658px -212px; + background-position: -1568px -1076px; width: 71px; height: 101px; } .npc_daniel { background-image: url(spritesmith4.png); - background-position: -1450px -553px; + background-position: -1462px -831px; width: 135px; height: 123px; } .npc_ian { background-image: url(spritesmith4.png); - background-position: -1450px -417px; + background-position: -1462px -695px; width: 75px; height: 135px; } .npc_justin { background-image: url(spritesmith4.png); - background-position: -1450px -677px; + background-position: -1462px -955px; width: 84px; height: 120px; } .npc_justin_head { background-image: url(spritesmith4.png); - background-position: -766px -232px; + background-position: -1620px -1306px; width: 36px; height: 39px; } .npc_matt { background-image: url(spritesmith4.png); - background-position: -1245px -616px; + background-position: -1462px 0px; width: 195px; height: 138px; } .npc_timetravelers { background-image: url(spritesmith4.png); - background-position: -1450px -278px; + background-position: -1462px -417px; width: 195px; height: 138px; } .npc_timetravelers_active { background-image: url(spritesmith4.png); - background-position: -1450px -139px; + background-position: -1462px -278px; width: 195px; height: 138px; } .npc_tyler { background-image: url(spritesmith4.png); - background-position: -1855px -1365px; + background-position: -1946px -474px; width: 90px; height: 90px; } .seasonalshop_closed { background-image: url(spritesmith4.png); - background-position: -1245px -894px; + background-position: -1462px -139px; width: 162px; height: 138px; } .seasonalshop_summer2015 { background-image: url(spritesmith4.png); - background-position: -1059px -892px; + background-position: -1462px -556px; width: 162px; height: 138px; } .2014_Fall_HealerPROMO2 { background-image: url(spritesmith4.png); - background-position: -1855px -91px; + background-position: -1764px -565px; width: 90px; height: 90px; } .2014_Fall_Mage_PROMO9 { background-image: url(spritesmith4.png); - background-position: 0px -1837px; + background-position: -1855px -565px; width: 120px; height: 90px; } .2014_Fall_RoguePROMO3 { background-image: url(spritesmith4.png); - background-position: -1855px 0px; + background-position: -1976px -565px; width: 105px; height: 90px; } .2014_Fall_Warrior_PROMO { background-image: url(spritesmith4.png); - background-position: -1727px -1746px; + background-position: -2082px -565px; width: 90px; height: 90px; } .promo_enchanted_armoire { background-image: url(spritesmith4.png); - background-position: -1084px -1837px; + background-position: -1764px -1655px; width: 374px; height: 76px; } +.promo_habitica { + background-image: url(spritesmith4.png); + background-position: -1245px -890px; + width: 175px; + height: 175px; +} .promo_item_notif { background-image: url(spritesmith4.png); - background-position: -430px -1643px; + background-position: -636px -1629px; width: 249px; height: 102px; } .promo_mystery_201405 { background-image: url(spritesmith4.png); - background-position: -1545px -1746px; + background-position: -1970px -656px; width: 90px; height: 90px; } .promo_mystery_201406 { background-image: url(spritesmith4.png); - background-position: -1658px -714px; + background-position: -2064px -100px; width: 90px; height: 96px; } .promo_mystery_201407 { background-image: url(spritesmith4.png); - background-position: -1916px -1710px; + background-position: -2219px -838px; width: 42px; height: 62px; } .promo_mystery_201408 { background-image: url(spritesmith4.png); - background-position: -1855px -1638px; + background-position: -2190px -1475px; width: 60px; height: 71px; } .promo_mystery_201409 { background-image: url(spritesmith4.png); - background-position: -1764px -1638px; + background-position: -1855px -747px; width: 90px; height: 90px; } .promo_mystery_201410 { background-image: url(spritesmith4.png); - background-position: -1295px -1182px; + background-position: -2184px -1566px; width: 72px; height: 63px; } .promo_mystery_201411 { background-image: url(spritesmith4.png); - background-position: -1764px -1547px; + background-position: -2058px -747px; width: 90px; height: 90px; } .promo_mystery_201412 { background-image: url(spritesmith4.png); - background-position: -1916px -1638px; + background-position: -2219px -474px; width: 42px; height: 66px; } .promo_mystery_201501 { background-image: url(spritesmith4.png); - background-position: -1386px -326px; + background-position: -2139px -1655px; width: 48px; height: 63px; } .promo_mystery_201502 { background-image: url(spritesmith4.png); - background-position: -1764px -1456px; + background-position: -1855px -838px; width: 90px; height: 90px; } .promo_mystery_201503 { background-image: url(spritesmith4.png); - background-position: -1764px -1365px; + background-position: -1946px -838px; width: 90px; height: 90px; } .promo_mystery_201504 { background-image: url(spritesmith4.png); - background-position: -1855px -1710px; + background-position: -2065px -1566px; width: 60px; height: 69px; } .promo_mystery_201505 { background-image: url(spritesmith4.png); - background-position: -1764px -1274px; + background-position: -2128px -838px; width: 90px; height: 90px; } +.promo_mystery_201506 { + background-image: url(spritesmith4.png); + background-position: -2219px -383px; + width: 42px; + height: 69px; +} .promo_mystery_3014 { background-image: url(spritesmith4.png); - background-position: -1236px -1746px; + background-position: -1855px -929px; width: 217px; height: 90px; } +.promo_orca { + background-image: url(spritesmith4.png); + background-position: -1658px -636px; + width: 105px; + height: 105px; +} .promo_partyhats { background-image: url(spritesmith4.png); - background-position: 0px -1980px; + background-position: -660px -622px; width: 115px; height: 47px; } .promo_pastel_skin { background-image: url(spritesmith4.png); - background-position: -753px -1837px; + background-position: 0px -1735px; width: 330px; height: 83px; } .customize-option.promo_pastel_skin { background-image: url(spritesmith4.png); - background-position: -778px -1852px; + background-position: -25px -1750px; width: 60px; height: 60px; } .promo_pet_skins { background-image: url(spritesmith4.png); - background-position: -1245px -326px; + background-position: -660px -232px; width: 140px; height: 147px; } .customize-option.promo_pet_skins { background-image: url(spritesmith4.png); - background-position: -1270px -341px; + background-position: -685px -247px; width: 60px; height: 60px; } .promo_shimmer_hair { background-image: url(spritesmith4.png); - background-position: -422px -1837px; + background-position: -1316px -1629px; width: 330px; height: 83px; } .customize-option.promo_shimmer_hair { background-image: url(spritesmith4.png); - background-position: -447px -1852px; + background-position: -1341px -1644px; + width: 60px; + height: 60px; +} +.promo_splashyskins { + background-image: url(spritesmith4.png); + background-position: -1764px -200px; + width: 198px; + height: 91px; +} +.customize-option.promo_splashyskins { + background-image: url(spritesmith4.png); + background-position: -1789px -215px; width: 60px; height: 60px; } .promo_springclasses2014 { background-image: url(spritesmith4.png); - background-position: -947px -1746px; + background-position: -1764px -1111px; width: 288px; height: 90px; } .promo_springclasses2015 { background-image: url(spritesmith4.png); - background-position: -658px -1746px; + background-position: -1764px -1202px; width: 288px; height: 90px; } .promo_summer_classes_2014 { background-image: url(spritesmith4.png); - background-position: 0px -1643px; + background-position: -886px -1629px; width: 429px; height: 102px; } .promo_summer_classes_2015 { background-image: url(spritesmith4.png); - background-position: -121px -1837px; + background-position: -1764px -1566px; width: 300px; height: 88px; } .promo_updos { background-image: url(spritesmith4.png); - background-position: -1245px -178px; + background-position: -1056px -892px; width: 156px; height: 147px; } .promo_winterclasses2015 { background-image: url(spritesmith4.png); - background-position: 0px -1426px; + background-position: -424px -1408px; width: 325px; height: 110px; } .promo_winteryhair { background-image: url(spritesmith4.png); - background-position: -1025px -811px; + background-position: -2037px -1475px; width: 152px; height: 75px; } .customize-option.promo_winteryhair { background-image: url(spritesmith4.png); - background-position: -1050px -826px; + background-position: -2062px -1490px; width: 60px; height: 60px; } .inventory_quest_scroll_atom1 { background-image: url(spritesmith4.png); - background-position: -1655px -1837px; + background-position: -885px -1819px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2 { background-image: url(spritesmith4.png); - background-position: -1704px -1837px; + background-position: -934px -1819px; width: 48px; height: 51px; } .inventory_quest_scroll_atom2_locked { background-image: url(spritesmith4.png); - background-position: -1753px -1837px; + background-position: -1032px -1819px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3 { background-image: url(spritesmith4.png); - background-position: -1802px -1837px; + background-position: -1562px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_atom3_locked { background-image: url(spritesmith4.png); - background-position: -1851px -1837px; + background-position: -718px -567px; width: 48px; height: 51px; } .inventory_quest_scroll_basilist { background-image: url(spritesmith4.png); - background-position: -1900px -1837px; + background-position: -880px -787px; width: 48px; height: 51px; } .inventory_quest_scroll_bunny { background-image: url(spritesmith4.png); - background-position: -1961px 0px; + background-position: -929px -787px; width: 48px; height: 51px; } .inventory_quest_scroll_dilatory_derby { background-image: url(spritesmith4.png); - background-position: -1961px -52px; + background-position: -880px -839px; width: 48px; height: 51px; } .inventory_quest_scroll_egg { background-image: url(spritesmith4.png); - background-position: -1961px -104px; + background-position: -929px -839px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta { background-image: url(spritesmith4.png); - background-position: -1961px -156px; + background-position: -1362px -1079px; width: 48px; height: 51px; } .inventory_quest_scroll_evilsanta2 { background-image: url(spritesmith4.png); - background-position: -1961px -208px; + background-position: -1411px -1079px; width: 48px; height: 51px; } .inventory_quest_scroll_ghost_stag { background-image: url(spritesmith4.png); - background-position: -1961px -260px; + background-position: -1362px -1131px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight1 { background-image: url(spritesmith4.png); - background-position: -1961px -312px; + background-position: -1411px -1131px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2 { background-image: url(spritesmith4.png); - background-position: -1961px -364px; + background-position: -1362px -1183px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight2_locked { background-image: url(spritesmith4.png); - background-position: -1961px -416px; + background-position: -1411px -1183px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3 { background-image: url(spritesmith4.png); - background-position: -1961px -468px; + background-position: -1598px -1408px; width: 48px; height: 51px; } .inventory_quest_scroll_goldenknight3_locked { background-image: url(spritesmith4.png); - background-position: -1961px -520px; + background-position: -1598px -1460px; width: 48px; height: 51px; } .inventory_quest_scroll_gryphon { background-image: url(spritesmith4.png); - background-position: -1961px -572px; + background-position: -1590px -1523px; width: 48px; height: 51px; } .inventory_quest_scroll_harpy { background-image: url(spritesmith4.png); - background-position: -1961px -624px; + background-position: -1590px -1575px; width: 48px; height: 51px; } .inventory_quest_scroll_hedgehog { background-image: url(spritesmith4.png); - background-position: -1961px -676px; + background-position: -1647px -1629px; width: 48px; height: 51px; } .inventory_quest_scroll_kraken { background-image: url(spritesmith4.png); - background-position: -1961px -728px; + background-position: -1696px -1629px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone1 { background-image: url(spritesmith4.png); - background-position: -1961px -780px; + background-position: -331px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2 { background-image: url(spritesmith4.png); - background-position: -1961px -832px; + background-position: -380px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone2_locked { background-image: url(spritesmith4.png); - background-position: -1961px -884px; + background-position: -429px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3 { background-image: url(spritesmith4.png); - background-position: -1961px -936px; + background-position: -478px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_moonstone3_locked { background-image: url(spritesmith4.png); - background-position: -1961px -988px; + background-position: -527px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_octopus { background-image: url(spritesmith4.png); - background-position: -1961px -1040px; + background-position: -576px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_owl { background-image: url(spritesmith4.png); - background-position: -1961px -1092px; + background-position: -625px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_penguin { background-image: url(spritesmith4.png); - background-position: -1961px -1144px; + background-position: -674px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_rat { background-image: url(spritesmith4.png); - background-position: -1961px -1196px; + background-position: -723px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_rock { background-image: url(spritesmith4.png); - background-position: -1961px -1248px; + background-position: -772px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_rooster { background-image: url(spritesmith4.png); - background-position: -1961px -1300px; + background-position: -821px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_sheep { background-image: url(spritesmith4.png); - background-position: -1961px -1352px; + background-position: -870px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_slime { background-image: url(spritesmith4.png); - background-position: -1961px -1404px; + background-position: -919px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_spider { background-image: url(spritesmith4.png); - background-position: -1961px -1456px; + background-position: -968px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_trex { background-image: url(spritesmith4.png); - background-position: -1961px -1508px; + background-position: -1017px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_trex_undead { background-image: url(spritesmith4.png); - background-position: -1961px -1560px; + background-position: -1066px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_vice1 { background-image: url(spritesmith4.png); - background-position: -1961px -1612px; + background-position: -1115px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2 { background-image: url(spritesmith4.png); - background-position: -1961px -1664px; + background-position: -1164px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_vice2_locked { background-image: url(spritesmith4.png); - background-position: -1961px -1716px; + background-position: -1213px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3 { background-image: url(spritesmith4.png); - background-position: -1961px -1768px; + background-position: -1262px -1735px; width: 48px; height: 51px; } .inventory_quest_scroll_vice3_locked { background-image: url(spritesmith4.png); - background-position: -1450px -1373px; + background-position: -1311px -1735px; + width: 48px; + height: 51px; +} +.inventory_quest_scroll_whale { + background-image: url(spritesmith4.png); + background-position: -1360px -1735px; width: 48px; height: 51px; } .quest_atom1 { background-image: url(spritesmith4.png); - background-position: -1003px -1254px; + background-position: -251px -1257px; width: 250px; height: 150px; } .quest_atom2 { background-image: url(spritesmith4.png); - background-position: -1450px 0px; + background-position: -943px -1257px; width: 207px; height: 138px; } .quest_atom3 { background-image: url(spritesmith4.png); - background-position: -191px -892px; + background-position: -622px -892px; width: 216px; height: 180px; } .quest_basilist { background-image: url(spritesmith4.png); - background-position: -1245px -474px; + background-position: -753px -1257px; width: 189px; height: 141px; } .quest_bunny { background-image: url(spritesmith4.png); - background-position: -1025px -624px; + background-position: 0px -892px; width: 210px; height: 186px; } .quest_dilatory { background-image: url(spritesmith4.png); - background-position: -220px -452px; + background-position: -1025px 0px; width: 219px; height: 219px; } @@ -1620,31 +1536,37 @@ } .quest_egg_plainEgg { background-image: url(spritesmith4.png); - background-position: -300px -1928px; + background-position: -1758px -1735px; width: 48px; height: 51px; } .quest_evilsanta { background-image: url(spritesmith4.png); - background-position: -1526px -417px; + background-position: -1538px -695px; width: 118px; height: 131px; } +.quest_evilsanta2 { + background-image: url(spritesmith4.png); + background-position: -805px -440px; + width: 219px; + height: 219px; +} .quest_ghost_stag { background-image: url(spritesmith4.png); - background-position: -805px 0px; + background-position: -440px -672px; width: 219px; height: 219px; } .quest_goldenknight1_testimony { background-image: url(spritesmith4.png); - background-position: -401px -1928px; + background-position: -1954px -1735px; width: 48px; height: 51px; } .quest_goldenknight2 { background-image: url(spritesmith4.png); - background-position: -752px -1254px; + background-position: -502px -1257px; width: 250px; height: 150px; } @@ -1656,109 +1578,109 @@ } .quest_gryphon { background-image: url(spritesmith4.png); - background-position: -408px -892px; + background-position: -1245px 0px; width: 216px; height: 177px; } .quest_harpy { background-image: url(spritesmith4.png); - background-position: 0px -672px; + background-position: -1025px -440px; width: 219px; height: 219px; } .quest_hedgehog { background-image: url(spritesmith4.png); - background-position: -1025px -437px; + background-position: -211px -892px; width: 219px; height: 186px; } .quest_kraken { background-image: url(spritesmith4.png); - background-position: 0px -1076px; + background-position: -1245px -534px; width: 216px; height: 177px; } .quest_moonstone1_moonstone { background-image: url(spritesmith4.png); - background-position: -766px -272px; + background-position: -2235px -1111px; width: 30px; height: 30px; } .quest_moonstone2 { background-image: url(spritesmith4.png); - background-position: -805px -440px; + background-position: 0px -672px; width: 219px; height: 219px; } .quest_moonstone3 { background-image: url(spritesmith4.png); - background-position: -660px -672px; + background-position: -1025px -220px; width: 219px; height: 219px; } .quest_octopus { background-image: url(spritesmith4.png); - background-position: -217px -1076px; + background-position: 0px -1079px; width: 222px; height: 177px; } .quest_owl { background-image: url(spritesmith4.png); - background-position: -220px -672px; + background-position: -660px -672px; width: 219px; height: 219px; } .quest_penguin { background-image: url(spritesmith4.png); - background-position: 0px -892px; + background-position: -431px -892px; width: 190px; height: 183px; } .quest_rat { background-image: url(spritesmith4.png); - background-position: 0px -452px; + background-position: -220px -672px; width: 219px; height: 219px; } .quest_rock { background-image: url(spritesmith4.png); - background-position: -1025px -220px; + background-position: -1025px -660px; width: 216px; height: 216px; } .quest_rooster { background-image: url(spritesmith4.png); - background-position: -657px -1076px; + background-position: -223px -1079px; width: 213px; height: 174px; } .quest_sheep { background-image: url(spritesmith4.png); - background-position: -1025px 0px; + background-position: 0px -232px; width: 219px; height: 219px; } .quest_slime { background-image: url(spritesmith4.png); - background-position: -220px -232px; + background-position: -805px 0px; width: 219px; height: 219px; } .quest_spider { background-image: url(spritesmith4.png); - background-position: -501px -1254px; + background-position: 0px -1257px; width: 250px; height: 150px; } .quest_stressbeast { background-image: url(spritesmith4.png); - background-position: -440px -672px; + background-position: -220px -452px; width: 219px; height: 219px; } .quest_stressbeast_bailey { background-image: url(spritesmith4.png); - background-position: -805px -220px; + background-position: 0px -452px; width: 219px; height: 219px; } @@ -1770,691 +1692,787 @@ } .quest_stressbeast_stables { background-image: url(spritesmith4.png); - background-position: 0px -232px; + background-position: -220px -232px; width: 219px; height: 219px; } .quest_trex { background-image: url(spritesmith4.png); - background-position: -1245px 0px; + background-position: -1245px -178px; width: 204px; height: 177px; } .quest_trex_undead { background-image: url(spritesmith4.png); - background-position: -842px -892px; + background-position: -839px -892px; width: 216px; height: 177px; } .quest_vice1 { background-image: url(spritesmith4.png); - background-position: -625px -892px; + background-position: -1245px -356px; width: 216px; height: 177px; } .quest_vice2_lightCrystal { background-image: url(spritesmith4.png); - background-position: -2010px -1909px; + background-position: -846px -1871px; width: 40px; height: 40px; } .quest_vice3 { background-image: url(spritesmith4.png); - background-position: -440px -1076px; + background-position: -1245px -712px; width: 216px; height: 177px; } +.quest_whale { + background-image: url(spritesmith4.png); + background-position: -805px -220px; + width: 219px; + height: 219px; +} .shop_copper { background-image: url(spritesmith4.png); - background-position: -1622px -889px; + background-position: -2219px -541px; width: 32px; height: 22px; } .shop_eyes { background-image: url(spritesmith4.png); - background-position: -1402px -219px; + background-position: -764px -1871px; width: 40px; height: 40px; } .shop_gold { background-image: url(spritesmith4.png); - background-position: -1556px -889px; + background-position: -2231px -1359px; width: 32px; height: 22px; } .shop_opaquePotion { background-image: url(spritesmith4.png); - background-position: -1408px -755px; + background-position: -1420px -1257px; width: 40px; height: 40px; } .shop_potion { background-image: url(spritesmith4.png); - background-position: -1408px -796px; + background-position: -1421px -1013px; width: 40px; height: 40px; } .shop_reroll { background-image: url(spritesmith4.png); - background-position: -1408px -837px; + background-position: -1421px -972px; + width: 40px; + height: 40px; +} +.shop_seafoam { + background-image: url(spritesmith4.png); + background-position: -2225px -333px; width: 40px; height: 40px; } .shop_shinySeed { background-image: url(spritesmith4.png); - background-position: -1730px -245px; + background-position: -1658px -1590px; width: 32px; height: 32px; } .shop_silver { background-image: url(spritesmith4.png); - background-position: -1589px -889px; + background-position: -1691px -1590px; width: 32px; height: 22px; } .shop_snowball { background-image: url(spritesmith4.png); - background-position: -1730px -278px; + background-position: -2231px -1293px; width: 32px; height: 32px; } .shop_spookDust { background-image: url(spritesmith4.png); - background-position: -1730px -212px; + background-position: -2231px -1326px; width: 32px; height: 32px; } .Pet_Egg_BearCub { background-image: url(spritesmith4.png); - background-position: -499px -1928px; + background-position: -1669px -1819px; width: 48px; height: 51px; } .Pet_Egg_Bunny { background-image: url(spritesmith4.png); - background-position: -548px -1928px; + background-position: -1718px -1819px; width: 48px; height: 51px; } .Pet_Egg_Cactus { background-image: url(spritesmith4.png); - background-position: -597px -1928px; + background-position: -1767px -1819px; width: 48px; height: 51px; } .Pet_Egg_Cuttlefish { background-image: url(spritesmith4.png); - background-position: -646px -1928px; + background-position: -1816px -1819px; width: 48px; height: 51px; } .Pet_Egg_Deer { background-image: url(spritesmith4.png); - background-position: -695px -1928px; + background-position: -1865px -1819px; width: 48px; height: 51px; } .Pet_Egg_Dragon { background-image: url(spritesmith4.png); - background-position: -744px -1928px; + background-position: -1914px -1819px; width: 48px; height: 51px; } .Pet_Egg_Egg { background-image: url(spritesmith4.png); - background-position: -793px -1928px; + background-position: -1963px -1819px; width: 48px; height: 51px; } .Pet_Egg_FlyingPig { background-image: url(spritesmith4.png); - background-position: -842px -1928px; + background-position: -2012px -1819px; width: 48px; height: 51px; } .Pet_Egg_Fox { background-image: url(spritesmith4.png); - background-position: -891px -1928px; + background-position: -2061px -1819px; width: 48px; height: 51px; } .Pet_Egg_Gryphon { background-image: url(spritesmith4.png); - background-position: -940px -1928px; + background-position: -2110px -1819px; width: 48px; height: 51px; } .Pet_Egg_Hedgehog { background-image: url(spritesmith4.png); - background-position: -989px -1928px; + background-position: -2159px -1819px; width: 48px; height: 51px; } .Pet_Egg_LionCub { background-image: url(spritesmith4.png); - background-position: -1038px -1928px; + background-position: -2208px -1819px; width: 48px; height: 51px; } .Pet_Egg_Octopus { background-image: url(spritesmith4.png); - background-position: -1087px -1928px; + background-position: 0px -1871px; width: 48px; height: 51px; } .Pet_Egg_Owl { background-image: url(spritesmith4.png); - background-position: -1136px -1928px; + background-position: -49px -1871px; width: 48px; height: 51px; } .Pet_Egg_PandaCub { background-image: url(spritesmith4.png); - background-position: -1185px -1928px; + background-position: -98px -1871px; width: 48px; height: 51px; } .Pet_Egg_Parrot { background-image: url(spritesmith4.png); - background-position: -1234px -1928px; + background-position: -147px -1871px; width: 48px; height: 51px; } .Pet_Egg_Penguin { background-image: url(spritesmith4.png); - background-position: -1283px -1928px; + background-position: -196px -1871px; width: 48px; height: 51px; } .Pet_Egg_PolarBear { background-image: url(spritesmith4.png); - background-position: -1332px -1928px; + background-position: -245px -1871px; width: 48px; height: 51px; } .Pet_Egg_Rat { background-image: url(spritesmith4.png); - background-position: -1381px -1928px; + background-position: -294px -1871px; width: 48px; height: 51px; } .Pet_Egg_Rock { background-image: url(spritesmith4.png); - background-position: -1430px -1928px; + background-position: -343px -1871px; width: 48px; height: 51px; } .Pet_Egg_Rooster { background-image: url(spritesmith4.png); - background-position: -1479px -1928px; + background-position: -392px -1871px; width: 48px; height: 51px; } .Pet_Egg_Seahorse { background-image: url(spritesmith4.png); - background-position: -1528px -1928px; + background-position: -441px -1871px; width: 48px; height: 51px; } .Pet_Egg_Sheep { background-image: url(spritesmith4.png); - background-position: -1577px -1928px; + background-position: -490px -1871px; width: 48px; height: 51px; } .Pet_Egg_Slime { background-image: url(spritesmith4.png); - background-position: -1626px -1928px; + background-position: -539px -1871px; width: 48px; height: 51px; } .Pet_Egg_Spider { background-image: url(spritesmith4.png); - background-position: -1675px -1928px; + background-position: -1620px -1819px; width: 48px; height: 51px; } .Pet_Egg_TRex { background-image: url(spritesmith4.png); - background-position: -1724px -1928px; + background-position: -1571px -1819px; width: 48px; height: 51px; } .Pet_Egg_TigerCub { background-image: url(spritesmith4.png); - background-position: -1773px -1928px; + background-position: -1522px -1819px; + width: 48px; + height: 51px; +} +.Pet_Egg_Whale { + background-image: url(spritesmith4.png); + background-position: -1473px -1819px; width: 48px; height: 51px; } .Pet_Egg_Wolf { background-image: url(spritesmith4.png); - background-position: -1822px -1928px; + background-position: -1424px -1819px; width: 48px; height: 51px; } .Pet_Food_Cake_Base { background-image: url(spritesmith4.png); - background-position: -2010px -1248px; + background-position: -720px -1871px; width: 43px; height: 43px; } .Pet_Food_Cake_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -2010px -1203px; + background-position: -677px -1871px; width: 42px; height: 44px; } .Pet_Food_Cake_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -2010px -932px; + background-position: -978px -787px; width: 43px; height: 45px; } .Pet_Food_Cake_Desert { background-image: url(spritesmith4.png); - background-position: -2010px -978px; + background-position: -1606px -1361px; width: 43px; height: 44px; } .Pet_Food_Cake_Golden { background-image: url(spritesmith4.png); - background-position: -2010px -1292px; + background-position: -2219px -1432px; width: 43px; height: 42px; } .Pet_Food_Cake_Red { background-image: url(spritesmith4.png); - background-position: -2010px -1023px; + background-position: -1562px -1361px; width: 43px; height: 44px; } .Pet_Food_Cake_Shade { background-image: url(spritesmith4.png); - background-position: -2010px -1158px; + background-position: -633px -1871px; width: 43px; height: 44px; } .Pet_Food_Cake_Skeleton { background-image: url(spritesmith4.png); - background-position: -2010px -884px; + background-position: -2219px -1384px; width: 42px; height: 47px; } .Pet_Food_Cake_White { background-image: url(spritesmith4.png); - background-position: -2010px -1113px; + background-position: -588px -1871px; width: 44px; height: 44px; } .Pet_Food_Cake_Zombie { background-image: url(spritesmith4.png); - background-position: -2010px -1068px; + background-position: -978px -839px; width: 45px; height: 44px; } .Pet_Food_Candy_Base { background-image: url(spritesmith4.png); - background-position: -2010px -416px; + background-position: -1375px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -2010px -468px; + background-position: -1326px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -2010px -520px; + background-position: -1277px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Desert { background-image: url(spritesmith4.png); - background-position: -2010px -572px; + background-position: -1228px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Golden { background-image: url(spritesmith4.png); - background-position: -2010px -624px; + background-position: -1179px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Red { background-image: url(spritesmith4.png); - background-position: -2010px -676px; + background-position: -1130px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Shade { background-image: url(spritesmith4.png); - background-position: -2010px -728px; + background-position: -983px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Skeleton { background-image: url(spritesmith4.png); - background-position: -2010px -780px; + background-position: -49px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_White { background-image: url(spritesmith4.png); - background-position: -2010px -832px; + background-position: -1081px -1819px; width: 48px; height: 51px; } .Pet_Food_Candy_Zombie { background-image: url(spritesmith4.png); - background-position: -2010px -364px; + background-position: -294px -1819px; width: 48px; height: 51px; } .Pet_Food_Chocolate { background-image: url(spritesmith4.png); - background-position: -2010px -312px; + background-position: -392px -1819px; width: 48px; height: 51px; } .Pet_Food_CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -2010px -260px; + background-position: 0px -1819px; width: 48px; height: 51px; } .Pet_Food_CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -2010px -208px; + background-position: -2199px -1735px; width: 48px; height: 51px; } .Pet_Food_Fish { background-image: url(spritesmith4.png); - background-position: -2010px -156px; + background-position: -1807px -1735px; width: 48px; height: 51px; } .Pet_Food_Honey { background-image: url(spritesmith4.png); - background-position: -2010px -104px; + background-position: -735px -1819px; width: 48px; height: 51px; } .Pet_Food_Meat { background-image: url(spritesmith4.png); - background-position: -2010px -52px; + background-position: -784px -1819px; width: 48px; height: 51px; } .Pet_Food_Milk { background-image: url(spritesmith4.png); - background-position: -2010px 0px; + background-position: -686px -1819px; width: 48px; height: 51px; } .Pet_Food_Potatoe { background-image: url(spritesmith4.png); - background-position: -1920px -1928px; + background-position: -637px -1819px; width: 48px; height: 51px; } .Pet_Food_RottenMeat { background-image: url(spritesmith4.png); - background-position: -1871px -1928px; + background-position: -1709px -1735px; width: 48px; height: 51px; } .Pet_Food_Saddle { background-image: url(spritesmith4.png); - background-position: -1548px -1373px; + background-position: -1660px -1735px; width: 48px; height: 51px; } .Pet_Food_Strawberry { background-image: url(spritesmith4.png); - background-position: -1961px -1820px; + background-position: -1611px -1735px; width: 48px; height: 51px; } .Mount_Body_BearCub-Base { background-image: url(spritesmith4.png); - background-position: -962px -1426px; + background-position: -106px -1523px; width: 105px; height: 105px; } .Mount_Body_BearCub-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -856px -1426px; + background-position: 0px -1523px; width: 105px; height: 105px; } .Mount_Body_BearCub-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -750px -1426px; + background-position: -1492px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Desert { background-image: url(spritesmith4.png); - background-position: -644px -1426px; + background-position: -1386px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Golden { background-image: url(spritesmith4.png); - background-position: -538px -1426px; + background-position: -1280px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Polar { background-image: url(spritesmith4.png); - background-position: -432px -1426px; + background-position: -1174px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Red { background-image: url(spritesmith4.png); - background-position: -326px -1426px; + background-position: -1068px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Shade { background-image: url(spritesmith4.png); - background-position: -1254px -1254px; + background-position: -962px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Skeleton { background-image: url(spritesmith4.png); - background-position: -1295px -1076px; + background-position: -856px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-White { background-image: url(spritesmith4.png); - background-position: -1658px 0px; + background-position: -750px -1408px; width: 105px; height: 105px; } .Mount_Body_BearCub-Zombie { background-image: url(spritesmith4.png); - background-position: -1484px -1537px; + background-position: -530px -1629px; width: 105px; height: 105px; } .Mount_Body_Bunny-Base { background-image: url(spritesmith4.png); - background-position: -1378px -1537px; + background-position: -424px -1629px; width: 105px; height: 105px; } .Mount_Body_Bunny-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -1272px -1537px; + background-position: -318px -1629px; width: 105px; height: 105px; } .Mount_Body_Bunny-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1166px -1537px; + background-position: -106px -1629px; width: 105px; height: 105px; } .Mount_Body_Bunny-Desert { background-image: url(spritesmith4.png); - background-position: -1060px -1537px; + background-position: 0px -1629px; width: 105px; height: 105px; } .Mount_Body_Bunny-Golden { background-image: url(spritesmith4.png); - background-position: -954px -1537px; + background-position: -1658px -1484px; width: 105px; height: 105px; } .Mount_Body_Bunny-Red { background-image: url(spritesmith4.png); - background-position: -848px -1537px; + background-position: -1658px -1378px; width: 105px; height: 105px; } .Mount_Body_Bunny-Shade { background-image: url(spritesmith4.png); - background-position: -742px -1537px; + background-position: -1658px -1272px; width: 105px; height: 105px; } .Mount_Body_Bunny-Skeleton { background-image: url(spritesmith4.png); - background-position: -636px -1537px; + background-position: -1658px -1166px; width: 105px; height: 105px; } .Mount_Body_Bunny-White { background-image: url(spritesmith4.png); - background-position: -530px -1537px; + background-position: -1658px -1060px; width: 105px; height: 105px; } .Mount_Body_Bunny-Zombie { background-image: url(spritesmith4.png); - background-position: -424px -1537px; + background-position: -1658px -954px; width: 105px; height: 105px; } .Mount_Body_Cactus-Base { background-image: url(spritesmith4.png); - background-position: -1658px -106px; + background-position: -1658px -848px; width: 105px; height: 105px; } .Mount_Body_Cactus-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -318px -1537px; + background-position: -1658px -742px; width: 105px; height: 105px; } .Mount_Body_Cactus-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -1068px -1426px; + background-position: -1658px -530px; width: 105px; height: 105px; } .Mount_Body_Cactus-Desert { background-image: url(spritesmith4.png); - background-position: -1174px -1426px; + background-position: -1658px -424px; width: 105px; height: 105px; } .Mount_Body_Cactus-Golden { background-image: url(spritesmith4.png); - background-position: -1280px -1426px; + background-position: -1658px -318px; width: 105px; height: 105px; } .Mount_Body_Cactus-Red { background-image: url(spritesmith4.png); - background-position: -1386px -1426px; + background-position: -1658px -212px; width: 105px; height: 105px; } .Mount_Body_Cactus-Shade { background-image: url(spritesmith4.png); - background-position: -1492px -1426px; + background-position: -1658px -106px; width: 105px; height: 105px; } .Mount_Body_Cactus-Skeleton { background-image: url(spritesmith4.png); - background-position: 0px -1537px; + background-position: -1658px 0px; width: 105px; height: 105px; } .Mount_Body_Cactus-White { background-image: url(spritesmith4.png); - background-position: -106px -1537px; + background-position: -1484px -1523px; width: 105px; height: 105px; } .Mount_Body_Cactus-Zombie { background-image: url(spritesmith4.png); - background-position: -212px -1537px; + background-position: -1378px -1523px; width: 105px; height: 105px; } .Mount_Body_Cuttlefish-Base { background-image: url(spritesmith4.png); - background-position: -880px -672px; + background-position: -1462px -1191px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-CottonCandyBlue { background-image: url(spritesmith4.png); - background-position: -660px -452px; + background-position: -106px -1408px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-CottonCandyPink { background-image: url(spritesmith4.png); - background-position: -660px -232px; + background-position: -880px -672px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Desert { background-image: url(spritesmith4.png); - background-position: -1450px -1258px; + background-position: -1547px -955px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Golden { background-image: url(spritesmith4.png); - background-position: -1450px -1143px; + background-position: 0px -1408px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Red { background-image: url(spritesmith4.png); - background-position: -1450px -913px; + background-position: -212px -1408px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Shade { background-image: url(spritesmith4.png); - background-position: -1450px -798px; + background-position: -660px -452px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-Skeleton { background-image: url(spritesmith4.png); - background-position: -1535px -677px; + background-position: -1314px -1257px; width: 105px; height: 114px; } .Mount_Body_Cuttlefish-White { background-image: url(spritesmith4.png); - background-position: -1450px -1028px; + background-position: -318px -1408px; width: 105px; height: 114px; } +.Mount_Body_Cuttlefish-Zombie { + background-image: url(spritesmith4.png); + background-position: -1462px -1076px; + width: 105px; + height: 114px; +} +.Mount_Body_Deer-Base { + background-image: url(spritesmith4.png); + background-position: -212px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -1272px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-CottonCandyPink { + background-image: url(spritesmith4.png); + background-position: -1166px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Desert { + background-image: url(spritesmith4.png); + background-position: -1060px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Golden { + background-image: url(spritesmith4.png); + background-position: -954px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Red { + background-image: url(spritesmith4.png); + background-position: -848px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Shade { + background-image: url(spritesmith4.png); + background-position: -742px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Skeleton { + background-image: url(spritesmith4.png); + background-position: -636px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-White { + background-image: url(spritesmith4.png); + background-position: -530px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Deer-Zombie { + background-image: url(spritesmith4.png); + background-position: -318px -1523px; + width: 105px; + height: 105px; +} +.Mount_Body_Dragon-Base { + background-image: url(spritesmith4.png); + background-position: -212px -1629px; + width: 105px; + height: 105px; +} +.Mount_Body_Dragon-CottonCandyBlue { + background-image: url(spritesmith4.png); + background-position: -424px -1523px; + width: 105px; + height: 105px; +} diff --git a/common/dist/sprites/spritesmith4.png b/common/dist/sprites/spritesmith4.png index 06f3619202..c225e95ae2 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 b2e956fc8b..985ad815d2 100644 --- a/common/dist/sprites/spritesmith5.css +++ b/common/dist/sprites/spritesmith5.css @@ -1,492 +1,414 @@ -.Mount_Body_Cuttlefish-Zombie { - background-image: url(spritesmith5.png); - background-position: -106px -668px; - width: 105px; - height: 114px; -} -.Mount_Body_Deer-Base { - background-image: url(spritesmith5.png); - background-position: 0px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -530px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-CottonCandyPink { - background-image: url(spritesmith5.png); - background-position: -636px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Desert { - background-image: url(spritesmith5.png); - background-position: -742px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Golden { - background-image: url(spritesmith5.png); - background-position: -848px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Red { - background-image: url(spritesmith5.png); - background-position: -954px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Shade { - background-image: url(spritesmith5.png); - background-position: -1060px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Skeleton { - background-image: url(spritesmith5.png); - background-position: -1166px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-White { - background-image: url(spritesmith5.png); - background-position: -1272px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Deer-Zombie { - background-image: url(spritesmith5.png); - background-position: -1378px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Dragon-Base { - background-image: url(spritesmith5.png); - background-position: -1484px -1525px; - width: 105px; - height: 105px; -} -.Mount_Body_Dragon-CottonCandyBlue { - background-image: url(spritesmith5.png); - background-position: -1634px -1166px; - width: 105px; - height: 105px; -} .Mount_Body_Dragon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1634px -1272px; + background-position: -854px -889px; width: 105px; height: 105px; } .Mount_Body_Dragon-Desert { background-image: url(spritesmith5.png); - background-position: -1634px -1378px; + background-position: -530px -1525px; width: 105px; height: 105px; } .Mount_Body_Dragon-Golden { background-image: url(spritesmith5.png); - background-position: -1634px -1484px; + background-position: -1531px -742px; width: 105px; height: 105px; } .Mount_Body_Dragon-Red { background-image: url(spritesmith5.png); - background-position: 0px -1631px; + background-position: -1531px -848px; width: 105px; height: 105px; } .Mount_Body_Dragon-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1631px; + background-position: -1531px -954px; width: 105px; height: 105px; } .Mount_Body_Dragon-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1631px; + background-position: -1531px -1060px; width: 105px; height: 105px; } .Mount_Body_Dragon-White { background-image: url(spritesmith5.png); - background-position: -318px -1631px; + background-position: -1531px -1166px; width: 105px; height: 105px; } .Mount_Body_Dragon-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1631px; + background-position: -1531px -1272px; width: 105px; height: 105px; } .Mount_Body_Egg-Base { background-image: url(spritesmith5.png); - background-position: -530px -1631px; + background-position: -1531px -1378px; width: 105px; height: 105px; } .Mount_Body_Egg-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -530px -1737px; + background-position: 0px -1525px; width: 105px; height: 105px; } .Mount_Body_Egg-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -636px -1737px; + background-position: -106px -1525px; width: 105px; height: 105px; } .Mount_Body_Egg-Desert { background-image: url(spritesmith5.png); - background-position: -742px -1737px; + background-position: -212px -1525px; width: 105px; height: 105px; } .Mount_Body_Egg-Golden { background-image: url(spritesmith5.png); - background-position: -848px -1737px; + background-position: -1637px -954px; width: 105px; height: 105px; } .Mount_Body_Egg-Red { background-image: url(spritesmith5.png); - background-position: -954px -1737px; + background-position: -1637px -1060px; width: 105px; height: 105px; } .Mount_Body_Egg-Shade { background-image: url(spritesmith5.png); - background-position: -1060px -1737px; + background-position: -1637px -1166px; width: 105px; height: 105px; } .Mount_Body_Egg-Skeleton { background-image: url(spritesmith5.png); - background-position: -1166px -1737px; + background-position: -1637px -1272px; width: 105px; height: 105px; } .Mount_Body_Egg-White { background-image: url(spritesmith5.png); - background-position: -1272px -1737px; + background-position: -1637px -1378px; width: 105px; height: 105px; } .Mount_Body_Egg-Zombie { background-image: url(spritesmith5.png); - background-position: -1378px -1737px; + background-position: -1637px -1484px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Base { background-image: url(spritesmith5.png); - background-position: -1484px -1737px; + background-position: 0px -1631px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2058px -424px; + background-position: -106px -1631px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2058px -742px; + background-position: -212px -1631px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Desert { background-image: url(spritesmith5.png); - background-position: -318px -668px; + background-position: -318px -1631px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Golden { background-image: url(spritesmith5.png); - background-position: -424px -668px; + background-position: -318px -1737px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Red { background-image: url(spritesmith5.png); - background-position: -530px -668px; + background-position: -424px -1737px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Shade { background-image: url(spritesmith5.png); - background-position: -636px -668px; + background-position: -530px -1737px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Skeleton { background-image: url(spritesmith5.png); - background-position: -786px 0px; + background-position: -636px -1737px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-White { background-image: url(spritesmith5.png); - background-position: -786px -106px; + background-position: -742px -1737px; width: 105px; height: 105px; } .Mount_Body_FlyingPig-Zombie { background-image: url(spritesmith5.png); - background-position: -786px -212px; + background-position: -848px -1737px; width: 105px; height: 105px; } .Mount_Body_Fox-Base { background-image: url(spritesmith5.png); - background-position: -786px -318px; + background-position: -954px -1737px; width: 105px; height: 105px; } .Mount_Body_Fox-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -786px -424px; + background-position: -1060px -1737px; width: 105px; height: 105px; } .Mount_Body_Fox-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -786px -530px; + background-position: -1166px -1737px; width: 105px; height: 105px; } .Mount_Body_Fox-Desert { background-image: url(spritesmith5.png); - background-position: -786px -636px; + background-position: -1272px -1737px; width: 105px; height: 105px; } .Mount_Body_Fox-Golden { background-image: url(spritesmith5.png); - background-position: 0px -783px; + background-position: -2061px -212px; width: 105px; height: 105px; } .Mount_Body_Fox-Red { background-image: url(spritesmith5.png); - background-position: -106px -783px; + background-position: -2061px -530px; width: 105px; height: 105px; } .Mount_Body_Fox-Shade { background-image: url(spritesmith5.png); - background-position: -212px -783px; + background-position: -318px -668px; width: 105px; height: 105px; } .Mount_Body_Fox-Skeleton { background-image: url(spritesmith5.png); - background-position: -318px -783px; + background-position: -424px -668px; width: 105px; height: 105px; } .Mount_Body_Fox-White { background-image: url(spritesmith5.png); - background-position: -424px -783px; + background-position: -530px -668px; width: 105px; height: 105px; } .Mount_Body_Fox-Zombie { background-image: url(spritesmith5.png); - background-position: -530px -783px; + background-position: -636px -668px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Base { background-image: url(spritesmith5.png); - background-position: -636px -783px; + background-position: -786px 0px; width: 105px; height: 105px; } .Mount_Body_Gryphon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -742px -783px; + background-position: -786px -106px; width: 105px; height: 105px; } .Mount_Body_Gryphon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -892px 0px; + background-position: -786px -212px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Desert { background-image: url(spritesmith5.png); - background-position: -892px -106px; + background-position: -786px -318px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Golden { background-image: url(spritesmith5.png); - background-position: -892px -212px; + background-position: -786px -424px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Red { background-image: url(spritesmith5.png); - background-position: -892px -318px; + background-position: -786px -530px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Shade { background-image: url(spritesmith5.png); - background-position: -892px -424px; + background-position: -786px -636px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Skeleton { background-image: url(spritesmith5.png); - background-position: -892px -530px; + background-position: 0px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-White { background-image: url(spritesmith5.png); - background-position: -892px -636px; + background-position: -106px -783px; width: 105px; height: 105px; } .Mount_Body_Gryphon-Zombie { background-image: url(spritesmith5.png); - background-position: -892px -742px; + background-position: -212px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Base { background-image: url(spritesmith5.png); - background-position: 0px -889px; + background-position: -318px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -106px -889px; + background-position: -424px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -212px -889px; + background-position: -530px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Desert { background-image: url(spritesmith5.png); - background-position: -318px -889px; + background-position: -636px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Golden { background-image: url(spritesmith5.png); - background-position: -424px -889px; + background-position: -742px -783px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Red { background-image: url(spritesmith5.png); - background-position: -530px -889px; + background-position: -892px 0px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Shade { background-image: url(spritesmith5.png); - background-position: -636px -889px; + background-position: -892px -106px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Skeleton { background-image: url(spritesmith5.png); - background-position: -742px -889px; + background-position: -892px -212px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-White { background-image: url(spritesmith5.png); - background-position: -848px -889px; + background-position: -892px -318px; width: 105px; height: 105px; } .Mount_Body_Hedgehog-Zombie { background-image: url(spritesmith5.png); - background-position: -998px 0px; + background-position: -892px -424px; width: 105px; height: 105px; } .Mount_Body_LionCub-Base { background-image: url(spritesmith5.png); - background-position: -998px -106px; + background-position: -892px -530px; width: 105px; height: 105px; } .Mount_Body_LionCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -998px -212px; + background-position: -892px -636px; width: 105px; height: 105px; } .Mount_Body_LionCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -998px -318px; + background-position: -892px -742px; width: 105px; height: 105px; } .Mount_Body_LionCub-Desert { background-image: url(spritesmith5.png); - background-position: -998px -424px; + background-position: 0px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Ethereal { background-image: url(spritesmith5.png); - background-position: -998px -530px; + background-position: -106px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Golden { background-image: url(spritesmith5.png); - background-position: -998px -636px; + background-position: -212px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Red { background-image: url(spritesmith5.png); - background-position: -998px -742px; + background-position: -318px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -998px -848px; + background-position: -424px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -995px; + background-position: -530px -889px; width: 111px; height: 105px; } .Mount_Body_LionCub-White { background-image: url(spritesmith5.png); - background-position: -112px -995px; + background-position: -642px -889px; width: 105px; height: 105px; } .Mount_Body_LionCub-Zombie { background-image: url(spritesmith5.png); - background-position: -218px -995px; + background-position: -748px -889px; width: 105px; height: 105px; } @@ -498,727 +420,733 @@ } .Mount_Body_MantisShrimp-Base { background-image: url(spritesmith5.png); - background-position: -430px -995px; + background-position: -998px 0px; width: 108px; height: 105px; } .Mount_Body_Octopus-Base { background-image: url(spritesmith5.png); - background-position: -539px -995px; + background-position: -998px -106px; width: 105px; height: 105px; } .Mount_Body_Octopus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -645px -995px; + background-position: -998px -212px; width: 105px; height: 105px; } .Mount_Body_Octopus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -751px -995px; + background-position: -998px -318px; width: 105px; height: 105px; } .Mount_Body_Octopus-Desert { background-image: url(spritesmith5.png); - background-position: -857px -995px; + background-position: -998px -424px; width: 105px; height: 105px; } .Mount_Body_Octopus-Golden { background-image: url(spritesmith5.png); - background-position: -963px -995px; + background-position: -998px -530px; width: 105px; height: 105px; } .Mount_Body_Octopus-Red { background-image: url(spritesmith5.png); - background-position: -1104px 0px; + background-position: -998px -636px; width: 105px; height: 105px; } .Mount_Body_Octopus-Shade { background-image: url(spritesmith5.png); - background-position: -1104px -106px; + background-position: -998px -742px; width: 105px; height: 105px; } .Mount_Body_Octopus-Skeleton { background-image: url(spritesmith5.png); - background-position: -1104px -212px; + background-position: -998px -848px; width: 105px; height: 105px; } .Mount_Body_Octopus-White { background-image: url(spritesmith5.png); - background-position: -1104px -318px; + background-position: 0px -995px; width: 105px; height: 105px; } .Mount_Body_Octopus-Zombie { background-image: url(spritesmith5.png); - background-position: -1104px -424px; + background-position: -106px -995px; + width: 105px; + height: 105px; +} +.Mount_Body_Orca-Base { + background-image: url(spritesmith5.png); + background-position: -212px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Base { background-image: url(spritesmith5.png); - background-position: -1104px -530px; + background-position: -318px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1104px -636px; + background-position: -424px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1104px -742px; + background-position: -530px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Desert { background-image: url(spritesmith5.png); - background-position: -1104px -848px; + background-position: -636px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Golden { background-image: url(spritesmith5.png); - background-position: -1104px -954px; + background-position: -742px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Red { background-image: url(spritesmith5.png); - background-position: 0px -1101px; + background-position: -848px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1101px; + background-position: -954px -995px; width: 105px; height: 105px; } .Mount_Body_Owl-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1101px; + background-position: -1107px 0px; width: 105px; height: 105px; } .Mount_Body_Owl-White { background-image: url(spritesmith5.png); - background-position: -318px -1101px; + background-position: -1107px -106px; width: 105px; height: 105px; } .Mount_Body_Owl-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1101px; + background-position: -1107px -212px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Base { background-image: url(spritesmith5.png); - background-position: -530px -1101px; + background-position: -1107px -318px; width: 105px; height: 105px; } .Mount_Body_PandaCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -636px -1101px; + background-position: -1107px -424px; width: 105px; height: 105px; } .Mount_Body_PandaCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -742px -1101px; + background-position: -1107px -530px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Desert { background-image: url(spritesmith5.png); - background-position: -848px -1101px; + background-position: -1107px -636px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Golden { background-image: url(spritesmith5.png); - background-position: -954px -1101px; + background-position: -1107px -742px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Red { background-image: url(spritesmith5.png); - background-position: -1060px -1101px; + background-position: -1107px -848px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Shade { background-image: url(spritesmith5.png); - background-position: -1210px 0px; + background-position: -1107px -954px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1210px -106px; + background-position: 0px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-White { background-image: url(spritesmith5.png); - background-position: -1210px -212px; + background-position: -106px -1101px; width: 105px; height: 105px; } .Mount_Body_PandaCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1210px -318px; + background-position: -212px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Base { background-image: url(spritesmith5.png); - background-position: -1210px -424px; + background-position: -318px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1210px -530px; + background-position: -424px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1210px -636px; + background-position: -530px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Desert { background-image: url(spritesmith5.png); - background-position: -1210px -742px; + background-position: -636px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Golden { background-image: url(spritesmith5.png); - background-position: -1210px -848px; + background-position: -742px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Red { background-image: url(spritesmith5.png); - background-position: -1210px -954px; + background-position: -848px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Shade { background-image: url(spritesmith5.png); - background-position: -1210px -1060px; + background-position: -954px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -1207px; + background-position: -1060px -1101px; width: 105px; height: 105px; } .Mount_Body_Parrot-White { background-image: url(spritesmith5.png); - background-position: -106px -1207px; + background-position: -1213px 0px; width: 105px; height: 105px; } .Mount_Body_Parrot-Zombie { background-image: url(spritesmith5.png); - background-position: -212px -1207px; + background-position: -1213px -106px; width: 105px; height: 105px; } .Mount_Body_Penguin-Base { background-image: url(spritesmith5.png); - background-position: -318px -1207px; + background-position: -1213px -212px; width: 105px; height: 105px; } .Mount_Body_Penguin-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -424px -1207px; + background-position: -1213px -318px; width: 105px; height: 105px; } .Mount_Body_Penguin-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -530px -1207px; + background-position: -1213px -424px; width: 105px; height: 105px; } .Mount_Body_Penguin-Desert { background-image: url(spritesmith5.png); - background-position: -636px -1207px; + background-position: -1213px -530px; width: 105px; height: 105px; } .Mount_Body_Penguin-Golden { background-image: url(spritesmith5.png); - background-position: -742px -1207px; + background-position: -1213px -636px; width: 105px; height: 105px; } .Mount_Body_Penguin-Red { background-image: url(spritesmith5.png); - background-position: -848px -1207px; + background-position: -1213px -742px; width: 105px; height: 105px; } .Mount_Body_Penguin-Shade { background-image: url(spritesmith5.png); - background-position: -954px -1207px; + background-position: -1213px -848px; width: 105px; height: 105px; } .Mount_Body_Penguin-Skeleton { background-image: url(spritesmith5.png); - background-position: -1060px -1207px; + background-position: -1213px -954px; width: 105px; height: 105px; } .Mount_Body_Penguin-White { background-image: url(spritesmith5.png); - background-position: -1166px -1207px; + background-position: -1213px -1060px; width: 105px; height: 105px; } .Mount_Body_Penguin-Zombie { background-image: url(spritesmith5.png); - background-position: -1316px 0px; + background-position: 0px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Base { background-image: url(spritesmith5.png); - background-position: -1316px -106px; + background-position: -106px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1316px -212px; + background-position: -212px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1316px -318px; + background-position: -318px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Desert { background-image: url(spritesmith5.png); - background-position: -1316px -424px; + background-position: -424px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Golden { background-image: url(spritesmith5.png); - background-position: -1316px -530px; + background-position: -530px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Red { background-image: url(spritesmith5.png); - background-position: -1316px -636px; + background-position: -636px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Shade { background-image: url(spritesmith5.png); - background-position: -1316px -742px; + background-position: -742px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Skeleton { background-image: url(spritesmith5.png); - background-position: -1316px -848px; + background-position: -848px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-White { background-image: url(spritesmith5.png); - background-position: -1316px -954px; + background-position: -954px -1207px; width: 105px; height: 105px; } .Mount_Body_Rat-Zombie { background-image: url(spritesmith5.png); - background-position: -1316px -1060px; + background-position: -1060px -1207px; width: 105px; height: 105px; } .Mount_Body_Rock-Base { background-image: url(spritesmith5.png); - background-position: -1316px -1166px; + background-position: -1166px -1207px; width: 105px; height: 105px; } .Mount_Body_Rock-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: 0px -1313px; + background-position: -1319px 0px; width: 105px; height: 105px; } .Mount_Body_Rock-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -106px -1313px; + background-position: -1319px -106px; width: 105px; height: 105px; } .Mount_Body_Rock-Desert { background-image: url(spritesmith5.png); - background-position: -212px -1313px; + background-position: -1319px -212px; width: 105px; height: 105px; } .Mount_Body_Rock-Golden { background-image: url(spritesmith5.png); - background-position: -318px -1313px; + background-position: -1319px -318px; width: 105px; height: 105px; } .Mount_Body_Rock-Red { background-image: url(spritesmith5.png); - background-position: -424px -1313px; + background-position: -1319px -424px; width: 105px; height: 105px; } .Mount_Body_Rock-Shade { background-image: url(spritesmith5.png); - background-position: -530px -1313px; + background-position: -1319px -530px; width: 105px; height: 105px; } .Mount_Body_Rock-Skeleton { background-image: url(spritesmith5.png); - background-position: -636px -1313px; + background-position: -1319px -636px; width: 105px; height: 105px; } .Mount_Body_Rock-White { background-image: url(spritesmith5.png); - background-position: -742px -1313px; + background-position: -1319px -742px; width: 105px; height: 105px; } .Mount_Body_Rock-Zombie { background-image: url(spritesmith5.png); - background-position: -848px -1313px; + background-position: -1319px -848px; width: 105px; height: 105px; } .Mount_Body_Rooster-Base { background-image: url(spritesmith5.png); - background-position: -954px -1313px; + background-position: -1319px -954px; width: 105px; height: 105px; } .Mount_Body_Rooster-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1060px -1313px; + background-position: -1319px -1060px; width: 105px; height: 105px; } .Mount_Body_Rooster-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1166px -1313px; + background-position: -1319px -1166px; width: 105px; height: 105px; } .Mount_Body_Rooster-Desert { background-image: url(spritesmith5.png); - background-position: -1272px -1313px; + background-position: 0px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Golden { background-image: url(spritesmith5.png); - background-position: -1422px 0px; + background-position: -106px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Red { background-image: url(spritesmith5.png); - background-position: -1422px -106px; + background-position: -212px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Shade { background-image: url(spritesmith5.png); - background-position: -1422px -212px; + background-position: -318px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Skeleton { background-image: url(spritesmith5.png); - background-position: -1422px -318px; + background-position: -424px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-White { background-image: url(spritesmith5.png); - background-position: -1422px -424px; + background-position: -530px -1313px; width: 105px; height: 105px; } .Mount_Body_Rooster-Zombie { background-image: url(spritesmith5.png); - background-position: -1422px -530px; + background-position: -636px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Base { background-image: url(spritesmith5.png); - background-position: -1422px -636px; + background-position: -742px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1422px -742px; + background-position: -848px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1422px -848px; + background-position: -954px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Desert { background-image: url(spritesmith5.png); - background-position: -1422px -954px; + background-position: -1060px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Golden { background-image: url(spritesmith5.png); - background-position: -1422px -1060px; + background-position: -1166px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Red { background-image: url(spritesmith5.png); - background-position: -1422px -1166px; + background-position: -1272px -1313px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Shade { background-image: url(spritesmith5.png); - background-position: -1422px -1272px; + background-position: -1425px 0px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Skeleton { background-image: url(spritesmith5.png); - background-position: 0px -1419px; + background-position: -1425px -106px; width: 105px; height: 105px; } .Mount_Body_Seahorse-White { background-image: url(spritesmith5.png); - background-position: -106px -1419px; + background-position: -1425px -212px; width: 105px; height: 105px; } .Mount_Body_Seahorse-Zombie { background-image: url(spritesmith5.png); - background-position: -212px -1419px; + background-position: -1425px -318px; width: 105px; height: 105px; } .Mount_Body_Sheep-Base { background-image: url(spritesmith5.png); - background-position: -318px -1419px; + background-position: -1425px -424px; width: 105px; height: 105px; } .Mount_Body_Sheep-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -424px -1419px; + background-position: -1425px -530px; width: 105px; height: 105px; } .Mount_Body_Sheep-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -530px -1419px; + background-position: -1425px -636px; width: 105px; height: 105px; } .Mount_Body_Sheep-Desert { background-image: url(spritesmith5.png); - background-position: -636px -1419px; + background-position: -1425px -742px; width: 105px; height: 105px; } .Mount_Body_Sheep-Golden { background-image: url(spritesmith5.png); - background-position: -742px -1419px; + background-position: -1425px -848px; width: 105px; height: 105px; } .Mount_Body_Sheep-Red { background-image: url(spritesmith5.png); - background-position: -848px -1419px; + background-position: -1425px -954px; width: 105px; height: 105px; } .Mount_Body_Sheep-Shade { background-image: url(spritesmith5.png); - background-position: -954px -1419px; + background-position: -1425px -1060px; width: 105px; height: 105px; } .Mount_Body_Sheep-Skeleton { background-image: url(spritesmith5.png); - background-position: -1060px -1419px; + background-position: -1425px -1166px; width: 105px; height: 105px; } .Mount_Body_Sheep-White { background-image: url(spritesmith5.png); - background-position: -1166px -1419px; + background-position: -1425px -1272px; width: 105px; height: 105px; } .Mount_Body_Sheep-Zombie { background-image: url(spritesmith5.png); - background-position: -1272px -1419px; + background-position: 0px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Base { background-image: url(spritesmith5.png); - background-position: -1378px -1419px; + background-position: -106px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1528px 0px; + background-position: -212px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1528px -106px; + background-position: -318px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Desert { background-image: url(spritesmith5.png); - background-position: -1528px -212px; + background-position: -424px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Golden { background-image: url(spritesmith5.png); - background-position: -1528px -318px; + background-position: -530px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Red { background-image: url(spritesmith5.png); - background-position: -1528px -424px; + background-position: -636px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Shade { background-image: url(spritesmith5.png); - background-position: -1528px -530px; + background-position: -742px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Skeleton { background-image: url(spritesmith5.png); - background-position: -1528px -636px; + background-position: -848px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-White { background-image: url(spritesmith5.png); - background-position: -1528px -742px; + background-position: -954px -1419px; width: 105px; height: 105px; } .Mount_Body_Slime-Zombie { background-image: url(spritesmith5.png); - background-position: -1528px -848px; + background-position: -1060px -1419px; width: 105px; height: 105px; } .Mount_Body_Spider-Base { background-image: url(spritesmith5.png); - background-position: -1528px -954px; + background-position: -1166px -1419px; width: 105px; height: 105px; } .Mount_Body_Spider-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1528px -1060px; + background-position: -1272px -1419px; width: 105px; height: 105px; } .Mount_Body_Spider-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1528px -1166px; + background-position: -1378px -1419px; width: 105px; height: 105px; } .Mount_Body_Spider-Desert { background-image: url(spritesmith5.png); - background-position: -1528px -1272px; + background-position: -1531px 0px; width: 105px; height: 105px; } .Mount_Body_Spider-Golden { background-image: url(spritesmith5.png); - background-position: -1528px -1378px; + background-position: -1531px -106px; width: 105px; height: 105px; } .Mount_Body_Spider-Red { background-image: url(spritesmith5.png); - background-position: -2164px -848px; + background-position: -1531px -212px; width: 105px; height: 105px; } .Mount_Body_Spider-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1525px; + background-position: -1531px -318px; width: 105px; height: 105px; } .Mount_Body_Spider-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1525px; + background-position: -1531px -424px; width: 105px; height: 105px; } .Mount_Body_Spider-White { background-image: url(spritesmith5.png); - background-position: -318px -1525px; + background-position: -1531px -530px; width: 105px; height: 105px; } .Mount_Body_Spider-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1525px; + background-position: -1531px -636px; width: 105px; height: 105px; } @@ -1284,67 +1212,127 @@ } .Mount_Body_TigerCub-Base { background-image: url(spritesmith5.png); - background-position: -1634px 0px; + background-position: -318px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1634px -106px; + background-position: -424px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1634px -212px; + background-position: -212px -668px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Desert { background-image: url(spritesmith5.png); - background-position: -1634px -318px; + background-position: -636px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Golden { background-image: url(spritesmith5.png); - background-position: -1634px -424px; + background-position: -742px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Red { background-image: url(spritesmith5.png); - background-position: -1634px -530px; + background-position: -848px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Shade { background-image: url(spritesmith5.png); - background-position: -1634px -636px; + background-position: -954px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1634px -742px; + background-position: -1060px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-White { background-image: url(spritesmith5.png); - background-position: -1634px -848px; + background-position: -1166px -1525px; width: 105px; height: 105px; } .Mount_Body_TigerCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1634px -954px; + background-position: -1272px -1525px; width: 105px; height: 105px; } .Mount_Body_Turkey-Base { background-image: url(spritesmith5.png); - background-position: -1634px -1060px; + background-position: -1378px -1525px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Base { + background-image: url(spritesmith5.png); + background-position: -1484px -1525px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -1637px 0px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -1637px -106px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Desert { + background-image: url(spritesmith5.png); + background-position: -1637px -212px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Golden { + background-image: url(spritesmith5.png); + background-position: -1637px -318px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Red { + background-image: url(spritesmith5.png); + background-position: -1637px -424px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Shade { + background-image: url(spritesmith5.png); + background-position: -1637px -530px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Skeleton { + background-image: url(spritesmith5.png); + background-position: -1637px -636px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-White { + background-image: url(spritesmith5.png); + background-position: -1637px -742px; + width: 105px; + height: 105px; +} +.Mount_Body_Whale-Zombie { + background-image: url(spritesmith5.png); + background-position: -1637px -848px; width: 105px; height: 105px; } @@ -1410,187 +1398,187 @@ } .Mount_Head_BearCub-Base { background-image: url(spritesmith5.png); - background-position: -636px -1631px; + background-position: -424px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -742px -1631px; + background-position: -530px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -848px -1631px; + background-position: -636px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Desert { background-image: url(spritesmith5.png); - background-position: -954px -1631px; + background-position: -742px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Golden { background-image: url(spritesmith5.png); - background-position: -1060px -1631px; + background-position: -848px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Polar { background-image: url(spritesmith5.png); - background-position: -1166px -1631px; + background-position: -954px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Red { background-image: url(spritesmith5.png); - background-position: -1272px -1631px; + background-position: -1060px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Shade { background-image: url(spritesmith5.png); - background-position: -1378px -1631px; + background-position: -1166px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1484px -1631px; + background-position: -1272px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-White { background-image: url(spritesmith5.png); - background-position: -1590px -1631px; + background-position: -1378px -1631px; width: 105px; height: 105px; } .Mount_Head_BearCub-Zombie { background-image: url(spritesmith5.png); - background-position: -1740px 0px; + background-position: -1484px -1631px; width: 105px; height: 105px; } .Mount_Head_Bunny-Base { background-image: url(spritesmith5.png); - background-position: -1740px -106px; + background-position: -1590px -1631px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1740px -212px; + background-position: -1743px 0px; width: 105px; height: 105px; } .Mount_Head_Bunny-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1740px -318px; + background-position: -1743px -106px; width: 105px; height: 105px; } .Mount_Head_Bunny-Desert { background-image: url(spritesmith5.png); - background-position: -1740px -424px; + background-position: -1743px -212px; width: 105px; height: 105px; } .Mount_Head_Bunny-Golden { background-image: url(spritesmith5.png); - background-position: -1740px -530px; + background-position: -1743px -318px; width: 105px; height: 105px; } .Mount_Head_Bunny-Red { background-image: url(spritesmith5.png); - background-position: -1740px -636px; + background-position: -1743px -424px; width: 105px; height: 105px; } .Mount_Head_Bunny-Shade { background-image: url(spritesmith5.png); - background-position: -1740px -742px; + background-position: -1743px -530px; width: 105px; height: 105px; } .Mount_Head_Bunny-Skeleton { background-image: url(spritesmith5.png); - background-position: -1740px -848px; + background-position: -1743px -636px; width: 105px; height: 105px; } .Mount_Head_Bunny-White { background-image: url(spritesmith5.png); - background-position: -1740px -954px; + background-position: -1743px -742px; width: 105px; height: 105px; } .Mount_Head_Bunny-Zombie { background-image: url(spritesmith5.png); - background-position: -1740px -1060px; + background-position: -1743px -848px; width: 105px; height: 105px; } .Mount_Head_Cactus-Base { background-image: url(spritesmith5.png); - background-position: -1740px -1166px; + background-position: -1743px -954px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1740px -1272px; + background-position: -1743px -1060px; width: 105px; height: 105px; } .Mount_Head_Cactus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1740px -1378px; + background-position: -1743px -1166px; width: 105px; height: 105px; } .Mount_Head_Cactus-Desert { background-image: url(spritesmith5.png); - background-position: -1740px -1484px; + background-position: -1743px -1272px; width: 105px; height: 105px; } .Mount_Head_Cactus-Golden { background-image: url(spritesmith5.png); - background-position: -1740px -1590px; + background-position: -1743px -1378px; width: 105px; height: 105px; } .Mount_Head_Cactus-Red { background-image: url(spritesmith5.png); - background-position: 0px -1737px; + background-position: -1743px -1484px; width: 105px; height: 105px; } .Mount_Head_Cactus-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1737px; + background-position: -1743px -1590px; width: 105px; height: 105px; } .Mount_Head_Cactus-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1737px; + background-position: 0px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-White { background-image: url(spritesmith5.png); - background-position: -318px -1737px; + background-position: -106px -1737px; width: 105px; height: 105px; } .Mount_Head_Cactus-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1737px; + background-position: -212px -1737px; width: 105px; height: 105px; } @@ -1656,487 +1644,487 @@ } .Mount_Head_Deer-Base { background-image: url(spritesmith5.png); - background-position: -1590px -1737px; + background-position: -1378px -1737px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1696px -1737px; + background-position: -1484px -1737px; width: 105px; height: 105px; } .Mount_Head_Deer-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1846px 0px; + background-position: -1590px -1737px; width: 105px; height: 105px; } .Mount_Head_Deer-Desert { background-image: url(spritesmith5.png); - background-position: -1846px -106px; + background-position: -1696px -1737px; width: 105px; height: 105px; } .Mount_Head_Deer-Golden { background-image: url(spritesmith5.png); - background-position: -1846px -212px; + background-position: -1849px 0px; width: 105px; height: 105px; } .Mount_Head_Deer-Red { background-image: url(spritesmith5.png); - background-position: -1846px -318px; + background-position: -1849px -106px; width: 105px; height: 105px; } .Mount_Head_Deer-Shade { background-image: url(spritesmith5.png); - background-position: -1846px -424px; + background-position: -1849px -212px; width: 105px; height: 105px; } .Mount_Head_Deer-Skeleton { background-image: url(spritesmith5.png); - background-position: -1846px -530px; + background-position: -1849px -318px; width: 105px; height: 105px; } .Mount_Head_Deer-White { background-image: url(spritesmith5.png); - background-position: -1846px -636px; + background-position: -1849px -424px; width: 105px; height: 105px; } .Mount_Head_Deer-Zombie { background-image: url(spritesmith5.png); - background-position: -1846px -742px; + background-position: -1849px -530px; width: 105px; height: 105px; } .Mount_Head_Dragon-Base { background-image: url(spritesmith5.png); - background-position: -1846px -848px; + background-position: -1849px -636px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1846px -954px; + background-position: -1849px -742px; width: 105px; height: 105px; } .Mount_Head_Dragon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1846px -1060px; + background-position: -1849px -848px; width: 105px; height: 105px; } .Mount_Head_Dragon-Desert { background-image: url(spritesmith5.png); - background-position: -1846px -1166px; + background-position: -1849px -954px; width: 105px; height: 105px; } .Mount_Head_Dragon-Golden { background-image: url(spritesmith5.png); - background-position: -1846px -1272px; + background-position: -1849px -1060px; width: 105px; height: 105px; } .Mount_Head_Dragon-Red { background-image: url(spritesmith5.png); - background-position: -1846px -1378px; + background-position: -1849px -1166px; width: 105px; height: 105px; } .Mount_Head_Dragon-Shade { background-image: url(spritesmith5.png); - background-position: -1846px -1484px; + background-position: -1849px -1272px; width: 105px; height: 105px; } .Mount_Head_Dragon-Skeleton { background-image: url(spritesmith5.png); - background-position: -1846px -1590px; + background-position: -1849px -1378px; width: 105px; height: 105px; } .Mount_Head_Dragon-White { background-image: url(spritesmith5.png); - background-position: -1846px -1696px; + background-position: -1849px -1484px; width: 105px; height: 105px; } .Mount_Head_Dragon-Zombie { background-image: url(spritesmith5.png); - background-position: 0px -1843px; + background-position: -1849px -1590px; width: 105px; height: 105px; } .Mount_Head_Egg-Base { background-image: url(spritesmith5.png); - background-position: -106px -1843px; + background-position: -1849px -1696px; width: 105px; height: 105px; } .Mount_Head_Egg-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -212px -1843px; + background-position: 0px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -318px -1843px; + background-position: -106px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Desert { background-image: url(spritesmith5.png); - background-position: -424px -1843px; + background-position: -212px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Golden { background-image: url(spritesmith5.png); - background-position: -530px -1843px; + background-position: -318px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Red { background-image: url(spritesmith5.png); - background-position: -636px -1843px; + background-position: -424px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Shade { background-image: url(spritesmith5.png); - background-position: -742px -1843px; + background-position: -530px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Skeleton { background-image: url(spritesmith5.png); - background-position: -848px -1843px; + background-position: -636px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-White { background-image: url(spritesmith5.png); - background-position: -954px -1843px; + background-position: -742px -1843px; width: 105px; height: 105px; } .Mount_Head_Egg-Zombie { background-image: url(spritesmith5.png); - background-position: -1060px -1843px; + background-position: -848px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Base { background-image: url(spritesmith5.png); - background-position: -1166px -1843px; + background-position: -954px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1272px -1843px; + background-position: -1060px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1378px -1843px; + background-position: -1166px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Desert { background-image: url(spritesmith5.png); - background-position: -1484px -1843px; + background-position: -1272px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Golden { background-image: url(spritesmith5.png); - background-position: -1590px -1843px; + background-position: -1378px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Red { background-image: url(spritesmith5.png); - background-position: -1696px -1843px; + background-position: -1484px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Shade { background-image: url(spritesmith5.png); - background-position: -1802px -1843px; + background-position: -1590px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Skeleton { background-image: url(spritesmith5.png); - background-position: -1952px 0px; + background-position: -1696px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-White { background-image: url(spritesmith5.png); - background-position: -1952px -106px; + background-position: -1802px -1843px; width: 105px; height: 105px; } .Mount_Head_FlyingPig-Zombie { background-image: url(spritesmith5.png); - background-position: -1952px -212px; + background-position: -1955px 0px; width: 105px; height: 105px; } .Mount_Head_Fox-Base { background-image: url(spritesmith5.png); - background-position: -1952px -318px; + background-position: -1955px -106px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1952px -424px; + background-position: -1955px -212px; width: 105px; height: 105px; } .Mount_Head_Fox-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1952px -530px; + background-position: -1955px -318px; width: 105px; height: 105px; } .Mount_Head_Fox-Desert { background-image: url(spritesmith5.png); - background-position: -1952px -636px; + background-position: -1955px -424px; width: 105px; height: 105px; } .Mount_Head_Fox-Golden { background-image: url(spritesmith5.png); - background-position: -1952px -742px; + background-position: -1955px -530px; width: 105px; height: 105px; } .Mount_Head_Fox-Red { background-image: url(spritesmith5.png); - background-position: -1952px -848px; + background-position: -1955px -636px; width: 105px; height: 105px; } .Mount_Head_Fox-Shade { background-image: url(spritesmith5.png); - background-position: -1952px -954px; + background-position: -1955px -742px; width: 105px; height: 105px; } .Mount_Head_Fox-Skeleton { background-image: url(spritesmith5.png); - background-position: -1952px -1060px; + background-position: -1955px -848px; width: 105px; height: 105px; } .Mount_Head_Fox-White { background-image: url(spritesmith5.png); - background-position: -1952px -1166px; + background-position: -1955px -954px; width: 105px; height: 105px; } .Mount_Head_Fox-Zombie { background-image: url(spritesmith5.png); - background-position: -1952px -1272px; + background-position: -1955px -1060px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Base { background-image: url(spritesmith5.png); - background-position: -1952px -1378px; + background-position: -1955px -1166px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1952px -1484px; + background-position: -1955px -1272px; width: 105px; height: 105px; } .Mount_Head_Gryphon-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1952px -1590px; + background-position: -1955px -1378px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Desert { background-image: url(spritesmith5.png); - background-position: -1952px -1696px; + background-position: -1955px -1484px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Golden { background-image: url(spritesmith5.png); - background-position: -1952px -1802px; + background-position: -1955px -1590px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Red { background-image: url(spritesmith5.png); - background-position: 0px -1949px; + background-position: -1955px -1696px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Shade { background-image: url(spritesmith5.png); - background-position: -106px -1949px; + background-position: -1955px -1802px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -1949px; + background-position: 0px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-White { background-image: url(spritesmith5.png); - background-position: -318px -1949px; + background-position: -106px -1949px; width: 105px; height: 105px; } .Mount_Head_Gryphon-Zombie { background-image: url(spritesmith5.png); - background-position: -424px -1949px; + background-position: -212px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Base { background-image: url(spritesmith5.png); - background-position: -530px -1949px; + background-position: -318px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -636px -1949px; + background-position: -424px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -742px -1949px; + background-position: -530px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Desert { background-image: url(spritesmith5.png); - background-position: -848px -1949px; + background-position: -636px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Golden { background-image: url(spritesmith5.png); - background-position: -954px -1949px; + background-position: -742px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Red { background-image: url(spritesmith5.png); - background-position: -1060px -1949px; + background-position: -848px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Shade { background-image: url(spritesmith5.png); - background-position: -1166px -1949px; + background-position: -954px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Skeleton { background-image: url(spritesmith5.png); - background-position: -1272px -1949px; + background-position: -1060px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-White { background-image: url(spritesmith5.png); - background-position: -1378px -1949px; + background-position: -1166px -1949px; width: 105px; height: 105px; } .Mount_Head_Hedgehog-Zombie { background-image: url(spritesmith5.png); - background-position: -1484px -1949px; + background-position: -1272px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-Base { background-image: url(spritesmith5.png); - background-position: -1590px -1949px; + background-position: -1378px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1696px -1949px; + background-position: -1484px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1802px -1949px; + background-position: -1590px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-Desert { background-image: url(spritesmith5.png); - background-position: -1908px -1949px; + background-position: -1696px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-Ethereal { background-image: url(spritesmith5.png); - background-position: -2058px 0px; + background-position: -1802px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-Golden { background-image: url(spritesmith5.png); - background-position: -2058px -106px; + background-position: -1908px -1949px; width: 105px; height: 105px; } .Mount_Head_LionCub-Red { background-image: url(spritesmith5.png); - background-position: -2058px -212px; + background-position: -2061px 0px; width: 105px; height: 105px; } .Mount_Head_LionCub-Shade { background-image: url(spritesmith5.png); - background-position: -2058px -318px; + background-position: -2061px -106px; width: 105px; height: 105px; } .Mount_Head_LionCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -212px -668px; + background-position: -106px -668px; width: 105px; height: 110px; } .Mount_Head_LionCub-White { background-image: url(spritesmith5.png); - background-position: -2058px -530px; + background-position: -2061px -318px; width: 105px; height: 105px; } .Mount_Head_LionCub-Zombie { background-image: url(spritesmith5.png); - background-position: -2058px -636px; + background-position: -2061px -424px; width: 105px; height: 105px; } @@ -2154,235 +2142,307 @@ } .Mount_Head_Octopus-Base { background-image: url(spritesmith5.png); - background-position: -2058px -848px; + background-position: -2061px -636px; width: 105px; height: 105px; } .Mount_Head_Octopus-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2058px -954px; + background-position: -2061px -742px; width: 105px; height: 105px; } .Mount_Head_Octopus-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2058px -1060px; + background-position: -2061px -848px; width: 105px; height: 105px; } .Mount_Head_Octopus-Desert { background-image: url(spritesmith5.png); - background-position: -2058px -1166px; + background-position: -2061px -954px; width: 105px; height: 105px; } .Mount_Head_Octopus-Golden { background-image: url(spritesmith5.png); - background-position: -2058px -1272px; + background-position: -2061px -1060px; width: 105px; height: 105px; } .Mount_Head_Octopus-Red { background-image: url(spritesmith5.png); - background-position: -2058px -1378px; + background-position: -2061px -1166px; width: 105px; height: 105px; } .Mount_Head_Octopus-Shade { background-image: url(spritesmith5.png); - background-position: -2058px -1484px; + background-position: -2061px -1272px; width: 105px; height: 105px; } .Mount_Head_Octopus-Skeleton { background-image: url(spritesmith5.png); - background-position: -2058px -1590px; + background-position: -2061px -1378px; width: 105px; height: 105px; } .Mount_Head_Octopus-White { background-image: url(spritesmith5.png); - background-position: -2058px -1696px; + background-position: -2061px -1484px; width: 105px; height: 105px; } .Mount_Head_Octopus-Zombie { background-image: url(spritesmith5.png); - background-position: -2058px -1802px; + background-position: -2061px -1590px; + width: 105px; + height: 105px; +} +.Mount_Head_Orca-Base { + background-image: url(spritesmith5.png); + background-position: -2061px -1696px; width: 105px; height: 105px; } .Mount_Head_Owl-Base { background-image: url(spritesmith5.png); - background-position: -2058px -1908px; + background-position: -2061px -1802px; width: 105px; height: 105px; } .Mount_Head_Owl-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -109px -2055px; + background-position: -2061px -1908px; width: 105px; height: 105px; } .Mount_Head_Owl-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -215px -2055px; + background-position: -109px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Desert { background-image: url(spritesmith5.png); - background-position: -321px -2055px; + background-position: -215px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Golden { background-image: url(spritesmith5.png); - background-position: -427px -2055px; + background-position: -321px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Red { background-image: url(spritesmith5.png); - background-position: -533px -2055px; + background-position: -427px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Shade { background-image: url(spritesmith5.png); - background-position: -639px -2055px; + background-position: -533px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Skeleton { background-image: url(spritesmith5.png); - background-position: -745px -2055px; + background-position: -639px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-White { background-image: url(spritesmith5.png); - background-position: -851px -2055px; + background-position: -745px -2055px; width: 105px; height: 105px; } .Mount_Head_Owl-Zombie { background-image: url(spritesmith5.png); - background-position: -957px -2055px; + background-position: -851px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Base { background-image: url(spritesmith5.png); - background-position: -1063px -2055px; + background-position: -957px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -1169px -2055px; + background-position: -1063px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -1275px -2055px; + background-position: -1169px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Desert { background-image: url(spritesmith5.png); - background-position: -1381px -2055px; + background-position: -1275px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Golden { background-image: url(spritesmith5.png); - background-position: -1487px -2055px; + background-position: -1381px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Red { background-image: url(spritesmith5.png); - background-position: -1593px -2055px; + background-position: -1487px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Shade { background-image: url(spritesmith5.png); - background-position: -1699px -2055px; + background-position: -1593px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Skeleton { background-image: url(spritesmith5.png); - background-position: -1805px -2055px; + background-position: -1699px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-White { background-image: url(spritesmith5.png); - background-position: -1911px -2055px; + background-position: -1805px -2055px; width: 105px; height: 105px; } .Mount_Head_PandaCub-Zombie { background-image: url(spritesmith5.png); - background-position: -2017px -2055px; + background-position: -1911px -2055px; width: 105px; height: 105px; } .Mount_Head_Parrot-Base { background-image: url(spritesmith5.png); - background-position: -2164px 0px; + background-position: -2017px -2055px; width: 105px; height: 105px; } .Mount_Head_Parrot-CottonCandyBlue { background-image: url(spritesmith5.png); - background-position: -2164px -106px; + background-position: -2167px 0px; width: 105px; height: 105px; } .Mount_Head_Parrot-CottonCandyPink { background-image: url(spritesmith5.png); - background-position: -2164px -212px; + background-position: -2167px -106px; width: 105px; height: 105px; } .Mount_Head_Parrot-Desert { background-image: url(spritesmith5.png); - background-position: -2164px -318px; + background-position: -2167px -212px; width: 105px; height: 105px; } .Mount_Head_Parrot-Golden { background-image: url(spritesmith5.png); - background-position: -2164px -424px; + background-position: -2167px -318px; width: 105px; height: 105px; } .Mount_Head_Parrot-Red { background-image: url(spritesmith5.png); - background-position: -2164px -530px; + background-position: -2167px -424px; width: 105px; height: 105px; } .Mount_Head_Parrot-Shade { background-image: url(spritesmith5.png); - background-position: -2164px -636px; + background-position: -2167px -530px; width: 105px; height: 105px; } .Mount_Head_Parrot-Skeleton { background-image: url(spritesmith5.png); - background-position: -2164px -742px; + background-position: -2167px -636px; width: 105px; height: 105px; } .Mount_Head_Parrot-White { background-image: url(spritesmith5.png); - background-position: -324px -995px; + background-position: -2167px -742px; + width: 105px; + height: 105px; +} +.Mount_Head_Parrot-Zombie { + background-image: url(spritesmith5.png); + background-position: -2167px -848px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Base { + background-image: url(spritesmith5.png); + background-position: -2167px -954px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-CottonCandyBlue { + background-image: url(spritesmith5.png); + background-position: -2167px -1060px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-CottonCandyPink { + background-image: url(spritesmith5.png); + background-position: -2167px -1166px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Desert { + background-image: url(spritesmith5.png); + background-position: -2167px -1272px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Golden { + background-image: url(spritesmith5.png); + background-position: -2167px -1378px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Red { + background-image: url(spritesmith5.png); + background-position: -2167px -1484px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Shade { + background-image: url(spritesmith5.png); + background-position: -2167px -1590px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Skeleton { + background-image: url(spritesmith5.png); + background-position: -2167px -1696px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-White { + background-image: url(spritesmith5.png); + background-position: -2167px -1802px; + width: 105px; + height: 105px; +} +.Mount_Head_Penguin-Zombie { + background-image: url(spritesmith5.png); + background-position: -2167px -1908px; width: 105px; height: 105px; } diff --git a/common/dist/sprites/spritesmith5.png b/common/dist/sprites/spritesmith5.png index 5811f6a608..dc55cceba2 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 8dcd9995ee..97e0abf1f9 100644 --- a/common/dist/sprites/spritesmith6.css +++ b/common/dist/sprites/spritesmith6.css @@ -1,486 +1,420 @@ -.Mount_Head_Parrot-Zombie { - background-image: url(spritesmith6.png); - background-position: 0px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Base { - background-image: url(spritesmith6.png); - background-position: -1210px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -892px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: -106px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Desert { - background-image: url(spritesmith6.png); - background-position: -212px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Golden { - background-image: url(spritesmith6.png); - background-position: -318px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Red { - background-image: url(spritesmith6.png); - background-position: -424px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Shade { - background-image: url(spritesmith6.png); - background-position: -530px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Skeleton { - background-image: url(spritesmith6.png); - background-position: -636px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-White { - background-image: url(spritesmith6.png); - background-position: -742px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Penguin-Zombie { - background-image: url(spritesmith6.png); - background-position: -848px -968px; - width: 105px; - height: 105px; -} .Mount_Head_Rat-Base { - background-image: url(spritesmith6.png); - background-position: -954px -968px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -106px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: -212px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Desert { - background-image: url(spritesmith6.png); - background-position: -318px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Golden { - background-image: url(spritesmith6.png); - background-position: -424px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Red { - background-image: url(spritesmith6.png); - background-position: -530px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Shade { - background-image: url(spritesmith6.png); - background-position: -636px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Skeleton { - background-image: url(spritesmith6.png); - background-position: -742px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-White { - background-image: url(spritesmith6.png); - background-position: -848px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rat-Zombie { - background-image: url(spritesmith6.png); - background-position: -954px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Base { - background-image: url(spritesmith6.png); - background-position: -1060px -1074px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -106px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: -212px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Desert { - background-image: url(spritesmith6.png); - background-position: -318px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Golden { - background-image: url(spritesmith6.png); - background-position: -424px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Red { - background-image: url(spritesmith6.png); - background-position: -530px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Shade { - background-image: url(spritesmith6.png); - background-position: -680px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Skeleton { - background-image: url(spritesmith6.png); - background-position: -680px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-White { - background-image: url(spritesmith6.png); - background-position: -680px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Rock-Zombie { - background-image: url(spritesmith6.png); - background-position: -680px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Base { - background-image: url(spritesmith6.png); - background-position: -680px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -680px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: 0px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Desert { - background-image: url(spritesmith6.png); - background-position: -106px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Golden { - background-image: url(spritesmith6.png); - background-position: -212px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Red { - background-image: url(spritesmith6.png); - background-position: -318px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Shade { - background-image: url(spritesmith6.png); - background-position: -424px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Skeleton { - background-image: url(spritesmith6.png); - background-position: -530px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-White { - background-image: url(spritesmith6.png); - background-position: -636px -650px; - width: 105px; - height: 105px; -} -.Mount_Head_Rooster-Zombie { - background-image: url(spritesmith6.png); - background-position: -786px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Base { - background-image: url(spritesmith6.png); - background-position: -786px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -786px -212px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: -786px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Desert { - background-image: url(spritesmith6.png); - background-position: -786px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Golden { - background-image: url(spritesmith6.png); - background-position: -786px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Red { - background-image: url(spritesmith6.png); - background-position: -786px -636px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Shade { - background-image: url(spritesmith6.png); - background-position: 0px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Skeleton { - background-image: url(spritesmith6.png); - background-position: -106px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-White { - background-image: url(spritesmith6.png); - background-position: -212px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Seahorse-Zombie { - background-image: url(spritesmith6.png); - background-position: -318px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Base { - background-image: url(spritesmith6.png); - background-position: -424px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -530px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: -636px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Desert { - background-image: url(spritesmith6.png); - background-position: -742px -756px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Golden { - background-image: url(spritesmith6.png); - background-position: -892px 0px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Red { - background-image: url(spritesmith6.png); - background-position: -892px -106px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Shade { - background-image: url(spritesmith6.png); - background-position: 0px -544px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Skeleton { - background-image: url(spritesmith6.png); - background-position: -892px -318px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-White { - background-image: url(spritesmith6.png); - background-position: -892px -424px; - width: 105px; - height: 105px; -} -.Mount_Head_Sheep-Zombie { - background-image: url(spritesmith6.png); - background-position: -892px -530px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Base { - background-image: url(spritesmith6.png); - background-position: -892px -636px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-CottonCandyBlue { - background-image: url(spritesmith6.png); - background-position: -892px -742px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-CottonCandyPink { - background-image: url(spritesmith6.png); - background-position: 0px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Desert { - background-image: url(spritesmith6.png); - background-position: -106px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Golden { - background-image: url(spritesmith6.png); - background-position: -212px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Red { - background-image: url(spritesmith6.png); - background-position: -318px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Shade { - background-image: url(spritesmith6.png); - background-position: -424px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Skeleton { - background-image: url(spritesmith6.png); - background-position: -530px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-White { - background-image: url(spritesmith6.png); - background-position: -636px -862px; - width: 105px; - height: 105px; -} -.Mount_Head_Slime-Zombie { background-image: url(spritesmith6.png); background-position: -742px -862px; width: 105px; height: 105px; } -.Mount_Head_Spider-Base { +.Mount_Head_Rat-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -1060px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -892px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Rat-Desert { background-image: url(spritesmith6.png); background-position: -848px -862px; width: 105px; height: 105px; } -.Mount_Head_Spider-CottonCandyBlue { +.Mount_Head_Rat-Golden { background-image: url(spritesmith6.png); background-position: -998px 0px; width: 105px; height: 105px; } -.Mount_Head_Spider-CottonCandyPink { +.Mount_Head_Rat-Red { background-image: url(spritesmith6.png); background-position: -998px -106px; width: 105px; height: 105px; } -.Mount_Head_Spider-Desert { +.Mount_Head_Rat-Shade { background-image: url(spritesmith6.png); background-position: -998px -212px; width: 105px; height: 105px; } -.Mount_Head_Spider-Golden { +.Mount_Head_Rat-Skeleton { background-image: url(spritesmith6.png); background-position: -998px -318px; width: 105px; height: 105px; } -.Mount_Head_Spider-Red { +.Mount_Head_Rat-White { background-image: url(spritesmith6.png); background-position: -998px -424px; width: 105px; height: 105px; } -.Mount_Head_Spider-Shade { +.Mount_Head_Rat-Zombie { background-image: url(spritesmith6.png); background-position: -998px -530px; width: 105px; height: 105px; } -.Mount_Head_Spider-Skeleton { +.Mount_Head_Rock-Base { background-image: url(spritesmith6.png); background-position: -998px -636px; width: 105px; height: 105px; } -.Mount_Head_Spider-White { +.Mount_Head_Rock-CottonCandyBlue { background-image: url(spritesmith6.png); background-position: -998px -742px; width: 105px; height: 105px; } +.Mount_Head_Rock-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: 0px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Desert { + background-image: url(spritesmith6.png); + background-position: -106px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Golden { + background-image: url(spritesmith6.png); + background-position: -212px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Red { + background-image: url(spritesmith6.png); + background-position: -318px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Shade { + background-image: url(spritesmith6.png); + background-position: -424px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Skeleton { + background-image: url(spritesmith6.png); + background-position: -530px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-White { + background-image: url(spritesmith6.png); + background-position: -636px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rock-Zombie { + background-image: url(spritesmith6.png); + background-position: -742px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Base { + background-image: url(spritesmith6.png); + background-position: -848px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -954px -1074px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -106px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Desert { + background-image: url(spritesmith6.png); + background-position: -212px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Golden { + background-image: url(spritesmith6.png); + background-position: -318px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Red { + background-image: url(spritesmith6.png); + background-position: -424px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Shade { + background-image: url(spritesmith6.png); + background-position: -530px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Skeleton { + background-image: url(spritesmith6.png); + background-position: -680px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-White { + background-image: url(spritesmith6.png); + background-position: -680px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Rooster-Zombie { + background-image: url(spritesmith6.png); + background-position: -680px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Base { + background-image: url(spritesmith6.png); + background-position: -680px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -680px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -680px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Desert { + background-image: url(spritesmith6.png); + background-position: 0px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Golden { + background-image: url(spritesmith6.png); + background-position: -106px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Red { + background-image: url(spritesmith6.png); + background-position: -212px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Shade { + background-image: url(spritesmith6.png); + background-position: -318px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Skeleton { + background-image: url(spritesmith6.png); + background-position: -424px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-White { + background-image: url(spritesmith6.png); + background-position: -530px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Seahorse-Zombie { + background-image: url(spritesmith6.png); + background-position: -636px -650px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Base { + background-image: url(spritesmith6.png); + background-position: -786px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -786px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -786px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Desert { + background-image: url(spritesmith6.png); + background-position: -786px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Golden { + background-image: url(spritesmith6.png); + background-position: -786px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Red { + background-image: url(spritesmith6.png); + background-position: -786px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Shade { + background-image: url(spritesmith6.png); + background-position: -786px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Skeleton { + background-image: url(spritesmith6.png); + background-position: 0px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-White { + background-image: url(spritesmith6.png); + background-position: -106px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Sheep-Zombie { + background-image: url(spritesmith6.png); + background-position: -212px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Base { + background-image: url(spritesmith6.png); + background-position: -318px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -424px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -530px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Desert { + background-image: url(spritesmith6.png); + background-position: -636px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Golden { + background-image: url(spritesmith6.png); + background-position: -742px -756px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Red { + background-image: url(spritesmith6.png); + background-position: -892px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Shade { + background-image: url(spritesmith6.png); + background-position: 0px -544px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Skeleton { + background-image: url(spritesmith6.png); + background-position: -892px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-White { + background-image: url(spritesmith6.png); + background-position: -892px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Slime-Zombie { + background-image: url(spritesmith6.png); + background-position: -892px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Base { + background-image: url(spritesmith6.png); + background-position: -892px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -892px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -892px -742px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Desert { + background-image: url(spritesmith6.png); + background-position: 0px -862px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Golden { + background-image: url(spritesmith6.png); + background-position: -106px -862px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Red { + background-image: url(spritesmith6.png); + background-position: -212px -862px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Shade { + background-image: url(spritesmith6.png); + background-position: -318px -862px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-Skeleton { + background-image: url(spritesmith6.png); + background-position: -424px -862px; + width: 105px; + height: 105px; +} +.Mount_Head_Spider-White { + background-image: url(spritesmith6.png); + background-position: -530px -862px; + width: 105px; + height: 105px; +} .Mount_Head_Spider-Zombie { background-image: url(spritesmith6.png); - background-position: -998px -848px; + background-position: -636px -862px; width: 105px; height: 105px; } @@ -546,67 +480,127 @@ } .Mount_Head_TigerCub-Base { background-image: url(spritesmith6.png); - background-position: -1104px 0px; + background-position: -998px -848px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1104px -106px; + background-position: 0px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1104px -212px; + background-position: -106px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Desert { background-image: url(spritesmith6.png); - background-position: -1104px -318px; + background-position: -212px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Golden { background-image: url(spritesmith6.png); - background-position: -1104px -424px; + background-position: -318px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Red { background-image: url(spritesmith6.png); - background-position: -1104px -530px; + background-position: -424px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Shade { background-image: url(spritesmith6.png); - background-position: -1104px -636px; + background-position: -530px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -1104px -742px; + background-position: -636px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-White { background-image: url(spritesmith6.png); - background-position: -1104px -848px; + background-position: -742px -968px; width: 105px; height: 105px; } .Mount_Head_TigerCub-Zombie { background-image: url(spritesmith6.png); - background-position: -1104px -954px; + background-position: -848px -968px; width: 105px; height: 105px; } .Mount_Head_Turkey-Base { background-image: url(spritesmith6.png); - background-position: 0px -1074px; + background-position: -954px -968px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Base { + background-image: url(spritesmith6.png); + background-position: -1104px 0px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -1104px -106px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -1104px -212px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Desert { + background-image: url(spritesmith6.png); + background-position: -1104px -318px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Golden { + background-image: url(spritesmith6.png); + background-position: -1104px -424px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Red { + background-image: url(spritesmith6.png); + background-position: -1104px -530px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Shade { + background-image: url(spritesmith6.png); + background-position: -1104px -636px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Skeleton { + background-image: url(spritesmith6.png); + background-position: -1104px -742px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-White { + background-image: url(spritesmith6.png); + background-position: -1104px -848px; + width: 105px; + height: 105px; +} +.Mount_Head_Whale-Zombie { + background-image: url(spritesmith6.png); + background-position: -1104px -954px; width: 105px; height: 105px; } @@ -672,1723 +666,1783 @@ } .Pet-Cuttlefish-Base { background-image: url(spritesmith6.png); - background-position: -1210px -106px; + background-position: -1210px 0px; width: 81px; height: 99px; } .Pet-Cuttlefish-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1210px -206px; + background-position: -1210px -100px; width: 81px; height: 99px; } .Pet-Cuttlefish-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1210px -306px; + background-position: -1210px -200px; width: 81px; height: 99px; } .Pet-Cuttlefish-Desert { background-image: url(spritesmith6.png); - background-position: -1210px -406px; + background-position: -1210px -300px; width: 81px; height: 99px; } .Pet-Cuttlefish-Golden { background-image: url(spritesmith6.png); - background-position: -1210px -506px; + background-position: -1210px -400px; width: 81px; height: 99px; } .Pet-Cuttlefish-Red { background-image: url(spritesmith6.png); - background-position: -1210px -606px; + background-position: -1210px -500px; width: 81px; height: 99px; } .Pet-Cuttlefish-Shade { background-image: url(spritesmith6.png); - background-position: -1210px -706px; + background-position: -1210px -600px; width: 81px; height: 99px; } .Pet-Cuttlefish-Skeleton { background-image: url(spritesmith6.png); - background-position: -1210px -806px; + background-position: -1210px -700px; width: 81px; height: 99px; } .Pet-Cuttlefish-White { background-image: url(spritesmith6.png); - background-position: -1210px -906px; + background-position: -1210px -800px; width: 81px; height: 99px; } .Pet-Cuttlefish-Zombie { background-image: url(spritesmith6.png); - background-position: -1210px -1006px; + background-position: -1210px -900px; width: 81px; height: 99px; } .Pet-BearCub-Base { background-image: url(spritesmith6.png); - background-position: 0px -1180px; + background-position: -1210px -1000px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -82px -1180px; + background-position: 0px -1180px; width: 81px; height: 99px; } .Pet-BearCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -164px -1180px; + background-position: -82px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Desert { background-image: url(spritesmith6.png); - background-position: -246px -1180px; + background-position: -164px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Golden { background-image: url(spritesmith6.png); - background-position: -328px -1180px; + background-position: -246px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Polar { background-image: url(spritesmith6.png); - background-position: -410px -1180px; + background-position: -328px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Red { background-image: url(spritesmith6.png); - background-position: -492px -1180px; + background-position: -410px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Shade { background-image: url(spritesmith6.png); - background-position: -574px -1180px; + background-position: -492px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -656px -1180px; + background-position: -574px -1180px; width: 81px; height: 99px; } .Pet-BearCub-White { background-image: url(spritesmith6.png); - background-position: -738px -1180px; + background-position: -656px -1180px; width: 81px; height: 99px; } .Pet-BearCub-Zombie { background-image: url(spritesmith6.png); - background-position: -820px -1180px; + background-position: -738px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Base { background-image: url(spritesmith6.png); - background-position: -902px -1180px; + background-position: -820px -1180px; width: 81px; height: 99px; } .Pet-Bunny-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -984px -1180px; + background-position: -902px -1180px; width: 81px; height: 99px; } .Pet-Bunny-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1066px -1180px; + background-position: -984px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Desert { background-image: url(spritesmith6.png); - background-position: -1148px -1180px; + background-position: -1066px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Golden { background-image: url(spritesmith6.png); - background-position: -1230px -1180px; + background-position: -1148px -1180px; width: 81px; height: 99px; } .Pet-Bunny-Red { background-image: url(spritesmith6.png); - background-position: -1316px 0px; + background-position: -1292px 0px; width: 81px; height: 99px; } .Pet-Bunny-Shade { background-image: url(spritesmith6.png); - background-position: -1316px -100px; + background-position: -1292px -100px; width: 81px; height: 99px; } .Pet-Bunny-Skeleton { background-image: url(spritesmith6.png); - background-position: -1316px -200px; + background-position: -1292px -200px; width: 81px; height: 99px; } .Pet-Bunny-White { background-image: url(spritesmith6.png); - background-position: -1316px -300px; + background-position: -1292px -300px; width: 81px; height: 99px; } .Pet-Bunny-Zombie { background-image: url(spritesmith6.png); - background-position: -1316px -400px; + background-position: -1292px -400px; width: 81px; height: 99px; } .Pet-Cactus-Base { background-image: url(spritesmith6.png); - background-position: -1316px -500px; + background-position: -1292px -500px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1316px -600px; + background-position: -1292px -600px; width: 81px; height: 99px; } .Pet-Cactus-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1316px -700px; + background-position: -1292px -700px; width: 81px; height: 99px; } .Pet-Cactus-Desert { background-image: url(spritesmith6.png); - background-position: -1316px -800px; + background-position: -1292px -800px; width: 81px; height: 99px; } .Pet-Cactus-Golden { background-image: url(spritesmith6.png); - background-position: -1316px -900px; + background-position: -1292px -900px; width: 81px; height: 99px; } .Pet-Cactus-Red { background-image: url(spritesmith6.png); - background-position: -1316px -1000px; + background-position: -1292px -1000px; width: 81px; height: 99px; } .Pet-Cactus-Shade { background-image: url(spritesmith6.png); - background-position: -1316px -1100px; + background-position: -1292px -1100px; width: 81px; height: 99px; } .Pet-Cactus-Skeleton { background-image: url(spritesmith6.png); - background-position: 0px -1280px; + background-position: -1374px 0px; width: 81px; height: 99px; } .Pet-Cactus-White { background-image: url(spritesmith6.png); - background-position: -82px -1280px; + background-position: -1374px -100px; width: 81px; height: 99px; } .Pet-Cactus-Zombie { background-image: url(spritesmith6.png); - background-position: -164px -1280px; + background-position: -1374px -200px; width: 81px; height: 99px; } .Pet-Deer-Base { background-image: url(spritesmith6.png); - background-position: -246px -1280px; + background-position: -1374px -300px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -328px -1280px; + background-position: -1374px -400px; width: 81px; height: 99px; } .Pet-Deer-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -410px -1280px; + background-position: -1374px -500px; width: 81px; height: 99px; } .Pet-Deer-Desert { background-image: url(spritesmith6.png); - background-position: -492px -1280px; + background-position: -1374px -600px; width: 81px; height: 99px; } .Pet-Deer-Golden { background-image: url(spritesmith6.png); - background-position: -574px -1280px; + background-position: -1374px -700px; width: 81px; height: 99px; } .Pet-Deer-Red { background-image: url(spritesmith6.png); - background-position: -656px -1280px; + background-position: -1374px -800px; width: 81px; height: 99px; } .Pet-Deer-Shade { background-image: url(spritesmith6.png); - background-position: -738px -1280px; + background-position: -1374px -900px; width: 81px; height: 99px; } .Pet-Deer-Skeleton { background-image: url(spritesmith6.png); - background-position: -820px -1280px; + background-position: -1374px -1000px; width: 81px; height: 99px; } .Pet-Deer-White { background-image: url(spritesmith6.png); - background-position: -902px -1280px; + background-position: -1374px -1100px; width: 81px; height: 99px; } .Pet-Deer-Zombie { background-image: url(spritesmith6.png); - background-position: -984px -1280px; + background-position: 0px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Base { background-image: url(spritesmith6.png); - background-position: -1066px -1280px; + background-position: -82px -1280px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1148px -1280px; + background-position: -164px -1280px; width: 81px; height: 99px; } .Pet-Dragon-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1230px -1280px; + background-position: -246px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Desert { background-image: url(spritesmith6.png); - background-position: -1312px -1280px; + background-position: -328px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Golden { background-image: url(spritesmith6.png); - background-position: -1398px 0px; + background-position: -410px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Hydra { background-image: url(spritesmith6.png); - background-position: -1398px -100px; + background-position: -492px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Red { background-image: url(spritesmith6.png); - background-position: -1398px -200px; + background-position: -574px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Shade { background-image: url(spritesmith6.png); - background-position: -1398px -300px; + background-position: -656px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Skeleton { background-image: url(spritesmith6.png); - background-position: -1398px -400px; + background-position: -738px -1280px; width: 81px; height: 99px; } .Pet-Dragon-White { background-image: url(spritesmith6.png); - background-position: -1398px -500px; + background-position: -820px -1280px; width: 81px; height: 99px; } .Pet-Dragon-Zombie { background-image: url(spritesmith6.png); - background-position: -1398px -600px; + background-position: -902px -1280px; width: 81px; height: 99px; } .Pet-Egg-Base { background-image: url(spritesmith6.png); - background-position: -1398px -700px; + background-position: -984px -1280px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1398px -800px; + background-position: -1066px -1280px; width: 81px; height: 99px; } .Pet-Egg-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1398px -900px; + background-position: -1148px -1280px; width: 81px; height: 99px; } .Pet-Egg-Desert { background-image: url(spritesmith6.png); - background-position: -1398px -1000px; + background-position: -1230px -1280px; width: 81px; height: 99px; } .Pet-Egg-Golden { background-image: url(spritesmith6.png); - background-position: -1398px -1100px; + background-position: -1312px -1280px; width: 81px; height: 99px; } .Pet-Egg-Red { background-image: url(spritesmith6.png); - background-position: -1398px -1200px; + background-position: -1456px 0px; width: 81px; height: 99px; } .Pet-Egg-Shade { background-image: url(spritesmith6.png); - background-position: 0px -1380px; + background-position: -1456px -100px; width: 81px; height: 99px; } .Pet-Egg-Skeleton { background-image: url(spritesmith6.png); - background-position: -82px -1380px; + background-position: -1456px -200px; width: 81px; height: 99px; } .Pet-Egg-White { background-image: url(spritesmith6.png); - background-position: -164px -1380px; + background-position: -1456px -300px; width: 81px; height: 99px; } .Pet-Egg-Zombie { background-image: url(spritesmith6.png); - background-position: -246px -1380px; + background-position: -1456px -400px; width: 81px; height: 99px; } .Pet-FlyingPig-Base { background-image: url(spritesmith6.png); - background-position: -328px -1380px; + background-position: -1456px -500px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -410px -1380px; + background-position: -1456px -600px; width: 81px; height: 99px; } .Pet-FlyingPig-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -492px -1380px; + background-position: -1456px -700px; width: 81px; height: 99px; } .Pet-FlyingPig-Desert { background-image: url(spritesmith6.png); - background-position: -574px -1380px; + background-position: -1456px -800px; width: 81px; height: 99px; } .Pet-FlyingPig-Golden { background-image: url(spritesmith6.png); - background-position: -656px -1380px; + background-position: -1456px -900px; width: 81px; height: 99px; } .Pet-FlyingPig-Red { background-image: url(spritesmith6.png); - background-position: -738px -1380px; + background-position: -1456px -1000px; width: 81px; height: 99px; } .Pet-FlyingPig-Shade { background-image: url(spritesmith6.png); - background-position: -820px -1380px; + background-position: -1456px -1100px; width: 81px; height: 99px; } .Pet-FlyingPig-Skeleton { background-image: url(spritesmith6.png); - background-position: -902px -1380px; + background-position: -1456px -1200px; width: 81px; height: 99px; } .Pet-FlyingPig-White { background-image: url(spritesmith6.png); - background-position: -984px -1380px; + background-position: 0px -1380px; width: 81px; height: 99px; } .Pet-FlyingPig-Zombie { background-image: url(spritesmith6.png); - background-position: -1066px -1380px; + background-position: -82px -1380px; width: 81px; height: 99px; } .Pet-Fox-Base { background-image: url(spritesmith6.png); - background-position: -1148px -1380px; + background-position: -164px -1380px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1230px -1380px; + background-position: -246px -1380px; width: 81px; height: 99px; } .Pet-Fox-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1312px -1380px; + background-position: -328px -1380px; width: 81px; height: 99px; } .Pet-Fox-Desert { background-image: url(spritesmith6.png); - background-position: -1394px -1380px; + background-position: -410px -1380px; width: 81px; height: 99px; } .Pet-Fox-Golden { background-image: url(spritesmith6.png); - background-position: -1480px 0px; + background-position: -492px -1380px; width: 81px; height: 99px; } .Pet-Fox-Red { background-image: url(spritesmith6.png); - background-position: -1480px -100px; + background-position: -574px -1380px; width: 81px; height: 99px; } .Pet-Fox-Shade { background-image: url(spritesmith6.png); - background-position: -1480px -200px; + background-position: -656px -1380px; width: 81px; height: 99px; } .Pet-Fox-Skeleton { background-image: url(spritesmith6.png); - background-position: -1480px -300px; + background-position: -738px -1380px; width: 81px; height: 99px; } .Pet-Fox-White { background-image: url(spritesmith6.png); - background-position: -1480px -400px; + background-position: -820px -1380px; width: 81px; height: 99px; } .Pet-Fox-Zombie { background-image: url(spritesmith6.png); - background-position: -1480px -500px; + background-position: -902px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-Base { background-image: url(spritesmith6.png); - background-position: -1480px -600px; + background-position: -984px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1480px -700px; + background-position: -1066px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1480px -800px; + background-position: -1148px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-Desert { background-image: url(spritesmith6.png); - background-position: -1480px -900px; + background-position: -1230px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-Golden { background-image: url(spritesmith6.png); - background-position: -1480px -1000px; + background-position: -1312px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-Red { background-image: url(spritesmith6.png); - background-position: -1480px -1100px; + background-position: -1394px -1380px; width: 81px; height: 99px; } .Pet-Gryphon-Shade { background-image: url(spritesmith6.png); - background-position: -1480px -1200px; + background-position: -1538px 0px; width: 81px; height: 99px; } .Pet-Gryphon-Skeleton { background-image: url(spritesmith6.png); - background-position: -1480px -1300px; + background-position: -1538px -100px; width: 81px; height: 99px; } .Pet-Gryphon-White { background-image: url(spritesmith6.png); - background-position: -1562px 0px; + background-position: -1538px -200px; width: 81px; height: 99px; } .Pet-Gryphon-Zombie { background-image: url(spritesmith6.png); - background-position: -1562px -100px; + background-position: -1538px -300px; width: 81px; height: 99px; } .Pet-Hedgehog-Base { background-image: url(spritesmith6.png); - background-position: -1562px -200px; + background-position: -1538px -400px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1562px -300px; + background-position: -1538px -500px; width: 81px; height: 99px; } .Pet-Hedgehog-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1562px -400px; + background-position: -1538px -600px; width: 81px; height: 99px; } .Pet-Hedgehog-Desert { background-image: url(spritesmith6.png); - background-position: -1562px -500px; + background-position: -1538px -700px; width: 81px; height: 99px; } .Pet-Hedgehog-Golden { background-image: url(spritesmith6.png); - background-position: -1562px -600px; + background-position: -1538px -800px; width: 81px; height: 99px; } .Pet-Hedgehog-Red { background-image: url(spritesmith6.png); - background-position: -1562px -700px; + background-position: -1538px -900px; width: 81px; height: 99px; } .Pet-Hedgehog-Shade { background-image: url(spritesmith6.png); - background-position: -1562px -800px; + background-position: -1538px -1000px; width: 81px; height: 99px; } .Pet-Hedgehog-Skeleton { background-image: url(spritesmith6.png); - background-position: -1562px -900px; + background-position: -1538px -1100px; width: 81px; height: 99px; } .Pet-Hedgehog-White { background-image: url(spritesmith6.png); - background-position: -1562px -1000px; + background-position: -1538px -1200px; width: 81px; height: 99px; } .Pet-Hedgehog-Zombie { background-image: url(spritesmith6.png); - background-position: -1562px -1100px; + background-position: -1538px -1300px; width: 81px; height: 99px; } .Pet-JackOLantern-Base { background-image: url(spritesmith6.png); - background-position: -1562px -1200px; + background-position: 0px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Base { background-image: url(spritesmith6.png); - background-position: -1562px -1300px; + background-position: -82px -1480px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: 0px -1480px; + background-position: -164px -1480px; width: 81px; height: 99px; } .Pet-LionCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -82px -1480px; + background-position: -246px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Desert { background-image: url(spritesmith6.png); - background-position: -164px -1480px; + background-position: -328px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Golden { background-image: url(spritesmith6.png); - background-position: -246px -1480px; + background-position: -410px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Red { background-image: url(spritesmith6.png); - background-position: -328px -1480px; + background-position: -492px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Shade { background-image: url(spritesmith6.png); - background-position: -410px -1480px; + background-position: -574px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -492px -1480px; + background-position: -656px -1480px; width: 81px; height: 99px; } .Pet-LionCub-White { background-image: url(spritesmith6.png); - background-position: -574px -1480px; + background-position: -738px -1480px; width: 81px; height: 99px; } .Pet-LionCub-Zombie { background-image: url(spritesmith6.png); - background-position: -656px -1480px; + background-position: -820px -1480px; width: 81px; height: 99px; } .Pet-Mammoth-Base { background-image: url(spritesmith6.png); - background-position: -738px -1480px; + background-position: -902px -1480px; width: 81px; height: 99px; } .Pet-MantisShrimp-Base { background-image: url(spritesmith6.png); - background-position: -820px -1480px; + background-position: -984px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Base { background-image: url(spritesmith6.png); - background-position: -902px -1480px; + background-position: -1066px -1480px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -984px -1480px; + background-position: -1148px -1480px; width: 81px; height: 99px; } .Pet-Octopus-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1066px -1480px; + background-position: -1230px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Desert { background-image: url(spritesmith6.png); - background-position: -1148px -1480px; + background-position: -1312px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Golden { background-image: url(spritesmith6.png); - background-position: -1230px -1480px; + background-position: -1394px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Red { background-image: url(spritesmith6.png); - background-position: -1312px -1480px; + background-position: -1476px -1480px; width: 81px; height: 99px; } .Pet-Octopus-Shade { background-image: url(spritesmith6.png); - background-position: -1394px -1480px; + background-position: -1620px 0px; width: 81px; height: 99px; } .Pet-Octopus-Skeleton { background-image: url(spritesmith6.png); - background-position: -1476px -1480px; + background-position: -1620px -100px; width: 81px; height: 99px; } .Pet-Octopus-White { background-image: url(spritesmith6.png); - background-position: -1558px -1480px; + background-position: -1620px -200px; width: 81px; height: 99px; } .Pet-Octopus-Zombie { background-image: url(spritesmith6.png); - background-position: -1644px 0px; + background-position: -1620px -300px; width: 81px; height: 99px; } .Pet-Owl-Base { background-image: url(spritesmith6.png); - background-position: -1644px -100px; + background-position: -1620px -400px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1644px -200px; + background-position: -1620px -500px; width: 81px; height: 99px; } .Pet-Owl-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1644px -300px; + background-position: -1620px -600px; width: 81px; height: 99px; } .Pet-Owl-Desert { background-image: url(spritesmith6.png); - background-position: -1644px -400px; + background-position: -1620px -700px; width: 81px; height: 99px; } .Pet-Owl-Golden { background-image: url(spritesmith6.png); - background-position: -1644px -500px; + background-position: -1620px -800px; width: 81px; height: 99px; } .Pet-Owl-Red { background-image: url(spritesmith6.png); - background-position: -1644px -600px; + background-position: -1620px -900px; width: 81px; height: 99px; } .Pet-Owl-Shade { background-image: url(spritesmith6.png); - background-position: -1644px -700px; + background-position: -1620px -1000px; width: 81px; height: 99px; } .Pet-Owl-Skeleton { background-image: url(spritesmith6.png); - background-position: -1644px -800px; + background-position: -1620px -1100px; width: 81px; height: 99px; } .Pet-Owl-White { background-image: url(spritesmith6.png); - background-position: -1644px -900px; + background-position: -1620px -1200px; width: 81px; height: 99px; } .Pet-Owl-Zombie { background-image: url(spritesmith6.png); - background-position: -1644px -1000px; + background-position: -1620px -1300px; width: 81px; height: 99px; } .Pet-PandaCub-Base { background-image: url(spritesmith6.png); - background-position: -1644px -1100px; + background-position: -1620px -1400px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1644px -1200px; + background-position: 0px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1644px -1300px; + background-position: -82px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Desert { background-image: url(spritesmith6.png); - background-position: -1644px -1400px; + background-position: -164px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Golden { background-image: url(spritesmith6.png); - background-position: 0px -1580px; + background-position: -246px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Red { background-image: url(spritesmith6.png); - background-position: -82px -1580px; + background-position: -328px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Shade { background-image: url(spritesmith6.png); - background-position: -164px -1580px; + background-position: -410px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -246px -1580px; + background-position: -492px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-White { background-image: url(spritesmith6.png); - background-position: -328px -1580px; + background-position: -574px -1580px; width: 81px; height: 99px; } .Pet-PandaCub-Zombie { background-image: url(spritesmith6.png); - background-position: -410px -1580px; + background-position: -656px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Base { background-image: url(spritesmith6.png); - background-position: -492px -1580px; + background-position: -738px -1580px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -574px -1580px; + background-position: -820px -1580px; width: 81px; height: 99px; } .Pet-Parrot-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -656px -1580px; + background-position: -902px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Desert { background-image: url(spritesmith6.png); - background-position: -738px -1580px; + background-position: -984px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Golden { background-image: url(spritesmith6.png); - background-position: -820px -1580px; + background-position: -1066px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Red { background-image: url(spritesmith6.png); - background-position: -902px -1580px; + background-position: -1148px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Shade { background-image: url(spritesmith6.png); - background-position: -984px -1580px; + background-position: -1230px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Skeleton { background-image: url(spritesmith6.png); - background-position: -1066px -1580px; + background-position: -1312px -1580px; width: 81px; height: 99px; } .Pet-Parrot-White { background-image: url(spritesmith6.png); - background-position: -1148px -1580px; + background-position: -1394px -1580px; width: 81px; height: 99px; } .Pet-Parrot-Zombie { background-image: url(spritesmith6.png); - background-position: -1230px -1580px; + background-position: -1476px -1580px; width: 81px; height: 99px; } .Pet-Penguin-Base { background-image: url(spritesmith6.png); - background-position: -1312px -1580px; + background-position: -1558px -1580px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1394px -1580px; + background-position: -1702px 0px; width: 81px; height: 99px; } .Pet-Penguin-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1476px -1580px; + background-position: -1702px -100px; width: 81px; height: 99px; } .Pet-Penguin-Desert { background-image: url(spritesmith6.png); - background-position: -1558px -1580px; + background-position: -1702px -200px; width: 81px; height: 99px; } .Pet-Penguin-Golden { background-image: url(spritesmith6.png); - background-position: -1640px -1580px; + background-position: -1702px -300px; width: 81px; height: 99px; } .Pet-Penguin-Red { background-image: url(spritesmith6.png); - background-position: -1726px 0px; + background-position: -1702px -400px; width: 81px; height: 99px; } .Pet-Penguin-Shade { background-image: url(spritesmith6.png); - background-position: -1726px -100px; + background-position: -1702px -500px; width: 81px; height: 99px; } .Pet-Penguin-Skeleton { background-image: url(spritesmith6.png); - background-position: -1726px -200px; + background-position: -1702px -600px; width: 81px; height: 99px; } .Pet-Penguin-White { background-image: url(spritesmith6.png); - background-position: -1726px -300px; + background-position: -1702px -700px; width: 81px; height: 99px; } .Pet-Penguin-Zombie { background-image: url(spritesmith6.png); - background-position: -1726px -400px; + background-position: -1702px -800px; width: 81px; height: 99px; } .Pet-Rat-Base { background-image: url(spritesmith6.png); - background-position: -1726px -500px; + background-position: -1702px -900px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1726px -600px; + background-position: -1702px -1000px; width: 81px; height: 99px; } .Pet-Rat-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1726px -700px; + background-position: -1702px -1100px; width: 81px; height: 99px; } .Pet-Rat-Desert { background-image: url(spritesmith6.png); - background-position: -1726px -800px; + background-position: -1702px -1200px; width: 81px; height: 99px; } .Pet-Rat-Golden { background-image: url(spritesmith6.png); - background-position: -1726px -900px; + background-position: -1702px -1300px; width: 81px; height: 99px; } .Pet-Rat-Red { background-image: url(spritesmith6.png); - background-position: -1726px -1000px; + background-position: -1702px -1400px; width: 81px; height: 99px; } .Pet-Rat-Shade { background-image: url(spritesmith6.png); - background-position: -1726px -1100px; + background-position: -1702px -1500px; width: 81px; height: 99px; } .Pet-Rat-Skeleton { background-image: url(spritesmith6.png); - background-position: -1726px -1200px; + background-position: 0px -1680px; width: 81px; height: 99px; } .Pet-Rat-White { background-image: url(spritesmith6.png); - background-position: -1726px -1300px; + background-position: -82px -1680px; width: 81px; height: 99px; } .Pet-Rat-Zombie { background-image: url(spritesmith6.png); - background-position: -1726px -1400px; + background-position: -164px -1680px; width: 81px; height: 99px; } .Pet-Rock-Base { background-image: url(spritesmith6.png); - background-position: -1726px -1500px; + background-position: -246px -1680px; width: 81px; height: 99px; } .Pet-Rock-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: 0px -1680px; + background-position: -328px -1680px; width: 81px; height: 99px; } .Pet-Rock-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -82px -1680px; + background-position: -410px -1680px; width: 81px; height: 99px; } .Pet-Rock-Desert { background-image: url(spritesmith6.png); - background-position: -164px -1680px; + background-position: -492px -1680px; width: 81px; height: 99px; } .Pet-Rock-Golden { background-image: url(spritesmith6.png); - background-position: -246px -1680px; + background-position: -574px -1680px; width: 81px; height: 99px; } .Pet-Rock-Red { background-image: url(spritesmith6.png); - background-position: -328px -1680px; + background-position: -656px -1680px; width: 81px; height: 99px; } .Pet-Rock-Shade { background-image: url(spritesmith6.png); - background-position: -410px -1680px; + background-position: -738px -1680px; width: 81px; height: 99px; } .Pet-Rock-Skeleton { background-image: url(spritesmith6.png); - background-position: -492px -1680px; + background-position: -820px -1680px; width: 81px; height: 99px; } .Pet-Rock-White { background-image: url(spritesmith6.png); - background-position: -574px -1680px; + background-position: -902px -1680px; width: 81px; height: 99px; } .Pet-Rock-Zombie { background-image: url(spritesmith6.png); - background-position: -656px -1680px; + background-position: -984px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Base { background-image: url(spritesmith6.png); - background-position: -738px -1680px; + background-position: -1066px -1680px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -820px -1680px; + background-position: -1148px -1680px; width: 81px; height: 99px; } .Pet-Rooster-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -902px -1680px; + background-position: -1230px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Desert { background-image: url(spritesmith6.png); - background-position: -984px -1680px; + background-position: -1312px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Golden { background-image: url(spritesmith6.png); - background-position: -1066px -1680px; + background-position: -1394px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Red { background-image: url(spritesmith6.png); - background-position: -1148px -1680px; + background-position: -1476px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Shade { background-image: url(spritesmith6.png); - background-position: -1230px -1680px; + background-position: -1558px -1680px; width: 81px; height: 99px; } .Pet-Rooster-Skeleton { background-image: url(spritesmith6.png); - background-position: -1312px -1680px; + background-position: -1640px -1680px; width: 81px; height: 99px; } .Pet-Rooster-White { background-image: url(spritesmith6.png); - background-position: -1394px -1680px; + background-position: -1784px 0px; width: 81px; height: 99px; } .Pet-Rooster-Zombie { background-image: url(spritesmith6.png); - background-position: -1476px -1680px; + background-position: -1784px -100px; width: 81px; height: 99px; } .Pet-Seahorse-Base { background-image: url(spritesmith6.png); - background-position: -1558px -1680px; + background-position: -1784px -200px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1640px -1680px; + background-position: -1784px -300px; width: 81px; height: 99px; } .Pet-Seahorse-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1722px -1680px; + background-position: -1784px -400px; width: 81px; height: 99px; } .Pet-Seahorse-Desert { background-image: url(spritesmith6.png); - background-position: -1808px 0px; + background-position: -1784px -500px; width: 81px; height: 99px; } .Pet-Seahorse-Golden { background-image: url(spritesmith6.png); - background-position: -1808px -100px; + background-position: -1784px -600px; width: 81px; height: 99px; } .Pet-Seahorse-Red { background-image: url(spritesmith6.png); - background-position: -1808px -200px; + background-position: -1784px -700px; width: 81px; height: 99px; } .Pet-Seahorse-Shade { background-image: url(spritesmith6.png); - background-position: -1808px -300px; + background-position: -1784px -800px; width: 81px; height: 99px; } .Pet-Seahorse-Skeleton { background-image: url(spritesmith6.png); - background-position: -1808px -400px; + background-position: -1784px -900px; width: 81px; height: 99px; } .Pet-Seahorse-White { background-image: url(spritesmith6.png); - background-position: -1808px -500px; + background-position: -1784px -1000px; width: 81px; height: 99px; } .Pet-Seahorse-Zombie { background-image: url(spritesmith6.png); - background-position: -1808px -600px; + background-position: -1784px -1100px; width: 81px; height: 99px; } .Pet-Sheep-Base { background-image: url(spritesmith6.png); - background-position: -1808px -700px; + background-position: -1784px -1200px; width: 81px; height: 99px; } .Pet-Sheep-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1808px -800px; + background-position: -1784px -1300px; width: 81px; height: 99px; } .Pet-Sheep-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1808px -900px; + background-position: -1784px -1400px; width: 81px; height: 99px; } .Pet-Sheep-Desert { background-image: url(spritesmith6.png); - background-position: -1808px -1000px; + background-position: -1784px -1500px; width: 81px; height: 99px; } .Pet-Sheep-Golden { background-image: url(spritesmith6.png); - background-position: -1808px -1100px; + background-position: -1784px -1600px; width: 81px; height: 99px; } .Pet-Sheep-Red { background-image: url(spritesmith6.png); - background-position: -1808px -1200px; + background-position: -1866px 0px; width: 81px; height: 99px; } .Pet-Sheep-Shade { background-image: url(spritesmith6.png); - background-position: -1808px -1300px; + background-position: -1866px -100px; width: 81px; height: 99px; } .Pet-Sheep-Skeleton { background-image: url(spritesmith6.png); - background-position: -1808px -1400px; + background-position: -1866px -200px; width: 81px; height: 99px; } .Pet-Sheep-White { background-image: url(spritesmith6.png); - background-position: -1808px -1500px; + background-position: -1866px -300px; width: 81px; height: 99px; } .Pet-Sheep-Zombie { background-image: url(spritesmith6.png); - background-position: -1808px -1600px; + background-position: -1866px -400px; width: 81px; height: 99px; } .Pet-Slime-Base { background-image: url(spritesmith6.png); - background-position: 0px -1780px; + background-position: -1866px -500px; width: 81px; height: 99px; } .Pet-Slime-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -82px -1780px; + background-position: -1866px -600px; width: 81px; height: 99px; } .Pet-Slime-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -164px -1780px; + background-position: -1866px -700px; width: 81px; height: 99px; } .Pet-Slime-Desert { background-image: url(spritesmith6.png); - background-position: -246px -1780px; + background-position: -1866px -800px; width: 81px; height: 99px; } .Pet-Slime-Golden { background-image: url(spritesmith6.png); - background-position: -328px -1780px; + background-position: -1866px -900px; width: 81px; height: 99px; } .Pet-Slime-Red { background-image: url(spritesmith6.png); - background-position: -410px -1780px; + background-position: -1866px -1000px; width: 81px; height: 99px; } .Pet-Slime-Shade { background-image: url(spritesmith6.png); - background-position: -492px -1780px; + background-position: -1866px -1100px; width: 81px; height: 99px; } .Pet-Slime-Skeleton { background-image: url(spritesmith6.png); - background-position: -574px -1780px; + background-position: -1866px -1200px; width: 81px; height: 99px; } .Pet-Slime-White { background-image: url(spritesmith6.png); - background-position: -656px -1780px; + background-position: -1866px -1300px; width: 81px; height: 99px; } .Pet-Slime-Zombie { background-image: url(spritesmith6.png); - background-position: -738px -1780px; + background-position: -1866px -1400px; width: 81px; height: 99px; } .Pet-Spider-Base { background-image: url(spritesmith6.png); - background-position: -820px -1780px; + background-position: -1866px -1500px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -902px -1780px; + background-position: -1866px -1600px; width: 81px; height: 99px; } .Pet-Spider-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -984px -1780px; + background-position: 0px -1780px; width: 81px; height: 99px; } .Pet-Spider-Desert { background-image: url(spritesmith6.png); - background-position: -1066px -1780px; + background-position: -82px -1780px; width: 81px; height: 99px; } .Pet-Spider-Golden { background-image: url(spritesmith6.png); - background-position: -1148px -1780px; + background-position: -164px -1780px; width: 81px; height: 99px; } .Pet-Spider-Red { background-image: url(spritesmith6.png); - background-position: -1230px -1780px; + background-position: -246px -1780px; width: 81px; height: 99px; } .Pet-Spider-Shade { background-image: url(spritesmith6.png); - background-position: -1312px -1780px; + background-position: -328px -1780px; width: 81px; height: 99px; } .Pet-Spider-Skeleton { background-image: url(spritesmith6.png); - background-position: -1394px -1780px; + background-position: -410px -1780px; width: 81px; height: 99px; } .Pet-Spider-White { background-image: url(spritesmith6.png); - background-position: -1476px -1780px; + background-position: -492px -1780px; width: 81px; height: 99px; } .Pet-Spider-Zombie { background-image: url(spritesmith6.png); - background-position: -1558px -1780px; + background-position: -574px -1780px; width: 81px; height: 99px; } .Pet-TRex-Base { background-image: url(spritesmith6.png); - background-position: -1640px -1780px; + background-position: -656px -1780px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1722px -1780px; + background-position: -738px -1780px; width: 81px; height: 99px; } .Pet-TRex-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1804px -1780px; + background-position: -820px -1780px; width: 81px; height: 99px; } .Pet-TRex-Desert { background-image: url(spritesmith6.png); - background-position: -1890px 0px; + background-position: -902px -1780px; width: 81px; height: 99px; } .Pet-TRex-Golden { background-image: url(spritesmith6.png); - background-position: -1890px -100px; + background-position: -984px -1780px; width: 81px; height: 99px; } .Pet-TRex-Red { background-image: url(spritesmith6.png); - background-position: -1890px -200px; + background-position: -1066px -1780px; width: 81px; height: 99px; } .Pet-TRex-Shade { background-image: url(spritesmith6.png); - background-position: -1890px -300px; + background-position: -1148px -1780px; width: 81px; height: 99px; } .Pet-TRex-Skeleton { background-image: url(spritesmith6.png); - background-position: -1890px -400px; + background-position: -1230px -1780px; width: 81px; height: 99px; } .Pet-TRex-White { background-image: url(spritesmith6.png); - background-position: -1890px -500px; + background-position: -1312px -1780px; width: 81px; height: 99px; } .Pet-TRex-Zombie { background-image: url(spritesmith6.png); - background-position: -1890px -600px; + background-position: -1394px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-Base { background-image: url(spritesmith6.png); - background-position: -1890px -700px; + background-position: -1476px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1890px -800px; + background-position: -1558px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1890px -900px; + background-position: -1640px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-Desert { background-image: url(spritesmith6.png); - background-position: -1890px -1000px; + background-position: -1722px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-Golden { background-image: url(spritesmith6.png); - background-position: -1890px -1100px; + background-position: -1804px -1780px; width: 81px; height: 99px; } .Pet-TigerCub-Red { background-image: url(spritesmith6.png); - background-position: -1890px -1200px; + background-position: -1948px 0px; width: 81px; height: 99px; } .Pet-TigerCub-Shade { background-image: url(spritesmith6.png); - background-position: -1890px -1300px; + background-position: -1948px -100px; width: 81px; height: 99px; } .Pet-TigerCub-Skeleton { background-image: url(spritesmith6.png); - background-position: -1890px -1400px; + background-position: -1948px -200px; width: 81px; height: 99px; } .Pet-TigerCub-White { background-image: url(spritesmith6.png); - background-position: -1890px -1500px; + background-position: -1948px -300px; width: 81px; height: 99px; } .Pet-TigerCub-Zombie { background-image: url(spritesmith6.png); - background-position: -1890px -1600px; + background-position: -1948px -400px; width: 81px; height: 99px; } .Pet-Turkey-Base { background-image: url(spritesmith6.png); - background-position: -1890px -1700px; + background-position: -1948px -500px; + width: 81px; + height: 99px; +} +.Pet-Whale-Base { + background-image: url(spritesmith6.png); + background-position: -1948px -600px; + width: 81px; + height: 99px; +} +.Pet-Whale-CottonCandyBlue { + background-image: url(spritesmith6.png); + background-position: -1948px -700px; + width: 81px; + height: 99px; +} +.Pet-Whale-CottonCandyPink { + background-image: url(spritesmith6.png); + background-position: -1948px -800px; + width: 81px; + height: 99px; +} +.Pet-Whale-Desert { + background-image: url(spritesmith6.png); + background-position: -1948px -900px; + width: 81px; + height: 99px; +} +.Pet-Whale-Golden { + background-image: url(spritesmith6.png); + background-position: -1948px -1000px; + width: 81px; + height: 99px; +} +.Pet-Whale-Red { + background-image: url(spritesmith6.png); + background-position: -1948px -1100px; + width: 81px; + height: 99px; +} +.Pet-Whale-Shade { + background-image: url(spritesmith6.png); + background-position: -1948px -1200px; + width: 81px; + height: 99px; +} +.Pet-Whale-Skeleton { + background-image: url(spritesmith6.png); + background-position: -1948px -1300px; + width: 81px; + height: 99px; +} +.Pet-Whale-White { + background-image: url(spritesmith6.png); + background-position: -1948px -1400px; + width: 81px; + height: 99px; +} +.Pet-Whale-Zombie { + background-image: url(spritesmith6.png); + background-position: -1948px -1500px; width: 81px; height: 99px; } .Pet-Wolf-Base { background-image: url(spritesmith6.png); - background-position: -1972px 0px; + background-position: -1948px -1600px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1972px -100px; + background-position: -1948px -1700px; width: 81px; height: 99px; } .Pet-Wolf-CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1972px -200px; + background-position: 0px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Desert { background-image: url(spritesmith6.png); - background-position: -1972px -300px; + background-position: -82px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Golden { background-image: url(spritesmith6.png); - background-position: -1972px -400px; + background-position: -164px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Red { background-image: url(spritesmith6.png); - background-position: -1972px -500px; + background-position: -246px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Shade { background-image: url(spritesmith6.png); - background-position: -1972px -600px; + background-position: -328px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Skeleton { background-image: url(spritesmith6.png); - background-position: -1972px -700px; + background-position: -410px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Veteran { background-image: url(spritesmith6.png); - background-position: -1972px -800px; + background-position: -492px -1880px; width: 81px; height: 99px; } .Pet-Wolf-White { background-image: url(spritesmith6.png); - background-position: -1972px -900px; + background-position: -574px -1880px; width: 81px; height: 99px; } .Pet-Wolf-Zombie { background-image: url(spritesmith6.png); - background-position: -1972px -1000px; + background-position: -656px -1880px; width: 81px; height: 99px; } .Pet_HatchingPotion_Base { background-image: url(spritesmith6.png); - background-position: -1972px -1100px; + background-position: -1948px -1800px; width: 48px; height: 51px; } .Pet_HatchingPotion_CottonCandyBlue { background-image: url(spritesmith6.png); - background-position: -1972px -1152px; + background-position: -1866px -1700px; width: 48px; height: 51px; } .Pet_HatchingPotion_CottonCandyPink { background-image: url(spritesmith6.png); - background-position: -1972px -1204px; + background-position: -1784px -1700px; width: 48px; height: 51px; } .Pet_HatchingPotion_Desert { background-image: url(spritesmith6.png); - background-position: -1972px -1256px; + background-position: -1702px -1600px; width: 48px; height: 51px; } .Pet_HatchingPotion_Golden { background-image: url(spritesmith6.png); - background-position: -1972px -1308px; + background-position: -1620px -1500px; width: 48px; height: 51px; } .Pet_HatchingPotion_Red { background-image: url(spritesmith6.png); - background-position: -1972px -1360px; + background-position: -1538px -1400px; width: 48px; height: 51px; } .Pet_HatchingPotion_Shade { background-image: url(spritesmith6.png); - background-position: -1972px -1412px; + background-position: -1456px -1300px; width: 48px; height: 51px; } .Pet_HatchingPotion_Skeleton { background-image: url(spritesmith6.png); - background-position: -1972px -1464px; + background-position: -1374px -1200px; width: 48px; height: 51px; } .Pet_HatchingPotion_White { background-image: url(spritesmith6.png); - background-position: -1972px -1516px; + background-position: -1292px -1200px; width: 48px; height: 51px; } .Pet_HatchingPotion_Zombie { background-image: url(spritesmith6.png); - background-position: -1972px -1568px; + background-position: -1210px -1100px; width: 48px; height: 51px; } diff --git a/common/dist/sprites/spritesmith6.png b/common/dist/sprites/spritesmith6.png index 91425e873a..4626b4e8be 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-seafoam.png b/common/img/sprites/spritesmith/achievements/achievement-seafoam.png new file mode 100644 index 0000000000..ea9e917b84 Binary files /dev/null and b/common/img/sprites/spritesmith/achievements/achievement-seafoam.png differ diff --git a/common/img/sprites/spritesmith/backgrounds/background_dilatory_ruins.png b/common/img/sprites/spritesmith/backgrounds/background_dilatory_ruins.png new file mode 100644 index 0000000000..b829e6cfac Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_dilatory_ruins.png differ diff --git a/common/img/sprites/spritesmith/backgrounds/background_giant_wave.png b/common/img/sprites/spritesmith/backgrounds/background_giant_wave.png new file mode 100644 index 0000000000..e6248797c5 Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_giant_wave.png differ diff --git a/common/img/sprites/spritesmith/backgrounds/background_sunken_ship.png b/common/img/sprites/spritesmith/backgrounds/background_sunken_ship.png new file mode 100644 index 0000000000..8d799ff776 Binary files /dev/null and b/common/img/sprites/spritesmith/backgrounds/background_sunken_ship.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_clownfish.png b/common/img/sprites/spritesmith/customize/skin/skin_clownfish.png new file mode 100644 index 0000000000..7042fbbacc Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_clownfish.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_clownfish_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_clownfish_sleep.png new file mode 100644 index 0000000000..67c0c41992 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_clownfish_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_deepocean.png b/common/img/sprites/spritesmith/customize/skin/skin_deepocean.png new file mode 100644 index 0000000000..7e87731107 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_deepocean.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_deepocean_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_deepocean_sleep.png new file mode 100644 index 0000000000..9a015efb8c Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_deepocean_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_merblue.png b/common/img/sprites/spritesmith/customize/skin/skin_merblue.png new file mode 100644 index 0000000000..5dbfe3c55c Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_merblue.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_merblue_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_merblue_sleep.png new file mode 100644 index 0000000000..abd1ccdaf1 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_merblue_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_mergold.png b/common/img/sprites/spritesmith/customize/skin/skin_mergold.png new file mode 100644 index 0000000000..71ea61f0c8 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_mergold.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_mergold_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_mergold_sleep.png new file mode 100644 index 0000000000..29ac9147a0 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_mergold_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_mergreen.png b/common/img/sprites/spritesmith/customize/skin/skin_mergreen.png new file mode 100644 index 0000000000..f5257b032c Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_mergreen.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_mergreen_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_mergreen_sleep.png new file mode 100644 index 0000000000..ca64214afe Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_mergreen_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_merruby.png b/common/img/sprites/spritesmith/customize/skin/skin_merruby.png new file mode 100644 index 0000000000..378516a467 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_merruby.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_merruby_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_merruby_sleep.png new file mode 100644 index 0000000000..79516beb0f Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_merruby_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_shark.png b/common/img/sprites/spritesmith/customize/skin/skin_shark.png new file mode 100644 index 0000000000..90cd4ea5b4 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_shark.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_shark_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_shark_sleep.png new file mode 100644 index 0000000000..8037c5ce8b Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_shark_sleep.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater.png b/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater.png new file mode 100644 index 0000000000..0a33177769 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater.png differ diff --git a/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater_sleep.png b/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater_sleep.png new file mode 100644 index 0000000000..b9d6bbab03 Binary files /dev/null and b/common/img/sprites/spritesmith/customize/skin/skin_tropicalwater_sleep.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201506/broad_armor_mystery_201506.png b/common/img/sprites/spritesmith/gear/events/mystery_201506/broad_armor_mystery_201506.png new file mode 100644 index 0000000000..7cf682b543 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201506/broad_armor_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201506/eyewear_mystery_201506.png b/common/img/sprites/spritesmith/gear/events/mystery_201506/eyewear_mystery_201506.png new file mode 100644 index 0000000000..4a5ee088e7 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201506/eyewear_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_armor_mystery_201506.png b/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_armor_mystery_201506.png new file mode 100644 index 0000000000..8994d081b8 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_armor_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_eyewear_mystery_201506.png b/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_eyewear_mystery_201506.png new file mode 100644 index 0000000000..22b80f3cb3 Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201506/shop_eyewear_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/gear/events/mystery_201506/slim_armor_mystery_201506.png b/common/img/sprites/spritesmith/gear/events/mystery_201506/slim_armor_mystery_201506.png new file mode 100644 index 0000000000..1c3345abda Binary files /dev/null and b/common/img/sprites/spritesmith/gear/events/mystery_201506/slim_armor_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/misc/inventory_special_seafoam.png b/common/img/sprites/spritesmith/misc/inventory_special_seafoam.png new file mode 100644 index 0000000000..0a0b2ff173 Binary files /dev/null and b/common/img/sprites/spritesmith/misc/inventory_special_seafoam.png differ diff --git a/common/img/sprites/spritesmith/misc/seafoam_star.png b/common/img/sprites/spritesmith/misc/seafoam_star.png new file mode 100644 index 0000000000..cb6b7d31d4 Binary files /dev/null and b/common/img/sprites/spritesmith/misc/seafoam_star.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_habitica.png b/common/img/sprites/spritesmith/promo/promo_habitica.png new file mode 100644 index 0000000000..add0006924 Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_habitica.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_mystery_201506.png b/common/img/sprites/spritesmith/promo/promo_mystery_201506.png new file mode 100644 index 0000000000..d78bb925b7 Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_mystery_201506.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_orca.png b/common/img/sprites/spritesmith/promo/promo_orca.png new file mode 100644 index 0000000000..f81d611b94 Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_orca.png differ diff --git a/common/img/sprites/spritesmith/promo/promo_splashyskins.png b/common/img/sprites/spritesmith/promo/promo_splashyskins.png new file mode 100644 index 0000000000..61750d15a8 Binary files /dev/null and b/common/img/sprites/spritesmith/promo/promo_splashyskins.png differ diff --git a/common/img/sprites/spritesmith/quests/inventory_quest_scroll_whale.png b/common/img/sprites/spritesmith/quests/inventory_quest_scroll_whale.png new file mode 100644 index 0000000000..630ea02e83 Binary files /dev/null and b/common/img/sprites/spritesmith/quests/inventory_quest_scroll_whale.png differ diff --git a/common/img/sprites/spritesmith/quests/quest_evilsanta2.png b/common/img/sprites/spritesmith/quests/quest_evilsanta2.png new file mode 100644 index 0000000000..af48d2e8b0 Binary files /dev/null and b/common/img/sprites/spritesmith/quests/quest_evilsanta2.png differ diff --git a/common/img/sprites/spritesmith/quests/quest_whale.png b/common/img/sprites/spritesmith/quests/quest_whale.png new file mode 100644 index 0000000000..b398dfb7b6 Binary files /dev/null and b/common/img/sprites/spritesmith/quests/quest_whale.png differ diff --git a/common/img/sprites/spritesmith/shop/shop_seafoam.png b/common/img/sprites/spritesmith/shop/shop_seafoam.png new file mode 100644 index 0000000000..32fed4f5d7 Binary files /dev/null and b/common/img/sprites/spritesmith/shop/shop_seafoam.png differ diff --git a/common/img/sprites/spritesmith/stable/eggs/Pet_Egg_Whale.png b/common/img/sprites/spritesmith/stable/eggs/Pet_Egg_Whale.png new file mode 100644 index 0000000000..da14bb7e4b Binary files /dev/null and b/common/img/sprites/spritesmith/stable/eggs/Pet_Egg_Whale.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Orca-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Orca-Base.png new file mode 100644 index 0000000000..5c2895a8e7 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Orca-Base.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Base.png new file mode 100644 index 0000000000..ed302d3d0b Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Base.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyBlue.png new file mode 100644 index 0000000000..a216500f62 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyBlue.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyPink.png new file mode 100644 index 0000000000..14f7ece86a Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-CottonCandyPink.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Desert.png new file mode 100644 index 0000000000..58983f1f8f Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Desert.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Golden.png new file mode 100644 index 0000000000..d95c17bf7f Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Golden.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Red.png new file mode 100644 index 0000000000..f4e0d47591 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Red.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Shade.png new file mode 100644 index 0000000000..fe5cbcddc0 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Shade.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Skeleton.png new file mode 100644 index 0000000000..cf22bbe164 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Skeleton.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-White.png new file mode 100644 index 0000000000..809a7c24da Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-White.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Zombie.png new file mode 100644 index 0000000000..9e993c7313 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Body_Whale-Zombie.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Orca-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Orca-Base.png new file mode 100644 index 0000000000..64df01902a Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Orca-Base.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Base.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Base.png new file mode 100644 index 0000000000..8ec0328edd Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Base.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyBlue.png new file mode 100644 index 0000000000..156df7df57 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyBlue.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyPink.png new file mode 100644 index 0000000000..3eb2c4cf0b Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-CottonCandyPink.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Desert.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Desert.png new file mode 100644 index 0000000000..4a304e7c5a Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Desert.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Golden.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Golden.png new file mode 100644 index 0000000000..eae4e035fa Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Golden.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Red.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Red.png new file mode 100644 index 0000000000..46163aaa6f Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Red.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Shade.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Shade.png new file mode 100644 index 0000000000..9861399747 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Shade.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Skeleton.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Skeleton.png new file mode 100644 index 0000000000..1b523dd3d7 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Skeleton.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-White.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-White.png new file mode 100644 index 0000000000..04ae02209a Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-White.png differ diff --git a/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Zombie.png b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Zombie.png new file mode 100644 index 0000000000..808275a4cc Binary files /dev/null and b/common/img/sprites/spritesmith/stable/mounts/Mount_Head_Whale-Zombie.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Base.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Base.png new file mode 100644 index 0000000000..6218d8e5bf Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Base.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyBlue.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyBlue.png new file mode 100644 index 0000000000..231f8c14dc Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyBlue.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyPink.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyPink.png new file mode 100644 index 0000000000..2334f19df2 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-CottonCandyPink.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Desert.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Desert.png new file mode 100644 index 0000000000..3345e354e4 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Desert.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Golden.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Golden.png new file mode 100644 index 0000000000..f5ea597479 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Golden.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Red.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Red.png new file mode 100644 index 0000000000..6f6ebb495e Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Red.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Shade.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Shade.png new file mode 100644 index 0000000000..f9bcf3cd13 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Shade.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Skeleton.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Skeleton.png new file mode 100644 index 0000000000..b328c0a7a3 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Skeleton.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-White.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-White.png new file mode 100644 index 0000000000..4082a95443 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-White.png differ diff --git a/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Zombie.png b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Zombie.png new file mode 100644 index 0000000000..4bf1d3aeb6 Binary files /dev/null and b/common/img/sprites/spritesmith/stable/pets/Pet-Whale-Zombie.png differ diff --git a/common/locales/cs/backgrounds.json b/common/locales/cs/backgrounds.json index f8192b70f5..e81f936c1d 100644 --- a/common/locales/cs/backgrounds.json +++ b/common/locales/cs/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Mihotající se bublinky", "backgroundShimmeryBubblesNotes": "Nech se nadnášet mořem mihotajících se bublinek.", "backgroundIslandWaterfallsText": "Ostrovní vodopády", - "backgroundIslandWaterfallsNotes": "Udělej si piknik u ostrovních vodopádů." + "backgroundIslandWaterfallsNotes": "Udělej si piknik u ostrovních vodopádů.", + "backgrounds072015": "SET 14: Vydáno v červenci 2015", + "backgroundDilatoryRuinsText": "Trosky Liknavosti", + "backgroundDilatoryRuinsNotes": "Potom se k troskám Liknavosti.", + "backgroundGiantWaveText": "Obrovská vlna", + "backgroundGiantWaveNotes": "Surfuj na obří vlně!", + "backgroundSunkenShipText": "Potopená loď", + "backgroundSunkenShipNotes": "Prozkoumej potopenou loď." } \ No newline at end of file diff --git a/common/locales/cs/challenge.json b/common/locales/cs/challenge.json index 5f468e0e18..df83648dbd 100644 --- a/common/locales/cs/challenge.json +++ b/common/locales/cs/challenge.json @@ -53,6 +53,7 @@ "challengedOwnedFilter": "Vlastníš", "challengedNotOwnedFilter": "Nevlastníš", "challengedEitherOwnedFilter": "Obojí", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Zpět na všechny výzvy.", + "prizeValue": "<%= gemcount %> <%= gemicon %> Cena", + "clone": "Naklonuj" } \ No newline at end of file diff --git a/common/locales/cs/character.json b/common/locales/cs/character.json index 57218edd4c..becb0b77c6 100644 --- a/common/locales/cs/character.json +++ b/common/locales/cs/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastelové kůže", "spookySkins": "Strašidelné kůže", "supernaturalSkins": "Nadpřirozené kůže", + "splashySkins": "Vodní kůže", "rainbowColors": "Duhové barvy", "shimmerColors": "Třpytivé barvy", "hauntedColors": "Strašidelné barvy", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Klikni na \"Použít kostým\" abys vybavil svého avatara aniž bys nějak ovlivnil statistiky Bojové výzbroje! To znamená, že se můžeš vybavit nejlepšími statistikami vlevo, a převléknout svého avatara vybavením vpravo.", + "useCostumeInfo2": "Jakmile klikneš na \"Použít kostým\", tvůj avatar bude vypadat docela jednoduše... ale neboj! Když se podíváš doleva, uvidíš, že tvá Bojová zbroj je stále používána. Pak si můžeš svého avatara převléknout! Cokoliv, co mu oblečeš zprava, neovlivní tvoje statistiky, ale budeš vypadat suprově. Vyzkoušej různé styly, smíchej sety, nebo slaď svůj Kostým se svými Mazlíčky, osedlanými zvířaty nebo pozadími.

Máš další otázky? Koukni se na Costume page wiki. Našel jsi ten nej ohoz? Ukaž nám ho v Cechu karnevalových kostýmů nebo se s ním pochlub v Krčmě!", "gearAchievement": "Získal jsi Ocenění \"Maximální Vybavení\" za vylepšení výbavy na maximální set vybavení pro povolání! Získal jsi následující kompletní sety:", "moreGearAchievements": "Abys získal více Ocenění Maximálního Vybavení, změň svou třídu na stránce Statistiky a nakup si vybavení pro své nové povolání!", "armoireUnlocked": "Také jsi odemkl Začarovanou almaru! Klikni na Odměnu začarované almary a náhodně získej speciální Vybavení! Také ti může náhodně dát Zkušenostní body nebo jídlo.", diff --git a/common/locales/cs/content.json b/common/locales/cs/content.json index 85362c7eb2..8d9da58d6c 100644 --- a/common/locales/cs/content.json +++ b/common/locales/cs/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "sladký", "questEggSheepText": "Beran", "questEggSheepAdjective": "huňatý", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Sépiák", + "questEggCuttlefishAdjective": "mazlivý", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "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/defaulttasks.json b/common/locales/cs/defaulttasks.json index 54188263d0..6c5fda9f17 100644 --- a/common/locales/cs/defaulttasks.json +++ b/common/locales/cs/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Produktivní práce (uprav kliknutím na tužku)", + "defaultHabit1Notes": "Příklad dobrých zvyků: + Sníst zeleninu + 15 minut produktivní práce", + "defaultHabit2Text": "Nezdravé jídlo (uprav kliknutím na tužku)", "defaultHabit2Notes": "Příklad zlozvyku: - Kouření - Flákání se", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Jít po schodech/Jet výtahem (uprav kliknutím na tužku)", "defaultHabit3Notes": "Příklad Dobrého zvyku nebo zlozvyku: +/- Schody/Výtah; +/- Voda/Limonáda", "defaultDaily1Text": "1 hodina práce na osobním projektu", "defaultDaily1Notes": "Po vytvoření jsou všechny úkoly žluté. Takže jejich nesplnění způsobí jen mírnou újmu, naopak splnění ti vynese přiměřenou odměnu.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "nastav obtížnost v sekci Pokročilé nastavení", "defaultTodo4Checklist3": "volitelné: nastavte Datum splnění", "defaultTodo5Text": "Založ si Družinu (soukromá skupina) s přáteli (Komunita > Družina)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15minutová přestávka", "defaultReward1Notes": "Vlastní odměny mohou mít mnoho podob. Někteří lidé se zdrží sledování své oblíbené šou, pokud nemají dost zlata na její zaplacení.", "defaultReward2Text": "Dort", "defaultReward2Notes": "Jiní lidé ocení pěkný kousek dortu. Zkus vytvářet odměny, které tě budou nejvíc motivovat.", diff --git a/common/locales/cs/gear.json b/common/locales/cs/gear.json index 47e83f4cb0..d1cc56168a 100644 --- a/common/locales/cs/gear.json +++ b/common/locales/cs/gear.json @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Vykouzli si mrkev s touhle super hůlkou. Zvyšuje Inteligenci o <%= int %> a Vnímání o <%= per %>. Limitovaná edice Jarní výbavy 2015.", "weaponSpecialSpring2015HealerText": "Kočičí chrastítko", "weaponSpecialSpring2015HealerNotes": "Když s ním zamáváš, vydává fascinující chřestivý zvuk, který zabaví KOHOKOLIV na hodiny. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Jarní výbavy 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Střílející korál", + "weaponSpecialSummer2015RogueNotes": "Tato odrůda korálu má schopnost vystřelovat svůj jed skrz vody. Zvyšuje Sílu o <%= str %>. Limitovaná edice letní výbavy 2015.", + "weaponSpecialSummer2015WarriorText": "Sluneční mečoun", + "weaponSpecialSummer2015WarriorNotes": "Sluneční mečoun je hrůzu nahánějící zbraň, pokud jí tedy přiměješ, aby se přestala kroutit. Zvyšuje Sílu o <%= str %>. Limitovaná edice letní výbavy 2015.", + "weaponSpecialSummer2015MageText": "Věštecká hůl", + "weaponSpecialSummer2015MageNotes": "V kamenech tohoto žezla se blyští skrytá síla. Zvyšuje Inteligenci o <%= int %> a Vnímání o <%= per %>. Limitovaná edice letní výbavy 2015.", + "weaponSpecialSummer2015HealerText": "Hůlka vln", + "weaponSpecialSummer2015HealerNotes": "Léčí mořské nemoci i mořskou nemoc! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice letní výbavy 2015.", "weaponMystery201411Text": "Vidle hodů", "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", @@ -132,10 +132,10 @@ "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.", - "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).", + "weaponArmoireBasicCrossbowText": "Základní kuše", + "weaponArmoireBasicCrossbowNotes": "Tato kuše dokáže prostřelit brnění úkolu z velké dálky! Zvyšuje Sílu o <%= str %>, Vnímání o <%= per %> a Obranu o <%= con %>. Začarovaná almara: Nezávislý předmět.", + "weaponArmoireLunarSceptreText": "Uklidňující měsíční žezlo", + "weaponArmoireLunarSceptreNotes": "Hojivá síla této hůlky přibývá a mizí. Zvyšuje Obranu o <%= con %> a Inteligenci o <%= int %>. Začarovaná almara: Uklidňující lunární set (předmět 3 ze 3).", "armor": "zbroj", "armorBase0Text": "Obyčejné oblečení", "armorBase0Notes": "Běžné oblečení. Nenabízí žádný bonus.", @@ -239,14 +239,14 @@ "armorSpecialSpring2015MageNotes": "Všechno k sobě ladí! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Jarní výbavy 2015.", "armorSpecialSpring2015HealerText": "Uklidňující overal", "armorSpecialSpring2015HealerNotes": "Tenhle měkký overal je pohodlný a uklidňující jako mátový čaj. Zvyšuje Obranu o <%= con %>. Limitovaná edice Jarní výbavy 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSummer2015RogueText": "Rubínový ocas", + "armorSpecialSummer2015RogueNotes": "Tento oděv ze třpytivých šupin přemění svého nositele na opravdového korálového odpadlíka! Zvyšuje Vnímání o <%= per %>. Limitovaná edice letní výbavy 2015.", + "armorSpecialSummer2015WarriorText": "Zlatý ocas", + "armorSpecialSummer2015WarriorNotes": "Tento oděv posetý lesklými šupinami mění svého nositele v opravdového měsíčníkového válečníka! Zvyšuje Obranu o <%= con %>. Limitovaná edice letní výbava 2015.", + "armorSpecialSummer2015MageText": "Věštecké roucho", + "armorSpecialSummer2015MageNotes": "Moc se skrývá v nadýchaných rukávech. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice letní výbavy 2015.", + "armorSpecialSummer2015HealerText": "Námořníkovo brnění", + "armorSpecialSummer2015HealerNotes": "Toto brnění dává všem najevo, že jsi čestný námořní kupec, který by se nikdy nechoval jako křivák. Zvyšuje Obranu o <%= con %>. Limitovaná edice letní výbavy 2015.", "armorMystery201402Text": "Oděv poslíčka", "armorMystery201402Notes": "Třpytivý a silný, tento oděv má spoustu kapes na dopisy. Nepřináší žádný benefit. Výbava pro předplatitele únor 2014", "armorMystery201403Text": "Zbroj lesáka", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Tento modrý minerál symbolizuje štěstí, spokojenost a nekonečnou produktivitu. Nepřináší žádný benefit. Předmět pro předplatitele březen 2015.", "armorMystery201504Text": "Oděv pilné včelky", "armorMystery201504Notes": "V tomto okouzlujícím oděvu budeš produktivní jako pilná včelka! Nepřináší žádný benefit. Předmět pro předplatitele Duben 2015.", + "armorMystery201506Text": "Neopren na šnorchlování", + "armorMystery201506Notes": "Zašnorchluj si u korálového útesu v tomto zářivě barevném úboru! Nepřináší žádný benefit. Předmět pro předplatitele červen 2015.", "armorMystery301404Text": "Steampunk oblek", "armorMystery301404Notes": "Elegantní a fešácký, joj! Nepřináší žádný benefit. Předmět pro předplatitele únor 3015.", - "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).", + "armorArmoireLunarArmorText": "Uklidňující měsíční brnění", + "armorArmoireLunarArmorNotes": "Světlo měsíce tě učiní silným a bystrým. Zvyšuje Sílu o <%= str %> a Inteligenci o <%= int %>. Začarovaná almara: Uklidňující měsíční set (předmět 2 ze 3).", + "armorArmoireGladiatorArmorText": "Brnění gladiátora", + "armorArmoireGladiatorArmorNotes": "Abys mohl být gladiátorem, musíš být nejen mazaný.... ale taky silný. Zvyšuje Vnímání o <%= per %> a Sílu o <%= str %>. Začarovaná almara: Set gladiátora (předmět 2 ze 3).", "headgear": "Pokrývka hlavy", "headBase0Text": "Žádná přilba", "headBase0Notes": "Žádná pokrývka hlavy", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Co bylo první? Králík nebo klobouk? Zvyšuje Vnímání o <%= per %>. Limitovaná edice Jarní výbavy 2015.", "headSpecialSpring2015HealerText": "Uklidňující koruna", "headSpecialSpring2015HealerNotes": "Perla ve středu korunu uklidňuje ty kolem sebe. Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Jarní výbavy 2015.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Klobouk odpadlíka", + "headSpecialSummer2015RogueNotes": "Tento pirátský klobouk spadl přes palubu a byl ozdoben kusy korálu. Zvyšuje Vnímání o <%= per %>. Limitovaná edice letní výbavy 2015.", + "headSpecialSummer2015WarriorText": "Oceánská helma vykládaná drahokamy", + "headSpecialSummer2015WarriorNotes": "Tato helma, vyrobena z hlubinných kovů řemeslníky z Liknavosti, je silná a krásná. Zvyšuje Sílu o <%= str %>. Limitovaná edice letní výbavy 2015.", + "headSpecialSummer2015MageText": "Věštecká šála", + "headSpecialSummer2015MageNotes": "Ukrytá moc září v každé niti této šály. Zvyšuje Vnímání o <%= per %>. Limitovaná edice letní výbavy 2015.", + "headSpecialSummer2015HealerText": "Námořnická čapka", + "headSpecialSummer2015HealerNotes": "S námořnickou čapkou pevně nasazenou na hlavě můžeš proplout i těmi nejbouřlivějšími moři! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice letní výbavy 2015.", "headSpecialGaymerxText": "Helma duhového bojovníka", "headSpecialGaymerxNotes": "Ku příležitosti oslav sezóny Gay Pride a GaymerX je tato speciální helma zdobená zářivým barevným duhovým vzorem! GaymerX je herní veletrh oslavující LGBTQ a hry a je otevřený všem. Koná se v InterContinentalu v centru San Francisca 11.-13. července! Nepřináší žádné výhody.", "headMystery201402Text": "Okřídlená přilba", @@ -410,16 +412,16 @@ "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", "headMystery301405Notes": "Obyčejný cylindr, který si přímo žádá o doplnění nějakým fešáckým ohozem. Nepřináší žádný benefit. Předmět pro předplatitele květen 3015.", - "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.", + "headArmoireLunarCrownText": "Uklidňující měsíční koruna", + "headArmoireLunarCrownNotes": "Tato koruna utužuje zdraví a zbystří smysly, obzvláště při úplňku. Zvyšuje Obranu o <%= con %> a Vnímání o <%= per %>. Začarovaná almara: Uklidňující měsíční set (předmět 1 ze 3).", + "headArmoireRedHairbowText": "Červená mašle do vlasů", + "headArmoireRedHairbowNotes": "Staň se silným a chytrým při nošení této krásné červené mašle do vlasů! Zvyšuje Sílu o <%= str %>, Obranu o <%= con %> a Inteligenci o <%= int %>. Začarovaná almara: Nezávislý předmět.", + "headArmoireVioletFloppyHatText": "Fialový měkký klobouk", + "headArmoireVioletFloppyHatNotes": "Mnoho zaříkadel bylo všito do tohoto jednoduchého klobouku a to mu dává jeho pěknou fialovou barvu. Zvyšuje Vnímání o <%= per %>, Inteligenci o <%= int %> a Obranu o <%= con %>. Začarovaná almara: Nezávislý předmět.", + "headArmoireGladiatorHelmText": "Helma gladiátora", + "headArmoireGladiatorHelmNotes": "Abys mohl být gladiátorem, musíš být nejen mazaný.... ale taky silný. Zvyšuje Inteligenci o <%= int %> a Vnímání o <%= per %>. Začarovaná almara: Set gladiátora (předmět 1 ze 3).", + "headArmoireRancherHatText": "Rančerský klobouk", + "headArmoireRancherHatNotes": "Nažeň své mazlíčky a zvířata v tomto rančerském klobouku! Zvyšuje Sílu o <%= str %>, Vnímání o <%= per %> a Inteligenci o <%= int %>. Začarovaná almara: Nezávislý předmět.", "offhand": "štít v ruce", "shieldBase0Text": "Bez štítu v ruce", "shieldBase0Notes": "Bez štítu nebo druhé zbraně.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Hoď ho po nepřátelích... nebo ho drž, protože se naplní dobrůtkami na večeři. Zvyšuje Obranu o <%= con %>. Limitovaná edice Jarní výbavy 2015.", "shieldSpecialSpring2015HealerText": "Vzorovaný polštář", "shieldSpecialSpring2015HealerNotes": "Na tomhle měkkém polštáři si můžeš odpočinout nebo s ním můžeš zápasit. Grrr! Zvyšuje Obranu o <%= con %>. Limitovaná edice Jarní výbavy 2015.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "Střílející korál", + "shieldSpecialSummer2015RogueNotes": "Tato odrůda korálu má schopnost vystřelovat svůj jed skrz vody. Zvyšuje Sílu o <%= str %>. Limitovaná edice letní výbavy 2015.", + "shieldSpecialSummer2015WarriorText": "Měsíčníkův štít", + "shieldSpecialSummer2015WarriorNotes": "Tento štít, vyroben z hlubinných kovů řemeslníky z Liknavosti, září jako písek a moře. Zvyšuje Obranu o <%= con %>. Limitovaná edice letní výbavy 2015.", + "shieldSpecialSummer2015HealerText": "Štít z řemínků", + "shieldSpecialSummer2015HealerNotes": "Použij tento štít k vyhnání krys z podpalubí. Zvyšuje Obranu o <%= con %>. Limitovaná edice letní výbavy 2015.", "shieldMystery301405Text": "Štít z hodin", "shieldMystery301405Notes": "Čas je na tvé straně s tímhle štítem z hodin! Nepřináší žádný benefit. Předmět pro předplatitele červen 3015.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Štít gladiátora", + "shieldArmoireGladiatorShieldNotes": "Abys mohl být gladiátorem, musíš... ale kecy, prostě je flákni svým štítem. Zvyšuje Obranu o <%= con %> a Sílu o <%= str %>. Začarovaná almara: Set gladiátora (předmět 3 ze 3).", + "back": "Příslušenství na záda", "backBase0Text": "Bez příslušenství na zádech", "backBase0Notes": "Bez příslušenství na zádech.", "backMystery201402Text": "Zlatá křídla", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Skví se silou a krásou. Speciální edice běžné zbroje. Nepřináší žádný benefit.", "backSpecialWonderconBlackText": "Záludná kápě", "backSpecialWonderconBlackNotes": "Utkána ze stínů a šepotu. Speciální edice běžné zbroje. Nepřináší žádný benefit.", - "body": "Body Accessory", + "body": "Příslušenství na tělo", "bodyBase0Text": "Žádné doplňky", "bodyBase0Notes": "Žádné doplňky", "bodySpecialWonderconRedText": "Rubínový límec", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Slaná ani sladká voda neponičí tuto kovovou karkulku. Nepřidává žádný bonus. Limitovaná edice 2014 Letní Výbava.", "bodySpecialSummerHealerText": "Korálový límec", "bodySpecialSummerHealerNotes": "Stylový límec ze živého korálů! Nepřidává žádný bonus. Limitovaná edice 2014 Letní Výbava.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Šerpa odpadlíka", + "bodySpecialSummer2015RogueNotes": "Nemůžeš být správný odpadlík bez šmrncu... a šerpy. Nepřináší žádný benefit. Limitovaná edice letní výbavy 2015.", + "bodySpecialSummer2015WarriorText": "Oceánské hroty", + "bodySpecialSummer2015WarriorNotes": "Každý hrot je pokryt jedem z medúzy, který chrání svého nositele. Nepřináší žádný benefit. Limitovaná edice letní výbavy 2015.", + "bodySpecialSummer2015MageText": "Zlatá přezka", + "bodySpecialSummer2015MageNotes": "Tato přezka nemá vůbec žádnou moc, ale hezky se leskne. Nepřináší žádný benefit. Limitovaná edice letní výbavy 2015.", + "bodySpecialSummer2015HealerText": "Námořníkův šátek", + "bodySpecialSummer2015HealerNotes": "Jo ho ho? Ne, ne, ne! Nepřináší žádný benefit. Limitovaná edice letní výbavy 2015.", "headAccessory": "doplňky na hlavu", "accessories": "Doplňky", "animalEars": "Zvířecí uši", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Nech svou představivost létat! Nepřináší žádný benefit. Předmět pro předplatitele únor 2015.", "headAccessoryMystery301405Text": "Brýle na čele", "headAccessoryMystery301405Notes": "\"Brýle jsou na oči,\" říkali. \"Nikdo nechce nosit brýle na čele,\" říkali. Ha! Teď jsi jim to natřel! Nepřináší žádný benefit. Předmět pro předplatitele srpen 3015.", - "eyewear": "Eyewear", + "eyewear": "Brýle", "eyewearBase0Text": "Žádné vybavení pro oči", "eyewearBase0Notes": "Žádné vybavení pro oči.", "eyewearSpecialSummerRogueText": "Ničemné brýle", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Tvé motivy jsou bezpochyby legitimní. Nepřináší žádný benefit. Speciální edice běžné zbroje.", "eyewearMystery201503Text": "Akvamarínová maska", "eyewearMystery201503Notes": "Ať ti třpytivé krystaly nevypíchnou oko! Nepřináší žádný benefit. Předmět pro předplatitele březen 2015.", + "eyewearMystery201506Text": "Neonový šnorchl", + "eyewearMystery201506Notes": "Tento neonový šnorchl umožňuje svému nositeli vidět pod vodou. Nepřináší žádný benefit. Předmět pro předplatitele červen 2015.", "eyewearMystery301404Text": "Brýle na oči", "eyewearMystery301404Notes": "Nic na oči nemůže být trendovějšího než brýle - možná tedy kromě monoklu. Nepřináší žádný benefit. Předmět pro předplatitele duben 3015.", "eyewearMystery301405Text": "Monokl", diff --git a/common/locales/cs/generic.json b/common/locales/cs/generic.json index 6d7c61e521..4f4a56a6b7 100644 --- a/common/locales/cs/generic.json +++ b/common/locales/cs/generic.json @@ -54,7 +54,9 @@ "gems": "Drahokamy", "gemButton": "Máš <%= number %> Drahokamy/Drahokamů", "moreInfo": "Více informací", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(zobrazit více)", + "showMoreLess": "(zobrazit méně)", + "gemsWhatFor": "Klikni pro nákup drahokamů! Za drahokamy si můžeš koupit speciální předměty jako Výpravy, vybavení avataru a sezónní vybavení.", "veteran": "Veterán", "veteranText": "Vystavil Zvyk Šedý (naši stránku před použitím Angular) vlivu přírody a získal mnoho jizev z boje s jejími chybami. ", "originalUser": "Původní uživatel!", @@ -85,7 +87,7 @@ "audioTheme_off": "Vypnuto", "audioTheme_danielTheBard": "Bard Daniel", "audioTheme_wattsTheme": "Watts' téma", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Gokul téma", "askQuestion": "Položit otázku", "reportBug": "Nahlásit chybu", "contributeToHRPG": "Přispět HabitRPG", diff --git a/common/locales/cs/groups.json b/common/locales/cs/groups.json index 8f649f92a4..84562ea39f 100644 --- a/common/locales/cs/groups.json +++ b/common/locales/cs/groups.json @@ -39,8 +39,8 @@ "editGroup": "Upravit družinu", "newGroupName": "<%= groupType %> jméno", "groupName": "Jméno družiny", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Vůdce skupiny", + "groupID": "ID skupiny", "groupDescr": "Popisek zobrazovaný ve veřejném seznamu cechů (formátování povoleno)", "logoUrl": "Adresa loga", "assignLeader": "Zvolit vůdce družiny", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Koupit", "sendGiftMessagePlaceholder": "Osobní zpráva (volitelné)", "sendGiftSubscription": "<%= months %> měsíc(e/ů): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Bojuj s přáteli proti příšerám", + "startAParty": "Založ družinu", + "addToParty": "Přidej někoho do své družiny" } \ No newline at end of file diff --git a/common/locales/cs/limited.json b/common/locales/cs/limited.json index 64211caf65..1710c78aee 100644 --- a/common/locales/cs/limited.json +++ b/common/locales/cs/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Byl <%= spookDust %>krát vyděšen členy družiny.", "agriculturalFriends": "Zemědělští přátelé", "agriculturalFriendsText": "Byl kamarády transformován <%= seeds %>krát na kytku.", + "aquaticFriends": "Podvodní přátelé", + "aquaticFriendsText": "Byl pocákán <%= seafoam %>krát členy Družiny.", "valentineCard": "Valentýnka", "valentineCardNotes": "Poslat Valentínku členu družiny. ", "valentine0": "\"Růže jsou červené<%= lineBreak %>Mé denní úkoly modré<%= lineBreak %>Být s Tebou v družině<%= lineBreak %>Je vážně dobré!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Sezónní mudrci<%= linkEnd %>", "seasonalShopClosedText": "Sezónní obchod je momentálně zavřený!! Nevím, kde se momentálně Sezonní Kouzelnice nachází, ale vsadím se, že bude zpět na další <%= linkStart %>Velkolepé Gala<%= linkEnd %>!", "seasonalShopText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Jarního flámu každý rok, ale máme otevřeno pouze do 30. dubna, tak si nakup teď nebo budeš muset čekat další rok!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Vítej v Sezonním obchodě! Zrovna tu máme jarní Sezonní edici zboží. Všechno zde je možné zakoupit v průběhu Letního šplouchání každý rok, ale máme otevřeno pouze do 31. července, tak si nakup teď, nebo budeš muset čekat další rok!", "seasonalShopRebirth": "Pokud jsi použil Kouli znovuzrození, můžeš si znovu zakoupit toto vybavení ve sloupci s odměnami, jakmile odemkneš Obchod. Ze začátku si budeš moci koupit pouze vybavení pro tvou momentální třídu (výchozí je Válečník), ale neboj, další vybavení pro další třídy bude přístupné jakmile si budeš moci svou třídu vybrat.", "candycaneSet": "Cukrátková hůl (mág)", "skiSet": "Lyžovrah (zloděj)", @@ -46,8 +48,8 @@ "magicMouseSet": "Kouzelná Myš (mág)", "lovingPupSet": "Milující Štěně (léčitel)", "stealthyKittySet": "Nenápadná Kočka (lupič)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Smělý dobrodruh (Válečník)", + "emeraldMermageSet": "Smaragdový mořský mág (Mág)", + "reefSeahealerSet": "Útesový mořský léčitel (Léčitel)", + "roguishPirateSet": "Ničemný pirát (Zloděj)" } \ No newline at end of file diff --git a/common/locales/cs/messages.json b/common/locales/cs/messages.json index 167779b078..cf61470395 100644 --- a/common/locales/cs/messages.json +++ b/common/locales/cs/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Něco se rozbilo. Asi <%= itemText %>.", "messageTaskNotFound": "Úkol nenalezen.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Úkol s tímhle názvem už existuje", "messageTagNotFound": "Štítek nenalezen.", "messagePetNotFound": ":pet nebyl nalezen v user.items.pets", "messageFoodNotFound": ":food nebylo nalezeno v user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Našel jsi vejce, ze kterého se vylíhne <%= dropText %> ! <%= dropNotes %>", "messageDropPotion": "Našel jsi <%= dropText %> líhnoucí lektvar! <%= dropNotes %>", "messageFoundQuest": "Našel jsi výpravu \"<%= 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!" + "armoireEquipment": "<%= image %> Ve zbrojnici jsi našel kus vzácného vybavení ve Zbrojnici: <%= dropText %>! Skvělé!", + "armoireFood": "<%= image %> Prohledáváš zbrojnici a nacházíš <%= dropArticle %><%= dropText %>. Co to tu dělá?", + "armoireExp": "Zápasíš se Zbrojnicí a získáváš zkušenost. To jsi jí to nandal!" } \ No newline at end of file diff --git a/common/locales/cs/npc.json b/common/locales/cs/npc.json index 77492091ec..b356267645 100644 --- a/common/locales/cs/npc.json +++ b/common/locales/cs/npc.json @@ -10,8 +10,8 @@ "alexander": "Obchodník Alexander", "welcomeMarket": "Vítej na trhu! Kup si vzácná vejce a lektvary! Prodej, co máš navíc! Objednej si užitečné služby! Přijď se podívat, co všechno nabízíme.", "sellForGold": "Prodej <%= item %> za <%= gold %> zlaťáků", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Prodej <%= itemType %> vejce za <%= gold %> zlaťáků.", + "sellPotionForGold": "Prodej <%= itemType %> lektvar za <%= gold %> zlaťáků.", "buyGems": "Kup drahokamy", "justin": "Justin", "USD": "dolar/ů", @@ -20,7 +20,7 @@ "dismissAlert": "Zavřít toto oznámení", "donateText1": "Přidá 20 drahokamů na tvůj účet. Drahokamy se používají pro nákup speciálních herních předmětů, jako například košil a vlasů.", "donateText2": "Pomož podpořit HabitRPG", - "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!", + "donateText3": "HabitRPG je open source projekt, který závisí na podpoře našich uživatelů. Peníze, které utratíš za drahokamy, nám pomáhají udržet v provozu servery, mít pár zaměstnanců, vyvíjet nové funkce a motivovat naše dobrovolné programátory. Děkujeme za tvojí štědrost!", "donationDesc": "20 drahokamů, Příspěvek vývojářům", "payWithCard": "Zaplatit kartou", "payNote": "Poznámka: Zpracování platby přes PayPal někdy trvá delší dobu. Doporučujeme platit kartou.", @@ -43,36 +43,36 @@ "tourHabits": "Tenhle sloupeček je pro dobré zvyky a zlozvyky, které děláš několikrát denně! Abys mohl pokračovat, klikni na tužku abys mohl upravit názvy, potom klikni na fajfku, aby se ti změny uložily.", "tourStats": "Dobré zvyky přidávají Zkušenost a Zlaťáky! Zlozvyky ti ubírají zdraví.", "tourGP": "Abys mohl pokračovat, kup si Meč na trénink za zlato, které jsi právě získal!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Uprav si svůj avatar", "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": "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!", + "tourTavernPage": "Vítej v Krčmě, chatu pro všechny věkové kategorie! V případě nemoci, nebo třeba dovolené, se můžeš ochránit proti postihu za nesplněné Denní úkoly kliknutím na \"Odpočívat v hostinci\". Přijď nás pozdravit!", "tourPartyPage": "Tvá družina ti pomůže dodržovat cíle. Pozvi své přátele a odemkni Svitek výpravy!", - "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!", + "tourGuildsPage": "Cechy jsou chatovací skupiny s podobnými zájmy, které jsou tvořené hráči pro hráče. Můžeš si vyhledat témata, která tě zajímají! Doporučujeme Newbies Guild neboli Cech pro nováčky, kde se může každý ptát na věci o HabitRPG.", + "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.", - "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourHallPage": "Vítej v Síni hrdinů, kde jsou oslavování open-source přispěvatelé. Vysloužili si Drahokamy, exkluzivní vybavení a prestižní tituly ať už za kódování, obrázky, hudbu, psaní, nebo za pomoc. Také můžeš přispět HabitRPG!", + "tourPetsPage": "Tohle je Stáj! Po 4. úrovni si tu budeš moci líhnout Mazlíčky za pomocí vajíček a líhnoucích lektvarů. Když si vylíhneš Mazlíčka na Trhu, objeví se tady! Klikni na Mazlíčka a přidáš si ho ke svému avataru. Krm ho jídlem, které budeš nacházet po 4. úrovni, a oni vyrostou v silná zvířata, na kterých se budeš moci projet.", + "tourMountsPage": "Jakmile dostatečně nakrmíš mazlíčka, objeví se tady a budeš se na něm moci projet. (Mazlíčci, zvířata k osedlání a jídlo jsou k dispozici po 4. úrovni.) Klikni na zvíře, které si chceš osedlat!", + "tourEquipmentPage": "Tady se ti ukládá vybavení! Tvá Bojová zbroj ovlivňuje tvé statistiky. Pokud chceš, aby se ti zobrazovalo jiné vybavení na tvém avataru aniž by se ti statistiky nějak ovlivnily, klikni na \"Povolit kostým.\"", + "tourOkay": "Ok!", + "tourAwesome": "Skvělé!", + "tourSplendid": "Velkolepé!", + "tourNifty": "Prima!", + "tourAvatarProceed": "Ukaž mi moje úkoly!", + "tourToDosBrief": "Úkolníček", + "tourDailiesBrief": "Denní úkoly", + "tourDailiesProceed": "Budu opatrný!", + "tourHabitsBrief": "Dobré zvyky a zlozvyky", + "tourHabitsProceed": "To dává smysl!", + "tourRewardsBrief": "Seznam odměn", + "tourRewardsProceed": "To je vše!", + "welcomeToHabit": "Vítej v HabitRPG, hře, která zlepší tvůj život!", + "welcome1": "Vytvoř a uzpůsob si svého herního avatara, který tě reprezentuje.", + "welcome2": "Tvé úkoly v reálném životě ovlivňují Zdraví (HP), Zkušenost (XP), a Zlaťáky tvého avatara.", + "welcome3": "Plń úkoly a získej za ně Zkušenost (XP) a Zlaťáky, které odemknou super funkce a odměny!", + "welcome4": "Vyvaruj se zlozvyků, které ti ubírají Zdraví (HP), nebo tvůj avatar zemře!", + "welcome5": "Nyní si upravíš svůj avatar a zadáš úkoly...", + "imReady": "Jsem připraven!" } \ No newline at end of file diff --git a/common/locales/cs/pets.json b/common/locales/cs/pets.json index 8c25b0eab0..17dc2be208 100644 --- a/common/locales/cs/pets.json +++ b/common/locales/cs/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Strašek paví", "mammoth": "Huňatý mamut", + "orca": "Orca", "rarePetPop1": "Klikni na zlatou packu pro více informací o tom, jak získat toto vzácné zvíře za přispívání HabitRPG!", "rarePetPop2": "Jak získat toto zvíře!", "potion": "<%= potionType %> lektvar", diff --git a/common/locales/cs/quests.json b/common/locales/cs/quests.json index 900fdd4fd7..af02677399 100644 --- a/common/locales/cs/quests.json +++ b/common/locales/cs/quests.json @@ -1,11 +1,11 @@ { "quests": "Výpravy", "quest": "výprava", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Detaily výpravy", + "invitations": "Pozvánky", "completed": "Dokončeno!", "youReceived": "Získal jsi", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Kliknutí na \"Pozvat\" odešle pozvánku členům 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": "Pozvánka na Výpravu", diff --git a/common/locales/cs/questscontent.json b/common/locales/cs/questscontent.json index 46d7402a7c..7338501d76 100644 --- a/common/locales/cs/questscontent.json +++ b/common/locales/cs/questscontent.json @@ -203,10 +203,16 @@ "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", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "Kraken Neúplnosti", + "questKrakenNotes": "Je teplý slunečný den a ty se plavíš do Nekompletní zátoky, ale tvé myšlenky jsou zahaleny mračny starostí o to, co všechno musíš udělat. Zdá se, že jen co splníš jeden úkol, vynoří se další a další...

Najednou se loďka hrozivě zhoupne a slizká chapadla vyrazí z vody všude kolem! \"Útočí na nás Kraken Neúplnosti!\" křičí Wolvenhalo.

\"Rychle!\" zavolá na tebe Lemoness. \"Utni co nejvíce chapadel a splň co nejvíce úkolů můžeš než se objeví další místo nich!\"", + "questKrakenBoss": "Kraken Neúplnosti", + "questKrakenCompletion": "Při svém úprku za sebou Kraken nechává tři vejce. Lemoness je prozkoumává a její podezřívavý pohled se změní na potěšený. \"Vejce sépiáka!\" řekne. \"Na, vezmi si je jako odměnu za to, co jsi splnil.\" ", + "questKrakenDropCuttlefishEgg": "Sépiák (vejce)", + "questKrakenUnlockText": "Odemkne možnost nákupu vejce sépiáka na Trhu.", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/cs/settings.json b/common/locales/cs/settings.json index 475b6ee082..581bd883f6 100644 --- a/common/locales/cs/settings.json +++ b/common/locales/cs/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Vlastní začátek dne", "24HrClock": "24hod mód", "customDayStartInfo1": "HabitRPG implicitně kontroluje a resetuje tvé denní úkoly vždy o půlnoci tvé časové zóny. Měl by sis přečíst následující informace, než to změníš:", - "customDayStartInfo2": "(zobrazit více)", - "customDayStartInfo3": "(zobrazit méně)", "customDayStartInfo4": "Dokonči všechny své denní úkoly před změnou vlastního začátku dne nebo ten den Odpočívej v hostinci. Změna vlastního začátku dne může způsobit okamžité spuštění kronu, ale po prvním dnu bude vše fungovat tak, jak má.

Změna může trvat až dvě hodiny. Například pokud je nyní nastaven na 0 (půlnoc), změň ho před 22. hodinou; pokud ho chceš nastavit na 9. hodinu, změň ho před 7. hodinou.

Zadej hodinu od 0 do 23 (používá se 24-hodinový formát). Psaní je efektivnější než použití šipek. Jakmile máš nastaveno, obnov stránku pro kontrolu, že se již objevuje nová hodnota.", "misc": "Ostatní", "showHeader": "Zobrazit horní info panel", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "spolu s tvým starým a novým emailem a tvým uživatelským ID.", "username": "Přihlašovací jméno", + "usernameOrEmail": "Přihlašovací jméno nebo email", "email": "Email", "registeredWithFb": "Registrovaný přes Facebook", "loginNameDescription1": "Tohle použiješ k přihlášení na HabitRPG. Jdi na", @@ -113,11 +112,11 @@ "benefits": "Benefity", "coupon": "Kupón", "couponPlaceholder": "Zadej kód z kupónu", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Někdy máme akce, na kterých rozdáváme kupóny s kódy pro speciální vybavení. (např. těm, kteří se zastavili v našem stánku na Wonderconu) ", "apply": "Zadat", "resubscribe": "Znovu se přihlásit k odběru", "promoCode": "Promo kód", "promoCodeApplied": "Promo kód zadán! Koukni do Inventáře", "promoPlaceholder": "Vlož promo kód", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Zobrazit tlačítko \"Pozvat do družiny\", když má družina 1 člena." } \ No newline at end of file diff --git a/common/locales/cs/spells.json b/common/locales/cs/spells.json index 462df3dae3..47347629d7 100644 --- a/common/locales/cs/spells.json +++ b/common/locales/cs/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Třpytivé semínko", "spellSpecialShinySeedNotes": "Změň svého kamaráda na veselou kytičku!", "spellSpecialPetalFreePotionText": "Bezlístečkový lektvar", - "spellSpecialPetalFreePotionNotes": "Zvrať efekt třpytivého semínka." + "spellSpecialPetalFreePotionNotes": "Zvrať efekt třpytivého semínka.", + "spellSpecialSeafoamText": "Mořská pěna", + "spellSpecialSeafoamNotes": "Přeměň svého kamaráda na mořskou příšerku!", + "spellSpecialSandText": "Písek", + "spellSpecialSandNotes": "Zvrať efekt mořské pěny." } \ No newline at end of file diff --git a/common/locales/cs/subscriber.json b/common/locales/cs/subscriber.json index bd60ded1b9..1c5032d30d 100644 --- a/common/locales/cs/subscriber.json +++ b/common/locales/cs/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Předplatné", "subDescription": "Bez reklam, nakupování drahokamů za zlaťáky, každý měsíc záhadný předmět, uchovaná historie, dvojnásobné množství předmětů každý den, podporuje vývojáře. Klikni pro více informací.", "disableAds": "Zablokuj reklamy", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Reklamy jsou vypnuté dokud máš aktivní předplatné (neplatí pro původní dárce).", "buyGemsGold": "Kup drahokamy za zlato", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Obchodník Alexander ti prodá drahokamy za cenu <%= gemCost %> zlaťáků za kámen. Jeho měsíční dodávky jsou zprvu omezeny na <%= gemLimit %> kamenů za měsíc, ale každé tři měsíce souvislého předplatného se jejich počet navýší o 5 a může dosáhnout maxima až 50 kamenů za měsíc!", "retainHistory": "Ponech si veškeré položky historie", "retainHistoryText": "Tvá plná historie bude k dispozici v grafu a pro export. Ostatním uživatelům se historie kvůli optimalizaci databáze slučuje.", "doubleDrops": "Denně získáš dvakrát více předmětů", "doubleDropsText": "Najdi všechny mazlíčky rychleji!", "mysteryItem": "Jedinečné předměty při měsíčním předplatném", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "Každý měsíc obdržíš unikátní předmět pro svůj avatar! Navíc za každé tři měsíce nepřerušeného předplatného ti Tajemní cestovatelé časem zaručí přístup k historickým (a futuristickým!) předmětům.", "supportDevs": "Podporuje vývojáře", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Tvé předplatné pomáhá udržet Habitiku prosperující a pomáhá financovat vývoj nových funkcí. Děkujeme za tvou štědrost!", "monthUSD": "Amerických dolarů měsíčně", "organization": "Organizace", "groupPlans": "Firemní plány", diff --git a/common/locales/cs/tasks.json b/common/locales/cs/tasks.json index ec7b189506..25086e0e65 100644 --- a/common/locales/cs/tasks.json +++ b/common/locales/cs/tasks.json @@ -16,13 +16,14 @@ "checklist": "Seznam", "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": "Title", + "text": "Titul", "extraNotes": "Další poznámky", "direction/Actions": "Pokyny/Činnosti", "advancedOptions": "Pokročilé možnosti", "difficulty": "Obtížnost", "difficultyHelpTitle": "Jak obtížný je tento úkol?", "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!", + "trivial": "Triviální", "easy": "Jednoduché", "medium": "Středně těžké", "hard": "Těžké", @@ -36,11 +37,11 @@ "newDailyBulk": "Nové Denní úkoly (jeden na řádek)", "streakCounter": "Počítadlo šňůr úspěšnosti", "repeat": "Opakovat", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Opakovat každé", + "repeatDays": "Každých X dnů", + "repeatWeek": "V určité dny v týdnu", + "day": "Den", + "days": "Dny", "restoreStreak": "Obnov šňůru", "todos": "Úkolníček", "newTodo": "Nový Úkol", @@ -65,9 +66,9 @@ "clearTags": "Vyčistit", "hideTags": "Schovat", "showTags": "Ukázat", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Datum začátku", + "startDateHelpTitle": "Kdy by měl tento úkol začít?", + "startDateHelp": "Nastav datum, ve kterém začne úkol platit. Nebude muset být splněn dříve.", "streakName": "Ocenění za šňůry úspěšnosti", "streakText": "Má na kontě <%= streaks %> 21-denních šňůr úspěšnosti v Denních úkolech", "streakSingular": "Šňůrař", @@ -87,22 +88,22 @@ "pushTaskToBottom": "Posunout úkol na spodek", "emptyTask": "Nejdřív zadej název úkolu.", "dailiesRestingInInn": "Odpočíváš v Hostinci! Tvé Denní úkoly ti dnes NEUBLÍŽÍ, ale BUDOU se resetovat každý den. Pokud jsi na Výpravě, neuštědříš žádný úder/nebudeš sbírat předměty dokud se z Hostince neodhlásíš, ale stále ti může ublížit Boss, pokud tví přátelé v Družině nebudou plnit své Denní úkoly.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "habitHelp1": "Dobré zvyky jsou věci, které děláš často. Získáš za ně Zlaťáky a Zkušenost pokaždé, když klikneš na <%= plusIcon %>.", + "habitHelp2": "Zlozvyky jsou věci, kterých se chceš vyvarovat. Ubírají ti Zdraví pokaždé, když klikneš na <%= minusIcon %>.", + "habitHelp3": "Pro inspiraci se můžeš podívat na tyhle ukázkové Zvyky!", + "newbieGuild": "Máš další otázky? Zeptej se v <%= linkStart %>Cechu pro nováčky<%= linkEnd %>!", + "dailyHelp1": "Denní úkoly se opakují <%= emphasisStart %>každý den<%= emphasisEnd %>, ve kterém jsou aktivní. Klikni na <%= pencilIcon %> abys mohl změnit, ve které dny má být Denné úkol aktivní.", + "dailyHelp2": "Pokud nesplníš své Denní úkoly do nastaveného konce dne, přijdeš o zdraví.", + "dailyHelp3": "Dení úkoly budou stále <%= emphasisStart %>červenější<%= emphasisEnd %>, když je zmeškáš a <%= emphasisStart %>modřejší<%= emphasisEnd %>, když je budeš plnit. Čím červenější je Denní úkol, tím větší dostaneš odměnu za jeho splnění.... a taky tím vyšší bude újma, kterou ti způsobí.", + "dailyHelp4": "Abys změnil, kdy ti začne nový den, jdi do <%= linkStart %> Nastavení > Stránka<%= linkEnd %> > Vlastní začátek dne", + "dailyHelp5": "Pro inspiraci koukni na tyhle ukázkové Denní úkoly!", + "toDoHelp1": "Úkoly v Úkolníčku začínají jako žluté a jsou červenější (a cennější) s každým dalším dnem, kterým ti zabere je splnit.", + "toDoHelp2": "Úkoly v Úkolníčku ti nikdy neublíží! Pouze za ně dostáváš jako odměnu zlaťáky a zkušenost.", + "toDoHelp3": "Když si rozložíš úkol v Úkolníčku na seznam menších úkolů, bude snadnější ho splnit a získáš tak i víc bodů!", + "toDoHelp4": "Pro inspiraci koukni na tyhle ukázkové Úkoly v Úkolníčku!", + "rewardHelp1": "Vybavení, které si pro svého avatara koupíš, najdeš v <%= linkStart %>Inventář > Vybavení<%= linkEnd %>.", + "rewardHelp2": "Vybavení ovlivňuje tvé statistiky (<%= linkStart %>Avatar > Statistiky<%= linkEnd %>).", + "rewardHelp3": "V průběhu světových událostí se speciální vybavení zobrazí zde.", + "rewardHelp4": "Neboj se vytvořit si své Odměny! Koukni na na ukázku tady.", + "clickForHelp": "Klikni pro nápovědu" } \ No newline at end of file diff --git a/common/locales/da/backgrounds.json b/common/locales/da/backgrounds.json index 097ad04604..76da484447 100644 --- a/common/locales/da/backgrounds.json +++ b/common/locales/da/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Skinnende Bobler", "backgroundShimmeryBubblesNotes": "Flyd gennem et hav af Skinnende Bobler", "backgroundIslandWaterfallsText": "Øens Vandfald", - "backgroundIslandWaterfallsNotes": "Tag på skovtur nær Øens Vandfald" + "backgroundIslandWaterfallsNotes": "Tag på skovtur nær Øens Vandfald", + "backgrounds072015": "Sæt 14: Udgivet Juli 2015 ", + "backgroundDilatoryRuinsText": "Forhalingens Ruiner", + "backgroundDilatoryRuinsNotes": "Dyk ned i Forhalingens Ruiner", + "backgroundGiantWaveText": "Kæmpe Bølge", + "backgroundGiantWaveNotes": "Surf en Kæmpe Bølge!", + "backgroundSunkenShipText": "Sunket Skib", + "backgroundSunkenShipNotes": "Udforsk et Sunket Skib" } \ No newline at end of file diff --git a/common/locales/da/challenge.json b/common/locales/da/challenge.json index 8c7e7647f7..8378c54587 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": "Dette er udfordringens opgaver. De vil blive tilføjet dine nuværende opgaver når du tilmelder dig denne udfordring. Nedenstående er et eksempel der viser at opgaverne i en udfordring skifter farve og får tilført grafer der viser gruppens samlede fremskridt.", + "challengeDiscription": "Dette er udfordringens opgaver. De vil blive tilføjet dine nuværende opgaver når du tilmelder dig denne udfordring. Nedenstående er et eksempel, der viser at opgaverne i en udfordring skifter farve og får tilføjet grafer, der viser gruppens samlede fremskridt.", "hows": "Hvordan går det for folk?", "filter": "Filter", "groups": "Grupper", @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Ikke ejet", "challengedEitherOwnedFilter": "Begge", "backToChallenges": "Tilbage til Udfordringer", - "prizeValue": "<%= gemcount %> <%= gemicon %> Præmie" + "prizeValue": "<%= gemcount %> <%= gemicon %> Præmie", + "clone": "Klon" } \ No newline at end of file diff --git a/common/locales/da/character.json b/common/locales/da/character.json index 57adc5ae27..dfd34ebcd9 100644 --- a/common/locales/da/character.json +++ b/common/locales/da/character.json @@ -23,7 +23,7 @@ "shirts": "Trøjer", "specialShirts": "Særlige trøjer", "bodyHead": "Frisurer og Hårfarver", - "bodySkin": "Hud", + "bodySkin": "Skin", "color": "Farve", "bodyHair": "Hår", "hairBangs": "Pandehår", @@ -34,11 +34,12 @@ "beard": "Skæg", "mustache": "Overskæg", "flower": "Blomst", - "basicSkins": "Basishuder", - "rainbowSkins": "Regnbuehuder", - "pastelSkins": "Pastelhuder", - "spookySkins": "Uhyggelige huder", - "supernaturalSkins": "Overnaturlige huder", + "basicSkins": "Basis-skins", + "rainbowSkins": "Regnbue-skins", + "pastelSkins": "Pastel-skins", + "spookySkins": "Uhyggelige skins", + "supernaturalSkins": "Overnaturlige skins", + "splashySkins": "Prangende skins", "rainbowColors": "Regnbuefarver", "shimmerColors": "Glimmerfarver", "hauntedColors": "Hjemsøgte farver", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Klik på \"Brug Kostume\" for at få din avatar til at iføre sig udstyr uden at det påvirker attributterne fra dit Kampudstyr! Det betyder at du kan vælge udstyret med de bedste attributter i venstre side og klæde din avatar ud med udstyret i højre side.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "Du har gennemført præstationen \"Det Ultimative Udstyr\" ved at opgradere til det maksimale udstyrssæt for din klasse. Du har opnået følgende komplette sæt:", "moreGearAchievements": "For at opnå flere emblemer for Ultimativt Udstyr, skift klasse på din status side og køb udstyr til din nye klasse!", "armoireUnlocked": "Du har også låst op for det Fortryllede Klædeskab! Klik på det Fortryllede Klædeskab-belønningen for en chance for at få specielt Udstyr! Der er også en chance for XP eller mad.", @@ -73,7 +76,7 @@ "allocatePerPop": "Tilføj et point til Opfattelse", "allocateInt": "Point tilføjet til Intelligens:", "allocateIntPop": "Tilføj et point til Intelligens", - "noMoreAllocate": "Nu hvor du er blevet niveau 100, kan du ikke længere tjene attributpoint. Du kan stadig stige niveau, eller starte et nyt eventyr fra niveau 1 ved at bruge en Genfødselskugle, der nu er gratis på Markedet.", + "noMoreAllocate": "Nu hvor du er blevet niveau 100, kan du ikke længere tjene attributpoint. Du kan stadig stige i niveau, eller starte et nyt eventyr fra niveau 1 ved at bruge en Genfødselskugle, der nu er gratis på Markedet.", "stats": "Statistikker", "strength": "Styrke", "strengthText": "Styrke øger chancen for vilkårlige \"fuldtræffere\" og Guld-, Erfarings- og dropchance-boost fra dem. Det hjælper også med at skade Boss-monstre.", @@ -117,7 +120,7 @@ "rogueText": "Slyngler elsker at samle sig en formue, eftersom de får mere Guld end nogen anden, og de er dygtige til at finde tilfældige ting. Deres ikoniske Listeevne lader dem undgå konsekvenserne af oversprungne Daglige. Spil som Slyngel hvis du er stærkt motiveret af Belønninger og Præstationer, og stræber efter bytte og emblemer!", "healerText": "Helbredere er upåvirkede af skade, og giver denne beskyttelse videre til andre. Oversprungne Daglige og dårlige Vaner tager næppe pippet fra dem, og de har metoder for at genvinde Helbred fra fiaskoer. Spil som Helbreder hvis du nyder at hjælpe andre i dit Selskab, eller hvis tanken om at snyde Døden med hårdt arbejde inspirerer dig!", "optOut": "Fravælg", - "optOutText": "Er du ligeglad med klasser? Vil du vælge senere? Undlad at vælge klasse - du bliver så til en Kriger uden særlige evner. Du kan læse mere om klassesystemet på wiki og kan til enhver tid skifte klasse gennem Bruger > Statistikker.", + "optOutText": "Er du ligeglad med klasser? Vil du vælge senere? Undlad at vælge klasse - du bliver så til en Kriger uden særlige evner. Du kan læse mere om klassesystemet på wikien og kan til enhver tid skifte klasse gennem Bruger > Statistikker.", "select": "Vælg", "stealth": "Snigen", "stealthNewDay": "Når et nyt døgn begynder, vil du undgå skade fra dette antal oversprunge Daglige.", @@ -140,7 +143,7 @@ "unequipBattleGear": "Fjern Kamprustning", "unequipCostume": "Fjern Kostume", "unequipPetMountBackground": "Fjern Kæledyr, Ridedyr, Baggrund", - "animalSkins": "Dyrehuder", + "animalSkins": "Dyreskins", "chooseClassHeading": "Vælg klasse! Eller vent med at vælge til senere.", "warriorWiki": "Kriger", "mageWiki": "Magiker", diff --git a/common/locales/da/content.json b/common/locales/da/content.json index 7b0c48fd56..2d8701f71c 100644 --- a/common/locales/da/content.json +++ b/common/locales/da/content.json @@ -4,7 +4,7 @@ "armoireText": "Fortryllet Klædeskab", "armoireNotesFull": "Åbn Klædeskabet for tilfældigt at modtage særligt Udstyr, Erfaring eller mad! Udstyrsdele tilbage:", "armoireLastItem": "Du har fundet det sidste stykke sjældent Udstyr i det Fortryllede Klædeskab", - "armoireNotesEmpty": "Lædeskabet vil have nyt Udstyr hver måned. Indtil da kan du fortsætte med at klikke for at få Erfaring og Mad!", + "armoireNotesEmpty": "Klædeskabet vil have nyt Udstyr hver måned. Indtil da kan du fortsætte med at klikke for at få Erfaring og Mad!", "dropEggWolfText": "Ulv", "dropEggWolfAdjective": "loyal", "dropEggTigerCubText": "Tigerunge", @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "sødt", "questEggSheepText": "Får", "questEggSheepAdjective": "uldent", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Tiarmet blæksprutte", + "questEggCuttlefishAdjective": "nuttet", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Find en udrugningseliksir til at hælde på dit æg, og det vil udklække en <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Almindelig", "hatchingPotionWhite": "Hvid", diff --git a/common/locales/da/defaulttasks.json b/common/locales/da/defaulttasks.json index eee2ed68de..3310070e7a 100644 --- a/common/locales/da/defaulttasks.json +++ b/common/locales/da/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Produktivt arbejde (Klik på blyanten for at redigere)", + "defaultHabit1Notes": "Eksempler på Gode Vaner: +Spist en grønsag +15 minutters produktivt arbejde", + "defaultHabit2Text": "Spis junk food (Klik på blyanten for at redigere)", "defaultHabit2Notes": "Eksempler på Dårlige Vaner: -Ryge -Overspringshandling", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Tag trapperne/elevator (Klik på blyanten for at redigere)", "defaultHabit3Notes": "Eksempel på God eller Dårlig Vane: +/- Tog Trapperne/Elevatoren; +/- Drak Vand/Sodavand", "defaultDaily1Text": "1 times Personligt Projekt", "defaultDaily1Notes": "Alle opgaver har gul som udgangspunkt når de er skabt. Det betyder, at du kun tager moderat skade når de bliver sprunget over, og at du får kun en moderat belønning når de er gennemført. ", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "sæt sværhedsgrad under Avancerede Indstillinger", "defaultTodo4Checklist3": "valgfrit: sæt en deadline", "defaultTodo5Text": "Start en Gruppe (privat) med dine venner (Social > Gruppe)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15 minutters pause", "defaultReward1Notes": "Tilpassede belønninger kommer i mange former. Nogle mennesker vil undlade at se deres favoritserie, hvis de ikke har guld til at betale for det. ", "defaultReward2Text": "Kage", "defaultReward2Notes": "Andre synes bare om et dejligt stykke kage. Prøv at lave de belønninger, der motiverer dig mest. ", diff --git a/common/locales/da/front.json b/common/locales/da/front.json index 567e6b5243..bfa0095041 100644 --- a/common/locales/da/front.json +++ b/common/locales/da/front.json @@ -42,7 +42,7 @@ "examplesHeading": "Spillere bruger HabitRPG til at styre...", "featureAchievementByline": "Gør noget fedt? Få et emblem og vis det frem!", "featureAchievementHeading": "Præstationsemblem", - "featureEquipByline": "Køb udstyr i Særudgave, eliksirer og andre virtuelle lækkerier i Markedet med det guld du har tjent på dine opgaver.", + "featureEquipByline": "Køb udstyr i Særudgave, eliksirer og andre virtuelle lækkerier i Markedet med det guld du har tjent på dine opgaver!", "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", @@ -55,7 +55,7 @@ "footerMobile": "Mobil", "footerSocial": "Social", "forgotPass": "Glemt Kodeord", - "frabjabulousQuote": "HabitRPG er grunden til at jeg fik et fantastisk, højtlønnet job... og endnu mere mirakuløst, jeg får ryddet op hver dag!", + "frabjabulousQuote": "HabitRPG er grunden til at jeg fik et fantastisk, højtlønnet job... og endnu mere mirakuløst bruger jeg nu tandtråd hver dag!", "free": "Spil gratis", "gamifyButton": "Spilificér dit liv i dag!", "goalSample1": "Øv dig på klaveret i 1 time", @@ -73,9 +73,9 @@ "history": "Historie", "infhQuote": "HabitRPG har virkelig hjulpet mig med at indføre struktur i min studietid på universitetet.", "invalidEmail": "Det kræver en valid emailadresse for at få nulstillet dit kodeord.", - "irishfeet123Quote": "Jeg havde en forfærdelig vane med ikke at rydde ud efter jeg havde spist. Jeg efterlod tallerkener og glas alle vegne. Den vane har HabitRPG hjulpet mig med af med.", - "joinOthers": "Slut dig til 200.000 mennesker der har det sjovt mens de opnår deres mål!", - "kazuiQuote": "Inden jeg opdagede HabitRPG var jeg gået i stå i min afhandling. Jeg var også utilfreds med min manglende disciplin omkring huslige pligter og ting som at udvide mit ordforråd eller dykke ned i skak-teori. Det viste sig at det der holdt mig motiveret var at bryde disse opgaver ned i mindre Tjeklister der var mere overskuelige.", + "irishfeet123Quote": "Jeg havde en forfærdelig vane med ikke at rydde ud efter jeg havde spist. Jeg efterlod tallerkener og glas alle vegne. Den dårlige vane har HabitRPG hjulpet mig med af med.", + "joinOthers": "Slut dig til 200.000 mennesker, der har det sjovt mens de opnår deres mål!", + "kazuiQuote": "Inden jeg opdagede HabitRPG var jeg gået i stå i min afhandling. Jeg var også utilfreds med min manglende disciplin omkring huslige pligter og ting som at udvide mit ordforråd eller dykke ned i skak-teori. Det viste sig, at det holder mig motiveret at bryde disse opgaver ned i mindre Tjeklister, der er mere overskuelige.", "landingadminlink": "administrative pakker", "landingend": "Ikke overbevist endnu?", "landingend2": "Se en mere detaljeret liste over", @@ -89,7 +89,7 @@ "landingp3header": "Konsekvenser", "landingp4": "Med et aktivt fællesskab giver HabitRPG dig den ansvarlighed du har brug for at blive på dine opgaver. Med gruppesystemet kan du tilføje dine tætteste venner til en gruppe, så de kan heppe på dig. Klansystemet tillader dig at finde folk med samme interesser eller udfordringer som dig, som du kan dele dine mål og tips til hvordan du tackler dine problemer med.", "landingp4header": "Ansvarlighed", - "leadText": "HabitRPG er en gratis app der opbygger vaner og produktivitet ved at opfatte dit liv som et spil. HabitRPG belønner og straffer dig i spillet så du bliver motiveret, og det levende sociale netværk inspirerer dig til at opnå dine mål og blive sund, hårdtarbejdende og lykkelig.", + "leadText": "HabitRPG er en gratis app, der opbygger vaner og produktivitet ved at behandle dit liv som et spil. HabitRPG belønner og straffer dig i spillet så du bliver motiveret, og det levende sociale netværk inspirerer dig til at opnå dine mål og blive sund, hårdtarbejdende og lykkelig.", "login": "Log ind", "loginAndReg": "Log ind/ Registrer", "loginFacebookAlt": "Log ind / registrer gennem Facebook", @@ -119,8 +119,8 @@ "marketing4Lead3Title": "Spilificér Alt", "mobileAndroid": "Android", "mobileIOS": "iOS", - "motivate": "Motiverer dig og dit team!", - "motivate1": "Motiverer dig til at kunne hvadsomhelst!", + "motivate": "Motiverer dig selv og dit team!", + "motivate1": "Motiverer dig til at kunne hvad som helst!", "motivate2": "Bliv organiseret. Bliv motiveret. Bliv rig på guld.", "passConfirm": "Bekræft Kodeord", "passMan": "Hvis du bruger en kodeordshusker (som 1Password) og har problemer med at logge ind, så prøv at skrive dit brugernavn og kodeord manuelt.", @@ -132,7 +132,7 @@ "presskitText": "Tak for din interesse i HabitRPG! Disse billeder kan bruges for artikler eller videoer om HabitRPG. For mere information, kontakt venligst Siena Leslie på leslie@habitrpg.com.", "privacy": "Fortrolighedspolitik", "psst": "Psst", - "punishByline": "Gør op med dårlige vaner og med hele tiden at udsætte opgaverne med øjeblikkelig virkning.", + "punishByline": "Gør op med dårlige vaner og overspringshandlinger med øjeblikkelig virkning.", "punishHeading1": "Sprunget et dagligt mål over?", "punishHeading2": "Mist Helbred!", "questByline1": "Når du spiller med dine venner, holder de dig ansvarlig for dine opgaver.", @@ -165,9 +165,9 @@ "terms": "Betingelser og Vilkår", "testimonialHeading": "Hvad siger andre...", "tutorials": "Vejledninger", - "unlockByline1": "Opnå dine mål og stig niveau.", - "unlockByline2": "Lås op for nye motivationer, som at samle på kæledyr, tilfældige belønningerne, kaste fortryllelser og meget mere!", - "unlockHeadline": "Så længe du er produktiv, låser du op for nyt indhold!", + "unlockByline1": "Opnå dine mål og stig i niveau.", + "unlockByline2": "Lås op for nye motivationer, som at samle på kæledyr, tilfældige belønninger, kaste fortryllelser og meget mere!", + "unlockHeadline": "Så længe du er produktiv, åbner du for nyt indhold!", "useUUID": "Brug dit Unikke Bruger-ID/ API Nøgle (for Facebook brugere)", "username": "Brugernavn", "watchVideos": "Se videoer", diff --git a/common/locales/da/gear.json b/common/locales/da/gear.json index 001b013f15..1824e2b592 100644 --- a/common/locales/da/gear.json +++ b/common/locales/da/gear.json @@ -109,7 +109,7 @@ "weaponSpecialWinter2015HealerText": "Lindrende Scepter", "weaponSpecialWinter2015HealerNotes": "Dette scepter varmer ømme muskler og lindrer stress. Øger Intelligens med <%= int %>. Specielt 2014-2015 Vinterudstyr.", "weaponSpecialSpring2015RogueText": "Eksploderende Piv", - "weaponSpecialSpring2015RogueNotes": "Du skal ikke lade dig snyde af at de ikke larmer mere end de gør - disse basser giver et ordentligt smæk. Øger Styrke med <%= str %>. Begrænset 2015 Forårsudstyr.", + "weaponSpecialSpring2015RogueNotes": "Du skal ikke lade dig snyde af at de ikke larmer mere end de gør - disse basser giver et ordentligt smæk. Øger Styrke med <%= str %>. Specielt 2015 Forårsudstyr.", "weaponSpecialSpring2015WarriorText": "Benkølle", "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": "Magikerstav", @@ -120,19 +120,19 @@ "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015WarriorText": "Sun Swordfish", "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", + "weaponSpecialSummer2015MageText": "Sandsigerske-stav", "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015HealerText": "Wand of the Waves", "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", "weaponMystery201411Text": "Høstfests-Høtyv", "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 VINGER! For KÆRLIGHED! For OGSÅ SANDHED! Giver ingen fordel. Februar 2015 - kun for abonnenter.", - "weaponMystery201505Text": "Den Grønne Ridders Lanse", - "weaponMystery201505Notes": "Denne lanse i grøn og sølv har væltet mange modstandere af hesten. Giver ingen fordel. Maj 2015 - kun for abonnenter.", + "weaponMystery201502Notes": "For VINGER! For KÆRLIGHED! For OGSÅ SANDHED! Giver ingen fordel. Februar 2015 Abonnentting.", + "weaponMystery201505Text": "Grøn Ridderlanse", + "weaponMystery201505Notes": "Denne lanse i grøn og sølv har væltet mange modstandere af hesten. Giver ingen fordel. Maj 2015 Abonnentting.", "weaponMystery301404Text": "Steampunk Stok", "weaponMystery301404Notes": "Perfekt at svinge rundt i hele byen. Marts 3015 Abonnentvare. Giver ingen bonusser.", - "weaponArmoireBasicCrossbowText": "Basic Crossbow", + "weaponArmoireBasicCrossbowText": "Basis-armbrøst", "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).", @@ -232,21 +232,21 @@ "armorSpecialWinter2015HealerText": "Skøjteudstyr", "armorSpecialWinter2015HealerNotes": "Det er afslappende at skøjte, men du bør ikke gøre det uden denne beskyttelsesdragt - man kan jo blive angrebet af frostdrager! Øger Konstitution med <%= con %>. Specielt 2014-2015 Vinterudstyr.", "armorSpecialSpring2015RogueText": "Pibende Rober", - "armorSpecialSpring2015RogueNotes": "Furry, soft, and definitely not flammable. Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "armorSpecialSpring2015RogueNotes": "Behåret, blød og bestemt ikke brandfarlig. Øger Opfattelse med <%= per %>. Specielt 2015 Forårsudstyr.", "armorSpecialSpring2015WarriorText": "Beware Armor", - "armorSpecialSpring2015WarriorNotes": "Only the fiercest doggy is allowed to be this fluffy. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", - "armorSpecialSpring2015MageText": "Magician's Bunny Suit", - "armorSpecialSpring2015MageNotes": "Your coattails match your cottontail! Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", - "armorSpecialSpring2015HealerText": "Comforting Catsuit", - "armorSpecialSpring2015HealerNotes": "This soft catsuit is comfortable, and as comforting as mint tea. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSpring2015WarriorNotes": "Kun den heftigste vovse har lov at være så dunet. Øger Konstitution med <%= con %>. Specielt 2015 Forårsudstyr.", + "armorSpecialSpring2015MageText": "Magikerens Kaninjakkesæt", + "armorSpecialSpring2015MageNotes": "Pingvinhalen matcher din pelsklædte hale! Øger Intelligens med <%= int %>. Specielt 2015 Forårsudstyr.", + "armorSpecialSpring2015HealerText": "Komfortabelt Catsuit", + "armorSpecialSpring2015HealerNotes": "Denne bløde catsuit er komfortabelt, og så trøstende som myntete. Øger Konstitution med <%= con %>. Specielt 2015 Forårsudstyr.", + "armorSpecialSummer2015RogueText": "Rubinhale", + "armorSpecialSummer2015RogueNotes": "Denne beklædning af glinsende skæl forvandler sin bærer til en rigtig Koralrevsrebel! Øger Opfattelse med <%= per %>. Specielt 2015 Forårsudstyr.", + "armorSpecialSummer2015WarriorText": "Gylden hale", + "armorSpecialSummer2015WarriorNotes": "Denne beklædning af glinsende skæl forvandler sin bærer til en rigtig Klumpfiskekriger! Øger Konstitution med <%= con %>. Specielt 2015 Forårsudstyr.", + "armorSpecialSummer2015MageText": "Sandsigerske-Kappe", + "armorSpecialSummer2015MageNotes": "Skjulte kræfter gemmer sig i pufærmene på denne kappe. Øger Intelligens med <%= int %>. Specielt2015 Forårsudstyr.", + "armorSpecialSummer2015HealerText": "Sejler-rustning", + "armorSpecialSummer2015HealerNotes": "Denne rustning lader enhver vide at du er en ærlig købmandssejler, som aldrig ville opføre sig som en landkrabbe. Øger Konstitution med <%= con >. Specielt 2015 Forårsudstyr.", "armorMystery201402Text": "Sendebudsdragt", "armorMystery201402Notes": "En skinnende og stærk dragt med masser af lommer til at bære breve i. Giver ingen bonusser. Februar 2014 Abonnentting.", "armorMystery201403Text": "Skovvandrer-rustning", @@ -268,15 +268,17 @@ "armorMystery201501Text": "Stjernerustning", "armorMystery201501Notes": "Galakser glimter i denne rustnings metal, og styrker bærerens beslutsomhed. Giver ingen bonusser. Januar 2015 Abonnentting.", "armorMystery201503Text": "Aquamarine Armor", - "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", - "armorMystery201504Text": "Busy Bee Robe", - "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201503Notes": "Dette blå mineral symboliserer held, lykke og evig produktivitet. Giver ingen bonusser. Marts 2015 abonnentting.", + "armorMystery201504Text": "En Travl Bis Kappe", + "armorMystery201504Notes": "Du bliver produktiv som en bi i denne fængende kappe. Giver ingen bonusser. April 2015 Abonnentting.", + "armorMystery201506Text": "Snorkel dragt", + "armorMystery201506Notes": "Snorkel igennem et koralrev i denne spraglede svømmedragt! Giver ingen bonusser. Juni 2015 Abonnentting.", "armorMystery301404Text": "Steampunk-dragt", "armorMystery301404Notes": "Nydelig og elegant, selvfølgelig! Giver ingen bonusser. Februar 3015 Abonnentting.", - "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).", + "armorArmoireLunarArmorText": "Beroligende Måne-rustning", + "armorArmoireLunarArmorNotes": "Månens lys vil gøre dig stærk og forstående. Øger Styrke med <%= str %> og Intelligens med <%= int %>. Fortryllet Klædeskab: Beroligende Månesæt (Genstand 2 af 3).", + "armorArmoireGladiatorArmorText": "Gladiator Rustning", + "armorArmoireGladiatorArmorNotes": "For at være en gladiator skal du ikke bare være kløgtig... med også stærk. Øger Opfattelse med <%= per %> og Styrke med <%= str %>. Fortryllet Klædeskab: Gladiatorsæt (Genstand 2 af 3)", "headgear": "hovedbeklædning", "headBase0Text": "Ingen Hjelm", "headBase0Notes": "Ingen hovedpåklædning", @@ -370,8 +372,8 @@ "headSpecialWinter2015MageNotes": "Stoffet, som denne hat er lavet af, bølger og gløder, når bæreren studerer. Øger Opfattelse med <%= per %>. Specielt 2014-2015 Vinterudstyr.", "headSpecialWinter2015HealerText": "Pelsede Øremuffer", "headSpecialWinter2015HealerNotes": "Disse varme øremuffer holder kulde og distraherende lyde ude. Øger Intelligens med <%= int %>. Specielt 2014-2015 Vinterudstyr.", - "headSpecialSpring2015RogueText": "Fireproof Helm", - "headSpecialSpring2015RogueNotes": "Fire? HAH! You squeak fiercely in the face of fire! Increases Perception by <%= per %>. Limited Edition 2015 Spring Gear.", + "headSpecialSpring2015RogueText": "Ildfast Hjelm", + "headSpecialSpring2015RogueNotes": "Ild? Hah! You griner hånligt ild i ansigtet! Øger Opfattelse med <%= per %>. Specielt 2015 Forårsudstyr.", "headSpecialSpring2015WarriorText": "Beware Helm", "headSpecialSpring2015WarriorNotes": "Beware the Helm! Only a fierce doggy can wear it. Stop laughing. Increases Strength by <%= str %>. Limited Edition 2015 Spring Gear.", "headSpecialSpring2015MageText": "Stage Mage Hat", @@ -404,7 +406,7 @@ "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", + "headMystery201505Text": "Grøn Ridderhjelm", "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.", @@ -412,11 +414,11 @@ "headMystery301405Notes": "En simpel tophat, der bare beder om at blive sat sammen med smart hovedtilbehør. Giver ingen bonusser. Maj 3015 Abonnentting.", "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", + "headArmoireRedHairbowText": "Rød Hårsløjfe", "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", + "headArmoireGladiatorHelmText": "Gladiatorhjelm", "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.", @@ -479,7 +481,7 @@ "shieldSpecialWinter2015HealerNotes": "Dette skjold skærmer mod isnende vind. Øger Konstitution med <%= con %>. Specielt 2014-2015 Vinterudstyr.", "shieldSpecialSpring2015RogueText": "Eksploderende Piv", "shieldSpecialSpring2015RogueNotes": "Don't let the sound fool you - these explosives pack a punch. Increases Strength <%= str %>. Limited Edition 2015 Spring Gear.", - "shieldSpecialSpring2015WarriorText": "Dish Discus", + "shieldSpecialSpring2015WarriorText": "Tallerken-diskus", "shieldSpecialSpring2015WarriorNotes": "Hurl it at your enemies.... or just hold it, because it will fill up with yummy kibble at dinnertime. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", "shieldSpecialSpring2015HealerText": "Patterned Pillow", "shieldSpecialSpring2015HealerNotes": "You can rest your head on this soft pillow, or you can wrestle it with your fearsome claws. Rawr! Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", @@ -491,9 +493,9 @@ "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "shieldMystery301405Text": "Urskjold", "shieldMystery301405Notes": "Tiden er på din side med dette tårnhøje urskjold. Giver ingen bonusser. Juni 3015 Abonnentting.", - "shieldArmoireGladiatorShieldText": "Gladiator Shield", + "shieldArmoireGladiatorShieldText": "Gladiatorskjold", "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).", - "back": "Back Accessory", + "back": "Ryg-udstyr", "backBase0Text": "Intet Ryg-udstyr", "backBase0Notes": "Intet Ryg-udstyr.", "backMystery201402Text": "Gyldne Vinger", @@ -525,7 +527,7 @@ "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", "bodySpecialSummer2015WarriorText": "Oceanic Spikes", "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", + "bodySpecialSummer2015MageText": "Gyldent Bæltespænde", "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", @@ -550,21 +552,21 @@ "headAccessorySpecialSpring2015MageNotes": "These ears listen keenly, in case somewhere a magician is revealing secrets. Confers no benefit. Limited Edition 2015 Spring Gear.", "headAccessorySpecialSpring2015HealerText": "Grønne Katteører", "headAccessorySpecialSpring2015HealerNotes": "These cute kitty ears will make others green with envy. Confers no benefit. Limited Edition 2015 Spring Gear.", - "headAccessoryBearEarsText": "Bear Ears", + "headAccessoryBearEarsText": "Bjørneører", "headAccessoryBearEarsNotes": "These ears make you look like a cuddly bear! Confers no benefit.", - "headAccessoryCactusEarsText": "Cactus Ears", + "headAccessoryCactusEarsText": "Kaktusører", "headAccessoryCactusEarsNotes": "These ears make you look like a prickly cactus! Confers no benefit.", - "headAccessoryFoxEarsText": "Fox Ears", + "headAccessoryFoxEarsText": "Ræveører", "headAccessoryFoxEarsNotes": "These ears make you look like a wily fox! Confers no benefit.", - "headAccessoryLionEarsText": "Lion Ears", + "headAccessoryLionEarsText": "Løveører", "headAccessoryLionEarsNotes": "These ears make you look like a regal lion! Confers no benefit.", - "headAccessoryPandaEarsText": "Panda Ears", + "headAccessoryPandaEarsText": "Pandaører", "headAccessoryPandaEarsNotes": "These ears make you look like a gentle panda! Confers no benefit.", - "headAccessoryPigEarsText": "Pig Ears", + "headAccessoryPigEarsText": "Griseører", "headAccessoryPigEarsNotes": "These ears make you look like a whimsical pig! Confers no benefit.", - "headAccessoryTigerEarsText": "Tiger Ears", + "headAccessoryTigerEarsText": "Tigerører", "headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.", - "headAccessoryWolfEarsText": "Wolf Ears", + "headAccessoryWolfEarsText": "Ulveører", "headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.", "headAccessoryMystery201403Text": "Skovvandrer-gevir", "headAccessoryMystery201403Notes": "Dette gevir er dækket af glinsende mos. Giver ingen bonusser. Marts 2014 Abonnentting.", @@ -572,11 +574,11 @@ "headAccessoryMystery201404Notes": "Disse antenner hjælper bæreren fornemme farlige distraktioner! Giver ingen bonusser. April 2014 Abonnentting.", "headAccessoryMystery201409Text": "Efterårsgevir", "headAccessoryMystery201409Notes": "Dette kraftige gevir skifter farve med bladene. Giver ingen bonusser. September 2014 Abonnentting.", - "headAccessoryMystery201502Text": "Wings of Thought", + "headAccessoryMystery201502Text": "Tankevinger", "headAccessoryMystery201502Notes": "Let your imagination take flight! Confers no benefit. February 2015 Subscriber Item.", "headAccessoryMystery301405Text": "Hoved-goggles", "headAccessoryMystery301405Notes": "\"Briller er til øjnene,\" sagde de. \"Ingen vil have briller, som du kun kan have på hovedet,\" sagde de. Ha! Dér viste du dem! Giver ingen bonusser. August 3015 Abonnentting.", - "eyewear": "Eyewear", + "eyewear": "Øjenbeklædning", "eyewearBase0Text": "Ingen Øjenbeklædning", "eyewearBase0Notes": "Ingen Øjenbeklædning.", "eyewearSpecialSummerRogueText": "Skurkeagtig Øjeklap", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Dine motiver er helt sikkert legitime. Giver ingen bonusser. Specielt Messeudstyr.", "eyewearMystery201503Text": "Aquamarine Eyewear", "eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Goggles", "eyewearMystery301404Notes": "Ingen øjenbeklædning er smartere end goggles - måske bortset fra en monokel. Giver ingen bonusser. April 3015 Abonnentting.", "eyewearMystery301405Text": "Monokel", diff --git a/common/locales/da/generic.json b/common/locales/da/generic.json index 175c2565ec..7d277d7e91 100644 --- a/common/locales/da/generic.json +++ b/common/locales/da/generic.json @@ -54,7 +54,9 @@ "gems": "Ædelsten", "gemButton": "Du har <%= number %> Ædelsten.", "moreInfo": "Mere Information", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(vis mere)", + "showMoreLess": "(vis mindre)", + "gemsWhatFor": "Klik for at købe Ædelsten! Ædelsten giver dig mulighed for at købe specielle ting, såsom Quests, ændringer til din Avatar og sæson-udstyr.", "veteran": "Veteran", "veteranText": "Har klaret Den Grå Habit (vores hjemmeside før Angular), og har fået mange krigs-ar på grund af fejlene dengang.", "originalUser": "Original Bruger!", @@ -85,7 +87,7 @@ "audioTheme_off": "Sluk", "audioTheme_danielTheBard": "Skjalden Daniel", "audioTheme_wattsTheme": "Watts' Tema", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Gokul Tema", "askQuestion": "Stil et Spørgsmål", "reportBug": "Rapporter en Fejl", "contributeToHRPG": "Bidrag til HabitRPG", diff --git a/common/locales/da/groups.json b/common/locales/da/groups.json index aba9052d22..d8cfb4e49f 100644 --- a/common/locales/da/groups.json +++ b/common/locales/da/groups.json @@ -39,8 +39,8 @@ "editGroup": "Ret Gruppe", "newGroupName": "<%= groupType %> Navn", "groupName": "Gruppenavn", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Gruppeleder", + "groupID": "Gruppe ID", "groupDescr": "Beskrivelse, der bliver vist offentligt i Klanlisten (Markdown er tilladt)", "logoUrl": "Logo-URL", "assignLeader": "Udpeg Gruppeleder", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Køb", "sendGiftMessagePlaceholder": "Personlig besked (valgfri)", "sendGiftSubscription": "<%= months %> Måned(er): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Bekæmp Monstre med dine Venner", + "startAParty": "Start en Gruppe", + "addToParty": "Tilføj nogen til din gruppe" } \ No newline at end of file diff --git a/common/locales/da/limited.json b/common/locales/da/limited.json index 0b9625665a..f283b1b3bb 100644 --- a/common/locales/da/limited.json +++ b/common/locales/da/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Blev skræmt <%= spookDust %> gange af gruppemedlemmer.", "agriculturalFriends": "Landbrugsvenner", "agriculturalFriendsText": "Blev lavet om til en blomst <%= seeds %> gange af gruppemedlemmer.", + "aquaticFriends": "Våde Venner", + "aquaticFriendsText": "Blev plasket på <%= seafoam %> gange af gruppemedlemmer.", "valentineCard": "Valentinsdagskort", "valentineCardNotes": "Send et Valentinskort til et gruppemedlem.", "valentine0": "\"Roser er røde<%= lineBreak %>Mine Daglige er blå<%= lineBreak %>Jeg er glad for at jeg<%= lineBreak %>i din Gruppe være må!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Sæson-heksen<%= linkEnd %>", "seasonalShopClosedText": "Sæson-markedet er lukket! Jeg ved ikke hvor Sæson-heksen er lige nu, men hun kommer sikkert tilbage til den næste <%= linkStart %>Store Fest<%= linkEnd %>!", "seasonalShopText": "Velkommen til Sæson-markedet! Vi har forårs-sæson godter lige nu. Alting her kan købes under Forårsflirt-eventet hvert år, men vi holder kun åbent indtil 30. april, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Velkommen til Sæson-markedet! Vi har sommer-sæson godter lige nu. Alting her kan købes under Sommerplask-eventet hvert år, men vi holder kun åbent indtil 31. juli, så husk at købe ind nu, ellers må du vente et helt år for igen at kunne købe disse ting!", "seasonalShopRebirth": "Hvis du har brugt Genfødselskuglen kan du genkøbe dette udstyr i Belønningskolonnen efter du har fået adgang til Udstyrsbutikken. I starten vil du kun kunne købe tingene, der passer til din nuværende klasse (Kriger som standard), men frygt ej, de andre klasse-specifikke varer bliver tilgængelige hvis du skifter til den klasse.", "candycaneSet": "Slikstok (Magiker)", "skiSet": "Ski-morder (Slyngel)", @@ -46,8 +48,8 @@ "magicMouseSet": "Magisk Mus (Magiker)", "lovingPupSet": "Kærlig Hvalp (Helbreder)", "stealthyKittySet": "Snigende Kat (Slyngel)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Modig Vovehals (Kriger)", + "emeraldMermageSet": "Smaragd Havmagiker (Magiker)", + "reefSeahealerSet": "Havhelbreder fra Revet (Helbreder)", + "roguishPirateSet": "Slyngelagtig Pirat (Slyngel)" } \ No newline at end of file diff --git a/common/locales/da/messages.json b/common/locales/da/messages.json index f52a8c0ec3..e62692614d 100644 --- a/common/locales/da/messages.json +++ b/common/locales/da/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "<%= itemText %> gik i stykker.", "messageTaskNotFound": "Opgave ikke fundet.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Der findes allerede en opgave med det ID.", "messageTagNotFound": "Tag ikke fundet", "messagePetNotFound": ":pet ikke fundet i user.items.pets", "messageFoodNotFound": ":food ikke fundet i user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Du fandt et <%= dropText %> Æg! <%= dropNotes %>", "messageDropPotion": "Du fandt en <%= dropText %> Udrugningseliksir! <%= dropNotes %>", "messageFoundQuest": "Du fandt questen \"<%= 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!" + "armoireEquipment": "<%= image %> Du har fundet sjældent Udstyr i Klædeskabet: <%= dropText %>! Fantastisk!", + "armoireFood": "<%= image %> Du roder rundt i bunden af Klædeskabet. Pludselig finder du <%= dropArticle %><%= dropText %>. Gad vide hvad den laver her?", + "armoireExp": "Du kæmper med Klædeskabet og får Erfaring. Sådan!" } \ No newline at end of file diff --git a/common/locales/da/npc.json b/common/locales/da/npc.json index 530bed8c24..5b0dd06663 100644 --- a/common/locales/da/npc.json +++ b/common/locales/da/npc.json @@ -46,7 +46,7 @@ "tourAvatar": "Customize Your Avatar", "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": "Når du er færdig med dine opgaver, kan du oprette en Gruppe med dine venner, snakke med ligesindede i Klaner, deltage i Udfordringer, og meget mere!", - "tourStatsPage": "Dette er din Statistik side! Opnå Præstationer ved at gennemføre de opgaver der er nævnt.", + "tourStatsPage": "Dette er din Statistik-side! Opnå Præstationer ved at gennemføre de opgaver, der er nævnt.", "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": "Din Gruppe kan hjælpe dig, ved at holde dig ansvarlig. Inviter venner for at åbne for en quest-skriftrulle.", "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!", @@ -57,22 +57,22 @@ "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!", - "tourAvatarProceed": "Show me my tasks!", + "tourAwesome": "Fedt!", + "tourSplendid": "Godt!", + "tourNifty": "Smart!", + "tourAvatarProceed": "Vis mig mine opgaver!", "tourToDosBrief": "To-Do List", "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", + "tourDailiesProceed": "Jeg lover at passe på!", "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", + "tourHabitsProceed": "Det giver mening!", "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", + "tourRewardsProceed": "Det var alt!", "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "imReady": "Jeg er klar!" } \ No newline at end of file diff --git a/common/locales/da/pets.json b/common/locales/da/pets.json index 9501e51d4d..d728891741 100644 --- a/common/locales/da/pets.json +++ b/common/locales/da/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Knælerreje", "mammoth": "Ulden Mammut", + "orca": "Orca", "rarePetPop1": "Klik på den gyldne pote for at læse om, hvordan du kan opnå dette sjældne kæledyr ved at bidrage til HabitRPG!", "rarePetPop2": "Sådan får du dette kæledyr!", "potion": "<%= potionType %> Eliksir", @@ -44,7 +45,7 @@ "triadBingoAchievement": "Du har tjent \"Triade-bingo\"-præstationen ved at finde alle kæledyr, tæmme alle ridedyr og finde alle kæledyr igen!", "dropsEnabled": "Drops aktiveret!", "itemDrop": "En ting er droppet!", - "firstDrop": "Du har nu adgang til dropsystemet! Når du nu fuldender opgaver, har du en lille chance for at finde en ting, bl.a. æg, eliksirer og mad. Du har lige fundet et <%= eggText %>;-æg! <%= eggNotes %>", + "firstDrop": "Du har nu adgang til dropsystemet! Når du nu fuldender opgaver, har du en lille chance for at finde en ting, bl.a. æg, eliksirer og mad. Du har lige fundet et <%= eggText %>-æg! <%= eggNotes %>", "useGems": "Hvis du gerne vil have et bestemt kæledyr, men ikke vil vente på at du finder det, så brug ædelsten i Inventar > Marked til at købe det!", "hatchAPot": "Vil du udruge et <%= potion %> <%= egg %>?", "feedPet": "Giv <%= article %><%= text %> til <%= name %>?", diff --git a/common/locales/da/quests.json b/common/locales/da/quests.json index a0ab3f3d31..915dfc2927 100644 --- a/common/locales/da/quests.json +++ b/common/locales/da/quests.json @@ -1,11 +1,11 @@ { "quests": "Quests", "quest": "quest", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Quest-detaljer", + "invitations": "Invitationer", "completed": "Færdig!", "youReceived": "Du har modtaget", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Ved at klikke \"Invitér\" sender du en invitation til alle gruppemedlemmer. Når alle medlemmer har accepteret eller afvist vil questen begynde. Se status under Social > Gruppe.", "inviteParty": "Invitér Gruppe", "questInvitation": "Quest-invitation:", "questInvitationTitle": "Quest-invitation", diff --git a/common/locales/da/questscontent.json b/common/locales/da/questscontent.json index 57d11c698b..4cd84ac64f 100644 --- a/common/locales/da/questscontent.json +++ b/common/locales/da/questscontent.json @@ -180,7 +180,7 @@ "questTRexDropTRexEgg": "Tyrannosaurus (Æg)", "questTRexUnlockText": "Åbner for køb at tyrranosaurusæg på Markedet", "questRockText": "Undslip Grotte-monstret", - "questRockNotes": "Efter du har krydset De Bugtende Bjerge sammen med nogle venner, slår i lejr i en smuk grotte med vægge der glimter af krystaller. Da du vågner næste morgen er indgangen til grotten forsvundet og jorden ryster under dig.

\"Bjerget er levende!\" råber @pfeffernusse en af dine kammerater. \"Det er ikke ædelsten, men bjergets tænder!\"

@Painter de Cluster griber fat i dig. \"Vi er nødt til at finde en anden vej ud. Hold dig tæt på mig, og vær opmærksom, ellers bliver vi fanget herinde for altid!\"", + "questRockNotes": "Efter du har krydset De Bugtende Bjerge sammen med nogle venner, slår I lejr i en smuk grotte med vægge, der glimter af krystaller. Da du vågner næste morgen er indgangen til grotten forsvundet og jorden ryster under dig.

\"Bjerget er levende!\" råber din kompagnon @pfeffernusse. \"Det er ikke ædelsten, men bjergets tænder!\"

@Painter de Cluster griber fat i dig. \"Vi er nødt til at finde en anden vej ud. Hold dig tæt på mig, og vær opmærksom, ellers bliver vi fanget herinde for altid!\"", "questRockBoss": "Krystal-Kæmpe", "questRockCompletion": "Your diligence has allowed you to find a safe path through the living mountain. Standing in the sunshine, your friend @intune notices something glinting on the ground by the cave's exit. You stoop to pick it up, and see that it's a small rock with a vein of gold running through it. Beside it are a number of other rocks with rather peculiar shapes. They almost look like... eggs?", "questRockDropRockEgg": "Sten (Æg)", @@ -203,10 +203,16 @@ "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": "Får (Æg)", "questSheepUnlockText": "Åbner for køb at fåreæg på Markedet", - "questKrakenText": "The Kraken of Inkomplete", + "questKrakenText": "Ufærdigbugtens Kraken", "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", + "questKrakenBoss": "Ufærdigbugtens Kraken", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenDropCuttlefishEgg": "Tiarmet blæksprutte (Æg)", + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/da/settings.json b/common/locales/da/settings.json index ba6132bad8..f8e6bd40f8 100644 --- a/common/locales/da/settings.json +++ b/common/locales/da/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Brugerdefineret Dagstart", "24HrClock": "24-timers tid", "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:", - "customDayStartInfo2": "(vis mere)", - "customDayStartInfo3": "(vis mindre)", "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.", "misc": "Diverse", "showHeader": "Vis Sidehoved", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "hvor du inkluderer både din gamle og nye email-adresse, samt tid BrugerID", "username": "Loginnavn", + "usernameOrEmail": "Loginnavn eller Email", "email": "Email", "registeredWithFb": "Registreret via Facebook", "loginNameDescription1": "Dette er hvad du bruger til at logge ind på HabitRPG. Gå til", diff --git a/common/locales/da/spells.json b/common/locales/da/spells.json index 17e7098152..a179726c8c 100644 --- a/common/locales/da/spells.json +++ b/common/locales/da/spells.json @@ -2,19 +2,19 @@ "spellWizardFireballText": "Flammeudbrud", "spellWizardFireballNotes": "Flammer springer frem fra dine hænder. Du får Erfaring og giver ekstra skade til Bosser! Klik på en opgave for at kaste. (Baseret på: INT)", "spellWizardMPHealText": "Æterisk Bølge", - "spellWizardMPHealNotes": "Magisk energi flyder fra dine hænder og genoplader din gruppe. Din gruppe får MP tilbage.! (Baseret på: INT)", + "spellWizardMPHealNotes": "Magisk energi flyder fra dine hænder og genoplader din gruppe. Din gruppe får MP tilbage! (Baseret på: INT)", "spellWizardEarthText": "Jordskælv", - "spellWizardEarthNotes": "Jorden under din gruppes opgaver slår revner og ryster intenst, hvilket gør dem langsommere og åbner op for flere angreb. Din gruppe for et boost Intelligens! (Baseret på: INT uden boost)", + "spellWizardEarthNotes": "Dine mentale kræfter ryster jorden under jer. Hele din gruppe får et boost til Intelligens! (Baseret på: INT uden boost)", "spellWizardFrostText": "Isnende Frost", - "spellWizardFrostNotes": "Is springer frem fra alle overflader, opsluger dine opgaver og fryser dem fast. Dine Dagliges striber vil ikke blive nulstillet ved dagens afslutning. (En fortryllelse påvirker alle striber.)", + "spellWizardFrostNotes": "Is dækker dine opgaver. Dine Dagliges striber vil ikke blive nulstillet ved dagens afslutning. (Én fortryllelse påvirker alle striber.)", "spellWarriorSmashText": "Brutalt Slag", - "spellWarriorSmashNotes": "Du rammer en enkelt opgave med et voldsomt slag. Opgavem bliver mere blå eller mindre rød, og du giver ekstra skade Bosser! Klik på en opgave for at kaste. (Baseret på: STY)", + "spellWarriorSmashNotes": "Du rammer en enkelt opgave med et voldsomt slag. Opgaven bliver mere blå eller mindre rød, og du giver ekstra skade til Bosser! Klik på en opgave for at kaste. (Baseret på: STY)", "spellWarriorDefensiveStanceText": "Defensiv Stilling", - "spellWarriorDefensiveStanceNotes": "Du bruger et øjeblik på at slappe af i kroppen og stiller dig klar til at håndtere opgavernes næste angreb. Din Konstitution får et boost! (Baseret på: KON uden boost)", + "spellWarriorDefensiveStanceNotes": "Du stiller dig klar til at håndtere opgavernes næste angreb. Din Konstitution får et boost! (Baseret på: KON uden boost)", "spellWarriorValorousPresenceText": "Heltemodig Fremtoning", - "spellWarriorValorousPresenceNotes": "Din udstråling bolstrer modet i gruppen og deres nyfundne mod gør dem stærkere. Gruppemedlemmer får et boost til deres Styrke! (Baseret på: STY uden boost)", + "spellWarriorValorousPresenceNotes": "Din udstråling bolstrer modet i gruppen. Gruppemedlemmer får et boost til deres Styrke! (Baseret på: STY uden boost)", "spellWarriorIntimidateText": "Intimiderende Blik", - "spellWarriorIntimidateNotes": "Dit blik sår frygt i hjertet på din gruppes fjender. Gruppen får et moderat boost til deres forsvar ved at øge deres Konstitution! (Baseret på: KON uden boost)", + "spellWarriorIntimidateNotes": "Dit blik sår frygt i hjertet på din gruppes fjender. Gruppen får et boost til deres Konstitution! (Baseret på: KON uden boost)", "spellRoguePickPocketText": "Lommetyveri", "spellRoguePickPocketNotes": "Du røver en opgave. Du finder guld! Klik på en opgave for at kaste. (Baseret på: OPF)", "spellRogueBackStabText": "Snigløb", @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Skinnende Frø", "spellSpecialShinySeedNotes": "Gør en ven til en glad blomst!", "spellSpecialPetalFreePotionText": "Kronblads-Fri Eliksir", - "spellSpecialPetalFreePotionNotes": "Fjerner effekterne af et Skinnende Frø." + "spellSpecialPetalFreePotionNotes": "Fjerner effekterne af et Skinnende Frø.", + "spellSpecialSeafoamText": "Havskum", + "spellSpecialSeafoamNotes": "Gør en ven til et søuhyre!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Fjerner effekterne af Havskum." } \ No newline at end of file diff --git a/common/locales/da/tasks.json b/common/locales/da/tasks.json index b0509f2f54..b06cfd5dc8 100644 --- a/common/locales/da/tasks.json +++ b/common/locales/da/tasks.json @@ -16,13 +16,14 @@ "checklist": "Tjekliste", "checklistText": "Del en opgave op i mindre bidder. Tjeklister øger hvor meget Erfaring og Guld du får fra en To-Do, og reducerer skaden fra Daglige.", "expandCollapse": "Åbn/Luk", - "text": "Title", + "text": "Titel", "extraNotes": "Ekstra Noter", "direction/Actions": "Retning/Virkninger", "advancedOptions": "Avancerede Indstillinger", "difficulty": "Sværhedsgrad", "difficultyHelpTitle": "Hvor svær er denne opgave?", - "difficultyHelpContent": "Jo sværere en opgave er, jo mere Erfaring og Guld får du når du gennemfører den... men jo mere skader gievr den dig også, hvis det er en Daglig eller en Dårlig Vane.", + "difficultyHelpContent": "Jo sværere en opgave er, jo mere Erfaring og Guld får du når du gennemfører den... men jo mere skader giver den dig også, hvis det er en Daglig eller en Dårlig Vane.", + "trivial": "Triviel", "easy": "Let", "medium": "Medium", "hard": "Svær", @@ -36,18 +37,18 @@ "newDailyBulk": "Nye Daglige (én per linje)", "streakCounter": "Stribe-tæller", "repeat": "Gentag", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Gentag hver", + "repeatDays": "Hver X Dage", + "repeatWeek": "På bestemte dage af ugen", + "day": "Dag", + "days": "Dage", "restoreStreak": "Genskab Stribe", "todos": "To-Do", "newTodo": "Ny To-Do", "newTodoBulk": "Nye To-Dos (én per linje)", "dueDate": "Forfaldsdato", "remaining": "Aktive", - "complete": "Færdige", + "complete": "Færdig", "dated": "Med dato", "due": "Forfalden", "grey": "Grå", @@ -65,9 +66,9 @@ "clearTags": "Ryd", "hideTags": "Skjul", "showTags": "Vis", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Startdato", + "startDateHelpTitle": "Hvornår skal denne opgave starte?", + "startDateHelp": "Sæt datoen for, hvornår denne opgave begynder. Opgaven er ikke aktuel før den valgte dag.", "streakName": "Stribe-præstationer", "streakText": "Har udført <%= streaks %> 21-dags striber på Daglige", "streakSingular": "Striber", @@ -87,14 +88,14 @@ "pushTaskToBottom": "Flyt opgave til bunden", "emptyTask": "Indtast først opgavens 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.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", + "habitHelp1": "Gode Vaner er noget du ofte gør. De giver Guld og Erfaring hver gang du klikker på <%= plusIcon%>", + "habitHelp2": "Dårlige Vaner er noget du gerne vil undgå at gøre. De fjerner Helbred hver gang du klikker på <%= minusIcon%>", + "habitHelp3": "For inspiration, se disse eksempler på Vaner!", + "newbieGuild": "Nogen spørgmål? Spørg inde i <%= linkStart %>De Nyankomnes Klan<%= linkEnd %>", + "dailyHelp1": "Daglige gentages <%= emphasisStart %>hver dag<%= emphasisEnd %> de er aktive. Klik på <%= pencilIcon %> for at ændre hvilke dage en Daglig er aktiv.", + "dailyHelp2": "Hvis du ikke færdiggør aktive Daglige, mister du Helbred, når dagen er ovre.", + "dailyHelp3": "De Daglige opgaver bliver gradvist <%= emphasisStart %>mere røde<%= emphasisEnd %>, når du springer dem over, og <%= emphasisStart %>mere blå<%= emphasisEnd %>, når du klarer dem. Desto mere røde den Daglige er, jo større belønning giver den... eller større skade.", + "dailyHelp4": "For at ændre, hvornår din dag slutter og begynder, klik på <%= linkStart %> Indstillinger > Side<%= linkEnd %> > Selvvalgt Tidspunkt For Start af Dagen.", "dailyHelp5": "For inspiration, check out these sample Dailies!", "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", @@ -104,5 +105,5 @@ "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "clickForHelp": "Klik for hjælp" } \ No newline at end of file diff --git a/common/locales/de/backgrounds.json b/common/locales/de/backgrounds.json index 648ebb8dc2..fbae697716 100644 --- a/common/locales/de/backgrounds.json +++ b/common/locales/de/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Schimmernde Seifenblasen", "backgroundShimmeryBubblesNotes": "Schwebe durch ein Meer aus schimmernden Seifenblasen.", "backgroundIslandWaterfallsText": "Inselwasserfälle", - "backgroundIslandWaterfallsNotes": "Picknicke neben Inselwasserfällen." + "backgroundIslandWaterfallsNotes": "Picknicke neben Inselwasserfällen.", + "backgrounds072015": "Set 14: Veröffentlicht im Juli 2015", + "backgroundDilatoryRuinsText": "Ruinen von Dilatory", + "backgroundDilatoryRuinsNotes": "Tauche zu den Ruinen von Dilatory.", + "backgroundGiantWaveText": "Riesenwelle", + "backgroundGiantWaveNotes": "Surfe eine Riesenwelle!", + "backgroundSunkenShipText": "Versunkenes Schiff", + "backgroundSunkenShipNotes": "Erkunde ein versunkenes Schiff." } \ No newline at end of file diff --git a/common/locales/de/challenge.json b/common/locales/de/challenge.json index 657a31c687..998c9e62d3 100644 --- a/common/locales/de/challenge.json +++ b/common/locales/de/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Nicht in deinem Besitz", "challengedEitherOwnedFilter": "Beides", "backToChallenges": "Zurück zu allen Wettbewerben", - "prizeValue": "<%= gemcount %> <%= gemicon %> Preis" + "prizeValue": "<%= gemcount %> <%= gemicon %> Preis", + "clone": "Klonen" } \ No newline at end of file diff --git a/common/locales/de/character.json b/common/locales/de/character.json index 6c6639ec9b..302dcd36c6 100644 --- a/common/locales/de/character.json +++ b/common/locales/de/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastell Farben", "spookySkins": "Unheimliche Hautfaren", "supernaturalSkins": "Übernatürliche Hautfarben", + "splashySkins": "Sensationelle Hautfarben", "rainbowColors": "Regenbogen Farben", "shimmerColors": "‎Schimmernde Farben", "hauntedColors": "Spukfarben", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Klicke \"Verkleidung tragen\" an, um deinem Avatar Gegenstände aus deinem Inventar anzuziehen, ohne dass sich das auf die Statuswerte deiner Kampfausrüstung auswirkt! Das bedeutet dass du dich links für die besten Statuswerte ausrüsten kannst, und dich rechts mit deiner Ausrüstung richtig in Schale werfen kannst. ", + "useCostumeInfo2": "Wenn du \"Verkleidung tragen\" anklickst, wird dein Avatar erst mal ziemlich einfach aussehen... aber keine Sorge! Wenn du nach linkst guckst, kannst du sehen dass du immer noch mit deine Kampfausrüstung ausgerüstet bist. Jetzt kannst du dich herausputzen! Alles was du rechts anziehst wird deine Statuswerte nicht beeinflussen, aber dir dabei helfen, den perfekten Look zu finden. Probier verschiedene Kombinationen aus, mische verschiedene Sets, und passe dein Kostüm an deine Haustiere, Reittiere und Hintergründe an.

Noch Fragen? Lies auf der Kostümseite in der Wiki nach. Du hast das perfekte Ensemble gefunden? Führe es in der Costume Carnival Gilde oder im Gasthaus vor!", "gearAchievement": "Du hast den \"Ultimative Ausrüstung\" Erfolg erlangt, indem du die beste Ausrüstung erworben hast! Du hast die folgenden Sets vollständig:", "moreGearAchievements": "Um mehr Abzeichen „Ultimative Ausrüstung“ zu erhalten, ändere deine Klasse auf deiner Statuswerteseite und kaufe die gesamte Ausrüstung deiner neuen Klasse!", "armoireUnlocked": "Du hast außerdem den Verzauberten Schrank freigeschaltet! Klicke auf den Verzauberten Schrank um eine zufällige Ausrüstung zu erhalten. Er kann dir auch zufällige Erfahrungspunkte oder Nahrung geben.", diff --git a/common/locales/de/content.json b/common/locales/de/content.json index 72b3aefd44..5c3d19db4e 100644 --- a/common/locales/de/content.json +++ b/common/locales/de/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "wolliges", "questEggCuttlefishText": "Tintenfisch", "questEggCuttlefishAdjective": "knuddeliger", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "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/defaulttasks.json b/common/locales/de/defaulttasks.json index 67d17fa4f8..38a4de15a0 100644 --- a/common/locales/de/defaulttasks.json +++ b/common/locales/de/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Produktive Arbeit (Klicke den Bleistift zum Bearbeiten)", + "defaultHabit1Notes": "Beispiele für positive Gewohnheiten: + Gemüse essen + 15 Minuten produktiv arbeiten", + "defaultHabit2Text": "Junkfood essen (Klicke den Bleistift zum Bearbeiten)", "defaultHabit2Notes": "Beispiel für schlechte Gewohnheiten: - Rauchen - Dinge aufschieben", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Treppe/Aufzug nehmen (Klicke den Bleistift zum Bearbeiten)", "defaultHabit3Notes": "Beispiel für gute oder schlechte Gewohnheiten: +/- Treppen/Aufzug benutzt ; +/- Wasser/Limonade getrunken", "defaultDaily1Text": "1 Stunde persönliches Projekt", "defaultDaily1Notes": "Standardmäßig haben alle neuen Aufgaben eine gelbe Farbe. Verpasst Du sie zu Erledigen, nimmst Du nur mäßigen Schaden, wirst beim Erledigen aber auch nur durchschnittlich belohnt.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "Stelle die Schwierigkeit unter 'Fortgeschrittene Optionen' ein", "defaultTodo4Checklist3": "optional: bestimme ein Fälligkeitsdatum", "defaultTodo5Text": "Starte eine (private) Gruppe mit deinen Freunden (Soziales > Gruppe)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15 Minuten Pause", "defaultReward1Notes": "Individuelle Belohnungen können viele Formen annehmen. Manche Leute verzichten auf ihre Lieblingsserien bis sie genügend Gold gesammelt haben um sie sich leisten zu können.", "defaultReward2Text": "Kuchen", "defaultReward2Notes": "Andere geben sich mit einem Stück Kuchen zufrieden. Probiere die Belohnungen zu setzen, die Dich am besten anspornen.", diff --git a/common/locales/de/gear.json b/common/locales/de/gear.json index 25c021f6a9..a9824b48ca 100644 --- a/common/locales/de/gear.json +++ b/common/locales/de/gear.json @@ -56,7 +56,7 @@ "weaponHealer4Notes": "Ebenso sehr ein Dienstabzeichen wie auch ein Instrument des Heilens. Erhöht Intelligenz um <%= int %>.", "weaponHealer5Text": "Königszepter", "weaponHealer5Notes": "Würdig die Hand eines Herrschers zu zieren - oder die seiner rechten Hand. Erhöht Intelligenz um <%= int %>.", - "weaponHealer6Text": "Güldenes Szepter", + "weaponHealer6Text": "Güldenes Zepter", "weaponHealer6Notes": "Lindert den Schmerz Aller, die es betrachten. Erhöht Intelligenz um <%= int %>.", "weaponSpecial0Text": "Klinge der Dunkelseelen", "weaponSpecial0Notes": "Die Macht für seine gefährlichen Hiebe bezieht diese Waffe aus der Lebensenergie seiner Gegner. Erhöht Stärke um <%= str %>.", @@ -106,7 +106,7 @@ "weaponSpecialWinter2015WarriorNotes": "Dieses leckere Schwert lockt wahrscheinlich Monster an... aber du bist der Herausforderung gewachsen! Erhöht Stärke um <%= str %>. Limited Edition 2014-2015 Winter-Ausrüstung.", "weaponSpecialWinter2015MageText": "Stab des Winterleuchtens", "weaponSpecialWinter2015MageNotes": "Das Licht dieses Kristallstabs füllt die Herzen mit Freude. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2014-2015 Winter-Ausrüstung.", - "weaponSpecialWinter2015HealerText": "Beruhigendes Szepter", + "weaponSpecialWinter2015HealerText": "Beruhigendes Zepter", "weaponSpecialWinter2015HealerNotes": "Dieses Zepter wärmt schmerzende Muskeln und lindert Stress. Erhöht Intelligenz um <%= int %>. Limited Edition 2014-2015 Winter Ausrüstung. ", "weaponSpecialSpring2015RogueText": "Explodierender Kreischer", "weaponSpecialSpring2015RogueNotes": "Lass dich nicht vom Geräusch täuschen - dieser Sprengstoff hat wirklich Wumms. Erhöht Stärke um <%= str %>. Limited Edition 2015 Frühlingsausrüstung.", @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Beschwöre Dir eine Karotte mit diesem schönen Zauberstab herauf. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2015 Frühlingsausrüstung.", "weaponSpecialSpring2015HealerText": "Katzenrassel", "weaponSpecialSpring2015HealerNotes": "Wenn Du es schüttelst macht es ein faszinierendes Klimpergeräusch, was JEDEN über Stunden hinweg unterhalten würde. Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Frühlingsausrüstung.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Schießende Koralle", + "weaponSpecialSummer2015RogueNotes": "Diese zur Art der Feuerkorallen gehörende Waffe hat die Fähigkeit ihr Gift durch Wasser hindurch wirken zu lassen. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015WarriorText": "Sonnenschwertfisch", + "weaponSpecialSummer2015WarriorNotes": "Der Sonnenschwertfisch ist eine gefürchtete Waffe, vorausgesetzt sie kann dazu gebracht werden nicht mehr herumzuzappeln. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015MageText": "Wahrsagerstab", + "weaponSpecialSummer2015MageNotes": "Versteckte Kräfte schimmern in den Juwelen dieses Stabs. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "weaponSpecialSummer2015HealerText": "Zauberstab der Wellen", + "weaponSpecialSummer2015HealerNotes": "Heilt Seekrankheit und Reiseübelkeit! Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Sommer-Ausrüstung. ", "weaponMystery201411Text": "Forke des Feierns", "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", @@ -132,10 +132,10 @@ "weaponMystery201505Notes": "Diese grün-silberne Lanze hat viele Gegner aus ihren Sätteln gehoben. Gewährt keinen Attributbonus. Mai 2015 Abonnentengegenstand.", "weaponMystery301404Text": "Steampunk Spazierstock", "weaponMystery301404Notes": "Perfekt, um gemütlich durch die Stadt zu spazieren. März 3015 Abonnenten-Gegenstand. Gewährt keinen Bonus.", - "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).", + "weaponArmoireBasicCrossbowText": "Einfache Armbrust", + "weaponArmoireBasicCrossbowNotes": "Diese Armbrust kann die gegnerische Rüstung von großer Entfernung durchbohren! Erhöht Stärke um <%= str %>, Wahrnehmung um <%= per %> und Ausdauer um <%= con %>. Verzauberter Schrank: Unabhängiger Gegenstand.", + "weaponArmoireLunarSceptreText": "Besänftigendes Mondzepter", + "weaponArmoireLunarSceptreNotes": "Die heilende Kraft dieses Zauberstabs nimmt wie der Mond ab und zu. Erhöht Ausdauer um <%= con %> und Intelligenz um <%= int %>. Verzauberter Schrank: Beruhigendes Mondset (Gegenstand 3 von 3).", "armor": "Rüstung", "armorBase0Text": "Schlichte Kleidung", "armorBase0Notes": "Gewöhnliches Kleidungsstück. Gewährt keinen Bonus zu Attributen.", @@ -239,14 +239,14 @@ "armorSpecialSpring2015MageNotes": "Dein Baumwollmantel passt zu deinem Baumwollschwanz! Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Frühlingsausrüstung.", "armorSpecialSpring2015HealerText": "Trostspendender Katzenanzug", "armorSpecialSpring2015HealerNotes": "Dieser weiche Katzenanzug ist bequem und so beruhigend wie Pfefferminztee. Erhöht die Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSummer2015RogueText": "Rubinschwanz", + "armorSpecialSummer2015RogueNotes": "Dieses Kleidungsstück aus schimmernden Schuppen verwandelt seinen Träger in einen echten Abtrünnigen des Riffs! Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "armorSpecialSummer2015WarriorText": "Goldener Schwanz", + "armorSpecialSummer2015WarriorNotes": "Dieses Gewand aus schimmernden Schuppen verwandelt seinen Träger in einen echten Sonnenbarsch-Krieger! Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung.", + "armorSpecialSummer2015MageText": "Wahrsagerrobe", + "armorSpecialSummer2015MageNotes": "Versteckte Macht liegt in diesen Puffärmeln. Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Sommer-Ausrüstung.", + "armorSpecialSummer2015HealerText": "Matrosenrüstung", + "armorSpecialSummer2015HealerNotes": "Mit dieser Rüstung weiß jeder, dass du ein ehrlicher Handelsseemann bist, der niemals davon träumen würde sich wie ein Taugenichts zu benehmen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung.", "armorMystery201402Text": "Robe des Nachrichtenbringers", "armorMystery201402Notes": "Schimmernd, stabil und mit vielen Taschen für Briefe. Gewährt keinen Bonus zu Attributen. Februar 2014 Abonnenten-Gegenstand.", "armorMystery201403Text": "Waldwanderer Rüstung", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Dieses blaue Mineral symbolisiert Glück, Fröhlichkeit und endlose Produktivität. Gewährt keinen Attributbonus. März 2015 Abonnentengegenstand.", "armorMystery201504Text": "Bienen Robe", "armorMystery201504Notes": "In dieser Robe wirst Du fleißig sein wie eine Biene! Verleiht keine Attributboni. April 2015 Abonnentengegenstand.", + "armorMystery201506Text": "Taucheranzug", + "armorMystery201506Notes": "Schnorchel durch ein Korallenriff mit diesem knallbunten Taucheranzug! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", "armorMystery301404Text": "Steampunkanzug", "armorMystery301404Notes": "Adrett und schneidig, hoho! Februar 3015 Abonennten-Gegenstand. Kein Attributbonus.", - "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).", + "armorArmoireLunarArmorText": "Beruhigende Mondrüstung", + "armorArmoireLunarArmorNotes": "Das Mondlicht wird dich stark und klug machen. Erhöht Stärke um <%= str %> und Wahrnehmung um <%= int %>. Verzauberter Schrank: Beruhigendes Mondset (Gegenstand 2 von 3).", + "armorArmoireGladiatorArmorText": "Gladiatorenrüstung", + "armorArmoireGladiatorArmorNotes": "Um ein Gladiator zu sein, musst du nicht nur gerissen sein... sondern auch stark. Erhöht Wahrnehmung um <%= per %> und Stärke um <%= str %>. Verzauberter Schrank: Gladiatorset (Gegenstand 2 von 3).", "headgear": "Kopfschutz", "headBase0Text": "Kein Helm.", "headBase0Notes": "Keine Kopfbedeckung.", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Was kam zuerst, das Häschen oder der Hut? Erhöht Wahrnehmung um <%= per %>. Limitierte Auflage 2015 Frühlingsausrüstung.", "headSpecialSpring2015HealerText": "Trostspendende Krone", "headSpecialSpring2015HealerNotes": "Die Perle im Zentrum dieser Krone beruhigt und tröstet jene, die sich in ihrer Nähe befinden. Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Frühlingsausrüstung.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Abtrünnigenhut", + "headSpecialSummer2015RogueNotes": "Dieser Piratenhut fiel über Bord und wird jetzt von Feuerkorallenstückchen geschmückt. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "headSpecialSummer2015WarriorText": "Juwelenhelm des Meeres", + "headSpecialSummer2015WarriorNotes": "Dieser starke und ansehnliche Helm aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Sträke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "headSpecialSummer2015MageText": "Wahrsagertuch", + "headSpecialSummer2015MageNotes": "In den Fäden dieses Schals schlummert verborgene Kraft. Erhöht Wahrnehmung um <%= per %>. Limited Edition 2015 Sommer-Ausrüstung.", + "headSpecialSummer2015HealerText": "Matrosenkappe", + "headSpecialSummer2015HealerNotes": "Hast du die Matrosenkappe sicher auf deinem Kopf, kannst du sogar durch die stürmischsten Gewässer steuern! Erhöht Intelligenz um <%= int %>. Limited Edition 2015 Sommer-Ausrüstung.", "headSpecialGaymerxText": "Regenbogenkriegerhelm", "headSpecialGaymerxNotes": "Dieser besondere Helm ist zur Feier der Pride-Zeit und GaymerX mit einem strahlenden, bunten Regenbogen verziert! GaymerX ist eine Game Convention, die LGBTQ und Gaming feiert und an der jeder teilnehmen kann. Sie findet im InterContinental in der Stadtmitte von SanFrancisco vom 11.-13. Juli statt. Kein Attributbonus.", "headMystery201402Text": "Geflügelter Helm", @@ -410,16 +412,16 @@ "headMystery301404Notes": "Ein schicker Zylinder für die feinsten Gentlemänner und -frauen! Januar 3015 Abonennten-Gegenstand. Kein Attributbonus. ", "headMystery301405Text": "Einfacher Zylinder", "headMystery301405Notes": "Ein einfacher Zylinder, der wie gemacht für ein paar schicke Kopf-Accessoires ist. Mai 3015 Abonnenten-Gegenstand. Kein Attributbonus.", - "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.", + "headArmoireLunarCrownText": "Beruhigende Mondkrone", + "headArmoireLunarCrownNotes": "Diese Krone stärkt die Gesundheit und schärft die Sinne, besonders bei Vollmond. Erhöht Ausdauer um <%= con %> und Wahrnehmung um <%= per %>. Verzauberter Schrank: Beruhigendes Mondset (Gegenstand 1 von 3).", + "headArmoireRedHairbowText": "Rote Haarschleife", + "headArmoireRedHairbowNotes": "Werde stark, taff und klug, wenn du diese wunderschöne Rote Haarschleife trägst! Erhöht Stärke um <%= str %>, Ausdauer um <%= con %> und Intelligenz um <%= int %>. Verzauberter Schrank: Unabhäniger Gegenstand.", + "headArmoireVioletFloppyHatText": "Lila Schlapphut", + "headArmoireVioletFloppyHatNotes": "Viele Zaubersprüche wurden in diesen einfachen Hut genäht, um ihm eine angenehme violette Farbe zu verpassen. Erhöht Wahrnehmung um <%= per %>, Intelligenz um <%= int %> und Ausdauer um <%= con %>. Verzauberter Schrank: Unabhängiger Gegenstand.", + "headArmoireGladiatorHelmText": "Gladiatorenhelm", + "headArmoireGladiatorHelmNotes": "Um ein Gladiator zu sein, musst du nicht nur stark sein... sondern auch gerissen. Erhöht Intelligenz um <%= int %> und Wahrnehmung um <%= per %>. Verzauberter Schrank: Gladiatorset (Gegenstand 1 von 3).", + "headArmoireRancherHatText": "Farmerhut", + "headArmoireRancherHatNotes": "Treibe deine Haustiere und Reittiere zusammen, während du diesen zauberhaften Farmerhut trägst! Erhöht Stärke um <%= str %>, Wahrnehmung um <%= per %> und Intelligenz um <%= int %>. Verzauberter Schrank: Unabhäniger Gegenstand.", "offhand": "Schildhand-Gegenstand", "shieldBase0Text": "Keine Schildhand-Ausrüstung", "shieldBase0Notes": "Kein Schild oder keine zweite Waffe.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Schleudere es auf deine Feine.... oder halte es nur in der Hand, denn es wird sich zur Essenszeit mit leckerem Trockenfutter füllen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", "shieldSpecialSpring2015HealerText": "Gemusterter Kissen", "shieldSpecialSpring2015HealerNotes": "Du kannst dich auf diesem weichen Kissen ausruhen oder du kannst es mit deinen furchterregenden Klauen zerreißen. Fauch! Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Frühlingsausrüstung.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "Feuernde Koralle", + "shieldSpecialSummer2015RogueNotes": "Diese Gattung der feuernden Koralle hat die Fähigkeit, ihr Gift durch das Wasser zu schießen. Erhöht Stärke um <%= str %>. Limited Edition 2015 Sommer-Ausrüstung.", + "shieldSpecialSummer2015WarriorText": "Sonnenbarsch-Schild", + "shieldSpecialSummer2015WarriorNotes": "Dieser, wie Sand und Meer glänzende, Schild aus Tiefseemetall wurde von den Kunsthandwerkern aus Dilatory hergestellt. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung. ", + "shieldSpecialSummer2015HealerText": "Eingefasster Schild", + "shieldSpecialSummer2015HealerNotes": "Benutze dieses Schild um Bilgenratten wegzuschlagen. Erhöht Ausdauer um <%= con %>. Limited Edition 2015 Sommer-Ausrüstung. ", "shieldMystery301405Text": "Uhrenschild", "shieldMystery301405Notes": "Die Zeit ist auf deiner Seite mit diesem gewaltigen Uhrenschild! Juni 3015 Abonennten-Gegenstand. Kein Attributbonus.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Gladiatorschild", + "shieldArmoireGladiatorShieldNotes": "Um ein Gladiator zu sein, musst du ... naja, egal, schlag sie einfach mit deinem Schild. Erhöht Ausdauer um <%= con %> und Stärke um <%= str %>. Verzauberter Schrank: Gladiatorset (Gegenstand 3 von 3).", + "back": "Rückenschmuck", "backBase0Text": "Kein Rückenschmuck", "backBase0Notes": "Kein Rückenschmuck.", "backMystery201402Text": "Güldene Flügel.", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Strotzt vor Stärke und Schönheit. Kein Attributbonus. Special Edition Convention-Gegenstand.", "backSpecialWonderconBlackText": "Tückischer Umhang", "backSpecialWonderconBlackNotes": "Gewebt aus Schatten und Geflüster. Kein Attributbonus. Special Edition Convention Rüstung.", - "body": "Body Accessory", + "body": "Kleidungsschmuck", "bodyBase0Text": "Kein Kleidungsschmuck", "bodyBase0Notes": "Kein Kleidungsschmuck.", "bodySpecialWonderconRedText": "Rubinkragen", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Weder Salzwasser noch frisches Wasser kann diesen metallischen Kurzumhang beflecken. Kein Attributbonus. Limited Edition 2014 Sommer-Ausrüstung. ", "bodySpecialSummerHealerText": "Korallenkragen", "bodySpecialSummerHealerNotes": "Limited Edition 2014 Sommer-Set. Ein stylischer Kragen aus lebendigen Korallen! Gewährt keinen Bonus zu Attributen.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Abtrünnigenschärpe", + "bodySpecialSummer2015RogueNotes": "Du kannst kein richtiger Abtrünniger sein ohne Ausdruckskraft... und einer Schärpe. Gewährt keinen Bonus zu Attributen. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015WarriorText": "Meeresstacheln", + "bodySpecialSummer2015WarriorNotes": "Jeder Stachel gibt Quallengift ab, um den Träger zu verteidigen. Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015MageText": "Goldene Schnalle", + "bodySpecialSummer2015MageNotes": "Diese Schnalle besitzt überhaupt keine Stärke, aber sie glänzt! Kein Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", + "bodySpecialSummer2015HealerText": "Matrosenhalstuch", + "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Gewährt keinen Attributsbonus. Limited Edition 2015 Sommer-Ausrüstung. ", "headAccessory": "Kopfschmuck", "accessories": "Accessoires ", "animalEars": "Tierohren", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Verleihe deiner Vorstellung Flügel! Gewährt keinen Attributbonus. Februar 2015 Abonnentengegenstand.", "headAccessoryMystery301405Text": "Kopf-Brille", "headAccessoryMystery301405Notes": "\"Brillen sind für die Augen,\" haben sie gesagt. \"Niemand will Brillen, die man nur auf dem Kopf tragen kann,\" haben sie gesagt. Ha! Da hast du es ihnen aber ordentlich gezeigt! August 3015 Abonnenten-Gegenstand. Kein Attributbonus.", - "eyewear": "Eyewear", + "eyewear": "Brillen", "eyewearBase0Text": "Keine Brille", "eyewearBase0Notes": "Keine Brille.", "eyewearSpecialSummerRogueText": "Schurkische Augenklappe", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Deine Vorhaben sind mit Sicherheit absolut rechtmäßig. Special Edition Convention Gegenstand.", "eyewearMystery201503Text": "Aquamarinblaue Brille", "eyewearMystery201503Notes": "Pikse dir mit diesen schimmernden Edelsteinen nicht ins Auge! Gewährt keinen Attributbonus. März 2015 Abonnentengegenstand.", + "eyewearMystery201506Text": "Neonfarbener Schnorchel", + "eyewearMystery201506Notes": "Mit diesem neonfarbenen Schnorchel kann der Träger unter Wasser sehen. Kein Attributbonus. Juni 2015 Abonnenten-Gegenstand.", "eyewearMystery301404Text": "Schutzbrille", "eyewearMystery301404Notes": "Es gibt nichts schickeres vor den Augen als diese Brille - außer vielleicht einem Monokel. April 3015 Abonennten-Gegenstand. Kein Attributbonus", "eyewearMystery301405Text": "Monokel", diff --git a/common/locales/de/generic.json b/common/locales/de/generic.json index 66e16615ef..0bed1befd9 100644 --- a/common/locales/de/generic.json +++ b/common/locales/de/generic.json @@ -54,7 +54,9 @@ "gems": "Edelsteine", "gemButton": "Du hast <%= number %> Edelsteine.", "moreInfo": "Mehr Informationen", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(mehr anzeigen)", + "showMoreLess": "(weniger anzeigen)", + "gemsWhatFor": "Klicke hier um Edelsteine zu kaufen! Edelsteine kannst du gegen besondere Gegestände wie Quests, Avataranpassungen oder saisonale Ausrüstung eintauschen.", "veteran": "Veteran", "veteranText": "Hat Habit den Grauen (unsere pre-Angular Webseite) überlebt und hat viele Kriegsnarben von den Bugs davongetragen.", "originalUser": "Erstbenutzer!", diff --git a/common/locales/de/groups.json b/common/locales/de/groups.json index 16ea8525fe..2fef767dc2 100644 --- a/common/locales/de/groups.json +++ b/common/locales/de/groups.json @@ -39,8 +39,8 @@ "editGroup": "Gruppe bearbeiten", "newGroupName": "<%= groupType %> Name", "groupName": "Gruppenname", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Gruppenleiter", + "groupID": "Gruppen ID", "groupDescr": "Beschreibung auf der öffentlichen Gildenliste (Markdown Okay)", "logoUrl": "Logo URL", "assignLeader": "Gruppenleiter bestimmen", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Kauf", "sendGiftMessagePlaceholder": "Persönliche Nachricht (optional)", "sendGiftSubscription": "<%= months %> Monat(e): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Besiege mit Freunden Monster! ", + "startAParty": "Erstelle eine Gruppe", + "addToParty": "Füge jemanden deiner Gruppe hinzu" } \ No newline at end of file diff --git a/common/locales/de/limited.json b/common/locales/de/limited.json index e4f0515f16..95d2fbe48e 100644 --- a/common/locales/de/limited.json +++ b/common/locales/de/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Wurde <%= spookDust %> mal von Gruppenmitgliedern erschreckt.", "agriculturalFriends": "Gartenbegeisterte Freunde", "agriculturalFriendsText": "Wurde <%= seeds %> mal von Gruppenmitgliedern in eine Blume verwandelt.", + "aquaticFriends": "Wasserliebende Freunde", + "aquaticFriendsText": "Wurde <%= seafoam %> von Gruppenmitgliedern mit Meeresschaum nassgespritzt. ", "valentineCard": "Valentinstagskarte", "valentineCardNotes": "Einem Gruppenmitglied eine Valentinskarte schicken.", "valentine0": "\"Rosen sind rot<%= lineBreak %>Aufgaben sind blau<%= lineBreak %>Wir passen zusammen<%= lineBreak %>Das weiß ich genau!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Saisonzauberin<%= linkEnd %>", "seasonalShopClosedText": "Der saisonale Shop ist zurzeit geschlossen!!! Ich weiß nicht wo zurzeit die saisonale Zauberin ist, aber ich wette sie kommt zur nächsten <%= linkStart %>Grand Gala<%= linkEnd %> wieder!", "seasonalShopText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir Frühlingsgegenstände auf Lager. Alles hier wird während des Frühlingsevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 30. April, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Willkommen zum Jahreszeitenmarkt!! Momentan haben wir jahreszeitlich wechselndeGegenstände auf Lager. Alles hier wird während des Sommerevents, das jedes Jahr stattfindet, verfügbar sein. Allerdings nur bis zum 31. Juli, also stocke jetzt auf, ansonsten musst du bis nächstes Jahr warten.", "seasonalShopRebirth": "Wenn Du eine Sphäre der Wiedergeburt benutzt hast, kannst Du diese Ausrüstung wieder in der Belohnungs Spalte finden und kaufen, nachdem Du den Item Shop freigeschaltet hast. Zunächst wirst Du nur die Items für deine aktuelle Klasse kaufen können (zu Beginn Krieger), aber keine Sorge, die anderen Klassen spezifischen Items werden Dir zur Verfügung stehen, wenn Du zu der entsprechenden Klasse wechselst.", "candycaneSet": "Zuckerstange (Magier)", "skiSet": "Ski-Attentäter (Schurke)", @@ -46,8 +48,8 @@ "magicMouseSet": "Magische Maus (Magier)", "lovingPupSet": "Liebevoller Welpe (Heiler)", "stealthyKittySet": "Verstohlenes Kätzchen (Schurke)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Kühner Haudegen (Krieger)", + "emeraldMermageSet": "Smaragdgrüner Meermagier (Magier)", + "reefSeahealerSet": "Riff-Seeheiler (Heiler)", + "roguishPirateSet": "Schurkischer Pirat (Schurke)" } \ No newline at end of file diff --git a/common/locales/de/messages.json b/common/locales/de/messages.json index 9836420ec5..cd2c785e60 100644 --- a/common/locales/de/messages.json +++ b/common/locales/de/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Dein <%= itemText %> ist kaputt gegangen.", "messageTaskNotFound": "Aufgabe nicht gefunden.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Es gibt schon eine Aufgabe mit dieser ID.", "messageTagNotFound": "Tag nicht gefunden.", "messagePetNotFound": ":pet in user.items.pets nicht gefunden", "messageFoodNotFound": ":food in user.items.food nicht gefunden", @@ -22,7 +22,7 @@ "messageDropEgg": "Du hast ein <%= dropText %> Ei gefunden! <%= dropNotes %>", "messageDropPotion": "Du hast einen <%= dropText %> Schlüpftrank gefunden! <%= dropNotes %>", "messageFoundQuest": "Du hast das Quest \"<%= questText %>\" gefunden!", - "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!" + "armoireEquipment": "<%= image %> Du hast ein Stück seltener Ausrüstung im verzauberten Schrank gefunden: <%= dropText %>! Wow!", + "armoireFood": "<%= image %> Du wühlst im verzauberten Schrank herum und findest <%= dropArticle %><%= dropText %>. Was macht das denn da drin?", + "armoireExp": "Du ringst mit dem verzauberten Schrank und gewinnst Erfahrung. Nimm das!" } \ No newline at end of file diff --git a/common/locales/de/npc.json b/common/locales/de/npc.json index 8a2c2e70f2..aede5d3ddf 100644 --- a/common/locales/de/npc.json +++ b/common/locales/de/npc.json @@ -10,8 +10,8 @@ "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", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Verkaufe <%= itemType %> Ei für <%= gold %> Gold", + "sellPotionForGold": "Verkaufe <%= itemType %> Trank für <%= gold %> Gold", "buyGems": "Kaufe Edelsteine", "justin": "Justin", "USD": "USD ($)", @@ -20,7 +20,7 @@ "dismissAlert": "Als gelesen markieren", "donateText1": "Fügt Deinem Konto 20 Edelsteine hinzu. Edelsteine werden benutzt um Spielgegenstände wie Shirts und Frisuren zu kaufen.", "donateText2": "Hilf dabei, HabitRPG zu unterstützen", - "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!", + "donateText3": "Als \"open source Projekt\" sind wir auf die Hilfe unsere Benutzer angewiesen. Das Geld, was du für Edelsteine ausgibst, hilft uns dabei unsere Server am Laufen zu halten, ein paar Mitarbeiter zu bezahlen, neue Features zu entwickeln und unseren ehrenamtlichen Programmierern Anreize zu bieten. Vielen Dank für deine Großzügigkeit!", "donationDesc": "20 Edelsteine, Spende an die Entwickler", "payWithCard": "Mit Kreditkarte bezahlen", "payNote": "Achtung: PayPal braucht manchmal viel Zeit. Wir empfehlen, eine Kreditkarte zu benutzen", @@ -43,36 +43,36 @@ "tourHabits": "Diese Spalte ist für gute und für schlechte Gewohnheiten, denen Du mehrmals am Tag nachgehst! Um weiterzumachen, klicke auf das Stift-Icon einer Gewohnheit. So kannst Du die Gewohnheit bearbeiten. Ändere die Namen und klicke anschließend auf das Häkchen, um die Änderung zu speichern.", "tourStats": "Gute Gewohnheiten bringen Erfahrung und Gold! Schlechte Gewohnheiten verringern Deine Lebenspunkte. ", "tourGP": "Um weiterzumachen, kaufe das Übungschwert mit dem Gold, das Du gerade verdient hast!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Passe deinen Avatar an", "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": "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!", + "tourTavernPage": "Willkommen im Gasthaus, einem Gesprächsraum für alle Altersklassen! Falls du krank bist oder verreist, kannst du verhindern, dass du Leben durch nicht erledigte tägliche Aufgaben verlierst, indem du auf \"Im Gasthaus erholen\" klickst. Komm herein und sage Hallo!", "tourPartyPage": "Deine Gruppe wird Dir dabei helfen weiterhin verantwortungsbewusst Deine Aufgaben zu erledigen. Lade Freunde ein um neue Quest Rollen freizuschalten!", - "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!", + "tourGuildsPage": "Gilden sind Chatgruppen mit einem gemeinsamen Interesse. Sie sind von Spielern für Spieler erstellt worden. Durchblättere die Liste und tritt den Gilden bei, die dich interessieren. Teste die bekannte Newbies Gilde, in der jeder Fragen über HabitRPG stellen kann!", + "tourChallengesPage": "Wettbewerbe sind themenbezogene Aufgabenlisten, welche von Benutzern erstellt wurden! Wenn du an einem Wettbewerb teilnimmst, werden die Aufgaben deinem Konto hinzugefügt. Trete gegen andere Benutzer an, um Edelsteine zu gewinnen!", "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.", - "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.\"", + "tourHallPage": "Willkommen in der Halle der Helden, in der Mitwirkende an HabitRPG geehrt werden. Durch Code, Design, Musik, Text oder einfach durch Hilfsbereitschaft, haben sie Edelsteine, exklusive Ausrüstungen und angesehene Titel verdient. Auch du kannst bei HabitRPG mitwirken!", + "tourPetsPage": "Dies ist der Stall! Ab Level 4 kannst du Haustiere schlüpfen lassen indem du Eier und Tränke verwendest. Wenn du ein Haustier im Marktplatz ausgebrütet hast, wird es hier erscheinen! Klicke auf das Bild eines Haustieres, um es deinem Avatar hinzuzufügen. Füttere die Tiere mit dem Essen, das du ab Level 4 findest und sie werden zu mächtigen Reittieren heranwachsen.", + "tourMountsPage": "Hast du ein Haustier genug gefüttert, wird es sich zu einem Reittier weiterentwickeln und hier erscheinen. (Haustiere, Reittiere und Futter stehen nach Level 4 zur Verfügung.) Klicke auf ein Reittier um aufzusatteln!", + "tourEquipmentPage": "Hier wird deine Ausrüstung gelagert! Deine Kampfausrüstung beeinflusst deine Statuswerte. Wenn du eine andere Ausrüstung an deinem Avatar zeigen willst ohne deine Statuswerte zu verändern, klicke auf \"Verkleidung tragen\".", "tourOkay": "Okay!", - "tourAwesome": "Awesome!", - "tourSplendid": "Splendid!", - "tourNifty": "Nifty!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourAwesome": "Großartig!", + "tourSplendid": "Bestens!", + "tourNifty": "Raffiniert!", + "tourAvatarProceed": "Zeige mir meine Aufgaben!", + "tourToDosBrief": "To-Do Liste", + "tourDailiesBrief": "Tägliche Aufgaben", + "tourDailiesProceed": "Ich werde vorsichtig sein!", + "tourHabitsBrief": "Gute & Schlechte Gewohnheiten", + "tourHabitsProceed": "Das leuchtet ein!", + "tourRewardsBrief": "Liste der Belohnungen", + "tourRewardsProceed": "Das war's!", + "welcomeToHabit": "Willkommen bei HabitRPG, einem Spiel, das dein Leben verbessert!", + "welcome1": "Erstelle und bearbeite einen Avatar, der dich im Spiel repräsentiert.", + "welcome2": "Deine Aufgaben aus dem wirklichen Leben beeinflussen das Leben (HP), die Erfahrung (XP) und das Gold deines Avatars!", + "welcome3": "Beende Aufgaben um Erfahrung (XP) und Gold zu verdienen, welche tolle Features und Belohnungen freischalten!", + "welcome4": "Vermeide schlechte Gewohnheiten, die Lebenspunkte (HP) abziehen oder dein Avatar wird sterben!", + "welcome5": "Jetzt kannst du deinen Avatar anpassen und deine Aufgaben einrichten...", + "imReady": "Ich bin bereit!" } \ No newline at end of file diff --git a/common/locales/de/pets.json b/common/locales/de/pets.json index dc13c99c48..6a629d81aa 100644 --- a/common/locales/de/pets.json +++ b/common/locales/de/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Fangschreckenkrebs", "mammoth": "Wollhaarmammut", + "orca": "Orca", "rarePetPop1": "Klicke auf den goldenen Pfotenabdruch um zu sehen, wie Du diese seltenen Haustiere erhalten kannst indem Du bei HabitRPG mitwirkst!", "rarePetPop2": "Wie erhält man dieses Haustier?", "potion": "<%= potionType %> Trank", diff --git a/common/locales/de/quests.json b/common/locales/de/quests.json index 2bb4998a15..5ddcd7fb47 100644 --- a/common/locales/de/quests.json +++ b/common/locales/de/quests.json @@ -1,11 +1,11 @@ { "quests": "Quests", "quest": "Quest", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Quest-Details", + "invitations": "Einladungen", "completed": "Erfüllt!", "youReceived": "Du hast folgendes erhalten:", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Ein Klick auf \"Einladen\" sendet eine Einladung an Deine Gruppenmitglieder. Sobald alle Mitglieder diese angenommen oder abgelehnt haben, beginnt die Quest. Der Status ist unter Optionen > Soziales > Gruppe einsehbar.", "inviteParty": "Gruppe einladen", "questInvitation": "Quest Einladung:", "questInvitationTitle": "Quest-Einladung", diff --git a/common/locales/de/questscontent.json b/common/locales/de/questscontent.json index 88c15f818b..b313b6a42a 100644 --- a/common/locales/de/questscontent.json +++ b/common/locales/de/questscontent.json @@ -36,10 +36,10 @@ "questRatUnlockText": "Ermöglicht den Kauf von Ratteneiern auf dem Marktplatz.", "questOctopusText": "Der Ruf des Octothulu", "questOctopusNotes": "@Urse, ein junger Schreiber mit feurigem Blick, bittet euch um Hilfe bei der Erforschung einer mysteriösen Höhle an der Meeresküste. Zwischen den abendlichen Gezeitentümpeln steht ein massives Tor aus Stalaktiten und Stalagmiten. Wie Du Dich dem Tor näherst, beginnt ein dunkler Strudel an seinem Fuße zu wirbeln. Du blickst mit Ehrfurcht auf die tintenfischartige Drachenkreatur, die sich aus der Tiefe erhebt. \"Der klebrige Abkömmling der Sterne ist erwacht!\", ruft @Urse aus. \"Nach vigintillionen von Jahren ist der große Octothulu wieder losgebrochen und rasend nach Vergnügungen.", - "questOctopusCompletion": "Erfüllung: Mit einem finalen Schlag entwischt die Kreatur in den Strudel, aus dem sie kam. Du kannst nicht sagen, ob @Urse glücklich über euren Sieg ist oder betrübt über den Verlust des Biestes. Wortlos zeigt Dein Begleiter auf drei schleimige, gewaltige Eier in einem nahen Gezeitentümpel, die sich in einem Nest aus Goldmünzen befinden. \"Wahrscheinlich nur Tintenfischeier\", sagst Du nervös. Als Du nach Hause zurückkehrst, kritzelt @Urse wild in einem Tagebuch herum und Du ahnst, dass dies nicht das letzte Mal ist, dass Du von dem großen Octothulu hörst.", + "questOctopusCompletion": "Erfüllung: Mit einem finalen Schlag entwischt die Kreatur in den Strudel, aus dem sie kam. Du kannst nicht sagen, ob @Urse glücklich über euren Sieg ist oder betrübt über den Verlust des Biestes. Wortlos zeigt Dein Begleiter auf drei schleimige, gewaltige Eier in einem nahen Gezeitentümpel, die sich in einem Nest aus Goldmünzen befinden. \"Wahrscheinlich nur Krakeneier\", sagst Du nervös. Als Du nach Hause zurückkehrst, kritzelt @Urse wild in einem Tagebuch herum und Du ahnst, dass dies nicht das letzte Mal ist, dass Du von dem großen Octothulu hörst.", "questOctopusBoss": "Octothulu", - "questOctopusDropOctopusEgg": "Tintenfisch (Ei)", - "questOctopusUnlockText": "Ermöglicht den Kauf von Tintenfischeiern auf dem Marktplatz.", + "questOctopusDropOctopusEgg": "Krake (Ei)", + "questOctopusUnlockText": "Ermöglicht den Kauf von Krakeneiern auf dem Marktplatz.", "questHarpyText": "Hilfe! Harpyien!", "questHarpyNotes": "Der mutige Abenteurer @UncommonCriminal verschwand in den Wald, um der Spur eines geflügelten Monsters zu folgen, das vor einigen Tagen gesichtet wurde. Du bist gerade dabei, eine Suche zu starten, als ein verwundeter Papagei auf deinem Arm landet, eine unschöne Narbe stört sein sonst wunderschönes Federkleid. An sein Bein gebunden ist eine gekritzelte Notiz, die erklärt, dass @UncommonCriminal bei dem Versuch, die Papageien zu beschützen von einer bösartigen Harpyie gefangen genommen wurde und verzweifelt deine Hilfe braucht, um zu fliehen. Wirst du dem Vogel folgen, die Harpyie besiegen und @UncommonCriminal retten?", "questHarpyCompletion": "Mit einem vernichtenden Schlag fällt die Harpyie zu Boden und Federn fliegen in alle Richtungen. Nach einer kurzen Klettertour in das Nest der Harpyie findest du @UncommonCriminal, der von Papageieneiern umgeben ist. Gemeinsam bringt ihr die Eier unverzüglich zu den Nestern zurück. Doch der vernarbte Papagei, der dich vorher gefunden hatte, krächzt laut und lässt mehrere Eier in deine Arme fallen. \"Der Harpyienangriff lässt einige Eier ohne Nest zurück.\", erklärt @UncommonCriminal, \"Es scheint, dass du ein Ehrenpapagei geworden bist\".", @@ -103,7 +103,7 @@ "questGoldenknight3DropGoldenPotion": "Goldener Schlüpftrank", "questGoldenknight3DropWeapon": "Mustaines Meilenstein-matschender Morgenstern (Schildhand-Waffe)", "questBasilistText": "Der Basi-List", - "questBasilistNotes": "Da ist eine Aufruhr auf dem Marktplatz - es sieht ganz so aus, als man lieber in die andere Richtung rennen sollte. Da du aber ein mutiger Abenteurer bist, rennst du stattdessen darauf zu und entdeckst einen Basi-List, der sich aus einem Haufen unerledigter Aufgaben geformt hat! Alle umstehenden Habiticaner sind gelähmt vor Angst vor der Länge des Basi-List und können nicht anfangen, zu arbeiten. Von irgendwo in der Nähe hörst du @Arcosine schreien: \"Schnell! Erledige deine einmaligen und täglichen Aufgaben, um dem Monster die Zähne zu entfernen, bevor jemand sich am Papier schneidet!\" Greife schnell an, Abenteurer, und hake etwas ab - aber Vorsicht! Wenn du irgendwelche täglichen Aufgaben nicht erledigst, wird der Basi-List Dich und Deine Gruppe angreifen! ", + "questBasilistNotes": "Da ist ein Aufruhr auf dem Marktplatz - es sieht ganz so aus, als ob man lieber in die andere Richtung rennen sollte. Da Du aber ein mutiger Abenteurer bist, rennst Du stattdessen darauf zu und entdeckst einen Basi-List, der sich aus einem Haufen unerledigter Aufgaben geformt hat! Alle umstehenden Habiticaner sind aus Angst vor der Länge des Basi-Lists gelähmt und können nicht anfangen zu arbeiten. Von irgendwo in der Nähe hörst du @Arcosine schreien: \"Schnell! Erledige deine einmaligen und täglichen Aufgaben, um dem Monster die Zähne zu entfernen, bevor sich jemand am Papier schneidet!\" Greife schnell an, Abenteurer, und hake etwas ab - aber Vorsicht! Wenn Du irgendwelche täglichen Aufgaben nicht erledigst, wird der Basi-List Dich und Deine Gruppe angreifen! ", "questBasilistCompletion": "Der Basi-List ist in Papierschnitzel zerfallen, die sanft in Regenbogenfarben schimmern. \"Puh!\" sagt @Arcosine. \"Gut, dass ihr gerade hier wart!\" Du fühlst dich erfahrener als vorher und sammelst ein paar verstreute Goldstücke zwischen den Papierstücken auf. ", "questBasilistBoss": "Der Basi-List", "questEggHuntText": "Eierjagd", @@ -203,10 +203,16 @@ "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", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "Der Kraken von Unfertige", + "questKrakenNotes": "Als du durch die Unfertige Bucht segelst, ist es ein warmer, sonniger Tag, aber deine Gedanken sind voller Sorgen über alles was du noch zu erledigen hast. Es scheint so, als ob sobald eine Aufgabe erledigt ist, eine andere auftaucht, und dann noch eine...

Plötzlich wird das Boot von einem furchtbaren Ruck erschüttert, und schleimige Tentakeln schlängeln sich an allen Seiten aus dem Wasser! \"Der Kraken von Unfertige greift uns an!\" schreit Wolvenhalo.

\"Schnell!\" ruft dir Lemoness zu. \"Schlage so viele Tentakeln und Aufgaben nieder wie du kannst, bevor neue auftauchen und ihren Platz einnehmen!\" ", + "questKrakenBoss": "Der Kraken von Unfertige", + "questKrakenCompletion": "Als der Kraken flieht, treiben mehrere Eier an die Wasseroberfläche. Lemoness untersucht sie zunächst argwöhnisch, dann ruft sie freudestrahlend \"Tintenfischeier! Hier, nimm sie als Belohnung für alles was Du erledigt hast!\" ", + "questKrakenDropCuttlefishEgg": "Tintenfisch (Ei)", + "questKrakenUnlockText": "Ermöglicht den Kauf von Tintenfischeiern auf dem Marktplatz.", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/de/settings.json b/common/locales/de/settings.json index 89dfb0708c..61a8a833d7 100644 --- a/common/locales/de/settings.json +++ b/common/locales/de/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Tageswechsel einstellen", "24HrClock": "24h Uhr", "customDayStartInfo1": "HabitRPG ist so eingestellt, dass Deine täglichen Aufgaben um Mitternacht in deiner eigenen Zeitzone überprüft und zurückgesetzt werden. Wir empfehlen den folgenden Text zu lesen, bevor Du diese Einstellungen veränderst:", - "customDayStartInfo2": "(mehr anzeigen)", - "customDayStartInfo3": "(weniger anzeigen)", "customDayStartInfo4": "Erledige all Deine täglichen Aufgaben bevor Du den Beginn Deines Tages veränderst oder ruhe Dich im Gasthaus aus für diesen Tag. Wenn Du Deinen Tagesbeginn veränderst, werden eventuell deine täglichen Aufgaben sofort überprüft Cron, aber nach dem ersten Tag sollte alles wie erwartet funktionieren.

Habe bitte zwei Stunden Geduld, bis die neuen Einstellungen greifen. Wenn der Beginn zum Beispiel aktuell auf 0 Uhr (Mitternacht) eingestellt ist, dann ändere es vor 10 Uhr Abends; wenn Du ihn auf 9 Uhr Abends setzen willst, solltest Du das vor 7 Uhr Abends machen.

Gib eine Stunde zwischen 0 und 23 (24 Stunden Uhr) an. Tippen ist effektiver, als die Pfeiltasten zu benutzen. Wenn Du den Wert eingestellt hast, lade die Seite neu um sicher zu gehen, dass der neue Wert angezeigt wird. ", "misc": "Verschiedenes", "showHeader": "Header anzeigen", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "Bitte gib sowohl Deine alte und neue Email-Adresse, als auch Deine Benutzer ID an.", "username": "Login Name", + "usernameOrEmail": "Login Name oder Emailadresse", "email": "Email", "registeredWithFb": "Mit Facebook registriert", "loginNameDescription1": "Dies hier benutzt Du, um Dich bei HabitRPG einzuloggen. Gehe zu", @@ -113,11 +112,11 @@ "benefits": "Vorteile", "coupon": "Gutschein", "couponPlaceholder": "Gib Deinen Gutschein Code ein", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Manchmal verteilen wir auf Events Coupon-Codes für spezielle Ausrüstung (z.B. an unserem WonderCon-Stand)", "apply": "Anwenden", "resubscribe": "Wieder abonnieren", "promoCode": "Promo Code", "promoCodeApplied": "Promo Code aktiviert! Überprüfe dein Inventar", "promoPlaceholder": "Promo Code eingeben", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Zeige \"In Gruppe einladen\"-Schaltfläche an, wenn die Gruppe nur 1 Mitglied hat." } \ No newline at end of file diff --git a/common/locales/de/spells.json b/common/locales/de/spells.json index 62ab678a27..05ce079d6b 100644 --- a/common/locales/de/spells.json +++ b/common/locales/de/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Schimmernde Saat", "spellSpecialShinySeedNotes": "Verwandle einen Freund in eine fröhliche Blume!", "spellSpecialPetalFreePotionText": "Blütenfrei Trank", - "spellSpecialPetalFreePotionNotes": "Beendet den Effekt der schimmernden Saat." + "spellSpecialPetalFreePotionNotes": "Beendet den Effekt der schimmernden Saat.", + "spellSpecialSeafoamText": "Meeresschaum", + "spellSpecialSeafoamNotes": "Verwandle einen Freund in ein Meereslebewesen!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Beendet den Effekt von Meeresschaum." } \ No newline at end of file diff --git a/common/locales/de/subscriber.json b/common/locales/de/subscriber.json index 001c8f3617..225af022cf 100644 --- a/common/locales/de/subscriber.json +++ b/common/locales/de/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Abonnements", "subDescription": "Werbung ausschalten, Edelsteine mit Gold erwerben, ein monatlicher Überraschungsgegenstand, den Fortschrittsverlauf erhalten, doppeltes Beutelimit pro Tag, Unterstützung der Entwickler. Klicke um mehr zu erfahren.", "disableAds": "Werbung entfernen", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Solange du ein aktives Abonnement hast, ist alle Werbung für dich ausgeschaltet (Spender, die für Werbefreiheit gespendet haben bevor es Abonnements gab, bleiben werbefrei)", "buyGemsGold": "Kaufe Edelsteine mit Gold", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Alexander der Händler verkauft dir Edelsteine für den Preis von <%= gemCost %> Goldstücken pro Edelstein. Seine monatlichen Lieferungen sind anfangs beschränkt auf <%= gemLimit %> Edelsteine pro Monat, aber dieses Limit erhöht sich um 5 Edelsteine für alle drei Monate, die du ein fortlaufendes Abo hast, bis zu einem Maximum von 50 Edelsteinen pro Monat!", "retainHistory": "Behalte alle Verlaufeinträge", "retainHistoryText": "Dein gesamter Verlauf steht Dir für Graphen und Exporte zur Verfügung. Der Verlauf von Nicht-Abonnementen wird zusammengelegt um die Datenbanken zu optimieren.", "doubleDrops": "Du kannst doppelt so viele Gegenstände pro Tag finden", "doubleDropsText": "Fülle Deine Ställe schneller!", "mysteryItem": "Einzigartige Abonnement Gegenstände", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "Du wirst jeden Monat einen einzigartigen kosmetischen Gegenstand für deinen Avatar erhalten! Zusätzlich gewähren dir die Mysteriösen Zeitreisenden für je drei aufeinanderfolgende Abonnement-Monate Zugang zu historischen (oder futuristischen) kosmetischen Gegenständen.", "supportDevs": "Unterstütze die Entwickler", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Dein Abonnement lässt Habitica florieren und hilft uns es weiterzuentwickeln. Danke!", "monthUSD": "USD($) / Monat", "organization": "Organisation", "groupPlans": "Gemeinschaftliche Pläne", diff --git a/common/locales/de/tasks.json b/common/locales/de/tasks.json index 607b6e099a..6bd260e0eb 100644 --- a/common/locales/de/tasks.json +++ b/common/locales/de/tasks.json @@ -16,13 +16,14 @@ "checklist": "Checkliste", "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": "Title", + "text": "Titel", "extraNotes": "Extra Notizen", "direction/Actions": "Leitung/Aktionen", "advancedOptions": "Erweiterte Optionen", "difficulty": "Schwierigkeit", "difficultyHelpTitle": "Wie schwer ist die Aufgabe?", "difficultyHelpContent": "Je schwieriger eine Aufgabe ist, desto mehr Erfahrung und Gold bekommst du, wenn du sie abhakst... aber sie verursacht auch umso mehr Schaden, wenn es eine tägliche Aufgabe oder schlechte Gewohnheit ist!", + "trivial": "Trivial", "easy": "Einfach", "medium": "Mittel", "hard": "Schwer", @@ -32,15 +33,15 @@ "otherExamples": "z.B. berufliche Unternehmungen, Hobbies, Finanzielles, usw.", "progress": "Fortschritt", "dailies": "Tägliche Aufgaben", - "newDaily": "Neuer tägliche Aufgabe", + "newDaily": "Neue tägliche Aufgabe", "newDailyBulk": "Neue tägliche Aufgaben (eine pro Zeile)", "streakCounter": "Strähnenzähler", "repeat": "Wiederholen", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Wiederhole alle", + "repeatDays": "Alle X Tage", + "repeatWeek": "An bestimmten Tagen der Woche", + "day": "Tag", + "days": "Tage", "restoreStreak": "Strähne wiederherstellen", "todos": "To-Dos", "newTodo": "Neuer To-Do Eintrag", @@ -65,9 +66,9 @@ "clearTags": "Aufräumen", "hideTags": "Verbergen", "showTags": "Anzeigen", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Starttermin", + "startDateHelpTitle": "Wann soll diese Aufgabe beginnen?", + "startDateHelp": "Setzt das Datum fest, ab dem diese Aufgabe in Kraft tritt. Davor wird sie nicht fällig werden. ", "streakName": "Strähnen Erfolg(e)", "streakText": "Hat <%= streaks %> 21-tägige Strähnen von täglichen Aufgaben erreicht", "streakSingular": "Perfektionist", @@ -87,22 +88,22 @@ "pushTaskToBottom": "Aufgabe nach unten verschieben", "emptyTask": "Gib der Aufgabe zunächst einen Titel.", "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.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "habitHelp1": "Gute Gewohnheiten sind Aktivitäten, die du oft machen sollst. Sie gewähren Gold und Erfahrung immer wenn du auf <%= plusIcon %> klickst.", + "habitHelp2": "Schlechte Gewohnheiten sind Aktivitäten, die du vermeiden solltest. Sie ziehen dir jedes mal, wenn du auf <%= minusIcon %> klickst Leben ab.", + "habitHelp3": "Zur Inspiration kannst du dir diese Beispiele von Gewohnheiten durchsehen!", + "newbieGuild": "Du hast weitere Fragen? Du kannst sie in der <%= linkStart %>Newbies Gilde<%= linkEnd %> loswerden!", + "dailyHelp1": "Tägliche Aufgaben wiederholen sich an<%= emphasisStart %>allen Tagen<%= emphasisEnd %>, an denen sie aktiv sind. Klicke den <%= pencilIcon %>, um die Tage zu ändern, an denen eine tägliche Aufgabe aktiv ist.", + "dailyHelp2": "Wenn du tägliche Aufgaben nicht beendest, verlierst du am Ende des Tages Leben.", + "dailyHelp3": "Tägliche Aufgaben werden immer <%= emphasisStart %>röter<%= emphasisEnd %>, wenn du sie nicht erledigst, und immer <%= emphasisStart %>blauer<%= emphasisEnd %>, wenn du sie abschließt. Je röter die tägliche Aufgabe ist, desto größer fällt deine Belohnung aus... oder deine Bestrafung.", + "dailyHelp4": "Um die Uhrzeit für den Beginn des neuen Tages festzulegen, gehe zu <%= linkStart %> Einstellungen > Seite<%= linkEnd %> > Tageswechsel einstellen.", + "dailyHelp5": "Zur Inspiration kannst du dir diese Beispiele von täglichen Aufgaben durchsehen!", + "toDoHelp1": "Einmalige Aufgaben sind anfangs gelb, werden aber immer röter (mehr Belohnung) je später sie beendet werden.", + "toDoHelp2": "To-Dos werden dir niemals Schaden zufügen! Sie verleihen nur Gold und Erfahrung.", + "toDoHelp3": "Einmalige Aufgaben können mit der Kontrollliste in kleinere Teilaufgaben heruntergebrochen werden, um sie weniger beängstigend zu machen. Dafür werden erhaltene Punkte erhöht!", + "toDoHelp4": "Zur Inspiration kannst du dir diese Beispiele von einmaligen Aufgaben durchsehen!", + "rewardHelp1": "Die Ausrüstung, die du für deinen Avatar kaufst, ist unter <%= linkStart %>Inventar > Ausrüstung<%= linkEnd %> gelagert.", + "rewardHelp2": "Ausrüstungsgegenstände beeinflussen deine Statuswerte (<%= linkStart %>Benutzer > Werte&Erfolge<%= linkEnd %>).", + "rewardHelp3": "Während weltweiten Events wird hier Spezialausrüstung erscheinen.", + "rewardHelp4": "Scheue dich nicht davor eigene Belohnungen hinzuzufügen! Sieh dir einige Beispielbelohnungen durch.", + "clickForHelp": "Hilfe" } \ No newline at end of file diff --git a/common/locales/en/backgrounds.json b/common/locales/en/backgrounds.json index 6ccc4bb81a..717956fb97 100644 --- a/common/locales/en/backgrounds.json +++ b/common/locales/en/backgrounds.json @@ -103,5 +103,13 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } diff --git a/common/locales/en/challenge.json b/common/locales/en/challenge.json index ff0a4e8e6e..51d55ae69c 100644 --- a/common/locales/en/challenge.json +++ b/common/locales/en/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } diff --git a/common/locales/en/character.json b/common/locales/en/character.json index b6909e6c63..17e609c752 100644 --- a/common/locales/en/character.json +++ b/common/locales/en/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastel Skins", "spookySkins": "Spooky Skins", "supernaturalSkins": "Supernatural Skins", + "splashySkins": "Splashy Skins", "rainbowColors": "Rainbow Colors", "shimmerColors": "Shimmer Colors", "hauntedColors": "Haunted Colors", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/en/content.json b/common/locales/en/content.json index 2e9dfc2d89..fc18f3a044 100644 --- a/common/locales/en/content.json +++ b/common/locales/en/content.json @@ -93,6 +93,9 @@ "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", + "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", diff --git a/common/locales/en/gear.json b/common/locales/en/gear.json index 6aeb03053b..b57b7fd9c9 100644 --- a/common/locales/en/gear.json +++ b/common/locales/en/gear.json @@ -302,6 +302,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", @@ -670,6 +672,8 @@ "eyewearMystery201503Text": "Aquamarine Eyewear", "eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/en/generic.json b/common/locales/en/generic.json index 9ca0db6eb7..3c2b262b4c 100644 --- a/common/locales/en/generic.json +++ b/common/locales/en/generic.json @@ -54,6 +54,8 @@ "gems": "Gems", "gemButton": "You have <%= number %> Gems.", "moreInfo": "More Info", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "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.", diff --git a/common/locales/en/groups.json b/common/locales/en/groups.json index 688683fc94..7588c4a581 100644 --- a/common/locales/en/groups.json +++ b/common/locales/en/groups.json @@ -94,7 +94,7 @@ "abuseFlag": "Report violation of Community Guidelines", "abuseFlagModalHeading": "Report <%= name %> for violation?", "abuseFlagModalBody": "Are you sure you want to report this post? You should ONLY report a post that violates the <%= firstLinkStart %>Community Guidelines<%= linkEnd %> and/or <%= secondLinkStart %>Terms of Service<%= linkEnd %>. Inappropriately reporting a post is a violation of the Community Guidelines and may give you an infraction.", - "abuseFlagModalButton": "Report", + "abuseFlagModalButton": "Report Violation", "abuseReported": "Thank you for reporting this violation. The moderators have been notified.", "abuseAlreadyReported": "You have already reported this message.", "needsText": "Please type a message.", @@ -119,7 +119,8 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", - "inviteFriends": "Invite Friends", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "addToParty": "Add someone to your party", + "likePost": "Click if you like this post!" } diff --git a/common/locales/en/limited.json b/common/locales/en/limited.json index 4162c532b9..e7f188469a 100644 --- a/common/locales/en/limited.json +++ b/common/locales/en/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Got spooked <%= spookDust %> times by party members.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentine's Day Card", "valentineCardNotes": "Send a Valentine's Day card to a party member.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/en/pets.json b/common/locales/en/pets.json index 9f937defec..dc3a6dae05 100644 --- a/common/locales/en/pets.json +++ b/common/locales/en/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Mantis Shrimp", "mammoth": "Woolly Mammoth", + "orca": "Orca", "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", "rarePetPop2": "How to Get this Pet!", "potion": "<%= potionType %> Potion", diff --git a/common/locales/en/questsContent.json b/common/locales/en/questsContent.json index f2a089bb5a..fb19d5a830 100644 --- a/common/locales/en/questsContent.json +++ b/common/locales/en/questsContent.json @@ -244,6 +244,13 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } diff --git a/common/locales/en/settings.json b/common/locales/en/settings.json index 26c252902b..17a8b21fb8 100644 --- a/common/locales/en/settings.json +++ b/common/locales/en/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", "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: ", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "Misc", "showHeader": "Show Header", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": " including both your old and new email address as well as your User ID.", "username": "Login Name", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to ", diff --git a/common/locales/en/spells.json b/common/locales/en/spells.json index be77b0927f..9ecd005ec9 100644 --- a/common/locales/en/spells.json +++ b/common/locales/en/spells.json @@ -60,6 +60,11 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } diff --git a/common/locales/en/tasks.json b/common/locales/en/tasks.json index e80aeee367..c079ca14a3 100644 --- a/common/locales/en/tasks.json +++ b/common/locales/en/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Difficulty", "difficultyHelpTitle": "How difficult is this task?", "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!", + "trivial": "Trivial", "easy": "Easy", "medium": "Medium", "hard": "Hard", diff --git a/common/locales/en@pirate/backgrounds.json b/common/locales/en@pirate/backgrounds.json index 5755b44952..3dbce93840 100644 --- a/common/locales/en@pirate/backgrounds.json +++ b/common/locales/en@pirate/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/en@pirate/challenge.json b/common/locales/en@pirate/challenge.json index 4a820af3a1..c8a9336539 100644 --- a/common/locales/en@pirate/challenge.json +++ b/common/locales/en@pirate/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/en@pirate/character.json b/common/locales/en@pirate/character.json index b5223b54a8..1a8360496b 100644 --- a/common/locales/en@pirate/character.json +++ b/common/locales/en@pirate/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastel Skins", "spookySkins": "Skins o' Hauntin'", "supernaturalSkins": "Supernatural Skins", + "splashySkins": "Splashy Skins", "rainbowColors": "Rainbow Colors", "shimmerColors": "Shimmer Colors", "hauntedColors": "Haunted Colors", @@ -53,6 +54,8 @@ "costume": "Costume", "costumeText": "If ye prefer th' look 'o other gear to what ye have equipped, check th' \"Use Costume\" box to visually don a costume while wearin' ye battle gear underneath.", "useCostume": "Use Costume", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "Yar have earned the \"Ultimate Gearr\" Achievement for upgradin' to te' maximum gear set for a class! Yar have attained the following complete sets:", "moreGearAchievements": "Ye attain mor' Ultimate Gear badges, chan'e clas'ses on yor'g stats page and buy up yor'g new class's gear!", "armoireUnlocked": "Yor'ge also unlocked the Enchanted Booty! Click on the Enchanted Armoire Reward for a random chance at special Equipment! It may also give yie random XP or food items.", diff --git a/common/locales/en@pirate/content.json b/common/locales/en@pirate/content.json index 0964624d4d..066fdd2b5a 100644 --- a/common/locales/en@pirate/content.json +++ b/common/locales/en@pirate/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "hairy", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Find yi hatchin' potion to' pourrr on 'tis egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "White", diff --git a/common/locales/en@pirate/gear.json b/common/locales/en@pirate/gear.json index 6015cdae7e..6e47c24ecf 100644 --- a/common/locales/en@pirate/gear.json +++ b/common/locales/en@pirate/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/en@pirate/generic.json b/common/locales/en@pirate/generic.json index f0992df906..0fbd58b543 100644 --- a/common/locales/en@pirate/generic.json +++ b/common/locales/en@pirate/generic.json @@ -54,6 +54,8 @@ "gems": "Gems", "gemButton": "Ye be havin' <%= number %> Gems.", "moreInfo": "More Info", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veteran", "veteranText": "Has weathered Habit th' Grey (our pre Angular ship), 'n has gained many battle-scars from its bugs.", diff --git a/common/locales/en@pirate/groups.json b/common/locales/en@pirate/groups.json index 40efd1d4f4..b2b090866c 100644 --- a/common/locales/en@pirate/groups.json +++ b/common/locales/en@pirate/groups.json @@ -62,7 +62,7 @@ "guilds": "Crews", "sureKick": "Do ye really want to remove 'tis member from th' crew/alliance?", "optionalMessage": "Optional message", - "yesRemove": "Yes, remove them", + "yesRemove": "Aye, scuttle them", "foreverAlone": "Can't like yer own message. Don't be a knave.", "sortLevel": "Sort by level", "sortRandom": "Sort randomly", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/en@pirate/limited.json b/common/locales/en@pirate/limited.json index aefcd710d8..441cb76218 100644 --- a/common/locales/en@pirate/limited.json +++ b/common/locales/en@pirate/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Got spooked <%= spookDust %> times by crew mates.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentine's Day Card", "valentineCardNotes": "Send a Valentine's Day card to a party member.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/en@pirate/npc.json b/common/locales/en@pirate/npc.json index ffd311aab8..ea44d29d59 100644 --- a/common/locales/en@pirate/npc.json +++ b/common/locales/en@pirate/npc.json @@ -73,6 +73,6 @@ "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", + "welcome5": "Now ye'll customize yer avatar 'n set up yer tasks...", "imReady": "I'm Ready!" } \ No newline at end of file diff --git a/common/locales/en@pirate/pets.json b/common/locales/en@pirate/pets.json index db0f429cb7..4305961d17 100644 --- a/common/locales/en@pirate/pets.json +++ b/common/locales/en@pirate/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Mantis Shrimp", "mammoth": "Woolly Mammoth", + "orca": "Orca", "rarePetPop1": "Click th' gold paw to learn more 'bout how ye can obtain 'tis rare pet through contributin' to HabitRPG!", "rarePetPop2": "How t' Get this Pet!", "potion": "<%= potionType %> Potion", diff --git a/common/locales/en@pirate/questscontent.json b/common/locales/en@pirate/questscontent.json index b17aae5a50..2d7cf8f498 100644 --- a/common/locales/en@pirate/questscontent.json +++ b/common/locales/en@pirate/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/en@pirate/settings.json b/common/locales/en@pirate/settings.json index ceb0c2c83d..ea8cf962a1 100644 --- a/common/locales/en@pirate/settings.json +++ b/common/locales/en@pirate/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", "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:", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "Misc", "showHeader": "Show Header", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", diff --git a/common/locales/en@pirate/spells.json b/common/locales/en@pirate/spells.json index 7cef3d941d..ba412fc7cb 100644 --- a/common/locales/en@pirate/spells.json +++ b/common/locales/en@pirate/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/en@pirate/tasks.json b/common/locales/en@pirate/tasks.json index af0e2c1ee0..c0dbcab241 100644 --- a/common/locales/en@pirate/tasks.json +++ b/common/locales/en@pirate/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Difficulty", "difficultyHelpTitle": "How difficult is this task?", "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!", + "trivial": "Trivial", "easy": "Easy", "medium": "Medium", "hard": "Harrrd", @@ -38,7 +39,7 @@ "repeat": "Repeat", "repeatEvery": "Repeat Every", "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", + "repeatWeek": "On Certain Days o' t' Week", "day": "Day", "days": "Days", "restoreStreak": "Restore Streak", diff --git a/common/locales/en_GB/backgrounds.json b/common/locales/en_GB/backgrounds.json index a8bea3f017..e363a1f690 100644 --- a/common/locales/en_GB/backgrounds.json +++ b/common/locales/en_GB/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/en_GB/challenge.json b/common/locales/en_GB/challenge.json index 1d6f09ff72..8820e3d794 100644 --- a/common/locales/en_GB/challenge.json +++ b/common/locales/en_GB/challenge.json @@ -53,6 +53,7 @@ "challengedOwnedFilter": "Owned", "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Back to all challanges", + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/en_GB/character.json b/common/locales/en_GB/character.json index cc4d968eba..efead30d95 100644 --- a/common/locales/en_GB/character.json +++ b/common/locales/en_GB/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastel Skins", "spookySkins": "Spooky Skins", "supernaturalSkins": "Supernatural Skins", + "splashySkins": "Splashy Skins", "rainbowColors": "Rainbow Colours", "shimmerColors": "Shimmer Colours", "hauntedColors": "Haunted Colours", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/en_GB/content.json b/common/locales/en_GB/content.json index 4a20a61455..c4fc3daf1c 100644 --- a/common/locales/en_GB/content.json +++ b/common/locales/en_GB/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "woolly", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "White", diff --git a/common/locales/en_GB/gear.json b/common/locales/en_GB/gear.json index 15e98a862f..502684cbf2 100644 --- a/common/locales/en_GB/gear.json +++ b/common/locales/en_GB/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/en_GB/generic.json b/common/locales/en_GB/generic.json index b3df7d7446..5ea36e912b 100644 --- a/common/locales/en_GB/generic.json +++ b/common/locales/en_GB/generic.json @@ -54,6 +54,8 @@ "gems": "Gems", "gemButton": "You have <%= number %> Gems.", "moreInfo": "More Info", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "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.", diff --git a/common/locales/en_GB/groups.json b/common/locales/en_GB/groups.json index 9e8288cb00..bc90e47b38 100644 --- a/common/locales/en_GB/groups.json +++ b/common/locales/en_GB/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/en_GB/limited.json b/common/locales/en_GB/limited.json index e7869ec283..792b21e563 100644 --- a/common/locales/en_GB/limited.json +++ b/common/locales/en_GB/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Got spooked <%= spookDust %> times by party members.", "agriculturalFriends": "Agricultural Mates", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentine's Day Card", "valentineCardNotes": "Send a Valentine's Day card to a party member.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/en_GB/pets.json b/common/locales/en_GB/pets.json index 8690323b81..87c8ceb64c 100644 --- a/common/locales/en_GB/pets.json +++ b/common/locales/en_GB/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Mantis Shrimp", "mammoth": "Woolly Mammoth", + "orca": "Orca", "rarePetPop1": "Click the gold paw to learn more about how you can obtain this rare pet through contributing to HabitRPG!", "rarePetPop2": "How to Get this Pet!", "potion": "<%= potionType %> Potion", diff --git a/common/locales/en_GB/questscontent.json b/common/locales/en_GB/questscontent.json index a9638ea1b0..55344b813b 100644 --- a/common/locales/en_GB/questscontent.json +++ b/common/locales/en_GB/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/en_GB/settings.json b/common/locales/en_GB/settings.json index 053fde14bf..bf7aa02410 100644 --- a/common/locales/en_GB/settings.json +++ b/common/locales/en_GB/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Custom Day Start", "24HrClock": "24Hr Clock", "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:", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "Misc", "showHeader": "Show Header", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", diff --git a/common/locales/en_GB/spells.json b/common/locales/en_GB/spells.json index 4c65fa7096..9feec163c7 100644 --- a/common/locales/en_GB/spells.json +++ b/common/locales/en_GB/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/en_GB/tasks.json b/common/locales/en_GB/tasks.json index fef8706346..f190cb752f 100644 --- a/common/locales/en_GB/tasks.json +++ b/common/locales/en_GB/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Difficulty", "difficultyHelpTitle": "How difficult is this task?", "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!", + "trivial": "Trivial", "easy": "Easy", "medium": "Medium", "hard": "Hard", diff --git a/common/locales/es/backgrounds.json b/common/locales/es/backgrounds.json index 1e94f34af4..9581caea58 100644 --- a/common/locales/es/backgrounds.json +++ b/common/locales/es/backgrounds.json @@ -78,17 +78,24 @@ "backgroundGumdropLandText": "Paisaje de Gominola", "backgroundGumdropLandNotes": "Nibble the scenery of Gumdrop Land.", "backgrounds052015": "SET 12: Lanzado en mayo de 2015", - "backgroundMarbleTempleText": "Marble Temple", - "backgroundMarbleTempleNotes": "Pose in front of a Marble Temple.", - "backgroundMountainLakeText": "Mountain Lake", - "backgroundMountainLakeNotes": "Dip your toes in a Mountain Lake.", + "backgroundMarbleTempleText": "Templo de Mármol", + "backgroundMarbleTempleNotes": "Posa frente a un Templo de Mármol", + "backgroundMountainLakeText": "Lago de la Montaña", + "backgroundMountainLakeNotes": "Mete tus pies en el Lago de la Montaña", "backgroundPagodasText": "Pagodas", - "backgroundPagodasNotes": "Climb to the top of Pagodas.", - "backgrounds062015": "SET 13: Released June 2015", + "backgroundPagodasNotes": "Escala a lo alto de Pagodas", + "backgrounds062015": "SET 13: Lanzado en junio del 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." + "backgroundShimmeryBubblesText": "Burbujas Relucientes", + "backgroundShimmeryBubblesNotes": "Flota a través del mar de las Burbujas Relucientes", + "backgroundIslandWaterfallsText": "Cascadas de la Isla", + "backgroundIslandWaterfallsNotes": "Picnic cerca de las Cascadas de la Isla", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/es/challenge.json b/common/locales/es/challenge.json index a86536c27e..c3d3365689 100644 --- a/common/locales/es/challenge.json +++ b/common/locales/es/challenge.json @@ -44,15 +44,16 @@ "selectGroup": "Por favor seleccione un grupo", "challengeCreated": "Desafío creado", "sureDelCha": "Eliminar desafío, ¿estás seguro?", - "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.", + "sureDelChaTavern": "Eliminar desafío, ¿estás seguro? Tus gemas no se recuperarán.", "removeTasks": "Eliminar Tareas", "keepTasks": "Mantener Tareas", "closeCha": "Cerrar desafío y...", "leaveCha": "Dejar el desafio y...", - "challengedOwnedFilterHeader": "Ownership", - "challengedOwnedFilter": "Owned", + "challengedOwnedFilterHeader": "Propiedad", + "challengedOwnedFilter": "En posesión", "challengedNotOwnedFilter": "Not Owned", - "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "challengedEitherOwnedFilter": "Cualquiera", + "backToChallenges": "Volver a todos los desafío", + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/es/character.json b/common/locales/es/character.json index 87c0355421..fd46420f83 100644 --- a/common/locales/es/character.json +++ b/common/locales/es/character.json @@ -7,7 +7,7 @@ "displayName": "Nombre de Usuario", "displayPhoto": "Foto", "displayBlurb": "Sobre mí", - "displayBlurbPlaceholder": "Please introduce yourself", + "displayBlurbPlaceholder": "Por favor presentate", "photoUrl": "Url de la Foto", "imageUrl": "Url de la imagen", "inventory": "Inventario", @@ -39,6 +39,7 @@ "pastelSkins": "Pieles Pastel", "spookySkins": "Pieles Tenebrosas", "supernaturalSkins": "Pieles sobrenaturales", + "splashySkins": "Splashy Skins", "rainbowColors": "Colores Arcoiris", "shimmerColors": "Colores Brillantes", "hauntedColors": "Colores Encantados", @@ -53,6 +54,8 @@ "costume": "Disfraz", "costumeText": "Si prefieres el aspecto de otro equipo al que estás usando, marca la casilla «Usar Disfraz» para llevarlo como disfraz mientras usas tu equipo de batalla debajo.", "useCostume": "Llevar Disfraz ", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", @@ -140,11 +143,11 @@ "unequipBattleGear": "Quitarse el Equipo de Battalla", "unequipCostume": "Quitarse el Disfraz", "unequipPetMountBackground": "Quitar la Mascota, Montura, Fondo", - "animalSkins": "Animal Skins", - "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", + "animalSkins": "Aspectos animales", + "chooseClassHeading": "¡Elige tu clase! O puedes dejarlo para otro momento. ", + "warriorWiki": "Guerrero", + "mageWiki": "Mago", "rogueWiki": "Rogue", "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes" + "chooseClassLearn": "Aprende más acerca de las clases" } \ No newline at end of file diff --git a/common/locales/es/content.json b/common/locales/es/content.json index 3e50fd3a04..bd607079de 100644 --- a/common/locales/es/content.json +++ b/common/locales/es/content.json @@ -1,10 +1,10 @@ { "potionText": "Pócima de Salud", "potionNotes": "Recuperar 15 de Salud (uso instantáneo)", - "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!", + "armoireText": "Ropero Encantado", + "armoireNotesFull": "¡Abre el Ropero para recibir aleatoriamente Equipamiento especial, Experiencia, o comida! Piezas de Equipamiento restantes:", + "armoireLastItem": "Has encontrado la ultima pieza de Equipamiento raro en el Ropero Encantado.", + "armoireNotesEmpty": "El Ropero tendrá nuevo Equipamiento cada mes. ¡Hasta entonces, continua clickeando por Experiencia y Comida!", "dropEggWolfText": "Lobo", "dropEggWolfAdjective": "leal", "dropEggTigerCubText": "Cachorro de tigre", @@ -60,10 +60,12 @@ "questEggBunnyAdjective": "adorable", "questEggSlimeText": "Limo de Malvavisco", "questEggSlimeAdjective": "dulce", - "questEggSheepText": "Sheep", - "questEggSheepAdjective": "woolly", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggSheepText": "Obeja", + "questEggSheepAdjective": "lanoso", + "questEggCuttlefishText": "Calamar", + "questEggCuttlefishAdjective": "mimoso", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Encuentra una poción para verter sobre este huevo y saldrá un <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Blanco", diff --git a/common/locales/es/front.json b/common/locales/es/front.json index 7fb864193f..90fbb05913 100644 --- a/common/locales/es/front.json +++ b/common/locales/es/front.json @@ -163,7 +163,7 @@ "teamSample3": "Discuss this week’s KPIs", "teams": "Equipos", "terms": "Términos y Condiciones", - "testimonialHeading": "What people say...", + "testimonialHeading": "Lo que dice la gente...", "tutorials": "Tutoriales", "unlockByline1": "Achieve your goals and level up.", "unlockByline2": "Unlock new motivational tools, such as pet collecting, random rewards, spell-casting, and more!", diff --git a/common/locales/es/gear.json b/common/locales/es/gear.json index f8ac1d9e25..0a3ca37f99 100644 --- a/common/locales/es/gear.json +++ b/common/locales/es/gear.json @@ -122,7 +122,7 @@ "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015MageText": "Soothsayer Staff", "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", + "weaponSpecialSummer2015HealerText": "Varita de las Olas", "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", "weaponMystery201411Text": "Horca de Banquete", "weaponMystery201411Notes": "Clávasela a tus enemigos o ataca tus comidas favoritas - ¡esta horca versátil vale para todo! No confiere ningún beneficio. Artículo de suscriptor de noviembre 2014.", @@ -132,7 +132,7 @@ "weaponMystery201505Notes": "This green and silver lance has unseated many opponents from their mounts. Confers no benefit. May 2015 Subscriber Item.", "weaponMystery301404Text": "Bastón Steampunk", "weaponMystery301404Notes": "Excelente para darse una vuelta por la ciudad. Artículo del suscriptor de marzo 3015. No da beneficios.", - "weaponArmoireBasicCrossbowText": "Basic Crossbow", + "weaponArmoireBasicCrossbowText": "Ballesta básica", "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).", @@ -271,6 +271,8 @@ "armorMystery201503Notes": "Este mineral azul es un símbolo de buena suerte, felicidad, y productividad eterna. No otorga ningún beneficio. Artículo de suscriptor marzo de 2015.", "armorMystery201504Text": "Túnica de Abeja Obrera", "armorMystery201504Notes": "Serás tan productivo como una abeja obrera con ésta Túnica! No otorga beneficios. Item de suscriptores de Abril 2015.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Traje Steampunk", "armorMystery301404Notes": "¡Sofisticado y elegante! No otorga ningún beneficio. Artículo de suscriptor de febrero 3015.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -491,9 +493,9 @@ "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "shieldMystery301405Text": "Escudo Reloj", "shieldMystery301405Notes": "¡El tiempo está de tu parte con este imponente escudo reloj! No confiere ningún beneficio. Equipo de suscriptor Junio 3015.", - "shieldArmoireGladiatorShieldText": "Gladiator Shield", + "shieldArmoireGladiatorShieldText": "Escudo de Gladiador", "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).", - "back": "Back Accessory", + "back": "Accesorio en la Espalda", "backBase0Text": "Sin Accesorio en la Espalda", "backBase0Notes": "Sin Accesorio en la Espalda", "backMystery201402Text": "Alas doradas", @@ -530,8 +532,8 @@ "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", "headAccessory": "Accesorio de Cabeza", - "accessories": "Accessories", - "animalEars": "Animal Ears", + "accessories": "Accesorios", + "animalEars": "Orejas de Animal", "headAccessoryBase0Text": "Sin accesorio en la cabeza", "headAccessoryBase0Notes": "Sin accesorio en la cabeza", "headAccessorySpecialSpringRogueText": "Orejas de Gato Moradas", @@ -550,21 +552,21 @@ "headAccessorySpecialSpring2015MageNotes": "Estas orejas escuchan atentamente, en el caso de que algún mago esté revelando algún secreto. No confieren ningún beneficio. Equipamiento de Primavera 2015 Edición limitada", "headAccessorySpecialSpring2015HealerText": "Orejas de Gatito Verdes", "headAccessorySpecialSpring2015HealerNotes": "Estas adorables orejas harán que los demás se pongan verdes de envidia. No otorga ningún beneficio. Equipamiento de Verano Edición Limitada del 2015.", - "headAccessoryBearEarsText": "Bear Ears", + "headAccessoryBearEarsText": "Orejas de oso", "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", + "headAccessoryCactusEarsText": "Orejas de cactus", + "headAccessoryCactusEarsNotes": "¡Estas orejas te hacen parecer un cactus espinoso! No confiere ningún beneficio ", + "headAccessoryFoxEarsText": "Orejas de Zorro", "headAccessoryFoxEarsNotes": "These ears make you look like a wily fox! Confers no benefit.", - "headAccessoryLionEarsText": "Lion Ears", + "headAccessoryLionEarsText": "Orejas de Leon", "headAccessoryLionEarsNotes": "These ears make you look like a regal lion! Confers no benefit.", - "headAccessoryPandaEarsText": "Panda Ears", + "headAccessoryPandaEarsText": "Orejas de Panda", "headAccessoryPandaEarsNotes": "These ears make you look like a gentle panda! Confers no benefit.", - "headAccessoryPigEarsText": "Pig Ears", + "headAccessoryPigEarsText": "Orejas de Cerdo", "headAccessoryPigEarsNotes": "These ears make you look like a whimsical pig! Confers no benefit.", - "headAccessoryTigerEarsText": "Tiger Ears", + "headAccessoryTigerEarsText": "Orejas de Tigre", "headAccessoryTigerEarsNotes": "These ears make you look like a fierce tiger! Confers no benefit.", - "headAccessoryWolfEarsText": "Wolf Ears", + "headAccessoryWolfEarsText": "Orejas de Lobo", "headAccessoryWolfEarsNotes": "These ears make you look like a loyal wolf! Confers no benefit.", "headAccessoryMystery201403Text": "Astas del caminante del bosque", "headAccessoryMystery201403Notes": "Estos cuernos brillan con musgo y líquenes. No confiere ningún beneficio. Artículo de suscriptor. Marzo 2014.", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Tus motivos son indudablemente legítimos. No otorga ningún beneficio. Artículo de Congreso Edición Especial", "eyewearMystery201503Text": "Gafas de aguamarina", "eyewearMystery201503Notes": "¡Cuidado no te metas estas gemas brillantes en un ojo! No confiere ningún beneficio. Artículo de suscriptor marzo 2015.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Gafas Protectoras para los ojos", "eyewearMystery301404Notes": "No hay ningún accesorio facial tan sofisticado como unos buenos anteojos - excepto a lo mejor, un monóculo. No confiere ningún beneficio. Artículo de Suscriptor de Abril del 2015", "eyewearMystery301405Text": "Monóculo", diff --git a/common/locales/es/generic.json b/common/locales/es/generic.json index e8771e03b7..240a50b723 100644 --- a/common/locales/es/generic.json +++ b/common/locales/es/generic.json @@ -54,6 +54,8 @@ "gems": "Gemas", "gemButton": "Tienes <%= number %> Gemas.", "moreInfo": "Más información", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veterano", "veteranText": "Ha sobrevivido a Habit The Grey (nuestro sito web pre-Angular) y se ha ganado muchas cicatrices por sus fallos.", diff --git a/common/locales/es/groups.json b/common/locales/es/groups.json index 4f4c262f3d..c053d9aa18 100644 --- a/common/locales/es/groups.json +++ b/common/locales/es/groups.json @@ -105,20 +105,21 @@ "msgPreviewHeading": "Preestreno de Mensaje", "leaderOnlyChallenges": "Sólo el Líder del Grupo puede crear desafíos", "sendGift": "Send Gift", - "inviteFriends": "Invite Friends", + "inviteFriends": "Invita a tus Amigos", "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:", + "byColon": "Por:", "inviteNewUsers": "Invite New User(s)", "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", + "sendGiftPurchase": "Compra", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/es/limited.json b/common/locales/es/limited.json index 7bff44a335..d7c5f407e0 100644 --- a/common/locales/es/limited.json +++ b/common/locales/es/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Tus compañeros the han asustado <%= spookDust %> veces.", "agriculturalFriends": "Amigos Agrícolas", "agriculturalFriendsText": "Miembros de su partido le han convertido en una flor <%=seeds%> veces. ", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Tarjeta del Día de San Valentin", "valentineCardNotes": "Envia una Tarjeta del Día de San Valentín a un miembro del grupo.", "valentine0": "\"¡Las rosas son rojas<%= lineBreak %>Mis Tareas Diarias son Azules<%= lineBreak %>Soy feliz por estar<%= lineBreak %>En un grupo contigo!", diff --git a/common/locales/es/messages.json b/common/locales/es/messages.json index bfeaad7a08..45d40f16f7 100644 --- a/common/locales/es/messages.json +++ b/common/locales/es/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Tu <%= itemText %> se rompió.", "messageTaskNotFound": "Tarea no encontrada.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Ya existe una tarea con esa ID", "messageTagNotFound": "Etiqueta no encontrada.", "messagePetNotFound": ":pet no encontrada en user.items.pets", "messageFoodNotFound": ":food no encontrada en user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "¡Has encontrado un huevo de <%= dropText %>! <%= dropNotes %>", "messageDropPotion": "¡Has encontrado una pocion de eclosión de <%= dropText %>! <%= dropNotes %>", "messageFoundQuest": "¡Has encontrado la misión \"<%= questText %>\"!", - "armoireEquipment": "<%= image %> You found a piece of rare Equipment in the Armoire: <%= dropText %>! Awesome!", + "armoireEquipment": "<%= image %> Has encontrado un objeto de equipamiento raro en el armario: <%= dropText %>! ¡Genial!", "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!" } \ No newline at end of file diff --git a/common/locales/es/npc.json b/common/locales/es/npc.json index dac1ef3424..2c48916504 100644 --- a/common/locales/es/npc.json +++ b/common/locales/es/npc.json @@ -5,22 +5,22 @@ "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.", + "danielText": "¡Bienvenido a la Taberna! Quédate un rato y conoce a los lugareños. Si necesitas descansar (¿vacaciones? ¿enfermedad?), te perpararé una habitación en la posada. Mientras estés allí, tus Tareas Diarias no te quitaran puntos de vida al final del dia, y puedes comprobarlas y editarlas mientras tanto.", + "danielText2": "Ten cuidado: ¡Si estás participando en una mision contra un jefe, este seguirá dañandote por las Tareas Diarias no completadas de tus compañeros de grupo! Además, tu daño al jefe (o los itemos recogidos) no se aplicarán hasta que salgas de la posada.", "alexander": "Alexander el Mercader", "welcomeMarket": "¡Bienvenido al Mercado! ¡Compra huevos dificiles de encontrar y pociones! ¡Vende los que te sobren! ¡Encarga servicios utiles! Ven a ver lo que tenemos que ofrecer.", "sellForGold": "Vender <%= item %> por <%= gold %> Oro", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Vender Huevo <%= itemType %> por <%= gold %> oro", + "sellPotionForGold": "Vender Poción <%= itemType %> por <%= gold %> oro", "buyGems": "Comprar Gemas", "justin": "Justin", "USD": "USD", "newStuff": "Cosas Nuevas", - "cool": "Dime luego", + "cool": "Ya me lo dirás", "dismissAlert": "Ignora Esta Alerta", "donateText1": "Añade 20 Gemas a tu cuenta. Las Gemas se usan para comprar objetos especiales en el juego, como camisetas y peinados.", "donateText2": "Ayuda a HabitRPG", - "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!", + "donateText3": "HabitRPG es un proyecto de código abierto que depende del soporte de sus usuarios. El dinero que gastes en gemas nos ayuda a mantener activos los servidores, mantener al pequeño grupo de personal, desarrollar nuevas caracteristicas y proveer incentivos para nuestros programadores voluntarios. ¡Gracias por tu generosidad!", "donationDesc": "20 Gemas, Donación a HabitRPG", "payWithCard": "Pagar con una tarjeta de crédito", "payNote": "Nota: Paypal a veces toma mucho tiempo autorizando. Recomendamos pagar con tarjeta de crédito.", @@ -50,29 +50,29 @@ "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": "Tu Grupo te ayudará a mantenerte responsable. Invita a amigos para desbloquear un Pergamino de Misión.", "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!", + "tourChallengesPage": "¡Los desafios son listas de tareas tematicas creadas por usuarios! Unirte a un Desafio añadira sus tareas a tu cuenta. ¡Compite contra otros usuarios para ganar premios en Gemas!", "tourMarketPage": "Desde el nivel 4, los huevos y pociones eclosionadoras caen de manera aleatoria cuando completas tareas. Aparecen aquí - ¡úsalas para eclosionar mascotas! También puedes comprar objetos del Mercado.", "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!", - "tourAvatarProceed": "Show me my tasks!", + "tourOkay": "¡Muy bien!", + "tourAwesome": "¡Estupendo!", + "tourSplendid": "¡Esplendido!", + "tourNifty": "¡Ingenioso!", + "tourAvatarProceed": "¡Muestrame mis tareas!", "tourToDosBrief": "To-Do List", "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", + "tourDailiesProceed": "¡Tendré cuidado!", "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", + "tourHabitsProceed": "¡Tiene sentido!", "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", + "tourRewardsProceed": "¡Eso es todo!", + "welcomeToHabit": "¡Bienvenido a HabitRPG, un juego que mejorará tu vida!", + "welcome1": "Crea y personaliza tu avatar para que te represente.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "welcome5": "Ahora podrás personalizar tu avatar y configurar tus tareas...", + "imReady": "¡Estoy listo!" } \ No newline at end of file diff --git a/common/locales/es/pets.json b/common/locales/es/pets.json index ce9e18d960..beaefffc15 100644 --- a/common/locales/es/pets.json +++ b/common/locales/es/pets.json @@ -13,6 +13,7 @@ "hydra": "Hidra", "mantisShrimp": "Mantis Marina", "mammoth": "Mamut Lanudo", + "orca": "Orca", "rarePetPop1": "¡Clic la pata dorada para aprender más sobre como obtener esta mascota contribuyendo a HabitRPG!", "rarePetPop2": "¡Como Obtener Esta Mascota!", "potion": "Poción <%= potionType %>", @@ -26,38 +27,38 @@ "inventoryText": "Haz click sobre un huevo para ver las pociones usables destacadas en verde, y después clic una de las pociones para incubar tu mascota. Si ninguna poción se destacó, clic en ese huevo otra vez para anular la selección, y clic una poción primero para destacar los huevos usables. También puedes vender objetos que no quieras a Alexander el Mercader.", "food": "Comida y Sillas de montar", "noFood": "No tienes comida ni sillas de montar", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", - "beastMasterProgress": "Progreso en Vencedor de Bestias", + "dropsExplanation": "Consigue estos objetos mas rapido con gemas si no quieres esperar a que caigan cuando completes una tarea. Aprende mas acerca del sistema de recompenzas", + "beastMasterProgress": "Progreso en Domador de Bestias", "beastAchievement": "¡Has ganado el logro \"Maestro de Bestias\" por conseguir todas las mascotas!", - "beastMasterName": "Vencedor de Bestias", + "beastMasterName": "Domador de Bestias", "beastMasterText": "Ha encontrado todos los 90 mascotas (increíblemente difícil, felicita a este usuario!)", "beastMasterText2": "y ha soltado sus mascotas un total de <%= count %> veces", - "mountMasterProgress": "Progreso en Maestro de Monturas", + "mountMasterProgress": "Progreso en Domador de Monturas", "mountAchievement": "¡Usted ha ganado el logro \"Maestro de los Montables\" por haber domado todos los montables!", - "mountMasterName": "Maestro de los Montables", + "mountMasterName": "Domador de Monturas", "mountMasterText": "Ha recogido todas las 90 monturas (aun más difícil, ¡felicite a este usuario!)", "mountMasterText2": "y ha soltado todas las 90 monturas un total de <%= count %> veces", - "beastMountMasterName": "Maestro de Bestias y Maestro de Monturas", + "beastMountMasterName": "Domador de Bestias y Domador de Monturas", "triadBingoName": "Bingo Tríada", "triadBingoText": "Has encontrado todas las 90 mascotas, todas las 90 monturas, y reencontrado todas las 90 mascotas OTRA VEZ (¡CÓMO LO HAS HECHO!)", "triadBingoText2": "y ha liberado un establo completo un total de <%= count %> veces", "triadBingoAchievement": "¡Has ganado el logro \"Bingo Tríada\" por haber encontrado todas las mascotas, domado todas las monturas, y encontrado todas las mascotas otra vez!", "dropsEnabled": "¡Botín Activado!", "itemDrop": "¡Un objeto ha caído!", - "firstDrop": "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item, including eggs, potions, and food! You just found a <%= eggText %> Egg! <%= eggNotes %>", - "useGems": "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in Inventory > Market to buy one!", + "firstDrop": "¡Has desbloqueado el Sistema de Botín! Ahora, cuando completes tareas, tienes una pequeña oportunidad de encontrar algún articulo !Incluyendo huevos, pociones y comida! Acabas de encontrar un Huevo <%= eggText %> ! <%= eggNotes %>", + "useGems": "Si tienes el ojo puesto en una mascota, pero no puedes esperar tanto para que lo encuentres !Usa Gemas en Inventario > Mercado para comprar una!", "hatchAPot": "¿Eclosionar un <%= egg %> <%= potion %>?", "feedPet": "¿Dar de comer <%= article %><%= text %>a su <%= name %>?", "useSaddle": "¿Ensillar <%= pet %>?", "petName": "<%= egg %> <%= potion %>", "mountName": "<%= mount %> <%= potion %>", - "petKeyName": "La llave de la caseta", - "petKeyPop": "¡Deja a tus mascotas vagar libremente, suéltalas para que comiencen su propia aventura, y vuelve a sentir la emoción de ser Maestro de las Bestias una vez más! ", + "petKeyName": "La llave de la perrera", + "petKeyPop": "¡Deja a tus mascotas vagar libremente, suéltalas para que comiencen su propia aventura, y vuelve a sentir la emoción de ser Domador de Bestias una vez más! ", "petKeyBegin": "Llave de las Perreras: Vive <%= title %> Una Vez Más!", "petKeyInfo": "¿Echas de menos la emoción de coleccionar mascotas? ¡Ahora puedes dejarlas marchar y volver a hacer uso de los objetos que encuentres de nuevo!", "petKeyInfo2": "Usa la Llave de las Perreras para resetear tus mascotas coleccionables, excepto las de misiones, y/o tus monturas a cero. (Las mascotas y monturas de Misión y Raras no se verán afectadas.)", "petKeyInfo3": "Hay tres LLaves de las Perreras: Liberar Solo Mascotas (4 Gemas), Liberar Solo Monturas (4 Gemas), o Liberar Ambas Mascotas y Monturas (6 Gemas). Usar una Llave te permite obtener los logros de Maestro de las Bestias y Maestro de las Monturas. El logro Bingo Tríada sólo se obtiene si utilizas la llave \"Liberar Ambas Mascotas y Monturas\" y has coleccionado las 90 mascotas por segunda vez. ¡Enseña al mundo lo maestro coleccionador que eres! Pero elige sabiamente, porque una vez uses una Llave para abrir las perreras o las puertas del establo, no vas a poder tenerlos de vuelta sin coleccionarlos todos de nuevo...", - "petKeyInfo4": "There are three Keys to the Kennels: Release Pets Only (4 Gems), Release Mounts Only (4 Gems), or Release Both Pets and Mounts. Using a Key lets you stack the Beast Master and Mount Master achievements. The Triad Bingo achievement will only stack if you use the \"Release Both Pets and Mounts\" key and have collected all 90 pets a second time. Show the world just how much of collection master you are! But choose wisely, because once you use a Key and open the kennel or stable doors, you won't be able to get them back without collecting them all again...", + "petKeyInfo4": "Hay tres LLaves de las Perreras: Liberar Solo Mascotas (4 Gemas), Liberar Solo Monturas (4 Gemas), o Liberar Ambas Mascotas y Monturas (6 Gemas). Usar una Llave te permite obtener los logros de Maestro de las Bestias y Maestro de las Monturas. El logro Bingo Tríada sólo se obtiene si utilizas la llave \"Liberar Ambas Mascotas y Monturas\" y has coleccionado las 90 mascotas por segunda vez. ¡Enseña al mundo lo maestro coleccionador que eres! Pero elige sabiamente, porque una vez uses una Llave para abrir las perreras o las puertas del establo, no vas a poder tenerlos de vuelta sin coleccionarlos todos de nuevo...", "petKeyPets": "Soltar mis mascotas", "petKeyMounts": "Soltar mis monturas", "petKeyBoth": "Soltar ambas", diff --git a/common/locales/es/quests.json b/common/locales/es/quests.json index 7de671a863..ffc9a6c2a1 100644 --- a/common/locales/es/quests.json +++ b/common/locales/es/quests.json @@ -1,8 +1,8 @@ { "quests": "Misiones", "quest": "misión", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Detalles de la Misión", + "invitations": "Invitaciones", "completed": "¡Completado!", "youReceived": "Has recibido", "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", diff --git a/common/locales/es/questscontent.json b/common/locales/es/questscontent.json index 24119df4f4..7f76095401 100644 --- a/common/locales/es/questscontent.json +++ b/common/locales/es/questscontent.json @@ -201,12 +201,18 @@ "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)", + "questSheepDropSheepEgg": "Oveja (Huevo)", "questSheepUnlockText": "Unlocks purchasable sheep eggs in the Market", "questKrakenText": "The Kraken of Inkomplete", "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/es/settings.json b/common/locales/es/settings.json index 0d1c43abc2..529ad55db0 100644 --- a/common/locales/es/settings.json +++ b/common/locales/es/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Comienzo de Día Personalizado", "24HrClock": "Sistema 24h", "customDayStartInfo1": "HabitRPG verifica y reinicia tus tareas a medianoche en tu propia zona horaria. Es recomendable que leas lo siguiente antes de cambiarlo: ", - "customDayStartInfo2": "(Mostrar más) ", - "customDayStartInfo3": "(Mostrar menos)", "customDayStartInfo4": "Completa todas tus tareas Diarias antes de cambiar el Comienzo de Día Personalizado o Descansa en la Posada ese día. Cambiar tu Comienzo de Día Personalizado puede causar que Cron se lance inmediatamente, pero después del primer día funcionará normalmente.

Concede un margen de dos horas para que los cambios cobren efecto. Por ejemplo, si ahora el valor es 0 (medianoche), cámbialo antes de las 22h; si lo quieres cambiar a las 21h, cámbialo antes de las 19h.

Indica una hora entre 0 y 23. Teclearla es más efectivo que usar las teclas de cursor. Una vez cambiado, recarga la página para asegurarte de que el nuevo valor ha sido guardado.", "misc": "Varios", "showHeader": "Mostrar encabezamiento", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "incluyendo tu nueva y tu antigua dirección de correo electrónico, así como tu ID de Usuario.", "username": "Nombre de Usuario", + "usernameOrEmail": "Login Name or Email", "email": "Correo Electrónico", "registeredWithFb": "Registrado con Facebook", "loginNameDescription1": "Esto es lo que usas para entrar a HabitRPG. Ve a", @@ -113,11 +112,11 @@ "benefits": "Beneficios", "coupon": "Cupón", "couponPlaceholder": "Introduce Código de Cupón", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "A veces organizamos eventos y regalamos códigos promocionales para equipamiento especial (p.ej., los que se pasan por nuestro stand en Wondercon)", "apply": "Aplicar", "resubscribe": "Resuscribirse", "promoCode": "Código Promocional", "promoCodeApplied": "¡Código Promocional Aplicado! Mira tu inventario", "promoPlaceholder": "Introducir Código Promocional", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Mostrar el botón \"Invitar al equipo\" cuando el equipo tiene 1 miembro." } \ No newline at end of file diff --git a/common/locales/es/spells.json b/common/locales/es/spells.json index 02c1127d49..c405e48393 100644 --- a/common/locales/es/spells.json +++ b/common/locales/es/spells.json @@ -6,7 +6,7 @@ "spellWizardEarthText": "Terremoto", "spellWizardEarthNotes": "Tu poder mental agita la tierra. ¡Tu grupo entero gana inteligencia! ", "spellWizardFrostText": "Frío escalofriante.", - "spellWizardFrostNotes": "Ice covers your tasks. None of your streaks will reset to zero tomorrow! (One cast affects all streaks.)", + "spellWizardFrostNotes": "El hielo cubre tus tareas. ¡Ninguna de tus rachas volverá a cero mañana! (Un lanzamiento afectara a todas las rachas.)", "spellWarriorSmashText": "Golpe Brutal", "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)", "spellWarriorDefensiveStanceText": "Postura defensiva", @@ -16,7 +16,7 @@ "spellWarriorIntimidateText": "Mirada Intimidante.", "spellWarriorIntimidateNotes": "Your gaze strikes fear into your enemies. Your whole party gains a buff to Constitution! (Based on: Unbuffed CON)", "spellRoguePickPocketText": "Hurtar", - "spellRoguePickPocketNotes": "You rob a nearby task. You gain gold! Click on a task to cast. (Based on: PER)", + "spellRoguePickPocketNotes": "Te robas una tarea cercana. Ganas oro! Clickea en la tarea a lanzar. (Basado en: Percepción)", "spellRogueBackStabText": "Puñalada", "spellRogueBackStabNotes": "You betray a foolish task. You gain gold and XP! Click on a task to cast. (Based on: STR)", "spellRogueToolsOfTradeText": "Herramientas del Oficio", @@ -41,6 +41,10 @@ "spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante.", "spellSpecialShinySeedText": "Semilla Brillante", "spellSpecialShinySeedNotes": "¡Convierte un amigo en una flor alegre!", - "spellSpecialPetalFreePotionText": "Poción Sin Pétalos", - "spellSpecialPetalFreePotionNotes": "Anula los efectos de la semilla brillante" + "spellSpecialPetalFreePotionText": "Poción anti-pétalos", + "spellSpecialPetalFreePotionNotes": "Anula los efectos de la semilla brillante", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/es/subscriber.json b/common/locales/es/subscriber.json index 542320b3a4..123e2879d1 100644 --- a/common/locales/es/subscriber.json +++ b/common/locales/es/subscriber.json @@ -3,7 +3,7 @@ "subscriptions": "Suscripciones ", "subDescription": "Desactivar anuncios, comprar gemas con oro, conseguir el artículo misterioso del mes, retener historial del progreso, duplicar el número máximo diario de premios posibles, y apoyar los desarrolladores. Haz clic para más información. ", "disableAds": "Desactivar anuncios", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Los anuncios se desactivarán mientras tengas una suscripción activa (usuarios originales con anuncios desactivados también entran dentro de este grupo).", "buyGemsGold": "Comprar Gemas con oro", "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", "retainHistory": "Conservación completa de historial de entradas", @@ -11,9 +11,9 @@ "doubleDrops": "Duplica la cantidad de botines diarios", "doubleDropsText": "¡Completa tu establo más rápido!", "mysteryItem": "Artículos Exclusivos de Suscripción Mensual", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "¡Cada mes, todos los suscriptores recibirán un artículo cosmético completamente único para sus avatares! Ademas, por cada tres meses de suscripción consecutiva, los Viajeros del Tiempo Misteriosos te darán acceso a artículos cosméticos históricos (¡y futuristas!)", "supportDevs": "Apoya a los desarrolladores", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Tu suscripción mantiene la prosperidad de Habitica y ayuda a costear el desarrollo de nuevas características. ¡Muchas gracias por tu generosidad!", "monthUSD": "USD / mes", "organization": "Organización", "groupPlans": "Planes cooperativos", diff --git a/common/locales/es/tasks.json b/common/locales/es/tasks.json index 599fde2d50..19ebed2c5f 100644 --- a/common/locales/es/tasks.json +++ b/common/locales/es/tasks.json @@ -16,13 +16,14 @@ "checklist": "Lista", "checklistText": "¡Divide una tarea en pedazos más pequeños! Las listas aumentan la Experiencia y el Oro conseguidos por una Tarea Pendiente y reducen el daño causado por una Diaria.", "expandCollapse": "Expandir/Colapsar", - "text": "Title", + "text": "Titulo", "extraNotes": "Notas Extra", "direction/Actions": "Dirección/Acciones", "advancedOptions": "Opciones Avanzadas", "difficulty": "Dificultad", "difficultyHelpTitle": "¿Qué dificultad tiene esta tarea?", "difficultyHelpContent": "Cuanto más dura sea una tarea, más Experiencia y Oro ganas al completarla... ¡pero más daño hace si es una Diaria o un Mal Hábito!", + "trivial": "Trivial", "easy": "Fácil", "medium": "Intermedio", "hard": "Difícil", @@ -39,8 +40,8 @@ "repeatEvery": "Repeat Every", "repeatDays": "Every X Days", "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "day": "Dia", + "days": "Dias", "restoreStreak": "Restaurar Racha", "todos": "tareas Pendientes", "newTodo": "Nueva tarea Pendiente", @@ -65,7 +66,7 @@ "clearTags": "Limpiar", "hideTags": "Ocultar", "showTags": "Mostrar", - "startDate": "Start Date", + "startDate": "Fecha de Inicio", "startDateHelpTitle": "When should this task start?", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", "streakName": "Logro(s) de Rachas", diff --git a/common/locales/es_419/backgrounds.json b/common/locales/es_419/backgrounds.json index 919c6e039d..544cb467a0 100644 --- a/common/locales/es_419/backgrounds.json +++ b/common/locales/es_419/backgrounds.json @@ -78,17 +78,24 @@ "backgroundGumdropLandText": "Tierra de gominolas", "backgroundGumdropLandNotes": "Pica del paisaje de la tierra de gominolas.", "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.", + "backgroundMarbleTempleText": "Templo de Mármol", + "backgroundMarbleTempleNotes": "Posa frente al Templo de Mármol.", + "backgroundMountainLakeText": "Lago de Montaña", + "backgroundMountainLakeNotes": "Sumerge tus dedos en un Lago de Montaña.", "backgroundPagodasText": "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." + "backgroundDriftingRaftText": "Balsa a la Deriva", + "backgroundDriftingRaftNotes": "Rema una Balsa a la Deriva.", + "backgroundShimmeryBubblesText": "Burbujas Brillantes", + "backgroundShimmeryBubblesNotes": "Flota en un océano de Burbujas Brillantes", + "backgroundIslandWaterfallsText": "Cascada Isleña", + "backgroundIslandWaterfallsNotes": "Ten un picnic cerca de una Cascada Isleña.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/es_419/challenge.json b/common/locales/es_419/challenge.json index d5a763a7cc..39bdeb94ef 100644 --- a/common/locales/es_419/challenge.json +++ b/common/locales/es_419/challenge.json @@ -44,7 +44,7 @@ "selectGroup": "Por favor seleccione un grupo", "challengeCreated": "Desafío creado", "sureDelCha": "Eliminar desafío, ¿estás seguro?", - "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.", + "sureDelChaTavern": "¿Estás seguro de que quieres eliminar el desafío? Tus gemas no serán reembolsadas.", "removeTasks": "Eliminar Tareas", "keepTasks": "Mantener Tareas", "closeCha": "Cerrar desafío y...", @@ -53,6 +53,7 @@ "challengedOwnedFilter": "Owned", "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Volver a todos los desafíos", + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/es_419/character.json b/common/locales/es_419/character.json index 8e12889130..7f9938af79 100644 --- a/common/locales/es_419/character.json +++ b/common/locales/es_419/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pieles pastel", "spookySkins": "Pieles tenebrosas", "supernaturalSkins": "Pieles sobrenaturales", + "splashySkins": "Splashy Skins", "rainbowColors": "Colores de arco iris", "shimmerColors": "Colores brillosos", "hauntedColors": "Colores embrujados", @@ -53,6 +54,8 @@ "costume": "Disfraz", "costumeText": "Si prefieres el aspecto de otro equipo al que estás usando, marca la casilla \"Usar Disfraz\" para llevarlo como disfraz mientras usas tu equipo de batalla por debajo.", "useCostume": "Llevar disfraz ", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "¡Has conseguido el logro \"Equipo definitivo\" por llegar al máximo conjunto de equipo para una clase! Has conseguido los siguientes conjuntos completos:", "moreGearAchievements": "Para conseguir más medallas de Equipo definitivo, cambia de clase en tu página de estadísticas¡ y compra equipamiento para tu nueva clase!", "armoireUnlocked": "¡Has desbloqueado el Armario Encantado! ¡Haz click en la Recompensa de Armario Encantado para tener oportunidad de ganar equipo especial! También puede ser que recibas Experiencia o comida.", diff --git a/common/locales/es_419/content.json b/common/locales/es_419/content.json index 215c4f024e..58edbb6eda 100644 --- a/common/locales/es_419/content.json +++ b/common/locales/es_419/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "lanuda", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Encuentra una poción de eclosión para verter sobre este huevo y nacerá un <%= eggText(locale) %> <%= eggAdjective(locale) %>.", "hatchingPotionBase": "Básico", "hatchingPotionWhite": "Blanco", diff --git a/common/locales/es_419/defaulttasks.json b/common/locales/es_419/defaulttasks.json index eead02ca98..0ff6eb9986 100644 --- a/common/locales/es_419/defaulttasks.json +++ b/common/locales/es_419/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", + "defaultHabit1Text": "Trabajo Productivo (Haz click en el lápiz para editar)", "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit2Text": "Comer Comida Chatarra (Haz click en el lápiz para editar)", "defaultHabit2Notes": "Ejemplos de malos hábitos: - Fumar - Procastrinar", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Tomar Escaleras/Ascensor (Haz click en el lápiz para editar)", "defaultHabit3Notes": "Ejemplos de buenos o malos hábitos: +/- Usar Escaleras/Elevador; +/- Tomé agua/Soda", "defaultDaily1Text": "1hr proyecto personal", "defaultDaily1Notes": "Todas las tareas son de color amarillo cuando son creadas. Esto significa que te harán un daño moderado cuando no las hagas y ganarás una recompensa moderada cuando las completes.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "configura la dificultad dentro de Opciones avanzadas", "defaultTodo4Checklist3": "opcional: seleccionar días para completar las Diarias", "defaultTodo5Text": "Empieza un equipo (grupo privado) con tus amigos (Social > Equipo)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "Descanso de 15 minutos", "defaultReward1Notes": "Las recompensas personalizadas pueden tener muchas formas. Algunos eligen no ver su programa favorito a menos que tengan el oro para pagar por ello.", "defaultReward2Text": "Pastel", "defaultReward2Notes": "Otras personas sólo quieren disfrutar de un buen pedazo de pastel. Intenta crear recompensas que mejor te motiven.", diff --git a/common/locales/es_419/gear.json b/common/locales/es_419/gear.json index da70b04adf..79d80c1d1e 100644 --- a/common/locales/es_419/gear.json +++ b/common/locales/es_419/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "Este mineral azul simboliza la buena suerte, felicidad, y productividad eternas. No otorga ningún beneficio. Artículo de subscriptor de Marzo 2015.", "armorMystery201504Text": "Túnica de abeja trabajadora", "armorMystery201504Notes": "¡Vas a ser tan productivo como una abeja trabajadora con esta atractiva túnica! No otorga ningún beneficio. Artículo de suscriptor de Abril 2015.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Traje steampunk", "armorMystery301404Notes": "¡Sofisticado y elegante, oh no! No otorga ningún beneficio. Artículo de suscriptor de febrero 3015.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Tus motivos son sin duda legítimos. No otorga ningún beneifico. Artículo de edición especial de convención.", "eyewearMystery201503Text": "Gafas de aguamarina", "eyewearMystery201503Notes": "¡No se te dejes picar el ojo con estas brillantes gemas ! No otorgan ningún beneficio. Artículo de subscriptor de Marzo 2015.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Gafas para ojos", "eyewearMystery301404Notes": "Ninguna clase de accesorio para los ojos podría ser más elegante que un par de gafas - excepto, quizás, un monóculo. No otorgan ningún beneficio. Artículo de suscriptor de abril 3015.", "eyewearMystery301405Text": "Monóculo", diff --git a/common/locales/es_419/generic.json b/common/locales/es_419/generic.json index be3c7da9e3..def282b267 100644 --- a/common/locales/es_419/generic.json +++ b/common/locales/es_419/generic.json @@ -5,20 +5,20 @@ "habitica": "Habitica", "expandToolbar": "Abrir barra de herramientas", "collapseToolbar": "Cerrar barra de herramientas", - "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": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", - "unorderedListHTML": "+ First item
+ Second item
+ Third item", - "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", - "code": "`code`", + "markdownBlurb": "HabitRPG utiliza Markdown para dar formato a los mensajes. Visita la Guía de Markdown para obtener mayor información.", + "showFormattingHelp": "Mostrar ayuda para dar formato.", + "hideFormattingHelp": "Ocultar ayuda para dar formato.", + "youType": "Si escribes:", + "youSee": "Ves:", + "italics": "*Cursiva*", + "bold": "**Negrita**", + "strikethrough": "~~Tachado~~", + "emojiExample": ":sonrisa:", + "markdownLinkEx": "[¡HabitRPG es genial!](https://habitrpg.com)", + "markdownImageEx": "![texto alt obligatorio](https://habitrpg.com/cake.png \"título opcional al poner el cursor sobre la imagen\")", + "unorderedListHTML": "+ Primer elemento
+ Segundo elemento
+ Tercer elemento", + "unorderedListMarkdown": "+ Primer elemento\n+ Segundo elemento\n+ Tercer elemento", + "code": "`código`", "achievements": "Logros", "modalAchievement": "¡Logro!", "special": "Especial", @@ -39,7 +39,7 @@ "close": "Cerrar", "saveAndClose": "Guardar y Cerrar", "cancel": "Cancelar", - "ok": "OK", + "ok": "Ok", "add": "Añadir", "undo": "Deshacer", "continue": "Continuar", @@ -54,7 +54,9 @@ "gems": "Gemas", "gemButton": "Tienes <%= number %> gemas.", "moreInfo": "Más información", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", + "gemsWhatFor": "¡Haz click para comprar gemas! Las gemas te permiten comprar objetos especiales como misiones, artículos para personalizar tu avatar y equipamiento de temporada.", "veteran": "Veterano", "veteranText": "Ha sobrevivido a Habit The Grey (nuestro sito web pre-Angular) y se ha ganado muchas cicatrices de lucha por los errores de éste.", "originalUser": "¡Usuario original!", @@ -85,7 +87,7 @@ "audioTheme_off": "Apagar", "audioTheme_danielTheBard": "Daniel el Bardo", "audioTheme_wattsTheme": "Tema de Watts", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Tema de Gokul", "askQuestion": "Preguntar", "reportBug": "Reportar un error", "contributeToHRPG": "Contribuir a HabitRPG", diff --git a/common/locales/es_419/groups.json b/common/locales/es_419/groups.json index c92578e9d5..ae40c583ec 100644 --- a/common/locales/es_419/groups.json +++ b/common/locales/es_419/groups.json @@ -2,7 +2,7 @@ "tavern": "Taberna", "innCheckOut": "Dejar la posada", "innCheckIn": "Descansar en la posada", - "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": "¡Has entrado a descansar en la Posada! Mientras permanezcas aquí tus Diarias no te dañarán al finalizar el día, pero sí se renovarán cada día.\nTen cuidado: si tu equipo está en medio de una Batalla contra un Jefe ¡sus Diarias incompletas te seguirán haciendo daño! Además, tú no dañarás al jefe (ni obtendrás los objetos recolectados) hasta que no hayas salido de la Posada.", "lfgPosts": "Publicaciones en la búsqueda de un grupo (Se busca Equipo)", "tutorial": "Tutorial", "glossary": "Glosario", @@ -39,8 +39,8 @@ "editGroup": "Editar grupo", "newGroupName": "Nombre del <%= groupType %> ", "groupName": "Nombre del grupo", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Líder del grupo", + "groupID": "ID del grupo", "groupDescr": "Descripción mostrada en la lista pública de Gremios (puedes usar Markdown)", "logoUrl": "URL del Logotipo", "assignLeader": "Asignar líder del grupo", @@ -99,26 +99,27 @@ "abuseAlreadyReported": "Ya has reportado este mensaje.", "needsText": "Por favor escribe un mensaje.", "needsTextPlaceholder": "Escribe tu mensaje aqui.", - "copyMessageAsToDo": "Copy message as To-Do", - "messageAddedAsToDo": "Message copied as To-Do.", - "messageWroteIn": "<%= user %> wrote in <%= group %>", - "msgPreviewHeading": "Message Preview", - "leaderOnlyChallenges": "Only group leader can create challenges", - "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):", - "sendGiftHeading": "Send Gift to <%= name %>", - "sendGiftGemsBalance": "From <%= number %> Gems", + "copyMessageAsToDo": "Copiar mensaje como unta tarea Pendiente", + "messageAddedAsToDo": "Mensaje copiado como una tarea Pendiente.", + "messageWroteIn": "<%= user %> escribió en <%= group %>", + "msgPreviewHeading": "Vista previa del mensaje", + "leaderOnlyChallenges": "Sólo el líder del grupo puede crear Retos", + "sendGift": "Enviar regalo", + "inviteFriends": "Invitar amigos", + "inviteAlertInfo": "Invita amigos mediante su ID de usuario aquí.", + "inviteExistUser": "Invitar usuario existente", + "inviteByEmail": "Invitar amigos vía correo electrónico. Si ellos se unen vía tu correo electrónico serán automáticamente invitados a este grupo.", + "byColon": "Por:", + "inviteNewUsers": "Invitar nuevo(s) usuario(s)", + "inviteAlertInfo2": "O comparte este link (copia/pega):", + "sendGiftHeading": "Enviar regalo a <%= name %>", + "sendGiftGemsBalance": "De <%= number %> gemas", "sendGiftCost": "Total: $<%= cost %> USD", - "sendGiftFromBalance": "From Balance", - "sendGiftPurchase": "Purchase", - "sendGiftMessagePlaceholder": "Personal message (optional)", - "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "sendGiftFromBalance": "De tu saldo", + "sendGiftPurchase": "Comprar", + "sendGiftMessagePlaceholder": "Mensaje personal (opcional)", + "sendGiftSubscription": "<%= months %> Mes(es): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", + "startAParty": "Crear un grupo", + "addToParty": "Añadir a alguien a tu grupo" } \ No newline at end of file diff --git a/common/locales/es_419/limited.json b/common/locales/es_419/limited.json index 154a503333..05ae21ede9 100644 --- a/common/locales/es_419/limited.json +++ b/common/locales/es_419/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Tus compañeros te han asustado <%= spookDust %> veces.", "agriculturalFriends": "Amigos agrarios", "agriculturalFriendsText": "Tus compañeros te han transformado <%= seeds %> veces en una flor.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Tarjeta del día de San Valentin", "valentineCardNotes": "Envía una tarjeta del día de San Valentín a un compañero de equipo.", "valentine0": "\"Las rosas son rojas<%= lineBreak %>mis Diarias azules<%= lineBreak %>me hace feliz<%= lineBreak %>¡que mi companero te titules!\"", diff --git a/common/locales/es_419/npc.json b/common/locales/es_419/npc.json index 6c799bd531..3b6fbeab66 100644 --- a/common/locales/es_419/npc.json +++ b/common/locales/es_419/npc.json @@ -5,7 +5,7 @@ "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.", + "danielText": "¡Bienvenido a la Taberna! Quédate un rato y conoce a los locales. Si necesitas descansar (¿vacaciones, enfermedad?) te alojaré en la Posada. Mientras estés registrado tus Diarias no te lastimarán al final del día, pero todavía las puedes marcar.", "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.", "alexander": "Alexander el Comerciante", "welcomeMarket": "¡Bienvenidos al Mercado! ¡Compra huevos difíciles de encontrar y pociones! ¡Vende tus extras! ¡Encarga servicios útiles! Ven a ver lo que tenemos para ofrecer.", @@ -52,27 +52,27 @@ "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": "Cuando comienzas el Nivel 4, huevos y pociones de eclosión empezarán a caer al azar cuando completes tareas. Aparecen aquí - ¡úsalos para eclosionar a las mascotas! También puedes comprar artículos del Mercado.", - "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!", + "tourHallPage": "Bienvenido a la Sala de los Héroes, donde los contribuyentes de código abierto son honrados. Ya sea a través de código, arte, música, escritura, o incluso sólo por ser serviciales, se han ganado Gemas, equipamiento exlusivo y títulos prestigiosos. ¡Tu también puedes contribuir a HabitRPG!", "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!", + "tourOkay": "¡Okay!", + "tourAwesome": "¡Genial!", + "tourSplendid": "¡Espléndido!", "tourNifty": "Nifty!", - "tourAvatarProceed": "Show me my tasks!", + "tourAvatarProceed": "¡Muéstrame mis tareas!", "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", + "tourDailiesBrief": "Tareas Diarias", + "tourDailiesProceed": "¡Tendré cuidado!", "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", + "tourHabitsProceed": "¡Tiene sentido!", "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", + "tourRewardsProceed": "¡Eso es todo!", + "welcomeToHabit": "¡Bienvenido a HabitRPG, un juego para mejorar tu vida!", + "welcome1": "Crea y personaliza un avatar que te represente.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "welcome3": "¡Completa tareas para ganar Experiencia (XP) y Oro, los cuales desbloquean increíbles funciones y recompensas!", + "welcome4": "¡Evita malos hábitos que bajen tu Salud (HP), o tu avatar morirá!", + "welcome5": "Ahora puedes personalizar tu avatar y configurar tus tareas...", + "imReady": "¡Estoy listo!" } \ No newline at end of file diff --git a/common/locales/es_419/pets.json b/common/locales/es_419/pets.json index 2f5821e3dd..ff49ef398b 100644 --- a/common/locales/es_419/pets.json +++ b/common/locales/es_419/pets.json @@ -13,17 +13,18 @@ "hydra": "Hidra", "mantisShrimp": "Mantis Marina", "mammoth": "Mamut lanudo", + "orca": "Orca", "rarePetPop1": "¡Haz clic en la pata dorada para aprender más sobre cómo obtener esta mascota contribuyendo a HabitRPG!", "rarePetPop2": "¡Cómo obtener esta mascota!", - "potion": "Poción <%= potionType %> ", + "potion": "Pócima <%= potionType %> ", "egg": "Huevo de <%= eggType %>", "eggs": "Huevos", "eggSingular": "huevo", "noEggs": "No tienes huevos.", - "hatchingPotions": "Pociones de eclosión", - "hatchingPotion": "poción de eclosión", - "noHatchingPotions": "No tienes pociones de eclosión.", - "inventoryText": "Haz clic en un huevo para ver las pociones utilizables resaltadas en verde, y después haz clic en una de las pociones para incubar tu mascota. Si ninguna poción se destacó, haz clic en ese huevo de nuevo para anular la selección, y haz clic en una poción primero para destacar los huevos utilizables. También puedes vender objetos no deseados a Alexander el Comerciante.", + "hatchingPotions": "Pócimas de eclosión", + "hatchingPotion": "pócima de eclosión", + "noHatchingPotions": "No tienes pócimas de eclosión.", + "inventoryText": "Haz clic en un huevo para ver las pócimas utilizables resaltadas en verde, y después haz clic en una de las pociones para incubar tu mascota. Si ninguna pócima se destacó, haz clic en ese huevo de nuevo para anular la selección, y haz clic primero sobre una pócima para destacar los huevos utilizables. También puedes vender los objetos que ya no desees a Alexander el Comerciante.", "food": "Comida y Monturas", "noFood": "No tienes ni comida ni monturas.", "dropsExplanation": "Consigue estos objetos más rápido con gemas si no quieres esperar a que aparezcan cuando completes una Tarea. Aprende más acerca del sistema de botín.", @@ -39,20 +40,20 @@ "mountMasterText2": "y ha liberado las 90 monturas un total de <%= count %> veces", "beastMountMasterName": "Maestro de las bestias y Maestro de las monturas", "triadBingoName": "Tríada de Bingo", - "triadBingoText": "Ha encontrado las 90 mascotas, las 90 monturas, y encontró todas las mascotas DE NUEVO (¡¿COMO LO HICISTE?!)", + "triadBingoText": "Ha encontrado las 90 mascotas, las 90 monturas, y encontró todas las mascotas DE NUEVO (¡¿CÓMO LO HICISTE?!)", "triadBingoText2": "y ha liberado un establo lleno un total de <%= count %> veces", - "triadBingoAchievement": "¡Has ganado el logro \"Tríada de Bingo\" por encontrar todas las mascotas, domesticar todas las monturas, y encontrar todas las mascotas de nuevo!", + "triadBingoAchievement": "¡Has ganado el logro \"Tríada de Bingo\" por encontrar todas las mascotas, domesticar todas las monturas y encontrar todas las mascotas de nuevo!", "dropsEnabled": "¡Botines activados!", "itemDrop": "¡Un objeto se ha caído!", "firstDrop": "¡Has desbloqueado el Sistema de botín! Ahora, cuando realizas tareas, tendrás una probabilidad pequeña de encontrar un objeto ¡incluyendo huevos, pociones y comida!. Has encontrado un <%= eggText %> Huevo! <%= eggNotes %>", - "useGems": "Si deseas una mascota, pero no puedes esperar más para el botín, ¡usa Gemas en Inventario > Mercardo para comprar una!", + "useGems": "Si deseas una mascota pero no puedes esperar más para el botín, ¡usa Gemas en Inventario > Mercardo para comprar una!", "hatchAPot": "¿Eclosionar un <%= egg %> <%= potion %>?", - "feedPet": "¿Dar de comer <%= article %><%= text %> a su <%= name %>?", + "feedPet": "¿Dar de comer <%= article %><%= text %> a tu <%= name %>?", "useSaddle": "¿Ensillar <%= pet %>?", "petName": "<%= egg %> <%= potion %>", "mountName": "<%= mount %> <%= potion %>", "petKeyName": "Llave de la caseta", - "petKeyPop": "¡Suelta tus mascotas, liberalos para que comiencen su propia aventura, y siente de nuevo la emoción de ser el Maestro de las bestias!", + "petKeyPop": "¡Suelta tus mascotas, libáralas para que comiencen su propia aventura y siente de nuevo la emoción de ser el Maestro de las bestias!", "petKeyBegin": "Llave de la caseta: ¡Sienta <%= title %> una vez mas!", "petKeyInfo": "¿Extrañas la emoción de recolectar mascotas? Ahora puedes soltarlas ¡y harás que esos botines tengan sentido otra vez!", "petKeyInfo2": "Usa la Llave de la caseta para reiniciar a cero las mascotas y/o monturas coleccionables que no sean de misión. (Mascotas y monturas raras o de misión no se ven afectadas.)", diff --git a/common/locales/es_419/questscontent.json b/common/locales/es_419/questscontent.json index 4b24f593cc..b03d326bf3 100644 --- a/common/locales/es_419/questscontent.json +++ b/common/locales/es_419/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/es_419/settings.json b/common/locales/es_419/settings.json index 6fed5ee2a5..f32da98b7f 100644 --- a/common/locales/es_419/settings.json +++ b/common/locales/es_419/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Comienzo de día personalizado", "24HrClock": "Sistema 24h", "customDayStartInfo1": "HabitRPG por defecto revisa y resetea tus Diarias a la medianoche en tu propia zona horaria cada día. Es recomendable que leas la siguiente información antes de cambiar la configuración por defecto.", - "customDayStartInfo2": "(mostrar más)", - "customDayStartInfo3": "(mostrar menos)", "customDayStartInfo4": "Completa todas tus Diarias antes the establecer un nuevo inicio de día. or Descansa en la Taberna ese día. Establecer un nuevo inicio de día puede causar que tuCronse reestablezca inmediatamente, pero después del primer día debería funcionar de manera normal.

Espero un lapso de al menos dos horas para que se realice el cambio. Por ejemplo, si tu día comience a las 0 (medianoche), cámbialo antes de las 10pm; Si lo quieres establecer a las 9pm, cámbialo antes de las 7pm.

Ingresa una hora entre las 0 y las 23 (se usa un reloj de 24 horas). Escribir la hora es más fácil que usar las flechas de desplazamiento. Una vez configurada la hora, refresca la página para confirmar que el nuevo valor que seleccionaste sea el correcto..", "misc": "Varios", "showHeader": "Mostrar cabecera", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "incluyendo tanto tu viejo y tu nuevo correo electronico acompañados de tu ID de usuario.", "username": "Nombre de usuario", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registrado con Facebook", "loginNameDescription1": "Esto es lo que usas para iniciar sesión en HabitRPG. Ve a", @@ -113,11 +112,11 @@ "benefits": "Beneficios", "coupon": "Cupón", "couponPlaceholder": "Introduzca el código de cupón", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "A veces tenemos eventos y damos cupones con códigos para equipamiento especial. (p ej, a aquellos que nos visitan en nuestro stand de Wondercon)", "apply": "Aplicar", "resubscribe": "Reanudar suscripción", "promoCode": "Código promocional", "promoCodeApplied": "¡Tu código promocional fue aceptado! Revisa tu inventario.", "promoPlaceholder": "Ingresa tu código promocional", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Mostrar el botón de \"Invitar a grupo\" cuando el grupo tiene 1 miembro." } \ No newline at end of file diff --git a/common/locales/es_419/spells.json b/common/locales/es_419/spells.json index ce60de8d56..055ec3f704 100644 --- a/common/locales/es_419/spells.json +++ b/common/locales/es_419/spells.json @@ -41,6 +41,10 @@ "spellSpecialOpaquePotionNotes": "Cancela los efectos de la brillantina espeluznante.", "spellSpecialShinySeedText": "Semilla radiante", "spellSpecialShinySeedNotes": "¡Transforma a un amigo en una alegre flor!", - "spellSpecialPetalFreePotionText": "Poción libre de petalos", - "spellSpecialPetalFreePotionNotes": "Cancela los efectos de una Semilla radiante" + "spellSpecialPetalFreePotionText": "Poción anti-pétalos", + "spellSpecialPetalFreePotionNotes": "Cancela los efectos de una Semilla radiante", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/es_419/tasks.json b/common/locales/es_419/tasks.json index 704dfbc66d..9828aff874 100644 --- a/common/locales/es_419/tasks.json +++ b/common/locales/es_419/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Dificultad", "difficultyHelpTitle": "¿Qué dificultad tiene esta tarea?", "difficultyHelpContent": "Entre más difícil sea la tarea, recibirás mayor cantidad de Experiencia y Oro cuando la elimines de la lista... ¡pero hará más daño si es parte de una Diaria o un Mal Hábito!", + "trivial": "Trivial", "easy": "Fácil", "medium": "Intermedio", "hard": "Difícil", diff --git a/common/locales/fr/backgrounds.json b/common/locales/fr/backgrounds.json index 86d48f506e..84ad5bbcde 100644 --- a/common/locales/fr/backgrounds.json +++ b/common/locales/fr/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Bulles Chatoyantes", "backgroundShimmeryBubblesNotes": "Flottez au milieu d'une mer de Bulles Chatoyantes", "backgroundIslandWaterfallsText": "Chutes d'eau Insulaires", - "backgroundIslandWaterfallsNotes": "Pique-niquez près des Chutes d'eau Insulaires" + "backgroundIslandWaterfallsNotes": "Pique-niquez près des Chutes d'eau Insulaires", + "backgrounds072015": "SET 14 : Sorti en Juillet 2015", + "backgroundDilatoryRuinsText": "Les Ruines de Dilatoire", + "backgroundDilatoryRuinsNotes": "Plongez vers les ruines de Dilatoire. ", + "backgroundGiantWaveText": "Vague Géante ", + "backgroundGiantWaveNotes": "Surfez sur une Vague Géante!", + "backgroundSunkenShipText": "Épave ", + "backgroundSunkenShipNotes": "Explorez une Épave. " } \ No newline at end of file diff --git a/common/locales/fr/challenge.json b/common/locales/fr/challenge.json index ca9516ca99..5504937644 100644 --- a/common/locales/fr/challenge.json +++ b/common/locales/fr/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Non possédé", "challengedEitherOwnedFilter": "Les deux", "backToChallenges": "Revenir aux défis ", - "prizeValue": "<%= gemcount %> <%= gemicon %> Récompense" + "prizeValue": "<%= gemcount %> <%= gemicon %> Récompense", + "clone": "Cloner" } \ No newline at end of file diff --git a/common/locales/fr/character.json b/common/locales/fr/character.json index 81945e793c..9fdef248c4 100644 --- a/common/locales/fr/character.json +++ b/common/locales/fr/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Peaux Pastel", "spookySkins": "Peaux effrayantes", "supernaturalSkins": "Peaux Surnaturelles", + "splashySkins": "Peaux éclatantes", "rainbowColors": "Couleurs arc-en-ciel", "shimmerColors": "Couleurs Miroitées", "hauntedColors": "Couleurs Hantées", @@ -53,6 +54,8 @@ "costume": "Costume", "costumeText": "Si vous préférez l'apparence d'un équipement différent de celui que vous avez équipé, choisissez \"Utiliser un Costume\" pour le porter en costume tout en conservant les bonus de votre équipement.", "useCostume": "Utiliser un Costume", + "useCostumeInfo1": "Cliquez sur \"Utiliser un Costume\" pour mettre des vêtements à votre avatar sans modifier les stats de votre Tenue de Combat! Donc vous pouvez vous armer des meilleures stats à gauche et déguiser votre avatar avec l'équipement à droite. ", + "useCostumeInfo2": "Lorsque vous cliquez sur \"Utiliser un Costume\", votre avatar aura l'air plutôt basique... mais pas d'inquiétude! Si vous regardez à gauche, vous verrez que votre Tenue de Combat est toujours active. Ensuite, vous pouvez faire jouer votre imagination! Tout ce que vous activez à droite ne modifiera pas vos stats mais peut vous donner un look d'enfer. Essayez différentes associations en mélangeant les ensembles et en accordant votre Costume avec vos familiers, montures et arrière-plans.

Vous avez d'autres questions? Allez voir la page sur les Costumes sur le Wiki. Vous avez trouvé l'ensemble parfait? Exhibez-le sur la guilde du Festival des Costumes ou fanfaronnez à la Taverne!", "gearAchievement": "Vous avez gagné le succès \"Armé jusqu'aux dents\" pour avoir atteint le niveau maximal de l'ensemble d'équipement de votre classe! Vous avez acquis les ensembles complets suivants: ", "moreGearAchievements": "Pour obtenir plus de badges \"Armé jusqu'aux dents\", changez de classe sur votre page Caractéristiques & Succès et achetez peu à peu l'équipement de votre nouvelle classe!", "armoireUnlocked": "Vous avez aussi déverrouillé l'Armoire Enchantée! Cliquez sur la Récompense Armoire Enchantée pour tenter de trouver une pièce d'Équipement spécial au hasard! Vous avez aussi des chances de tomber sur de l'XP ou de la nourriture. ", diff --git a/common/locales/fr/communityguidelines.json b/common/locales/fr/communityguidelines.json index 46fbf455df..ee6e502128 100644 --- a/common/locales/fr/communityguidelines.json +++ b/common/locales/fr/communityguidelines.json @@ -57,7 +57,7 @@ "commGuidePara037": "Tous les Défis de Taverne et de Guildes Publiques doivent également se plier à ces règles.", "commGuideHeadingBackCorner": "L'Arrière-Boutique", "commGuidePara038": "Parfois une conversation va s’éterniser, s’éloigner du sujet d’origine ou devenir trop sensible pour être poursuivie dans un Espace Public sans mettre certaines personnes mal à l’aise. Dans ce cas, la conversation sera redirigée vers \"l'Arrière-Boutique\", la Back Corner Guild. Notez qu’être dirigé·e vers l'Arrière-Boutique n’est pas une punition ! En fait, beaucoup d’Habiticien·ne·s aiment se promener là-bas pour discuter longuement de choses et d’autres.", - "commGuidePara039": "L'Arrière-Boutique ou Back Corner Guild est un espace public où l’on peut discuter de sujets sensibles ou d’un même sujet pendant longtemps, et qui est soigneusement modéré. Les Règles d’Espace Public s’appliquent tout de même, tout comme les Conditions d'Utilisation. Ce n’est pas parce que l’on se regroupe dans un coin avec de longues capes que tout est permis ! Et maintenant, passez-moi cette chandelle allumée, voulez-vous ?", + "commGuidePara039": "L'Arrière-Boutique ou Back Corner Guild est un espace public où l’on peut discuter de sujets sensibles ou d’un même sujet pendant longtemps, et qui est soigneusement modéré. Les Règles d’Espace Public s’appliquent tout de même, tout comme les Conditions d'Utilisation. Ce n’est pas parce qu’on se regroupe dans un coin avec de longues capes que tout est permis ! Et maintenant, passez-moi cette chandelle allumée, voulez-vous ?", "commGuideHeadingTrello": "Tableaux Trello", "commGuidePara040": "Trello sert de forum ouvert pour les suggestions et les discussions autour des options du site. Habitica est gouvernée par le peuple sous la forme de braves contributeurs et contributrices – nous bâtissons le site tou·te·s ensemble. Trello est le système qui donne un peu de méthode à notre folie. Gardez cela à l’esprit et faites de votre mieux pour exprimer vos pensées dans un seul commentaire, plutôt que de publier plusieurs commentaires à la suite sur la même fiche. Si vous pensez à quelque chose de nouveau, n’hésitez pas à éditer votre message original. Par pitié, pensez à celles et ceux d’entre nous qui reçoivent une notification à chaque nouveau commentaire. Nos boîtes courriel ne sont hélas pas élastiques.", "commGuidePara041": "HabitRPG utilise cinq tableaux Trello différents :", @@ -87,7 +87,7 @@ "commGuidePara018": "Les Administrateurs et Administratrices Émérites du wiki sont :", "commGuideHeadingInfractionsEtc": "Infractions, Conséquences et Restauration", "commGuideHeadingInfractions": "Infractions", - "commGuidePara050": "Une vaste majorité des Habiticien·ne·s est respectueuse, assiste les autres et travaille à faire de la communauté un espace agréable et amical. Cependant, il peut arriver qu’une personne enfreigne l’une des règles énoncées ci-dessus. Lorsque cela arrive, les Mods peuvent prendre les mesures qu’ils·elles jugent nécessaires pour qu’Habitica reste un endroit sain et agréable pour tout le monde.", + "commGuidePara050": "La vaste majorité des Habiticien·ne·s est respectueuse, assiste les autres et travaille à faire de la communauté un espace agréable et amical. Cependant, il peut arriver qu’une personne enfreigne l’une des règles énoncées ci-dessus. Lorsque cela arrive, les Mods peuvent prendre les mesures qu’ils·elles jugent nécessaires pour qu’Habitica reste un endroit sain et agréable pour tout le monde.", "commGuidePara051": "Il existe une variété d’infractions, et elles sont traitées selon leur gravité. Les listes suivantes ne sont pas exhaustives, et les Mods ont une certaine liberté d’action. Les Mods prennent ainsi en considération le contexte lorsque la gravité d’une infraction est évaluée.", "commGuideHeadingSevereInfractions": "Infractions Graves", "commGuidePara052": "Les infractions graves sont très nocives pour la communauté d’Habitica et ses membres, et ont ainsi des conséquences sévères.", diff --git a/common/locales/fr/content.json b/common/locales/fr/content.json index 8acd58f42c..fcaa7c5859 100644 --- a/common/locales/fr/content.json +++ b/common/locales/fr/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "laineux", "questEggCuttlefishText": "Seiche", "questEggCuttlefishAdjective": "câline", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Trouvez une potion d’éclosion à verser sur cet œuf et il en sortira un·e <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "de Base", "hatchingPotionWhite": "Blanc", diff --git a/common/locales/fr/defaulttasks.json b/common/locales/fr/defaulttasks.json index bfe6d9e010..d617b11ed2 100644 --- a/common/locales/fr/defaulttasks.json +++ b/common/locales/fr/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "1h de travail productif. (Cliquer sur le crayon pour éditer)", + "defaultHabit1Notes": "Exemples de Bonnes Habitudes: + Manger un légume + 15 minutes de travail productif", + "defaultHabit2Text": "Malbouffe (Cliquer sur le crayon pour éditer)", "defaultHabit2Notes": "Exemples de mauvaises habitudes : - Fumer une cigarette - Procrastiner", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Prendre les escaliers / l'ascenseur (Cliquer sur le crayon pour éditer)", "defaultHabit3Notes": "Exemples de bonnes ou mauvaises habitudes : +/- Prendre les escaliers/l'ascenseur ; +/- Boire de l'eau/du soda", "defaultDaily1Text": "1h sur mon projet personnel", "defaultDaily1Notes": "Par défaut, toutes les tâches sont jaunes au moment de leur création. Cela signifie que vous ne subirez que des dommages modérés en les manquant, et ne gagnerez que des récompenses modérées en les complétant.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "reglez la difficulté dans les Options Avancées", "defaultTodo4Checklist3": "facultatif : définissez une Date d'Expiration", "defaultTodo5Text": "Créez une Équipe (groupe privé) avec vos amis (Social > Équipe)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15 minutes de pause", "defaultReward1Notes": "Les récompenses personnalisées peuvent prendre de nombreuses formes. Certaines personnes se retiendront de regarder leur série préférée jusqu'à ce qu'elles aient assez d'or pour la payer.", "defaultReward2Text": "Gâteau", "defaultReward2Notes": "D'autres personnes veulent juste profiter d'un bon morceau de gâteau. Essayez de créer les récompenses qui vous motiveront le plus.", diff --git a/common/locales/fr/front.json b/common/locales/fr/front.json index b77c56f442..75a9e52100 100644 --- a/common/locales/fr/front.json +++ b/common/locales/fr/front.json @@ -13,7 +13,7 @@ "businessSample5": "Appeler clients / reporter appels", "businessText": "Utiliser HabitRPG dans votre entreprise", "choreSample1": "Mettre le linge sale dans le panier", - "choreSample2": "20 min ménage", + "choreSample2": "20 min de ménage", "choreSample3": "Faire la vaisselle", "choreSample4": "Ranger une pièce", "choreSample5": "Laver et sécher des vêtements", @@ -56,7 +56,7 @@ "footerSocial": "Social", "forgotPass": "Mot de passe oublié", "frabjabulousQuote": "HabitRPG est la raison pour laquelle j'ai obtenu un travail impressionnant et vraiment bien payé... et ce qui est encore plus miraculeux, c'est que j'utilise mon fil dentaire tous les jours!", - "free": "Jouer gratuitement", + "free": "Jouez gratuitement", "gamifyButton": "Jouez le jeu de votre vie dès aujourd'hui!", "goalSample1": "S'exercer au piano 1h", "goalSample2": "Travailler sur article pour publication", @@ -126,7 +126,7 @@ "passMan": "Si vous utilisez un gestionnaire de mots de passe (comme 1Password) et que vous avez des soucis pour vous connecter, essayez de rentrer vos nom d'utilisateur et mot de passe manuellement.", "password": "Mot de passe", "playButton": "Jouer", - "playButtonFull": "Jouer à HabitRPG", + "playButtonFull": "Jouez à HabitRPG", "presskit": "Dossier de Presse", "presskitDownload": "Télécharger toutes les images :", "presskitText": "Merci de l'attention que vous portez à HabitRPG ! Les images suivantes peuvent être utilisées dans le cadre d'articles ou de vidéos sur HabitRPG. Pour plus d'informations, vous pouvez contacter Siena Leslie à leslie@habitrpg.com.", @@ -175,7 +175,7 @@ "zelahQuote": "Avec HabitRPG, j'envisage même d'aller au lit à l'heure rien qu'à la pensée d'obtenir des points pour m'être couché de bonne heure ou de perdre de la santé pour m'être couché tard!", "reportAccountProblems": "Signaler un problème sur votre compte", "reportCommunityIssues": "Signaler un problème au niveau de la Communauté", - "generalQuestionsSite": "Questions d'ordre général sur le Site", + "generalQuestionsSite": "Questions générales sur le Site", "businessInquiries": "Demandes pour les entreprises", "merchandiseInquiries": "Demandes commerciales", "marketingInquiries": "Demandes pour le marketing/les réseaux sociaux" diff --git a/common/locales/fr/gear.json b/common/locales/fr/gear.json index 34828303f0..67e822a32c 100644 --- a/common/locales/fr/gear.json +++ b/common/locales/fr/gear.json @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Invoquez une carotte avec cette élégante baguette magique. Augmente l'Intelligence de <%= int %> points et la Perception de <%= per %>. Équipement en Édition Limitée du Printemps 2015.", "weaponSpecialSpring2015HealerText": "Hochet de Chat", "weaponSpecialSpring2015HealerNotes": "Lorsque vous l'agitez, il fait un drôle de cliquetis qui amuserait N'IMPORTE QUI pendant des heures. Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée du Printemps 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Corail Flamboyant", + "weaponSpecialSummer2015RogueNotes": "Cette variété de corail de feu a la capacité de propulser son venin dans l'eau. Augmente la Force de <%= str %> points. Équipement en Édition Limitée de l’Été 2015.", + "weaponSpecialSummer2015WarriorText": "Espadon Solaire", + "weaponSpecialSummer2015WarriorNotes": "L'Espadon Solaire est une arme redoutable, sous réserve que l'on puisse l'empêcher de frétiller. Augmente la Force de <%= str %> points. Équipement en Édition Limitée de l’Été 2015.", + "weaponSpecialSummer2015MageText": "Bâton de Devin", + "weaponSpecialSummer2015MageNotes": "Une puissance cachée luit dans les joyaux de ce bâton. Augmente l'Intelligence de <%= int %> points et la Perception de <%= per %> points. Équipement en Édition Limitée de l’Été 2015.", + "weaponSpecialSummer2015HealerText": "Baguette des Vagues", + "weaponSpecialSummer2015HealerNotes": "Guérit le mal de mer et le mal des mers ! Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée de l’Été 2015.", "weaponMystery201411Text": "Fourche Festive", "weaponMystery201411Notes": "Embrochez vos ennemis ou plantez-la dans votre nourriture préférée : cette fourche multi-fonctions peut tout faire ! N'apporte aucun bonus. Équipement d'Abonné de Novembre 2014.", "weaponMystery201502Text": "Bâton Chatoyant Ailé d'Amour et Aussi de Vérité", @@ -132,10 +132,10 @@ "weaponMystery201505Notes": "Cette lance verte et argent a désarçonné de nombreux adversaires! N'apporte aucun bonus. Équipement d'Abonné de Mai 2015.", "weaponMystery301404Text": "Canne Steampunk", "weaponMystery301404Notes": "Parfaite pour faire un tour en ville. N'apporte aucun bonus. Équipement d'Abonné de Mars 3015.", - "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).", + "weaponArmoireBasicCrossbowText": "Arbalète Basique", + "weaponArmoireBasicCrossbowNotes": "Cette arbalète peut percer l'armure d'une tâche de très loin ! Augmente la Force de <%= str %> points, la Perception de <%= per %> points et la Constitution de <%= con %>points. Armoire Enchantée : Objet Indépendant.", + "weaponArmoireLunarSceptreText": "Sceptre Lunaire Apaisant", + "weaponArmoireLunarSceptreNotes": "Le pouvoir guérisseur de cette baguette croît et décroit. Augmente la Constitution de <%= con %> points et l'Intelligence de <%= int %> points. Armoire Enchantée : Ensemble Lunaire Apaisant (Objet 3 sur 3).", "armor": "armure", "armorBase0Text": "Habit simple", "armorBase0Notes": "Un vêtement ordinaire. N'apporte aucun avantage.", @@ -239,14 +239,14 @@ "armorSpecialSpring2015MageNotes": "Plus besoin de patte de lapin, vous en portez deux ! Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée du Printemps 2015.", "armorSpecialSpring2015HealerText": "Combinaison réconfortante", "armorSpecialSpring2015HealerNotes": "Cette douce combinaison est confortable, et aussi réconfortante qu'un thé à la menthe. Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée du Printemps 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSummer2015RogueText": "Queue de Rubis", + "armorSpecialSummer2015RogueNotes": "Cet habit d'écailles scintillantes transforme son porteur en véritable Renégat de Corail! Augmente la Perception de <%= per %> points. Équipement en Édition Limitée de l’Été 2015.", + "armorSpecialSummer2015WarriorText": "Queue Dorée", + "armorSpecialSummer2015WarriorNotes": "Cet habit d'écailles scintillantes transforme son porteur en véritable Guerrier-Lune! Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée de l’Été 2015.", + "armorSpecialSummer2015MageText": "Robe de Devin", + "armorSpecialSummer2015MageNotes": "Un pouvoir caché réside dans ces manches bouffantes. Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée de l’Été 2015.", + "armorSpecialSummer2015HealerText": "Armure de Matelot", + "armorSpecialSummer2015HealerNotes": "Cette armure montre à tout le monde que vous êtes un honnête marchand maritime qui ne se comporterait jamais en voyou. Même pas en rêve! Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée de l'Été 2015. ", "armorMystery201402Text": "Robe du Messager", "armorMystery201402Notes": "Chatoyante et solide, cette robe possède de nombreuses poches dans lesquelles transporter des lettres. N'apporte aucun bonus. Équipement d'Abonné de Février 2014.", "armorMystery201403Text": "Armure du Marcheur Sylvain", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Ce minerai bleu symbolise la bonne fortune, la joie et la productivité éternelle. N'apporte aucun bonus. Équipement d'Abonné de Mars 2015.", "armorMystery201504Text": "Robe d'Abeille", "armorMystery201504Notes": "Vous serez aussi productif qu'une abeille dans cette robe attirante ! N'apporte aucun bonus. Équipement d'Abonné d'Avril 2015", + "armorMystery201506Text": "Tenue de plongée ", + "armorMystery201506Notes": "Plongez à travers un récif corallien dans cette tenue de bain aux couleurs vives! N'apporte aucun bonus. Équipement d'Abonné de Juin 2015.", "armorMystery301404Text": "Tenue Steampunk", "armorMystery301404Notes": "Pimpant et fringuant ! N'apporte aucun bonus. Équipement d'Abonné de Février 3015.", - "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).", + "armorArmoireLunarArmorText": "Armure Lunaire Apaisante", + "armorArmoireLunarArmorNotes": "La lumière de la lune vous rendra fort et perspicace. Augmente la Force de <%= str %> points et l'Intelligence de <%= int %> points. Armoire Enchantée: Ensemble Lunaire Apaisant (Objet 2 sur 3).", + "armorArmoireGladiatorArmorText": "Armure de Gladiateur", + "armorArmoireGladiatorArmorNotes": "Pour être un gladiateur, vous devez non seulement être rusé... mais fort. Augmente la Perception de <%= per %> points et la Force de <%= str %> points. Armoire Enchantée: Ensemble de Gladiateur (Objet 2 sur 3)", "headgear": "coiffe", "headBase0Text": "Pas de casque", "headBase0Notes": "Pas de couvre-chef.", @@ -366,7 +368,7 @@ "headSpecialWinter2015RogueNotes": "Vous êtes vraiment, sérieusement, absolument un authentique Drakôn Stalactite. Vous ? Un imposteur qui infiltre leurs rangs dans l'espoir de soutirer quelque trésor gisant - prétendument - dans leurs galeries de glace ? Jamais ! Roaar ! Augmente la Perception de <%= per %> points. Équipement en Édition Limitée de l'Hiver 2014-2015.", "headSpecialWinter2015WarriorText": "Casque en Pain d’Épice", "headSpecialWinter2015WarriorNotes": "Réfléchissez, réfléchissez, réfléchissez, aussi fort que vous le pouvez. Augmente la Force de <%= str %> points. Équipement en Édition Limitée de l'Hiver 2014-2015.", - "headSpecialWinter2015MageText": "Chapeau Aurore", + "headSpecialWinter2015MageText": "Chapeau d'Aurore", "headSpecialWinter2015MageNotes": "Le tissu de ce chapeau change de texture et brille quand son porteur étudie. Augmente la Perception de <%= per %> points. Équipement en Édition Limitée de l'Hiver 2014-2015.", "headSpecialWinter2015HealerText": "Cache-oreilles Douillet", "headSpecialWinter2015HealerNotes": "Ce cache-oreilles bien chaud vous tiendra à l'écart des bruits distrayants comme des frissons. Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée de l'Hiver 2014-2015.", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Qu'est-ce qui est venu d'abord, le lapin ou le chapeau? Augmente la Perception de <%= per %> points. Équipement en Édition Limitée du Printemps 2015 ! ", "headSpecialSpring2015HealerText": "Couronne réconfortante", "headSpecialSpring2015HealerNotes": "La perle au centre de cette couronne calme et conforte les personnes qui l'entourent. Augmente l'Intelligence de <%=int %> points. Équipement en Édition Limitée du Printemps 2015.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Chapeau de Renégat", + "headSpecialSummer2015RogueNotes": "Ce chapeau de pirate est tombé par-dessus bord et a été décoré avec des fragments de corail de feu. Augmente la Perception de <%= per %> points. Équipement en Édition Limitée de l'Été 2015.", + "headSpecialSummer2015WarriorText": "Heaume Océanique Incrusté de Joyaux", + "headSpecialSummer2015WarriorNotes": "Forgé dans du métal du fond des océans par les artisans de Dilatoire, ce heaume est beau et résistant. Augmente la Force de <%= str %> points. Équipement en Édition Limitée de l’Été 2015.", + "headSpecialSummer2015MageText": "Foulard de Devin", + "headSpecialSummer2015MageNotes": "Un pouvoir caché brille dans les fils de ce foulard. Augmente la Perception de <%= per %> points. Augmente la Perception de <%= per %> points. Équipement en Édition Limitée de l’Été 2015.", + "headSpecialSummer2015HealerText": "Bonnet de Matelot", + "headSpecialSummer2015HealerNotes": "Avec votre bonnet de matelot résolument vissé sur la tête, vous pouvez naviguer même sur les mers les plus tempêtueuses! Augmente l'Intelligence de <%= int %> points. Équipement en Édition Limitée de l’Été 2015.", "headSpecialGaymerxText": "Heaume de Guerrier Arc-en-Ciel", "headSpecialGaymerxNotes": "En l'honneur de la \"Pride season\" et de GaymerX, ce casque spécial est décoré avec un motif arc-en-ciel aussi radieux que coloré ! GaymerX est une convention célébrant les LGBTQ et les jeux, et est ouverte à tous. Elle se déroule à l'InterContinental dans le centre de San Francisco, du 11 au 13 Juillet ! N'apporte aucun bonus.", "headMystery201402Text": "Heaume Ailé", @@ -410,16 +412,16 @@ "headMystery301404Notes": "Un couvre-chef fantaisiste pour les gens de bonne famille les plus élégants ! N'apporte aucun bonus. Équipement d'Abonné de Janvier 3015.", "headMystery301405Text": "Haut-de-forme Classique", "headMystery301405Notes": "Un haut-de-forme classique ne demandant qu'à être assorti avec des accessoires fantaisistes. N'apporte aucun bonus. Équipement d'Abonné de Mai 3015.", - "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.", + "headArmoireLunarCrownText": "Couronne Lunaire Apaisante", + "headArmoireLunarCrownNotes": "Cette couronne vous fortifie et affûte vos sens, spécialement les nuits de pleine lune. Augmente la Constitution de <%= con %> points et la Perception de <%= per %> points. Armoire Enchantée: Ensemble Lunaire Apaisant (Objet 1 sur 3).", + "headArmoireRedHairbowText": "Nœud Rouge", + "headArmoireRedHairbowNotes": "Devenez puissant, tenace et brillant en portant ce magnifique Nœud Rouge! Augmente la Force de <%= str %> points, la Constitution de <%= con %> points et l'Intelligence de <%= int %> points. Armoire Enchantée: Objet Indépendant.", + "headArmoireVioletFloppyHatText": "Chapeau Négligé Violet", + "headArmoireVioletFloppyHatNotes": "De nombreux sorts furent tissés dans la trame même de ce simple chapeau, lui donnant une agréable couleur violette. Augmente la Perception de <%= per %> points, l'Intelligence de <%= int %> points et la Constitution de <%= con %> points. Armoire Enchantée: Objet Indépendant.", + "headArmoireGladiatorHelmText": "Heaume de Gladiateur", + "headArmoireGladiatorHelmNotes": "Pour être un gladiateur, vous devez non seulement être fort... mais rusé. Augmente l'Intelligence de <%= int %> points et la Perception de <%= per %> points. Armoire Enchantée: Ensemble de Gladiateur (Objet 1 sur 3)", + "headArmoireRancherHatText": "Chapeau d'Éleveur", + "headArmoireRancherHatNotes": "Rassemblez vos familiers et maîtrisez vos montures en portant ce Chapeau d'Éleveur magique! Augmente la Force de <%= str %> points, la Perception de <%= per %> points et l'Intelligence de <%= int %> points. Armoire Enchantée: Objet Indépendant.", "offhand": "objet de main de bouclier", "shieldBase0Text": "Pas d'Équipement de Main de Bouclier", "shieldBase0Notes": "Pas de bouclier ni de deuxième arme.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Lancez-le vers vos ennemis... ou ne faites que le tenir, parce qu'il va se remplir de délicieuse nourriture pour chien à l'heure du repas. Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée du Printemps 2015.", "shieldSpecialSpring2015HealerText": "Coussin décoré", "shieldSpecialSpring2015HealerNotes": "Vous pouvez reposer votre tête sur cet oreiller, ou vous pouvez lutter contre lui avec vos imposantes griffes. Raah! Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée du Printemps 2015.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "Corail Flamboyant", + "shieldSpecialSummer2015RogueNotes": "Cette variété de corail de feu a la capacité de propulser son venin dans l'eau. Augmente la Force de <%= str %> points. Équipement en Édition Limitée de l’Été 2015.", + "shieldSpecialSummer2015WarriorText": "Bouclier de Poisson-Lune", + "shieldSpecialSummer2015WarriorNotes": "Forgé dans du métal du fond des océans par les artisans de Dilatoire, ce bouclier rayonne comme le sable et la mer. Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée de l’Été 2015.", + "shieldSpecialSummer2015HealerText": "Bouclier Costaud", + "shieldSpecialSummer2015HealerNotes": "Utilisez ce bouclier pour vous débarrasser des rats dans la cale. Augmente la Constitution de <%= con %> points. Équipement en Édition Limitée de l'Été 2015.", "shieldMystery301405Text": "Bouclier Horloge", "shieldMystery301405Notes": "Le temps est de vote côté avec cet imposant bouclier horloge ! N'apporte aucun bonus. Équipement d'Abonné de Juin 3015.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Bouclier de Gladiateur", + "shieldArmoireGladiatorShieldNotes": "Pour être un gladiateur, vous devez... euh, peu importe, cognez-les simplement avec votre bouclier. Augmente la Constitution de <%= con %> points et la Force de <%= str %> points. Armoire Enchantée: Ensemble de Gladiateur (Objet 3 sur 3).", + "back": "Accessoire de Dos", "backBase0Text": "Pas d’accessoire dorsal", "backBase0Notes": "Pas d’accessoire dorsal.", "backMystery201402Text": "Ailes d'Or", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Bruisse avec force et élégance. N'apporte aucun bonus. Équipement de Convention en Édition Spéciale.", "backSpecialWonderconBlackText": "Cape de Dissimulation", "backSpecialWonderconBlackNotes": "Tissage d'ombres et de murmures. N'apporte aucun bonus. Équipement de Convention en Édition Spéciale.", - "body": "Body Accessory", + "body": "Accessoire de Corps", "bodyBase0Text": "Pas d'armure.", "bodyBase0Notes": "Pas d'armure.", "bodySpecialWonderconRedText": "Collier de Rubis", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Ni l'eau de mer ni l'eau douce ne peuvent ternir cette pèlerine métallisée. N'apporte aucun bonus. Équipement en Édition Limitée de l’Été 2014.", "bodySpecialSummerHealerText": "Collier de Corail", "bodySpecialSummerHealerNotes": "Un élégant collier de corail vivant ! N'apporte aucun bonus. Équipement en Édition Limitée de l’Été 2014.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Écharpe de Renégat", + "bodySpecialSummer2015RogueNotes": "Vous ne pouvez être un vrai Renégat sans panache... ni sans écharpe. N'apporte aucun bonus. Équipement en Édition Limitée de l'Été 2015.", + "bodySpecialSummer2015WarriorText": "Pointes Océaniques", + "bodySpecialSummer2015WarriorNotes": "Chaque pointe laisse tomber des gouttes de venin de méduse, protégeant ainsi le porteur. N'apporte aucun bonus. Équipement en Édition Limitée de l'Été 2015.", + "bodySpecialSummer2015MageText": "Boucle d'Or", + "bodySpecialSummer2015MageNotes": "Cette boucle ne donne pas le moindre pouvoir, mais elle brille. N'apporte aucun bonus. Équipement en Édition Limitée de l'Été 2015.", + "bodySpecialSummer2015HealerText": "Le Cou-choir du Matelot", + "bodySpecialSummer2015HealerNotes": "Yo ho ho? Non, non, non! N'apporte aucun bonus. Équipement en Édition Limitée de l'Été 2015.", "headAccessory": "accessoire de tête", "accessories": "Accessoires", "animalEars": "Oreilles d'Animaux", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Laissez votre imagination s'envoler ! N'apporte aucun bonus. Équipement d'Abonné de Février 2015.", "headAccessoryMystery301405Text": "Lunettes Frontales", "headAccessoryMystery301405Notes": "\"Les lunettes c'est pour les yeux,\" disaient-ils. \"Personne ne voudrait de lunettes qu'on ne peut porter que sur la tête\" disaient-ils. Ha ! Vous leur avez bien montré ! N'apporte aucun bonus. Équipement d'Abonné d'Août 3015.", - "eyewear": "Eyewear", + "eyewear": "Lunettes", "eyewearBase0Text": "Pas de Lunettes", "eyewearBase0Notes": "Pas de Lunettes.", "eyewearSpecialSummerRogueText": "Cache-œil Espiègle", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Vos raisons sont parfaitement légitimes. N'apporte aucun bonus. Équipement de Convention en Édition Spéciale.", "eyewearMystery201503Text": "Lunettes d'Aigue-Marine", "eyewearMystery201503Notes": "Ne laissez pas ces gemmes chatoyantes vous taper dans l’œil ! N'apporte aucun bonus. Équipement d'Abonné de Mars 2015.", + "eyewearMystery201506Text": "Tuba néon ", + "eyewearMystery201506Notes": "Ce tuba néon permet à son porteur de voir sous l'eau. N'apporte aucun bonus. Équipement d'Abonné de Juin 2015.", "eyewearMystery301404Text": "Lunettes", "eyewearMystery301404Notes": "Il n'y a pas plus raffiné qu'une paire de lunettes - à l'exception, peut-être, d'un monocle. N'apporte aucun bonus. Équipement d'Abonné d'Avril 3015.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/fr/generic.json b/common/locales/fr/generic.json index 969856fa5c..7e921701e8 100644 --- a/common/locales/fr/generic.json +++ b/common/locales/fr/generic.json @@ -54,7 +54,9 @@ "gems": "Gemmes", "gemButton": "Vous avez <%= number %> gemmes.", "moreInfo": "Plus d'infomations", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(montrer les détails)", + "showMoreLess": "(masquer les détails)", + "gemsWhatFor": "Cliquez pour acheter des Gemmes! Les Gemmes vous permettent d'acheter des objets spéciaux comme des Quêtes, des personnalisations d'équipement et de l'équipement saisonnier. ", "veteran": "Vétéran", "veteranText": "A résisté à Habit le Gris (notre site pré-Angular) et a gagné de nombreuses cicatrices de guerre à cause de ses bugs.", "originalUser": "Utilisateur d'origine !", @@ -85,7 +87,7 @@ "audioTheme_off": "Arrêt", "audioTheme_danielTheBard": "Daniel le Barde", "audioTheme_wattsTheme": "Watts", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Thème de Gokul", "askQuestion": "Poser une Question", "reportBug": "Signaler un Bug", "contributeToHRPG": "Contribuer à HabitRPG", diff --git a/common/locales/fr/groups.json b/common/locales/fr/groups.json index 8c6c4fafa7..0179a7a4f7 100644 --- a/common/locales/fr/groups.json +++ b/common/locales/fr/groups.json @@ -39,8 +39,8 @@ "editGroup": "Modifier le Groupe", "newGroupName": "<%= groupType %> Nom", "groupName": "Nom du Groupe", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Responsable de groupe", + "groupID": "ID de groupe", "groupDescr": "Description affichée dans la liste des Guildes publiques (Markdown OK)", "logoUrl": "URL du logo", "assignLeader": "Désigner un Chef de Groupe", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Acheter les Gemmes", "sendGiftMessagePlaceholder": "Message personnel (facultatif)", "sendGiftSubscription": "<%= months %> mois: <%= price %>$ (USD)", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Combattez des Monstres aux côtés d'Amis", + "startAParty": "Former une Equipe ", + "addToParty": "Ajouter un membre à votre équipe" } \ No newline at end of file diff --git a/common/locales/fr/limited.json b/common/locales/fr/limited.json index b6f9218094..e020bf97d0 100644 --- a/common/locales/fr/limited.json +++ b/common/locales/fr/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "A été transformé·e en fantôme <%= spookDust %> fois par des membres de l'équipe.", "agriculturalFriends": "Amis Agricoles", "agriculturalFriendsText": "A été transformé en fleur <%= seeds %> fois par un membre de son équipe.", + "aquaticFriends": "Amis Aquatiques ", + "aquaticFriendsText": "A été éclaboussé <%= seafoam %> fois par des membres de l'équipe. ", "valentineCard": "Carte de St Valentin", "valentineCardNotes": "Envoyer une carte de St Valentin à un membre de l'équipe.", "valentine0": "\"Les roses sont pourpres<%= lineBreak %>Mes Quotidiennes sont bleues<%= lineBreak %>Être dans ton groupe<%= lineBreak %>Me rend chaque jour plus heureux !\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Sorcière Saisonnière<%= linkEnd %>", "seasonalShopClosedText": "La Boutique Saisonnière est actuellement fermée !! Je ne sais pas où est passé la Sorcière Saisonnière, mais je parie qu'elle sera de retour lors du prochain <%= linkStart %>Grand Gala<%= linkEnd %> !", "seasonalShopText": "Bienvenue à la Boutique Saisonnière !! Nous avons actuellement reçu les nouveautés Édition Saisonnière du Printemps. Tout l'équipement est disponible à l'achat pendant la Fête du Printemps chaque année, mais nous ne sommes ouverts que jusqu'au 30 Avril, alors faites un stock dès maintenant, ou vous devrez attendre un an pour acheter à nouveau cet équipement.", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Bienvenue à la Boutique Saisonnière!! Nous avons reçu les nouveautés Édition Saisonnière de l'Été. Tout l'équipement sera disponible à l'achat pendant la Fête de l'Été chaque année, mais nous ne sommes ouverts que jusqu'au 31 juillet, alors faites un stock dès maintenant ou vous devrez attendre un an pour acheter à nouveau cet équipement!", "seasonalShopRebirth": "Si vous avez utilisé l'Orbe de Renaissance, vous pouvez acheter ces équipements à nouveau dès lors que vous débloquez la Boutique. Dans un premier temps, vous ne pourrez acheter que les objets de votre classe actuelle (Guerrier, par défaut), mais ne craignez rien, les autres objets de classes seront disponibles si vous changez de classe.", "candycaneSet": "Sucre d'Orge (Mage)", "skiSet": "Ski-sassin (Voleur)", @@ -46,8 +48,8 @@ "magicMouseSet": "Souris Magique (Mage)", "lovingPupSet": "Chiot Affectueux (Guérisseur)", "stealthyKittySet": "Chaton Furtif (Voleur)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Bretteur Audacieux (Guerrier)", + "emeraldMermageSet": "Sorcirène (Mage)", + "reefSeahealerSet": "Poissoigneur du Récif (Guérisseur)", + "roguishPirateSet": "Pirate Voyou (Voleur)" } \ No newline at end of file diff --git a/common/locales/fr/messages.json b/common/locales/fr/messages.json index c43f082390..ffb70b2adb 100644 --- a/common/locales/fr/messages.json +++ b/common/locales/fr/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Votre <%= itemText %> s'est cassé·e.", "messageTaskNotFound": "Tâche non trouvée.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Il y a déjà une tâche avec ce numéro d'identification (ID).", "messageTagNotFound": "Étiquette non trouvée.", "messagePetNotFound": ":pet non trouvé dans user.items.pets", "messageFoodNotFound": ":food non trouvé dans user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Vous avez trouvé un Œuf de <%= dropText %> ! <%= dropNotes %>", "messageDropPotion": "Vous avez trouvé une Potion d’Éclosion <%= dropText %> ! <%= dropNotes %>", "messageFoundQuest": "Vous avez trouvé la quête \"<%= 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!" + "armoireEquipment": "<%= image %> Vous avez trouvé une pièce d'équipement rare dans l'Armoire: <%= dropText %>! Génial!", + "armoireFood": "<%= image %> Vous farfouillez dans l'Armoire et trouvez du/de la <%= dropArticle %><%= dropText %>. Qu'est-ce que ça fait là?", + "armoireExp": "Vous luttez contre l'Armoire et gagnez de l'Expérience. Prends ça!" } \ No newline at end of file diff --git a/common/locales/fr/npc.json b/common/locales/fr/npc.json index a825243a71..bf39d8bd80 100644 --- a/common/locales/fr/npc.json +++ b/common/locales/fr/npc.json @@ -2,7 +2,7 @@ "npc": "PNJ", "npcText": "A soutenu le projet Kickstarter à son niveau maximum ! ", "mattBoch": "Matt Boch", - "mattShall": "Dois-je préparer votre coursier, <%= name %>? Lorsque vous avez assez nourri un animal pour qu'il devienne une fière monture, il apparaîtra ici. Cliquez sur une monture pour monter en selle!", + "mattShall": "Dois-je préparer votre coursier, <%= name %>? Lorsque vous avez assez nourri un animal pour qu'il devienne une fière monture, il apparaît ici. Cliquez sur une monture pour monter en selle!", "mattBochText1": "Bienvenue à l'Écurie! Je suis Matt, le Maître des Bêtes. Après avoir passé le niveau 4, vous pouvez faire éclore vos familiers grâce à vos œufs et potions. Lorsque vous faites éclore un animal au Marché, il apparaît ici! Cliquez sur l'image d'un animal pour le faire rejoindre votre avatar. Donnez à vos familiers la nourriture que vous trouvez dès la fin du niveau 4, et ils deviendront de puissantes montures. ", "daniel": "Daniel", "danielText": "Bienvenue à la Taverne ! Restez un moment et rencontrez les habitants. Si vous avez besoin de vous reposer (vacances ? maladie ?), je vous installerai à l'Auberge. Pendant votre séjour, vos tâches Quotidiennes ne vous infligeront pas de dommages à la fin de la journée, mais vous pourrez quand même les réaliser.", @@ -10,8 +10,8 @@ "alexander": "Alexander le Marchand", "welcomeMarket": "Bienvenue au Marché ! Achetez des œufs rares et des potions ! Vendez vos surplus ! Commandez des services utiles ! Venez voir ce que nous avons à proposer. ", "sellForGold": "Vendre <%= item %> pour <%= gold %> Or", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Vendre un oeuf de <%= itemType %> pour <%= gold %> Or.", + "sellPotionForGold": "Vendre une potion <%= itemType %> pour <%= gold %> Or", "buyGems": "Acheter des Gemmes", "justin": "Justin", "USD": "USD", @@ -20,7 +20,7 @@ "dismissAlert": "Renvoyer la Messagère", "donateText1": "Ajoute 20 Gemmes à votre compte. Les gemmes sont utilisées pour acheter des objets spéciaux en jeu tel que les maillots ou les coiffures.", "donateText2": "Contribuez à soutenir HabitRPG", - "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!", + "donateText3": "En tant que projet à code source ouvert, HabitRPG est dépendant du soutien de ses utilisateurs. L'argent que vous dépensez en gemmes nous aide à continuer à faire tourner les serveurs, à maintenir un petit groupe d'employés, à développer de nouvelles fonctionnalités et à fournir des encouragements à nos programmeurs bénévoles. Merci de votre générosité!", "donationDesc": "20 Gemmes, Don à HabitRPG", "payWithCard": "Payer par Carte Bancaire", "payNote": "Note : Paypal met parfois longtemps à transmettre. Nous vous recommandons de payer par carte.", @@ -43,36 +43,36 @@ "tourHabits": "Cette colonne est pour les bonnes et mauvaises Habitudes que vous réalisez fréquemment ! Pour continuer, cliquez sur le crayon pour changer les noms, puis cliquez sur la coche pour enregistrer.", "tourStats": "Les bonnes habitudes vous donneront de l'expérience et de l'or. Les mauvaises habitudes vous feront perdre de la vie.", "tourGP": "Pour continuer, achetez l’Épée d'Entrainement avec l'or que vous venez de recevoir !", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Personnalisez votre Avatar", "tourScrollDown": "Faites attention à bien aller tout en bas de la page pour voir toutes les options ! Cliquez sur votre avatar à nouveau pour retourner à la page des tâches.", "tourMuchMore": "Quand vous aurez fini avec vos tâches, vous pourrez former une équipe avec vos amis, discuter dans les guildes liées à vos centres d'intérêts, participer à des défis, et bien plus !", "tourStatsPage": "Ceci est votre page de statistiques ! Remportez des succès en complétant les tâches listées.", - "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!", + "tourTavernPage": "Bienvenue à la Taverne, un lieu de discussion pour tous! Vous pouvez vous protéger des dégâts causés par vos Quotidiennes en cas de maladie ou de voyage en cliquant sur \"Se reposer à l'Auberge\". Venez dire bonjour! ", "tourPartyPage": "Votre équipe vous aidera à rester responsable. Invitez des amis pour déverrouiller un parchemin de quête !", - "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!", + "tourGuildsPage": "Les Guildes sont des groupes de discussion créés par les joueurs pour les joueurs pour regroupe les personnes autour de leurs centres d'intérêt. Jetez un œil à la liste et rejoignez les Guildes qui vous intéressent! Nous vous recommandons la Guilde des Nouveaux Arrivants, où chacun peut poser des questions sur HabitRPG!", + "tourChallengesPage": "Les Défis sont des listes de tâches à thème créées par des membres! Rejoindre un Défi ajoutera ses tâches à votre compte. Rivalisez avec d'autres membres pour gagner des Gemmes!", "tourMarketPage": "A partir du niveau 4, des œufs et des potions d'éclosion apparaitront au hasard comme butin lorsque vous réaliserez vos tâches. Ils apparaissent ici - utilisez-les pour faire éclore des Familiers ! Vous pouvez aussi acheter des objets au Marché.", - "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourHallPage": "Bienvenue au Panthéon des Héros, où les contributeurs open-source d'HabitRPG sont honorés. Que ce soit par le code, les illustrations, la musique, l'écriture ou simplement par leur obligeance, ils ont gagné des Gemmes, de l'équipement exclusif et des titres prestigieux. Vous pouvez vous aussi contribuer à HabitRPG!", + "tourPetsPage": "Voici l'Écurie! Après avoir passé le niveau 4, vous pouvez faire éclore vos familiers grâce à vos œufs et potions. Lorsque vous faites éclore un animal au Marché, il apparaît ici! Cliquez sur l'image d'un animal pour le faire rejoindre votre avatar. Donnez à vos familiers la nourriture que vous trouvez dès la fin du niveau 4, et ils deviendront de puissantes montures.", + "tourMountsPage": " Lorsque vous avez assez nourri un animal pour qu'il devienne une fière monture, il apparaîtra ici. (les familiers, les montures et la nourriture sont accessibles à la fin du niveau 4.) Cliquez sur une monture pour monter en selle!", + "tourEquipmentPage": "C'est ici que vous rangez votre Équipement! Votre Tenue de Combat influe sur vos stats. Si vous voulez que votre avatar arbore un équipement différent sans changer vos stats, cochez \"Utiliser un Costume\". ", + "tourOkay": "Cool!", + "tourAwesome": "Génial!", + "tourSplendid": "Splendide!", + "tourNifty": "Habile!", + "tourAvatarProceed": "Montrez-moi mes tâches !", + "tourToDosBrief": "Liste À Faire", + "tourDailiesBrief": "Tâches Quotidiennes", + "tourDailiesProceed": "Je ferai attention !", + "tourHabitsBrief": "Bonnes & Mauvaises Habitudes", + "tourHabitsProceed": "Logique!", + "tourRewardsBrief": "Liste de Récompenses", + "tourRewardsProceed": "C'est tout !", + "welcomeToHabit": "Bienvenue dans HabitRPG, un jeu pour améliorer votre vie!", + "welcome1": "Créez et personnalisez un avatar qui vous représentera en jeu. ", + "welcome2": "Vos tâches réelles influent sur la Santé (PV), l'Expérience (XP) et l'Or de votre avatar!", + "welcome3": "Accomplissez des tâches pour gagner de l'Expérience (XP) et de l'Or, qui déverrouillent des fonctionnalités et des récompenses géniales!", + "welcome4": "Évitez les mauvaises habitudes qui vident votre Santé (PV), ou votre avatar mourra!", + "welcome5": "Maintenant, vous allez personnaliser votre avatar et définissez vos tâches...", + "imReady": "Je suis prêt !" } \ No newline at end of file diff --git a/common/locales/fr/pets.json b/common/locales/fr/pets.json index 83341591fb..31242ad6a3 100644 --- a/common/locales/fr/pets.json +++ b/common/locales/fr/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydre", "mantisShrimp": "Crevette-mante", "mammoth": "Mammouth Laineux", + "orca": "Orca", "rarePetPop1": "Cliquez sur l'empreinte dorée pour savoir comment obtenir cet animal rare en contribuant à HabitRPG !", "rarePetPop2": "Comment obtenir ce Familier !", "potion": "Potion <%= potionType %>", diff --git a/common/locales/fr/quests.json b/common/locales/fr/quests.json index 10548b8a6e..065017f281 100644 --- a/common/locales/fr/quests.json +++ b/common/locales/fr/quests.json @@ -1,11 +1,11 @@ { "quests": "Quêtes", "quest": "quête", - "questDetails": "Quest Details", + "questDetails": "Détails de la Quête", "invitations": "Invitations", "completed": "Complétée !", "youReceived": "Vous remportez", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "En cliquant sur \"Inviter\", vous enverrez une invitation aux membres de votre équipe. Lorsque tous les membres auront accepté ou refusé, la quête commencera. Vous pouvez suivre le statut de l'invitation sous Social > Équipe.", "inviteParty": "Inviter l'équipe", "questInvitation": "Invitation à une Quête :", "questInvitationTitle": "Invitation à une Quête", diff --git a/common/locales/fr/questscontent.json b/common/locales/fr/questscontent.json index f5f945ac63..48978e5ffd 100644 --- a/common/locales/fr/questscontent.json +++ b/common/locales/fr/questscontent.json @@ -203,10 +203,16 @@ "questSheepCompletion": "Impressionné par votre assiduité, le Bélier du Tonnerre voit sa fureur se calmer peu à peu. Il lance trois énormes grêlons dans votre direction et disparaît dans un grondement sourd. En allant voir les grêlons de plus près, vous vous apercevez que ce sont en fait trois œufs doux et floconneux. Vous les ramassez et rentrez chez vous en flânant sous un ciel sans tache.", "questSheepDropSheepEgg": "Mouton (Œuf)", "questSheepUnlockText": "Déverrouille l'achat d’œufs de mouton au Marché", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "Le Kraken d'Inkomplet", + "questKrakenNotes": "Par une journée chaude et ensoleillée, vous naviguez à travers la Baie d'Inkomplet, mais votre esprit est obscurci car vous vous inquiétez de tout ce qu'il vous reste encore à faire. Il vous semble qu'à peine une tâche terminée, une autre surgit, puis une autre...

Soudain, le bateau est horriblement secoué et des tentacules visqueux jaillissent de l'eau de tous côtés! \"Nous sommes attaqués par le Kraken d'Inkomplet!\" s'écrie Wolvenhalo.

\"Vite!\" vous crie Lemoness. \"Abattez autant de tentacules et de tâches que possible avant que d'autres ne s'élèvent pour prendre leur place!\"", + "questKrakenBoss": "Le Kraken d'Inkomplet", + "questKrakenCompletion": "Alors que le Kraken s'enfuit, plusieurs œufs remontent à la surface. Lemoness les examine et sa méfiance se change bientôt en ravissement. \"Des œufs de seiche!\", dit-elle. \"Tiens, prends-les en récompense de tout ce que tu as accompli.\"", + "questKrakenDropCuttlefishEgg": "Seiche (Œuf) ", + "questKrakenUnlockText": "Déverrouille l'achat d’œufs de seiche au Marché", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/fr/settings.json b/common/locales/fr/settings.json index 3ac6595d25..447ad0576a 100644 --- a/common/locales/fr/settings.json +++ b/common/locales/fr/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Heure personnalisée de début de journée", "24HrClock": "Horloge de 24 heures", "customDayStartInfo1": "Par défaut, HabitRPG vérifie et réinitialise vos quotidiennes à minuit dans votre propre fuseau horaire tout les jours. Il est recommandé que vous lisiez les informations suivantes avant de les changées :", - "customDayStartInfo2": "(en voir plus)", - "customDayStartInfo3": "(en voir moins)", "customDayStartInfo4": "Terminez toutes vos tâches quotidiennes avant de personnaliser l'heure de démarrage de la journée ou restez à l'auberge pendant cette journée. Modifier l'heure de démarrage de la journée peut amener Cron s'exécuter immédiatement, mais après le premier jour, il fonctionnera de la façon souhaitée.

Attendre en moyenne deux heures pour que les changenents prennent effet. Par exemple, s'il est actuellement règlé à 0 (minuit), changez le avant 22h; si vous voulez le régler sur 21h, modifiez le avant 19h.

Entrez une heure de 0 à 23 (c'est le système horaire sur 24 heures qui est utilisé). Saisir directement est plus efficace que d'utiliser les flèches. Une fois le paramètre changé, actualisez la page pour vérifier que la nouvelle valeur s'affiche correctement.", "misc": "Divers", "showHeader": "Montrer le Bandeau", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "incluant à la fois votre ancienne et votre nouvelle adresse mail et votre ID d'utilisateur·trice", "username": "Nom d'utilisateur", + "usernameOrEmail": "Nom d'utilisateur ou adresse courriel", "email": "Mail", "registeredWithFb": "Inscrit·e avec Facebook", "loginNameDescription1": "C'est ce que vous utilisez pour vous connecter à HabitRPG. Allez sur", @@ -113,11 +112,11 @@ "benefits": "Avantages", "coupon": "Promo", "couponPlaceholder": "Entrer le Code Promotionnel", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Nous participons parfois à des événements, et donnons des codes pour de l'équipement spécial (par exemple pour ceux qui s'arrêtent à notre kiosque à la Wondercon).", "apply": "Appliquer", "resubscribe": "Se réinscrire", "promoCode": "Code promotionnel", "promoCodeApplied": "Code promotionnel validé ! Vérifiez votre inventaire", "promoPlaceholder": "Entrez le Code promotionnel", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Afficher le bouton Inviter Dans L'équipe lorsque l'équipe a 1 seul membre." } \ No newline at end of file diff --git a/common/locales/fr/spells.json b/common/locales/fr/spells.json index fe2f3d59cb..37a5778f23 100644 --- a/common/locales/fr/spells.json +++ b/common/locales/fr/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Graine Brillante", "spellSpecialShinySeedNotes": "Change un ami en une fleur joyeuse !", "spellSpecialPetalFreePotionText": "Potion d'effeuillage", - "spellSpecialPetalFreePotionNotes": "Annule les effet de la Graine Brillante" + "spellSpecialPetalFreePotionNotes": "Annule les effet de la Graine Brillante", + "spellSpecialSeafoamText": "Écume ", + "spellSpecialSeafoamNotes": "Transformez un ami en une créature marine!", + "spellSpecialSandText": "Sable ", + "spellSpecialSandNotes": "Annule les effets de l'Écume." } \ No newline at end of file diff --git a/common/locales/fr/subscriber.json b/common/locales/fr/subscriber.json index 1dd7af09eb..c72a7a9b5c 100644 --- a/common/locales/fr/subscriber.json +++ b/common/locales/fr/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Abonnements", "subDescription": "Désactiver les publicités, acheter des gemmes avec de l'or, gagner un objet mystère mensuel, conserver l'historique du progrès, doubler la limite journalière de butin, soutenir les devs. Cliquez pour plus d'info.", "disableAds": "Supprimer les pubs", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Les publicités sont désactivées lorsque vous avez un abonnement actif (les donateurs originaux sont sous clause de grand-père).", "buyGemsGold": "Acheter des Gemmes avec de l'Or", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Alexandre le Marchand vous vendra des gemmes au prix de <%= gemCost %> pièces d'or par gemme. Ses cargaisons sont initialement plafonnées à <%= gemLimit %> gemmes par mois, mais ce plafond augmente de 5 gemmes pour chaque tranche de trois mois d'abonnement consécutifs, jusqu'à un maximum de 50 gemmes par mois.", "retainHistory": "Conserve la totalité des entrées de l'historique", "retainHistoryText": "Rend votre historique complet disponible sous forme de graphiques et d'exportation. Les historiques des non-abonnés sont nettoyés pour optimiser la base de données.", "doubleDrops": "Limite journalière de butin doublée", "doubleDropsText": "Complétez votre écurie encore plus vite !", "mysteryItem": "Des objets uniques tous les mois pour les abonnés", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "Chaque mois, vous recevrez un objet cosmétique unique pour votre avatar ! En plus, pour chaque période de trois mois consécutifs d'inscription, les Mystérieux Voyageurs Temporels vous donneront accès aux objets cosmétiques historiques (et futurs !).", "supportDevs": "Soutenez les développeurs", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Votre inscription aide à garder Habitica prospère et aide à financer le développement de nouvelles fonctionnalités. Merci de vie générosité !", "monthUSD": "USD / Mois", "organization": "Organisation", "groupPlans": "Offres d'Entreprise", diff --git a/common/locales/fr/tasks.json b/common/locales/fr/tasks.json index 2eac38f47b..c6acb64326 100644 --- a/common/locales/fr/tasks.json +++ b/common/locales/fr/tasks.json @@ -16,13 +16,14 @@ "checklist": "Liste de vérification", "checklistText": "Morcelez vos tâches! Les listes de vérification augmentent le gain d'Expérience et d'Or pour les tâches À Faire, et réduisent les dommages infligés par les Quotidiennes. ", "expandCollapse": "Développer/Réduire", - "text": "Title", + "text": "Titre", "extraNotes": "Notes supplémentaires", "direction/Actions": "Instructions/Actions", "advancedOptions": "Options avancées", "difficulty": "Difficulté", "difficultyHelpTitle": "Quelle est la difficulté de cette tâche ?", "difficultyHelpContent": "Plus une tâche est difficile, plus vous gagnez d'Expérience et d'Or lorsque vous la cochez... mais elle vous blesse d'autant plus si c'est une Quotidienne ou une Mauvaise Habitude!", + "trivial": "Banal", "easy": "Facile", "medium": "Moyen", "hard": "Difficile", @@ -36,11 +37,11 @@ "newDailyBulk": "Nouvelles tâches Quotidiennes (une par ligne)", "streakCounter": "Compteur de Combo", "repeat": "Répéter", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Répéter tous les", + "repeatDays": "Tous les X Jours", + "repeatWeek": "Certains jours de la semaine", + "day": "Jour", + "days": "Jours", "restoreStreak": "Remettre le combo à zéro", "todos": "À Faire", "newTodo": "Nouvelle tâche À faire", @@ -65,9 +66,9 @@ "clearTags": "Nettoyer", "hideTags": "Masquer", "showTags": "Afficher", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Date de début", + "startDateHelpTitle": "Quand cette tâche devrait-elle démarrer ?", + "startDateHelp": "Définissez la date à laquelle cette tâche prendra effet. Elle ne sera pas active avant cette date. ", "streakName": "Combo réussis", "streakText": "A réussi <%= streaks %> combo(s) de 21 jours dans ses tâches Quotidiennes", "streakSingular": "Combo", @@ -87,22 +88,22 @@ "pushTaskToBottom": "Déplacer la tâche en fin de liste", "emptyTask": "Indiquez d'abord le titre de la tâche.", "dailiesRestingInInn": "Vous vous reposez à l'Auberge ! Vos Quotidiennes ne vous infligeront AUCUN dégâts cette nuit, mais SERONT réinitialisées chaque jour. Si vous participez à une quête, vous n'infligerez aucun dégât / ne récolterez aucun item jusqu'à ce que vous quittiez l'Auberge, mais vous pouvez quand même être blessé par un boss si un de vos équipiers oublie une de ses Quotidiennes.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "habitHelp1": "Les Bonnes Habitudes sont les choses que vous faites souvent. Elles octroient de l'Or et de l'Expérience à chaque fois que vous cliquez sur le <%= plusIcon %>.", + "habitHelp2": "Les Mauvaises Habitudes sont les choses que vous voulez éviter de faire. Elles retirent de la Santé à chque fois que vous cliquez sur le <%= minusIcon %>.", + "habitHelp3": "Vous pouvez vous inspirer de ces Exemples d'Habitudes!", + "newbieGuild": "Vous avez encore des questions? Posez-les à la <%= linkStart %>Guilde des Newbies<%= linkEnd %>!", + "dailyHelp1": "Les Quotidiennes se répètent <%= emphasisStart %>chaque jour<%= emphasisEnd %> où elles sont actives. Cliquez sur le <%= pencilIcon %> pour changer les jours d'activation de vos Quotidiennes.", + "dailyHelp2": "Si vous n'accomplissez pas vos tâches Quotidiennes, vous perdez de la Santé lors du Cron (votre passage d'un jour à l'autre). ", + "dailyHelp3": "Les tâches Quotidiennes deviennent <%= emphasisStart %>plus rouges<%= emphasisEnd %> lorsque vous les ratez, et <%= emphasisStart %>plus bleues<%= emphasisEnd %> lorsque vous les accomplissez. Plus une tâche Quotidienne est rouge, plus elle vous récompensera... ou vous blessera.", + "dailyHelp4": "Pour changer votre Cron, c'est-à-dire le moment du passage d'un jour à l'autre, allez sur <%= linkStart %> Paramètres > Site<%= linkEnd %> > Heure personnalisée de début de journée.", + "dailyHelp5": "Vous pouvez vous inspirer de ces exemples de Quotidiennes!", + "toDoHelp1": "Les tâches À Faire sont jaunes par défaut, et rougissent (en prenant de la valeur) au fil du temps que vous mettez à les accomplir. ", + "toDoHelp2": "Les tâches À Faire ne vous blessent jamais! Elles octroient seulement de l'Or et de l'Expérience. ", + "toDoHelp3": "En fractionnant votre tâche À Faire en une liste de vérification faite de plus petits éléments, vous la rendrez moins effrayante et augmenterez vos points!", + "toDoHelp4": "Vous pouvez vous inspirer de ces exemples de tâches À Faire!", + "rewardHelp1": "L'équipement que vous achetez pour votre avatar est entreposé dans <%= linkStart %>Inventaire > Équipement<%= linkEnd %>.", + "rewardHelp2": "L’équipement affecte vos statistiques (<%= linkStart %>Utilisateur > Caractéristiques<%= linkEnd %>).", + "rewardHelp3": "De l'équipement spécial apparaitra ici pendant les Évènements Mondiaux.", + "rewardHelp4": "Ne soyez pas effrayé de choisir des récompenses personnalisées ! Regardez quelques exemples ici.", + "clickForHelp": "Cliquez pour obtenir de l'aide. " } \ No newline at end of file diff --git a/common/locales/he/backgrounds.json b/common/locales/he/backgrounds.json index 4feb2bbd3c..ee2b4c4108 100644 --- a/common/locales/he/backgrounds.json +++ b/common/locales/he/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "בועות נוצצות", "backgroundShimmeryBubblesNotes": "לצוף בים של בועות נוצצות", "backgroundIslandWaterfallsText": "מפלי איים", - "backgroundIslandWaterfallsNotes": "לצאת לפיקניק ליד מפלי איים" + "backgroundIslandWaterfallsNotes": "לצאת לפיקניק ליד מפלי איים", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/he/challenge.json b/common/locales/he/challenge.json index 7bdf2a018f..d195696691 100644 --- a/common/locales/he/challenge.json +++ b/common/locales/he/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "בחר מנצח וחתום את האתגר:", "deleteOrSelect": "מחק או בחר מנצח", "endChallenge": "חתום את האתגר", - "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.", + "challengeDiscription": "אלו הם משימות האתגר שייתווספו לעמוד המשימות שלך במידה ותצטרף לאתגר. משימות אלו ישנו את צבען ויאפשרו לך לצפות בגרפים המציגים את ההתקדמות הכוללת של הקבוצה.", "hows": "מה מצבם של כולם?", "filter": "מסנן", "groups": "קבוצות", @@ -33,8 +33,8 @@ "challengeTagPop": "אתגרים מופיעים ברשימות-תגים ובכלי-משימות, כך שאתה צריך לתת להם בנוסף לכותרת מפורטת, שם קצר וקולע, למשל: 'לאבד 1.5 קילו ב3 חודשים' יכול להתקצר ל'-1.5 ק\"ג' (לחץ למידע נוסף)", "challengeDescr": "תיאור", "prize": "פרס", - "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.", + "prizePop": "אם יכול להיות ״מנצח״ לאתגר שלך, אתה יכול לזכות אותו באבני חן כפרס. לכל היותר כמספר אבני החן שברשותך + אבני החן השייכים לגילדה (במידה ואתה יצרת את הגילדה). שים לב: לא ניתן לערוך פרס זה בשלב מאוחר יותר.", + "prizePopTavern": "אם יכול להיות ״מנצח״ לאתגר שלך, אתה יכול לזכות אותו באבני חן כפרס. לכל היותר כמספר אבני החן שברשותך + אבני החן השייכים לגילדה (במידה ואתה יצרת את הגילדה). שים לב: לא ניתן לערוך פרס זה בשלב מאוחר יותר, ואבני החן של אתגרי פונדק לא יוחזרו במידה ותבטל את האתגר.", "publicChallenges": "לכל הפחות אבן חן אחת לאתגרים ציבוריים (זה עוזר למנוע ספאם, אל תזלזל/י)", "officialChallenge": "אתגר רשמי של האתר", "by": "פורסם ע\"י", @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "לא בבעלות", "challengedEitherOwnedFilter": "אחד מהשניים", "backToChallenges": "בחזרה לכל האתגרים", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %><%= gemicon %> פרס", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/he/character.json b/common/locales/he/character.json index 441b931e58..7c8158bb08 100644 --- a/common/locales/he/character.json +++ b/common/locales/he/character.json @@ -39,6 +39,7 @@ "pastelSkins": "עורות בצבעי פסטל", "spookySkins": "עורות מפחידים", "supernaturalSkins": "צבעי עור על-טבעיים", + "splashySkins": "Splashy Skins", "rainbowColors": "צבעי הקשת", "shimmerColors": "צבעים מנצנצים", "hauntedColors": "צבעים רדופי-רוחות", @@ -53,9 +54,11 @@ "costume": "תחפושת", "costumeText": "אם אתה מעדיף להיראות אחרת מהדרך בה ציידת את דמותך, סמן את האפשרות \"השתמש בתחפושת\" כדי לעטות תחפושת מגניבה ומטריפת חושים, בעוד שהציוד האמיתי שלך יישאר חבוי מתחתיה.", "useCostume": "שימוש בתחפושת", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "הרווחת את תג ״הציוד המקסימלי״ על השגת הציוד הטוב ביותר למקצועות הבאים:", - "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.", + "moreGearAchievements": "כדי לצבור עוד תגי ״ציוד מקסימאלי״, שנה את המקצוע שלך בעמוד התכונות ורכוש לעצמך את הציוד למקצוע החדש שבחרת!", + "armoireUnlocked": "כעת נפתחה בפניך גם האפשרות לרכוש ציוד קסום!. לחץ על כפתור הפרס ״ציוד קסום״ על מנת לנסות את מזלך בקבלת ציוד מיוחד במינו! פרס זה גם יכול לתת לך באופן רנדומאלי ניסיון או פריטי מזון.", "ultimGearName": "ציוד מקסימלי", "ultimGearText": "שדרג את נשקיו ושריונו לדרגה הגבוהה ביותר במקצועות הבאים:", "level": "דרגה", @@ -73,7 +76,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": "כוח מגביר את הסיכוי ל\"פגיעות חמורות\" ואת הסיכוי לקבלת מהם זהב, ניסיון, וחפצי ערך. הוא גם מסייע לגרום נזק למפלצות האויב.", @@ -117,7 +120,7 @@ "rogueText": "נוכלים אוהבים לצבור עושר, הם משיגים יותר זהב מכל אחד אחר והם מוכשרים במציאת חפצים אקראיים. יכולת החשאיות המפורסמת שלהם מאפשרת להם להתחמק מהתוצאות של מטלות יומיות שפוספסו. שחק נוכל אם אתה נהנה במיוחד מפרסים, הישגים, שלל ותגים.", "healerText": "מרפאים הם חסינים לכל פגע, והם מציעים את ההגנה הזו גם לחבריהם. מטלות יומיות והרגלים רעים לא ממש מזיזים להם, ויש להם דרכים לרפא את הבריאות שלהם לאחר כישלון. שחק מרפא אם אתה נהנה לעזור לחברים שלך במשחק, או אם הרעיון לרמות את המוות דרך עבודה קשה קוסם לך!", "optOut": "ותר על זה", - "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.", + "optOutText": "אין לך כוח לבחור מקצוע? רוצה לבחור מאוחר יותר? ותר על זה כעת - אתה תשאר לוחם ונקודות התכונה שלך יחולקו אוטומטית. תוכל לקרוא על סוגי המקצועות בעמוד הויקי ולבחור מקצוע מאוחר יותר בעמוד המשתמש > תכונות.", "select": "בחר", "stealth": "חשאיות", "stealthNewDay": "בתחילתו של יום חדש, הימנע מלחטוף נזק ממטלות יומיות שלא ביצעת.", @@ -142,9 +145,9 @@ "unequipPetMountBackground": "הסר את חיית המחמד, חיית הרכיבה ותמונת הרקע", "animalSkins": "עורות דמוי בע״ח", "chooseClassHeading": "בחר את המקצוע שלך! או דחה את הבחירה לשלב מאוחר יותר.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", + "warriorWiki": "", + "mageWiki": "מכשף", + "rogueWiki": "נוכל", + "healerWiki": "מרפא", "chooseClassLearn": "מידע נוסף לגבי מקצועות" } \ No newline at end of file diff --git a/common/locales/he/content.json b/common/locales/he/content.json index 2c05d5dfb4..52cab66266 100644 --- a/common/locales/he/content.json +++ b/common/locales/he/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "מתוק", "questEggSheepText": "כבשים", "questEggSheepAdjective": "מלאי צמר", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "דיונון", + "questEggCuttlefishAdjective": "נעים", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "מצא שיקוי בקיעה למזוג על ביצה זו, והיא תבקע כ: <%= eggText(locale) %> <%= eggAdjective(locale) %>.", "hatchingPotionBase": "רגיל", "hatchingPotionWhite": "לבן", diff --git a/common/locales/he/gear.json b/common/locales/he/gear.json index f9a0598594..dbe4ca52ed 100644 --- a/common/locales/he/gear.json +++ b/common/locales/he/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/he/generic.json b/common/locales/he/generic.json index 031a067abd..9803c09617 100644 --- a/common/locales/he/generic.json +++ b/common/locales/he/generic.json @@ -54,6 +54,8 @@ "gems": "אבני חן", "gemButton": "יש לך <%= number %> פנינים", "moreInfo": "מידע נוסף", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "ותיק/ה", "veteranText": "סבל את ההאביט האפור (האתר הישן שלנו), וצבר אינספור צלקות קרב מהבאגים שלו", diff --git a/common/locales/he/groups.json b/common/locales/he/groups.json index b6d9da66f8..2aaae1dbde 100644 --- a/common/locales/he/groups.json +++ b/common/locales/he/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/he/limited.json b/common/locales/he/limited.json index 5a7eccd309..9fd1d46819 100644 --- a/common/locales/he/limited.json +++ b/common/locales/he/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "הופחד/ה <%= spookDust %> פעמים ע\"י שאר החבורה שלו/ה.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "כרטיס יום האהבה", "valentineCardNotes": "שלח כרטיס יום אהבה לשחקן/ית בחבורה.", "valentine0": "\"ורדים, אדומים הם\n<%= lineBreak %>\nוכחולות הן מטלותיי\n<%= lineBreak %>\nלהיות בחבורה שלך\n<%= lineBreak %>\nזה משוש חיי!\"", @@ -42,7 +44,7 @@ "newYear3": "שנה טובה! שתהיה/י לראש רשימת המטלות שלך, ולא לזנב.", "newYear4": "שנה טובה! מי ייתן ולא תותקף/י על ידי היפוגריף זועם.", "holidayCard": "קיבל/ה כרטיס לחגים!", - "mightyBunnySet": "Mighty Bunny (Warrior)", + "mightyBunnySet": "ארנב כוחני (לוחם)", "magicMouseSet": "Magic Mouse (Mage)", "lovingPupSet": "Loving Pup (Healer)", "stealthyKittySet": "Stealthy Kitty (Rogue)", diff --git a/common/locales/he/pets.json b/common/locales/he/pets.json index 4be7907f02..4428c98c2a 100644 --- a/common/locales/he/pets.json +++ b/common/locales/he/pets.json @@ -13,6 +13,7 @@ "hydra": "הידרה", "mantisShrimp": "חסילון-גמל-שלמה", "mammoth": "ממותה שעירה", + "orca": "Orca", "rarePetPop1": "לחצו על הכפה הזהובה ותוכלו ללמוד כיצד להשיג חיה נדירה זו - דרך תרומה לHabitRPG!", "rarePetPop2": "איך לקבל את חיית המחמד הזו!", "potion": "שיקוי <%= potionType %>", diff --git a/common/locales/he/questscontent.json b/common/locales/he/questscontent.json index e2f22ee48f..376c9e15a8 100644 --- a/common/locales/he/questscontent.json +++ b/common/locales/he/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/he/settings.json b/common/locales/he/settings.json index d7f263f993..8ebfb13f7c 100644 --- a/common/locales/he/settings.json +++ b/common/locales/he/settings.json @@ -42,8 +42,6 @@ "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:", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "שונות", "showHeader": "הראה כותרת", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "וכלול את כתובות הדוא\"ל הישנה והחדשה שלך כמו גם את מספר זיהוי המשתמש שלך.", "username": "שם כניסה", + "usernameOrEmail": "Login Name or Email", "email": "כתובת דוא\"ל", "registeredWithFb": "רשום עם Facebook", "loginNameDescription1": "אלה הפרטים בהם אתה משתמש כדי להכנס ל-HabitRPG. עבור ל-", diff --git a/common/locales/he/spells.json b/common/locales/he/spells.json index 1d95fbe1c2..6d764b383b 100644 --- a/common/locales/he/spells.json +++ b/common/locales/he/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "זרע מנצנץ", "spellSpecialShinySeedNotes": "הפכו חבר/ה לפרח מאושר!", "spellSpecialPetalFreePotionText": "תרופה ללא כותרת", - "spellSpecialPetalFreePotionNotes": "מבטלת את השפעת הזרעים המנצנצים" + "spellSpecialPetalFreePotionNotes": "מבטלת את השפעת הזרעים המנצנצים", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/he/tasks.json b/common/locales/he/tasks.json index 47ecec5b00..0ad207814e 100644 --- a/common/locales/he/tasks.json +++ b/common/locales/he/tasks.json @@ -23,6 +23,7 @@ "difficulty": "רמת קושי", "difficultyHelpTitle": "עד כמה קשה המשימה?", "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!", + "trivial": "Trivial", "easy": "קל", "medium": "בינוני", "hard": "קשה", diff --git a/common/locales/hu/backgrounds.json b/common/locales/hu/backgrounds.json index 55a38c58db..0e0ee752ae 100644 --- a/common/locales/hu/backgrounds.json +++ b/common/locales/hu/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Csillogó buborékok", "backgroundShimmeryBubblesNotes": "Lebegj a csillogó buborékok tengerében", "backgroundIslandWaterfallsText": "Vízesések", - "backgroundIslandWaterfallsNotes": "Piknikezz a vízesések mellett" + "backgroundIslandWaterfallsNotes": "Piknikezz a vízesések mellett", + "backgrounds072015": "KÉSZLET 14: kiadva 2015 júliusában", + "backgroundDilatoryRuinsText": "A Halogató romjai", + "backgroundDilatoryRuinsNotes": "Merülj le a Halogató romjaihoz", + "backgroundGiantWaveText": "Óriás hullám", + "backgroundGiantWaveNotes": "Lovagolj meg egy óriási hullámot!", + "backgroundSunkenShipText": "Elsüllyedt hajó", + "backgroundSunkenShipNotes": "Fedezz fel egy elsüllyedt hajót" } \ No newline at end of file diff --git a/common/locales/hu/challenge.json b/common/locales/hu/challenge.json index 53275e45ac..60288a39ee 100644 --- a/common/locales/hu/challenge.json +++ b/common/locales/hu/challenge.json @@ -49,10 +49,11 @@ "keepTasks": "Feladatok megtartása", "closeCha": "Kihívás bezárása és ...", "leaveCha": "Kihívás elhagyása és ...", - "challengedOwnedFilterHeader": "Ownership", - "challengedOwnedFilter": "Owned", - "challengedNotOwnedFilter": "Not Owned", - "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "challengedOwnedFilterHeader": "Birtoklás", + "challengedOwnedFilter": "Saját", + "challengedNotOwnedFilter": "Nem saját", + "challengedEitherOwnedFilter": "Valamelyik", + "backToChallenges": "Vissza a kihívásokhoz", + "prizeValue": "Nyeremény <%= gemcount %> <%= gemicon %>", + "clone": "Másol" } \ No newline at end of file diff --git a/common/locales/hu/character.json b/common/locales/hu/character.json index 0bf3329aab..41e94dbac9 100644 --- a/common/locales/hu/character.json +++ b/common/locales/hu/character.json @@ -7,7 +7,7 @@ "displayName": "Megjelenítendő név", "displayPhoto": "Fotó", "displayBlurb": "Bemutatkozás", - "displayBlurbPlaceholder": "Please introduce yourself", + "displayBlurbPlaceholder": "Kérlek mutasd be magad", "photoUrl": "Fotó link", "imageUrl": "Kép link", "inventory": "Tárgylista", @@ -39,6 +39,7 @@ "pastelSkins": "Pasztell bőrszínek ", "spookySkins": "Kísérteties bőrszínek", "supernaturalSkins": "Természetfeletti bőrszínek", + "splashySkins": "Vizes Bőrök", "rainbowColors": "Szivárvány színek", "shimmerColors": "Csillámló színek", "hauntedColors": "Kísérteties hajszínek", @@ -49,10 +50,12 @@ "classBonusText": "A kasztod (Harcos, ha még nem oldottál fel, vagy választottál ki másik kasztot) a saját kasztjához tartozó felszereléseket hatékonyabban használja. Ha a jelenlegi kasztodnak megfelelő holmit használsz, akkor az általa biztosított tulajdonság bónuszok 50%-kal nőnek.", "classEquipBonus": "Kaszt Tárgy Bónusz", "battleGear": "Harci felszerelés", - "battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.", + "battleGearText": "Ez itt a felszerelésed, amit a csatákban viselsz; hatással van számokra, amikor a feladataidat teljesíted.", "costume": "Ruha", "costumeText": "Ha tetszenek a ruhák, amiket hordasz, akkor pipáld ki a \"Ruha használata\" gombot, hogy felöltsd őket és a harci felszereléseid felett látszódjanak.", "useCostume": "Ruha használata", + "useCostumeInfo1": "Kattints a \"Ruha használata\" gombra; így ráadhatsz az avatarodra olyan felszereléseket, amik nem befolyásolják a tulajdonságaidat a harci felszerelésed által! Ez azt jelenti, hogy a bal oldalon használhatod a legjobb tulajdonságú felszerelésedet, és a jobb oldalt pedig felöltöztetheted, ahogy neked tetszik.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "Elérted a \"Végső felszerelés\" kitüntetést, amiért a maximumra fejlesztetted egy kaszt felszerelését! A következő teljes felszerelést raktad ki:", "moreGearAchievements": "Ahhoz, hogy még több Végső Felszerelés kitűzőt kapj, válts kasztot a Jellemzök oldalon és vedd meg az új kasztod összes felszerelését!", "armoireUnlocked": "A Varázslatos Ládát is feloldottad! Kattints az Elvarázsolt Láda jutalomra, hogy véletlenszerűen egy különleges felszerelést kaphass. Akár tapasztalati pontot vagy kaját is kaphatsz,", @@ -117,7 +120,7 @@ "rogueText": "A Tolvajok imádnak gyűjtögetni, ezért mindenki másnál jobbak Arany szerzésében és véletlenszerű tárgyak megtalálásában. Az ikonikus Lopakodás képességük képessé teszi őket arra, hogy elkerüljék a kihagyott Napi feladatok következményeit. Játssz Tolvajt, ha motiválnak a Jutalmak és a Kitűntetések, ha igyekszel minél több zsákmányt és kitűzőt bezsebelni!", "healerText": "A Gyógyítók érzéketlenek a sebzésre és meg tudják védeni a többieket is. A Kihagyott Napi feladatok és rossz Szokások nem hozzák őket annyira zavarba és vannak lehetőségeik az Életerő pontok visszaszerzésére. Játssz Gyógyítót, ha szeretsz másokon segíteni a Csapatban, vagy ha inspirál, hogy kijátszhatod a Halált kemény munkával", "optOut": "Elutasít", - "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.", + "optOutText": "Ne zavarjunk a kasztokkal? Később szeretnél választani? Halaszd későbbre - addig harcos leszel, különleges tulajdonságok nélkül. A kasztokról a wiki-n olvashatsz és a Felhasználó -> Karakterlap oldalon bármikor kiválaszthatod.", "select": "Kiválaszt", "stealth": "Lopakodás", "stealthNewDay": "Amikor egy új nap kezdődik, akkor elkerülsz némi sebzést ennyi kihagyott Napi feladatokból.", @@ -141,10 +144,10 @@ "unequipCostume": "Összes ruha eltávolítása", "unequipPetMountBackground": "Háziállat, hátas, háttér eltávolítása", "animalSkins": "Állat bőr", - "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes" + "chooseClassHeading": "Válaszd ki a kasztodat! Vagy halaszd el későbbre.", + "warriorWiki": "Harcos", + "mageWiki": "Mágus", + "rogueWiki": "Tolvaj", + "healerWiki": "Gyógyító", + "chooseClassLearn": "Tudj meg többet a kasztokról" } \ No newline at end of file diff --git a/common/locales/hu/content.json b/common/locales/hu/content.json index 88a48b4b04..0593793f0b 100644 --- a/common/locales/hu/content.json +++ b/common/locales/hu/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "édes", "questEggSheepText": "Bárány", "questEggSheepAdjective": "gyapjas", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Tintahal", + "questEggCuttlefishAdjective": "ennivaló", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Keress egy keltetőfőzetet ehhez a tojáshoz, és egy <%= eggAdjective(locale) %> <%= eggText(locale) %> kel majd ki belőle.", "hatchingPotionBase": "Alap", "hatchingPotionWhite": "Fehér", diff --git a/common/locales/hu/gear.json b/common/locales/hu/gear.json index ae719e9683..b2c31f0eda 100644 --- a/common/locales/hu/gear.json +++ b/common/locales/hu/gear.json @@ -116,13 +116,13 @@ "weaponSpecialSpring2015MageNotes": "Conjure yourself up a carrot with this fancy wand. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Spring Gear.", "weaponSpecialSpring2015HealerText": "Macska csörgő", "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.", - "weaponSpecialSummer2015RogueText": "Firing Coral", + "weaponSpecialSummer2015RogueText": "Tüzes Korall", "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", + "weaponSpecialSummer2015WarriorText": "Napos Kardhal", "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015MageText": "Soothsayer Staff", "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", + "weaponSpecialSummer2015HealerText": "A hullámok varázspálcája", "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", "weaponMystery201411Text": "A lakmározás vasvillája", "weaponMystery201411Notes": "Szúrd le az ellenségeidet vagy túrj bele kedvenc eledeleidbe - ezzel a sokoldalú vasvillával mindent megtehetsz! Nem ad bónuszt. 2014 Novemberi előfizetői tárgy.", @@ -239,13 +239,13 @@ "armorSpecialSpring2015MageNotes": "Your coattails match your cottontail! Increases Intelligence by <%= int %>. Limited Edition 2015 Spring Gear.", "armorSpecialSpring2015HealerText": "Comforting Catsuit", "armorSpecialSpring2015HealerNotes": "This soft catsuit is comfortable, and as comforting as mint tea. Increases Constitution by <%= con %>. Limited Edition 2015 Spring Gear.", - "armorSpecialSummer2015RogueText": "Ruby Tail", + "armorSpecialSummer2015RogueText": "Rubint Farok", "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", + "armorSpecialSummer2015WarriorText": "Arany Farok", "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "armorSpecialSummer2015MageText": "Soothsayer Robes", "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", + "armorSpecialSummer2015HealerText": "Tengerész Páncélja", "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "armorMystery201402Text": "Hirvivő köpeny", "armorMystery201402Notes": "Csillámlóak és erősek, ezeknek a köpenyeknek sok zsebük van levelek hordásához. Nem ad bónuszt. 2014 februári előfizetői tárgy.", @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Búvárruha", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk öltözet", "armorMystery301404Notes": "Jól vasalt és lenyűgöző, mi! Nem ad semmi előnyt. 3015 februári előfizetői tárgy.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Az indítékaid határozottan törvényesek. Nem ad semmi előnyt. Külön kiadású tárgy.", "eyewearMystery201503Text": "Aquamarine Eyewear", "eyewearMystery201503Notes": "Don't get poked in the eye by these shimmering gems! Confers no benefit. March 2015 Subscriber Item.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Szemüveg", "eyewearMystery301404Notes": "Nincs tetszetősebb szemviselett egy szemüvegnél - kivéve, talán a monokli. Nem ad bónuszt. 3015 áprilisi előfizetői tárgy.", "eyewearMystery301405Text": "Monokli", diff --git a/common/locales/hu/generic.json b/common/locales/hu/generic.json index d5f568c46c..e9dde17f84 100644 --- a/common/locales/hu/generic.json +++ b/common/locales/hu/generic.json @@ -54,6 +54,8 @@ "gems": "Drágakövek", "gemButton": "<%= number %> drágaköved van.", "moreInfo": "Több infó", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veterán", "veteranText": "Mállasztotta a Szürke Szokást (az Angular előtti weblapunkat), és szerzett néhány sebhelyet a hibáitól.", diff --git a/common/locales/hu/groups.json b/common/locales/hu/groups.json index 57035c6e29..602a71d050 100644 --- a/common/locales/hu/groups.json +++ b/common/locales/hu/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/hu/limited.json b/common/locales/hu/limited.json index bf8fa2c6ec..5c02be77c8 100644 --- a/common/locales/hu/limited.json +++ b/common/locales/hu/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "A csapattagjaid <%= spookDust %>-szor kísértettek.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentin napi képeslap", "valentineCardNotes": "Küldj egy Valentin napi képeslapot az egyik csapattagodnak.", "valentine0": "\"A rózsák vörösek<%= lineBreak %>a Napi feladataim kékek<%= lineBreak %>örülök <%= lineBreak %>hogy veled egy csapatban lehetek.\"", diff --git a/common/locales/hu/pets.json b/common/locales/hu/pets.json index 67d25948b7..2ac097bbe3 100644 --- a/common/locales/hu/pets.json +++ b/common/locales/hu/pets.json @@ -13,6 +13,7 @@ "hydra": "Hidra", "mantisShrimp": "Sáskarák", "mammoth": "Gyapjas Mamut", + "orca": "Orca", "rarePetPop1": "Kattintas az arany mancsra, hogy megtudd hogyan tudod megszerezni ezt a ritka háziállatot úgy, hogy közreműködsz a HabitRPG-nek.", "rarePetPop2": "Hogyan szerezheted meg ezt a háziállatot!", "potion": "<%= potionType %> főzet", @@ -26,7 +27,7 @@ "inventoryText": "Kattintsa tojásra, hogy a lásd a használható főzeteket zöldben és kattints egy kijelölt főzetre, hogy kikeltesd a háziállatod. Ha nincs kijelölt főzet, akkor kattints a tojásra újra, hogy megszűntesd a kijelölést és kattints egy főzetre inkább, hogy lásd a tojásokat, amiken használhatod. A nem kívánt tárgyakat eladhatod Alexandernek, a kereskedőnek.", "food": "Ételek és nyergek", "noFood": "Nincs ételed vagy nyerged.", - "dropsExplanation": "Get these items faster with gems if you don't want to wait for them to drop when completing a task. Learn more about the drop system.", + "dropsExplanation": "Szerezd meg ezeket a tárgyakat gyorsabban drágakövekkel, ha nem akarsz arra várni, hogy megtaláld őket amikor teljesítesz egy feladatot. Tudj meg többet a találási rendszerről.", "beastMasterProgress": "Bestiamester Haladás", "beastAchievement": "Megkaptad a \"Bestiamester\" Kitűntetést, amiért összegyűjtötted az összes háziállatot!", "beastMasterName": "Bestiamester", @@ -45,7 +46,7 @@ "dropsEnabled": "Mostantól tárgyakat találhatsz!", "itemDrop": "Egy tárgyat találtál.", "firstDrop": "You've unlocked the Drop System! Now when you complete tasks, you have a small chance of finding an item, including eggs, potions, and food! You just found a <%= eggText %> Egg! <%= eggNotes %>", - "useGems": "If you've got your eye on a pet, but can't wait any longer for it to drop, use Gems in Inventory > Market to buy one!", + "useGems": "Ha megtetszik egy háziállat, de nem tudsz tovább várni arra, hogy megtaláld, használj Drágaköveket itt: Tárgylista > Piac a vásárláshoz!", "hatchAPot": "Kelteted a(z) <%= egg %>-t a(z) <%= potion %> -al?", "feedPet": "Megeteted a(z) <%= article %><%= text %>-t a <%= name %>-el?", "useSaddle": "Felnyergeled a(z) <%= pet %>-t?", diff --git a/common/locales/hu/questscontent.json b/common/locales/hu/questscontent.json index 870ed59467..f5bbfc618b 100644 --- a/common/locales/hu/questscontent.json +++ b/common/locales/hu/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/hu/settings.json b/common/locales/hu/settings.json index c45b8b9884..bb9fd19f9e 100644 --- a/common/locales/hu/settings.json +++ b/common/locales/hu/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Egyedi nap indítás", "24HrClock": "24 órás óra", "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:", - "customDayStartInfo2": "(több)", - "customDayStartInfo3": "(kevesebb)", "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.", "misc": "Egyéb", "showHeader": "Mutasd a fejlécet", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com-ra", "emailChange3": "a régi és az új email címeddel és a felhasználói azonosítóddal.", "username": "Bejelentkezési név", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Facebook-al regisztráltál", "loginNameDescription1": "Ez az amivel be tudsz lépni a HabitRPG oldalra. Menj a ", diff --git a/common/locales/hu/spells.json b/common/locales/hu/spells.json index d4826452ef..9a03fbeae4 100644 --- a/common/locales/hu/spells.json +++ b/common/locales/hu/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/hu/subscriber.json b/common/locales/hu/subscriber.json index 2a60197444..41cc1d5a45 100644 --- a/common/locales/hu/subscriber.json +++ b/common/locales/hu/subscriber.json @@ -3,7 +3,7 @@ "subscriptions": "Előfizetések", "subDescription": "Reklámok letiltása, drágakő vásárlás arannyal, havonta egy rejtélyes tárgy, haladási előzmények megőrzése, dupla napi tárgyszerzés limit, a fejlesztők támogatása. Kattints a több információért.", "disableAds": "Reklámok kikapcsolása", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "A reklámok ki vannak kapcsolva ameddig rendelkezel aktív előfizetéssel (az eredeti adományozók mentesülnek)", "buyGemsGold": "Drágakő vásárlása aranyért", "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", "retainHistory": "Összes előzmény megőrzése", diff --git a/common/locales/hu/tasks.json b/common/locales/hu/tasks.json index b7b62e227c..8bdf8dc6e8 100644 --- a/common/locales/hu/tasks.json +++ b/common/locales/hu/tasks.json @@ -16,13 +16,14 @@ "checklist": "Feladatlista", "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": "Kibont/Összecsuk", - "text": "Title", + "text": "Cím", "extraNotes": "További feljegyzések", "direction/Actions": "Irány/Akció", "advancedOptions": "Haladó beállítások", "difficulty": "Nehézség", "difficultyHelpTitle": "Milyen nehéz ez a feladat?", - "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!", + "difficultyHelpContent": "Minél nehezebb egy feladat, annál több tapasztalatot és aranyat kapsz, amikor kipipálod... de annál jobban is sebez meg téged, ha egy napi feladat vagy rossz szokás!", + "trivial": "Trivial", "easy": "Könnyű", "medium": "Közepes", "hard": "Nehéz", @@ -36,11 +37,11 @@ "newDailyBulk": "Új napi feladatok (egy sorba csak egyet)", "streakCounter": "Szériaszámláló", "repeat": "Ismétlés", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Ismétel minden", + "repeatDays": "Minden X nap", + "repeatWeek": "A hét bizonyos napjain", + "day": "Nap", + "days": "Napok", "restoreStreak": "Széria visszaállítása", "todos": "Tennivalók", "newTodo": "Új Tennivaló", @@ -65,9 +66,9 @@ "clearTags": "Töröl", "hideTags": "Elrejt", "showTags": "Mutat", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Kezdő dátum", + "startDateHelpTitle": "Mikor induljon a feladat?", + "startDateHelp": "Állítsd be a feladat dátumát, amikortól aktív lesz. Előtte inaktív marad.", "streakName": "Széria Kitűntetés", "streakText": "<%= streaks %> 21 napos szériát teljesített Napi feladatokból", "streakSingular": "Szériázó", @@ -87,22 +88,22 @@ "pushTaskToBottom": "Rakd a feladatot legalulra", "emptyTask": "Előbb írd be a feladat címét.", "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.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", + "habitHelp1": "Jó szokások olyan dolgok, amiket gyakran csinálsz. Aranyat és tapasztalatot adnak minden alkalommal amikor a <%= plusIcon %> kattintasz.", + "habitHelp2": "Rossz szokások olyan dolgok, amiket inkább el akarsz kerülni. Csökkentik az életedet minden alkalommal, amikor a <%= minusIcon %> kattintasz.", "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", + "newbieGuild": "Van még kérdésed? Tedd fel a kérdésed a <%= linkStart %>Newbies Guild<%= linkEnd %> céhben!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", + "dailyHelp2": "Ha nem teljesíted az aktív napi feladataid, akkor életerőt vesztesz, amikor új nap kezdődik.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", + "dailyHelp4": "Ha meg szeretnéd változtatni, hogy mikor kezdődjön az új nap, menj a <%= linkStart %>Beállítások > Honlap<%= linkEnd %> > Egyedi nap indításához.", "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", + "toDoHelp1": "A tennivalók sárgán indulnak, és minél tovább tart teljesíteni annál pirosabbak (értékesebbek) lesznek.", + "toDoHelp2": "A tennivalók sosem sebeznek! Csak aranyat és tapasztalatot adnak.", + "toDoHelp3": "Ha egy tennivalót listára bontasz, nem lesz olyan félelmetes, és növeli a tapsztalatot!", "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "rewardHelp1": "Az avatárodnak vásárolt felszerelést a <%= linkStart %>Tárgylista > Felszerelés<%= linkEnd %> alatt találod.", + "rewardHelp2": "A felszerelések hatással vannak a tulajdonságaidra (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", + "rewardHelp3": "Különleges felszerelések itt jelennek meg a Globális Eseményekkor.", + "rewardHelp4": "Ne légy rest saját jutalmakat beállítani! Nézz meg néhány példa jutalmat.", + "clickForHelp": "Segítségért kattints" } \ No newline at end of file diff --git a/common/locales/it/backgrounds.json b/common/locales/it/backgrounds.json index 33356c9bec..ff071fcf78 100644 --- a/common/locales/it/backgrounds.json +++ b/common/locales/it/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Bolle appiccicose", "backgroundShimmeryBubblesNotes": "Galleggiare in un mare di Bolle appiccicose", "backgroundIslandWaterfallsText": "Isola delle Cascate", - "backgroundIslandWaterfallsNotes": "Picnic vicino l'Isola delle Cascate" + "backgroundIslandWaterfallsNotes": "Picnic vicino l'Isola delle Cascate", + "backgrounds072015": "SERIE 14: Luglio 2015", + "backgroundDilatoryRuinsText": "Rovine di Dilatory", + "backgroundDilatoryRuinsNotes": "Immergiti tra le rovine subacquee.", + "backgroundGiantWaveText": "Onda gigante", + "backgroundGiantWaveNotes": "Fai surf su un'onda altissima!", + "backgroundSunkenShipText": "Nave affondata", + "backgroundSunkenShipNotes": "Esplora un relitto sottomarino!" } \ No newline at end of file diff --git a/common/locales/it/challenge.json b/common/locales/it/challenge.json index 64ac1d1df3..e0a334200f 100644 --- a/common/locales/it/challenge.json +++ b/common/locales/it/challenge.json @@ -33,8 +33,8 @@ "challengeTagPop": "Le sfide compaiono nelle liste dei tag (etichette), quindi oltre al titolo descrittivo avrai bisogno anche di un nome breve e facilmente riconoscibile. Per esempio, 'Perdi 10 kg in 3 mesi' potrebbe diventare '-10kg' (Clicca il '?' per saperne di più).", "challengeDescr": "Descrizione", "prize": "Premio", - "prizePop": "Se qualcuno può 'vincere' questa sfida, hai l'opzione di ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi (+ le gemme della gilda, se sei tu il creatore della gilda di questa sfida). Nota: Questo premio non potrà essere successivamente modificato.", - "prizePopTavern": "Se qualcuno può 'vincere' questa sfida, hai l'opzione di ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi (+ le gemme della gilda, se sei tu il creatore della gilda di questa sfida). Nota: Questo premio non potrà essere successivamente modificato e le sfide della Taverna non verranno rimborsate in caso siano cancellate.", + "prizePop": "Se qualcuno può ''vincere'' questa sfida, hai l'opzione di ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi (+ le gemme della gilda, se sei tu il creatore della gilda di questa sfida). Nota: questo premio non potrà essere successivamente modificato.", + "prizePopTavern": "Se qualcuno può ''vincere'' questa sfida, hai l'opzione di ricompensarlo con un premio in Gemme. Il premio massimo equivale al numero di gemme che possiedi (+ le gemme della gilda, se sei il creatore della gilda di questa sfida). Nota: questo premio non potrà essere modificato e le sfide della Taverna non verranno rimborsate in caso siano cancellate.", "publicChallenges": "Serve un minimo di 1 Gemma per le sfide pubbliche (aiuta a prevenire lo spam, lo fa davvero).", "officialChallenge": "Sfida Ufficiale HabitRPG", "by": "di ", @@ -44,15 +44,16 @@ "selectGroup": "Seleziona un gruppo", "challengeCreated": "Sfida creata", "sureDelCha": "Vuoi davvero eliminare questa sfida?", - "sureDelChaTavern": "Sei sicuro di voler cancellare questa sfida? Le tue gemme non verranno rimborsate.", + "sureDelChaTavern": "Vuoi davvero eliminare questa sfida? Le tue gemme non verranno rimborsate.", "removeTasks": "Rimuovi attività", "keepTasks": "Tieni attività", "closeCha": "Chiudi sfida e...", "leaveCha": "Abbandona sfida e...", "challengedOwnedFilterHeader": "Proprietà", - "challengedOwnedFilter": "Posseduto", - "challengedNotOwnedFilter": "Non Posseduto", - "challengedEitherOwnedFilter": "né", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "challengedOwnedFilter": "Create da me", + "challengedNotOwnedFilter": "Create da altri", + "challengedEitherOwnedFilter": "Tutte", + "backToChallenges": "Torna alla lista sfide", + "prizeValue": "<%= gemcount %> <%= gemicon %> Premio", + "clone": "Clona" } \ No newline at end of file diff --git a/common/locales/it/character.json b/common/locales/it/character.json index 80f6be2976..d9c270c69f 100644 --- a/common/locales/it/character.json +++ b/common/locales/it/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Skin pastello", "spookySkins": "Skin spettrale", "supernaturalSkins": "Skin Sovrannaturali", + "splashySkins": "Skin acquatiche", "rainbowColors": "Colori arcobaleno", "shimmerColors": "Colori luccicanti", "hauntedColors": "Colori Spettrali", @@ -53,9 +54,11 @@ "costume": "Costume", "costumeText": "Se preferisci il look di oggetti diversi da quelli equipaggiati, metti una spunta su \"Usa costume\" per visualizzare un costume anzichè l'equipaggiamento da battaglia (nonostante il cambio di aspetto, rimangono tutti i bonus delle armi e delle armature).", "useCostume": "Usa costume ", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "Hai ottenuto la medaglia \"Armato fino ai denti\" per aver potenziato al massimo livello l'equipaggiamento per una Classe! Hai completato questi set:", "moreGearAchievements": "Per sbloccare più medaglie Sommo Equipaggiamento, cambia classe sulla tua pagina statistiche e compra l'equipaggiamento per la tua nuova classe!", - "armoireUnlocked": "Hai sbloccato anche il Guardaroba Incantato! Clicca sul Premio Guardaroba Incantato per una possibilità casuale di ricevere un equipaggiamento speciale! Potrebbe anche darti una quantità casuale di XP o cibo. ", + "armoireUnlocked": "Hai sbloccato anche lo Scrigno Incantato! Clicca sulla Ricompensa \"Scrigno Incantato\" per una possibilità di ricevere casualmente un equipaggiamento speciale! Potrebbe anche darti Esperienza o cibo. ", "ultimGearName": "Armato fino ai denti", "ultimGearText": "Ha potenziato al massimo armi e armatura per le seguenti classi:", "level": "Livello", diff --git a/common/locales/it/content.json b/common/locales/it/content.json index 3df9682270..40bd638b78 100644 --- a/common/locales/it/content.json +++ b/common/locales/it/content.json @@ -1,10 +1,10 @@ { "potionText": "Pozione di Salute", "potionNotes": "Ripristina 15 punti Salute (utilizzo immediato)", - "armoireText": "Armadio incantato", - "armoireNotesFull": "Apri l'armadio incantato per ricevere casualmente equipaggiamento speciale, esperienza o cibo! Oggetti rimanenti:", - "armoireLastItem": "Hai trovato l'ultimo oggetto raro disponibile nell'armadio incantato.", - "armoireNotesEmpty": "Nell'armadio incantato compariranno nuovi oggetti ogni mese. Fino ad allora, continua a cliccare sull'armadio per ottenere esperienza e cibo!", + "armoireText": "Scrigno incantato", + "armoireNotesFull": "Apri lo Scrigno Incantato per ricevere casualmente equipaggiamento speciale, esperienza o cibo! Oggetti rimanenti:", + "armoireLastItem": "Hai trovato l'ultimo oggetto raro disponibile nello Scrigno Incantato.", + "armoireNotesEmpty": "Nello Scrigno Incantato compariranno nuovi oggetti ogni mese. Fino ad allora, continua a cliccare sullo Scrigno per ottenere esperienza e cibo!", "dropEggWolfText": "Lupo", "dropEggWolfAdjective": "un leale", "dropEggTigerCubText": "Cucciolo di Tigre", @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "una dolce", "questEggSheepText": "Pecorella", "questEggSheepAdjective": "una soffice", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Seppia", + "questEggCuttlefishAdjective": "un'affettuosa", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Trova una pozione per far schiudere questo uovo, e nascerà <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Bianco", diff --git a/common/locales/it/contrib.json b/common/locales/it/contrib.json index 1c7a507691..310d76a56c 100644 --- a/common/locales/it/contrib.json +++ b/common/locales/it/contrib.json @@ -22,7 +22,7 @@ "contribLink": "che premi hai guadagnato grazie al tuo contributo!", "contribName": "Contribuente", "contribText": "Ha contribuito ad HabitRPG (codice, design, pixel art, consigli legali, documentazione, ecc). Desideri questa onoreficenza?", - "readMore": "Più informazioni", + "readMore": "Maggiori informazioni", "kickstartName": "Sostenitore Kickstarter - grado $<%= tier %>", "kickstartText": "Ha sostenuto il progetto Kickstarter", "helped": "Ha aiutato Habit a crescere", diff --git a/common/locales/it/defaulttasks.json b/common/locales/it/defaulttasks.json index c8e8fbce4a..6e0175ca86 100644 --- a/common/locales/it/defaulttasks.json +++ b/common/locales/it/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Attività produttiva (Fai click sulla matita per modificare)", + "defaultHabit1Notes": "Esempi di buone abitudini: + Mangia della verdura + 15 minuti di attività produttiva", + "defaultHabit2Text": "Mangia cibo spazzatura (Fai click sulla matita per modificare)", "defaultHabit2Notes": "Esempi di cattive abitudini: - Fumare - Procrastinare", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Usa le scale/l'ascensore (Fai click sulla matita per modificare)", "defaultHabit3Notes": "Esempi di buone/cattive abitudini: +/- Ho usato le scale/ascensore ; +/- Bevuto acqua/bibita", "defaultDaily1Text": "1h Progetto personale", "defaultDaily1Notes": "Le attività appena create sono inizialmente di colore giallo. Questo significa che subirai pochi danni se le trascuri e guadagnerai una ricompensa normale quando le completi.", @@ -16,9 +16,9 @@ "defaultDaily4Checklist1": "Stretching", "defaultDaily4Checklist2": "Addominali", "defaultDaily4Checklist3": "Flessioni", - "defaultTodoNotes": "Puoi sia completare questo To-Do, che modificarlo o cancellarlo.", + "defaultTodoNotes": "Puoi completare questo To-Do, modificarlo oppure cancellarlo.", "defaultTodo1Text": "Unisciti ad HabitRPG (Spuntami!)", - "defaultTodo2Text": "Imposta un Habit", + "defaultTodo2Text": "Imposta una Habit", "defaultTodo2Checklist1": "crea una Habit", "defaultTodo2Checklist2": "impostalo come solo \"+\", solo \"-\" oppure \"+/-\" da: Modifica", "defaultTodo2Checklist3": "imposta la difficoltà nelle opzioni Avanzate", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "imposta la difficoltà nelle opzioni Avanzate", "defaultTodo4Checklist3": "facoltativo: imposta una data di scadenza", "defaultTodo5Text": "Crea una Squadra (gruppo privato) con i tuoi amici (Social > Squadra)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15 minuti di pausa", "defaultReward1Notes": "Le ricompense personalizzate possono essere di diversi tipi. Alcuni potrebbero voler guardare la televisione finchè hanno abbastanza oro per poterselo permettere.", "defaultReward2Text": "Torta", "defaultReward2Notes": "Altre persone si accontentano di un gustoso pezzo di torta. Prova a creare delle ricompense che ti spingano a dare il meglio di te.", diff --git a/common/locales/it/front.json b/common/locales/it/front.json index 7a7e1c9f32..1bad492967 100644 --- a/common/locales/it/front.json +++ b/common/locales/it/front.json @@ -89,7 +89,7 @@ "landingp3header": "Conseguenze", "landingp4": "Grazie alla sua community attiva, in HabitRPG troverai il clima di cui hai bisogno per concentrarti sulle tue attività. Con il sistema delle squadre, puoi invitare un gruppo di amici per incitarti a dare il meglio. Il sistema delle Gilde ti permette di trovare persone con i tuoi stessi interessi o le tue stesse difficoltà, così potrete condividere i vostri obiettivi e scambiarvi consigli su come affrontare al meglio i problemi. Su HabitRPG, la community rappresenta il supporto e lo stimolo di cui hai bisogno per avere successo.", "landingp4header": "Community", - "leadText": "HabitRPG è un'app gratuita per la produttività e la costruzione di abitudini che tratta la vita reale come se fosse un gioco. Con ricompense e penalità per motivarti e un solido social network per ispirarti, HabitRPG può aiutarti a raggiungere i tuoi obiettivi per essere sano, lavorare sodo ed essere felice.", + "leadText": "HabitRPG è un'app gratuita per la produttività e la costruzione di abitudini che tratta la vita reale come se fosse un gioco. Con ricompense e penalità per motivarti e un solido social network per ispirarti, HabitRPG può aiutarti a raggiungere i tuoi obiettivi per tenerti in salute, lavorare sodo ed essere felice.", "login": "Accedi", "loginAndReg": "Accedi / Registrati", "loginFacebookAlt": "Accedi / Registrati con Facebook", @@ -173,7 +173,7 @@ "watchVideos": "Guarda i video", "work": "Lavoro", "zelahQuote": "Con HabitRPG riesco a persuadermi ad andare a letto in tempo con il pensiero di guadagnare punti per essere andata a dormire presto o perdere salute per esserci andata tardi!", - "reportAccountProblems": "Segnala un problema con l'Account", + "reportAccountProblems": "Segnala un problema con l'account", "reportCommunityIssues": "Segnala un problema con la Community", "generalQuestionsSite": "Domande generiche sul Sito", "businessInquiries": "Informazioni sul Business", diff --git a/common/locales/it/gear.json b/common/locales/it/gear.json index 6d2ac2b195..792d05cc70 100644 --- a/common/locales/it/gear.json +++ b/common/locales/it/gear.json @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Evoca una carota per te stesso con questa bacchetta di classe. Aumenta l'Intelligenza di <%= int %> e la Percezione di <%= per %>. Edizione limitata, primavera 2015.", "weaponSpecialSpring2015HealerText": "Sonaglio da Gatto", "weaponSpecialSpring2015HealerNotes": "Quando lo scuoti, produce un'affascinante tintinnio che intratterrebbe CHIUNQUE per ore. Aumenta l'Intelligenza di <%= int %>. Edizione limitata, primavera 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Corallo da Fuoco", + "weaponSpecialSummer2015RogueNotes": "Questo parente del corallo di fuoco (millepora) ha l'abilità di schizzare il suo veleno attraverso l'acqua. Aumenta la Forza di <%= str %>. Edizione limitata, estate 2015.", + "weaponSpecialSummer2015WarriorText": "Pesce Spada del Sole", + "weaponSpecialSummer2015WarriorNotes": "Il Pesce Spada del Sole è un'arma spaventosa, purchè tu riesca a farla smettere di dimenarsi. Aumenta la Forza di <%= str %>. Edizione limitata, estate 2015.", + "weaponSpecialSummer2015MageText": "Bastone del Sortilego", + "weaponSpecialSummer2015MageNotes": "Un potere nascosto brilla nelle pietre preziose di questo bastone. Aumenta l'Intelligenza di <%= int %> e la Percezione di <%= per %>. Edizione limitata, estate 2015.", + "weaponSpecialSummer2015HealerText": "Bacchetta delle Onde", + "weaponSpecialSummer2015HealerNotes": "Cura il mal di mare e i mali del mare! Aumenta l'Intelligenza di <%= int %>. Edizione limitata, estate 2015.", "weaponMystery201411Text": "Forcone dei festeggiamenti", "weaponMystery201411Notes": "Infilza i tuoi nemici o inforca i tuoi cibi preferiti - questo versatile forcone può fare di tutto! Non conferisce alcun bonus. Oggetto per abbonati, novembre 2014.", "weaponMystery201502Text": "Scintillante Scettro Alato dell'Amore e anche della Verità", @@ -132,7 +132,7 @@ "weaponMystery201505Notes": "Questa lancia verde e argento ha disarcionato molti avversari dai propri destrieri. Non conferisce alcun bonus. Oggetto per abbonati, maggio 2015.", "weaponMystery301404Text": "Bastone Steampunk", "weaponMystery301404Notes": "Eccellente per fare un giro in città. Oggetto per abbonati, marzo 3015. Non conferisce alcun bonus.", - "weaponArmoireBasicCrossbowText": "Basic Crossbow", + "weaponArmoireBasicCrossbowText": "Balestra Base", "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).", @@ -271,6 +271,8 @@ "armorMystery201503Notes": "Questo minerale azzurro è simbolo di buona fortuna, felicità e produttività eterna. Non conferisce alcun bonus. Oggetto per abbonati, marzo 2015.", "armorMystery201504Text": "Veste da Ape Operaia", "armorMystery201504Notes": "Diventerai produttivo come un'ape operaia in questa attraente veste! Non conferisce alcun bonus. Oggetto per abbonati, aprile 2015.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Completo Steampunk", "armorMystery301404Notes": "Raffinato, a dir poco impeccabile! Non conferisce alcun bonus. Oggetto per abbonati, febbraio 3015. ", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -492,7 +494,7 @@ "shieldMystery301405Text": "Scudo Orologio", "shieldMystery301405Notes": "Con questo scudo il tempo sarà sempre dalla tua parte! Non conferisce alcun bonus. Oggetto per abbonati, giugno 3015.", "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).", + "shieldArmoireGladiatorShieldNotes": "Per essere un gladiatore devi...eh, lasciamo stare, piuttosto respingi tutti con il tuo scudo. Aumenta la Costituzione di <%= con %> e la Forza di <%= str %>. Scrigno Incantato: Set Gladiatore (oggetto 3 di 3)", "back": "Back Accessory", "backBase0Text": "Nessun accessorio da schiena", "backBase0Notes": "Nessun accessorio da schiena.", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Le tue ragioni sono pienamente legittime! Non conferisce alcun bonus. Edizione speciale da convegno.", "eyewearMystery201503Text": "Maschera di Acquamarina", "eyewearMystery201503Notes": "Attento a non farti andare queste scintillanti gemme negli occhi! Non conferisce alcun bonus. Oggetto per abbonati, marzo 2015.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Occhiali Steampunk", "eyewearMystery301404Notes": "Non esiste occhiale elegante come un paio di occhialini steampunk - eccetto, forse, un monocolo. Non conferisce alcun bonus. Oggetto per abbonati, aprile 3015.", "eyewearMystery301405Text": "Monocolo", diff --git a/common/locales/it/generic.json b/common/locales/it/generic.json index 6f8fc7abc0..208e9006a8 100644 --- a/common/locales/it/generic.json +++ b/common/locales/it/generic.json @@ -5,14 +5,14 @@ "habitica": "Habitica", "expandToolbar": "Mostra barra", "collapseToolbar": "Nascondi barra", - "markdownBlurb": "HabitRPG usa il metodo di formattazione markdown. Consulta la Tabella riassuntiva del markdown per maggiori informazioni.", + "markdownBlurb": "HabitRPG usa il metodo di formattazione markdown. Consulta la tabella riassuntiva del markdown per maggiori informazioni.", "showFormattingHelp": "Mostra guida per la formattazione", "hideFormattingHelp": "Nascondi guida per la formattazione", "youType": "Digiti:", "youSee": "Vedi:", "italics": "*Corsivo*", "bold": "**Grassetto**", - "strikethrough": "~~Sbarrato~~", + "strikethrough": "~~Barrato~~", "emojiExample": ":smile:", "markdownLinkEx": "[HabitRPG è fantastico!](https://habitrpg.com)", "markdownImageEx": "![testo alt obbligatorio](https://habitrpg.com/cake.png \"titolo facoltativo al passaggio del mouse\")", @@ -54,7 +54,9 @@ "gems": "Gemme", "gemButton": "Hai <%= number %> Gemme.", "moreInfo": "Maggiori informazioni", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(mostra di più)", + "showMoreLess": "(mostra meno)", + "gemsWhatFor": "Fai click per acquistare delle Gemme! Le Gemme ti permettono di comprare oggetti speciali come Missioni, personalizzazioni dell'avatar ed equipaggiamento stagionale.", "veteran": "Veterano", "veteranText": "Ha resistito ad Habit Il Grigio (il nostro sito prima di Angular), ed ha molte cicatrici di battaglia causate dai suoi bug.", "originalUser": "Utente originale!", @@ -85,7 +87,7 @@ "audioTheme_off": "Off", "audioTheme_danielTheBard": "Daniel il Bardo", "audioTheme_wattsTheme": "Tema di Watts", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Tema Gokul", "askQuestion": "Fai una domanda", "reportBug": "Segnala un bug", "contributeToHRPG": "Contribuisci a migliorare HabitRPG", diff --git a/common/locales/it/groups.json b/common/locales/it/groups.json index 0fdc223ea5..80e5ffe5d2 100644 --- a/common/locales/it/groups.json +++ b/common/locales/it/groups.json @@ -39,8 +39,8 @@ "editGroup": "Modifica Gruppo", "newGroupName": "Nome <%= groupType %>", "groupName": "Nome del Gruppo", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Leader del gruppo", + "groupID": "ID del gruppo", "groupDescr": "Descrizione mostrata nella lista delle Gilde pubbliche (Markdown OK)", "logoUrl": "URL Logo", "assignLeader": "Assegna un leader al gruppo", @@ -108,17 +108,18 @@ "inviteFriends": "Invita amici", "inviteAlertInfo": "Invita amici tramite ID Utente da qui.", "inviteExistUser": "Invita Utente Esistente", - "inviteByEmail": "Invita amici tramite email. Se si iscrivono tramite la tua email, verranno automaticamente invitati a questo gruppo.", + "inviteByEmail": "Invita i tuoi amici tramite email. Se si iscrivono tramite la tua email, verranno automaticamente invitati in questo gruppo.", "byColon": "Da:", "inviteNewUsers": "Invita nuovi utenti", "inviteAlertInfo2": "Oppure condividi questo link (copia/incolla):", "sendGiftHeading": "Invia regalo a <%= name %>", "sendGiftGemsBalance": "Da <%= number %> Gemme", - "sendGiftCost": "Totale: $<%= cost %> USD", - "sendGiftFromBalance": "Dal Bilancio", + "sendGiftCost": "Totale: <%= cost %>$ USD", + "sendGiftFromBalance": "Dal bilancio", "sendGiftPurchase": "Acquisto", "sendGiftMessagePlaceholder": "Messaggio personale (facoltativo)", "sendGiftSubscription": "<%= months %> Mese(/i): <%= price %>$", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Combatti i mostri con gli amici", + "startAParty": "Crea una Squadra", + "addToParty": "Aggiungi qualcuno alla tua squadra" } \ No newline at end of file diff --git a/common/locales/it/limited.json b/common/locales/it/limited.json index a1e4ce84e9..5deb1cd17c 100644 --- a/common/locales/it/limited.json +++ b/common/locales/it/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Sei stato spaventato <%= spookDust %> volte dai tuoi compagni di squadra.", "agriculturalFriends": "Amici Floreali", "agriculturalFriendsText": "E' stato trasformato in un fiore <%= seeds %> volte dai compagni di squadra.", + "aquaticFriends": "Amici acquatici", + "aquaticFriendsText": "E' stato spruzzato dagli amici <%= seafoam %> volta/e.", "valentineCard": "Biglietto di San Valentino", "valentineCardNotes": "Manda un biglietto di San Valentino a un membro della squadra.", "valentine0": "\"Le rose sono rosse<%= lineBreak %>Le mie Daily sono blu<%= lineBreak %>E' bello esser in squadra<%= lineBreak %>Perchè qui ci sei anche tu!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Maga Stagionale<%= linkEnd %>", "seasonalShopClosedText": "Il Negozio Stagionale è attualmente chiuso! Non so dove sia la Maga Stagionale ora, ma scommetto che sarà di ritorno durante il prossimo <%= linkStart %>Grand Gala<%= linkEnd %>!", "seasonalShopText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti primaverili in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Spring Fling\" ogni anno, ma siamo aperti solo fino al 30 aprile! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Benvenuto nel Negozio Stagionale! Abbiamo in vendita degli oggetti estivi in Edizione Stagionale. Ogni cosa qui sarà acquistabile durante l'evento \"Summer Splash\" ogni anno, ma siamo aperti solo fino al 31 luglio! Quindi fai scorta adesso, sennò dovrai aspettare il prossimo anno per poter acquistare questi oggetti!", "seasonalShopRebirth": "Se hai usato la Sfera della Rinascita, potrai riacquistare questo equipaggiamento dalla colonna delle Ricompense dopo aver sbloccato il Mercato. All'inizio potrai comprare solo gli oggetti per la tua classe attuale (Guerriero, se non l'hai ancora scelta/cambiata), ma niente paura, gli altri oggetti specifici per le varie classi diventeranno disponibili se ti converti a quella classe.", "candycaneSet": "Caramello (Mago)", "skiSet": "Nevassassino (Assassino)", @@ -47,7 +49,7 @@ "lovingPupSet": "Adorabile Cucciolo (Guaritore)", "stealthyKittySet": "Gatto Furtivo (Assassino)", "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "emeraldMermageSet": "Magisirena di Smeraldo (Mago)", + "reefSeahealerSet": "Marguaritore Corallino (Guaritore)", + "roguishPirateSet": "Pirata Furfante (Assassino)" } \ No newline at end of file diff --git a/common/locales/it/messages.json b/common/locales/it/messages.json index 02eac1f46c..32085d184a 100644 --- a/common/locales/it/messages.json +++ b/common/locales/it/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Il tuo oggetto <%= itemText %> si è rotto.", "messageTaskNotFound": "Attività non trovata.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Esiste già un'attività con questo ID.", "messageTagNotFound": "Etichetta non trovata.", "messagePetNotFound": ":animale non trovato in user.items.pets", "messageFoodNotFound": ":cibo non trovato in user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Hai trovato un uovo di <%= dropText %>! <%= dropNotes %>", "messageDropPotion": "Hai trovato una Pozione di Schiusura <%= dropText %>! <%= dropNotes %>", "messageFoundQuest": "Hai trovato la missione \"<%= 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?", + "armoireEquipment": "<%= image %> Hai trovato dell'equipaggiamento raro nello Scrigno: <%= dropText %>! Fantastico!", + "armoireFood": "<%= image %> Frughi nello Scrigno e trovi <%= dropArticle %><%= dropText %>. Cosa ci fa qui dentro?", "armoireExp": "You wrestle with the Armoire and gain Experience. Take that!" } \ No newline at end of file diff --git a/common/locales/it/npc.json b/common/locales/it/npc.json index d756fbb6b2..72a812e445 100644 --- a/common/locales/it/npc.json +++ b/common/locales/it/npc.json @@ -10,8 +10,8 @@ "alexander": "Alexander il Mercante", "welcomeMarket": "Benvenuto nel Mercato! Compra uova rare e pozioni! Vendi la merce che ti avanza! Commissiona servizi utili! Vieni a vedere cosa abbiamo da offrire.", "sellForGold": "Vendi <%= item %> per <%= gold %> Oro", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Vendi Uovo di <%= itemType %> per <%= gold %> Oro", + "sellPotionForGold": "Vendi Pozione <%= itemType %> per <%= gold %> Oro", "buyGems": "Compra Gemme", "justin": "Justin", "USD": "USD", @@ -20,7 +20,7 @@ "dismissAlert": "Nascondi questo annuncio", "donateText1": "Aggiunge 20 Gemme al tuo account. Le Gemme vengono utilizzate per comprare oggetti speciali nel gioco, come vestiario ed acconciature.", "donateText2": "Supporta HabitRPG", - "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!", + "donateText3": "HabitRPG è un progetto open-source che dipende dal supporto degli utenti. I soldi che spendi in Gemme ci aiutano a tenere accesi i nostri server, mantenere un piccolo staff, sviluppare nuove funzionalità e dare degli incentivi ai volontari programmatori. Grazie per la tua generosità!", "donationDesc": "20 Gemme, donazione ad HabitRPG", "payWithCard": "Paga con carta di credito", "payNote": "Nota: PayPal a volte richiede molto tempo per completare la transazione. Consigliamo di pagare con una carta di credito.", @@ -43,36 +43,36 @@ "tourHabits": "Questa colonna è per la buone e cattive abitudini (Habit) con cui hai a che fare diverse volte al giorno! Per procedere, clicca sulla matita per modificare i nomi, poi clicca sull'icona con la spunta per salvare le tue modifiche.", "tourStats": "Le buone abitudini conferiscono esperienza ed oro! Quelle cattive danneggiano la salute.", "tourGP": "Per procedere, compra la Spada da Allenamento con l'oro che hai appena guadagnato!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Personalizza il tuo avatar", "tourScrollDown": "Assicurati di scorrere la pagina fino alla fine per vedere tutte le opzioni! Fai di nuovo click sul tuo avatar per tornare alla pagina delle attività.", "tourMuchMore": "Quando hai finito con le attività, puoi creare una Squadra insieme ai tuoi amici, chattare nelle Gilde di interessi comuni, partecipare alle Sfide, e tanto altro ancora!", "tourStatsPage": "Questa è la pagina delle tue Statistiche! Guadagna delle medaglie compiendo le azioni elencate.", - "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!", + "tourTavernPage": "Benvenuto alla Taverna, una chat per tutte le età! Puoi fare in modo che le tue Daily non ti danneggino in caso di malattia o di viaggio facendo click su \"Riposa nella Locanda\". Vieni a farci un saluto!", "tourPartyPage": "La tua Squadra ti aiuterà a restare in riga. Invita degli amici per sbloccare una Pergamena!", - "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!", + "tourGuildsPage": "Le Gilde sono gruppi di discussione creati dagli utenti, per altri utenti con interessi comuni. Cerca gli argomenti che più ti piacciono! Se conosci l'inglese, ti raccomandiamo la famosa gilda \"The Newbies\", dove chiunque può fare domande su HabitRPG!", + "tourChallengesPage": "Le Sfide sono liste di attività a tema create dagli utenti! Partecipando a una Sfida, la lista delle sue attività verrà aggiunta al tuo account. Competi con altri utenti per vincere dei premi in Gemme!", "tourMarketPage": "A partire dal livello 4, potrai ricevere dei \"drop\" casuali di uova e pozioni di schiusura quando completi le tue attività. Appariranno qui - usale per far nascere degli animali! Puoi anche comprare degli oggetti nel Mercato.", - "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!", + "tourHallPage": "Benvenuto nel Salone degli Eroi, dove viene reso onore agli aiutanti open-source di HabitRPG. Che sia attraverso codice, arte, musica, testi o anche semplice disponibilità, hanno guadagnato Gemme, equipaggiamento esclusivo e titoli prestigiosi. Anche tu puoi contribuire ad HabitRPG!", + "tourPetsPage": "Questa è la Scuderia! Dopo il livello 4, puoi far nascere degli animali utilizzando uova e pozioni. Quando fai schiudere un uovo nel Mercato, apparirà qui! Fai click sull'immagine di un animale per aggiungerlo al tuo avatar. Dagli da mangiare il cibo che troverai dopo il livello 4, e crescerà fino a diventare una potente cavalcatura.", + "tourMountsPage": "Una volta che avrai dato abbastanza cibo al tuo animale da trasformarlo in una cavalcatura, apparirà qui. (Animali, cavalcature e cibo sono disponibili dopo il livello 4.) Fai click su una cavalcatura per montare in sella!", "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourOkay": "Ok!", + "tourAwesome": "Fantastico!", + "tourSplendid": "Splendido!", + "tourNifty": "Splendido!", + "tourAvatarProceed": "Mostrami le mie attività!", + "tourToDosBrief": "Lista To-Do", + "tourDailiesBrief": "Daily (attività giornaliere)", + "tourDailiesProceed": "Farò attenzione!", + "tourHabitsBrief": "Buone e cattive Habit", + "tourHabitsProceed": "Ha senso!", + "tourRewardsBrief": "Lista Ricompense", + "tourRewardsProceed": "E' tutto!", + "welcomeToHabit": "Benvenuto ad HabitRPG, un gioco per migliorare la tua vita!", + "welcome1": "Crea e personalizza un avatar che ti rappresenti nel gioco.", + "welcome2": "Quello che fai nella vita reale ha un impatto su Salute (HP), Esperienza (XP) e Oro del tuo avatar!", + "welcome3": "Completa le attività per ottenere Esperienza (XP) e Oro, che serviranno a sbloccare nuove funzionalità e meravigliose ricompense!", + "welcome4": "Evita le cattive abitudini che ti fanno perdere Salute (HP), o il tuo avatar morirà!", + "welcome5": "Ora personalizzerai il tuo avatar e imposterai le tue attività...", + "imReady": "Sono pronto!" } \ No newline at end of file diff --git a/common/locales/it/pets.json b/common/locales/it/pets.json index e4ca942bb4..970a2935ef 100644 --- a/common/locales/it/pets.json +++ b/common/locales/it/pets.json @@ -13,6 +13,7 @@ "hydra": "Idra", "mantisShrimp": "Canocchia", "mammoth": "Mammut Lanoso", + "orca": "Orca", "rarePetPop1": "Clicca sulla zampa d'oro per scoprire come ottenere questo raro animale contribuendo a migliorare HabitRPG!", "rarePetPop2": "Come ottenere questo animale?", "potion": "Pozione <%= potionType %> ", @@ -26,7 +27,7 @@ "inventoryText": "Clicca su un uovo per vedere le pozioni utilizzabili (che verranno evidenziate in verde) e scegline una con cui far comparire il tuo animale. Se nessuna pozione viene evidenziata, clicca di nuovo sull'uovo per deselezionarlo, e questa volta clicca prima su una pozione, in modo da evidenziare le uova su cui poterla utilizzare. Se lo desideri, puoi anche vendere gli oggetti che ti avanzano ad Alexander il Mercante.", "food": "Cibo e Selle", "noFood": "Non hai cibo o selle.", - "dropsExplanation": "Ottieni questi oggetti più velocemente utilizzando le gemme se non vuoi aspettare che appaiano come drop quando completi un'attività. Più informazioni sul sistema di drop.", + "dropsExplanation": "Ottieni questi oggetti più velocemente utilizzando le gemme se non vuoi aspettare che appaiano come drop quando completi un'attività. Maggiori informazioni sul sistema di drop.", "beastMasterProgress": "Progresso in Re delle Bestie", "beastAchievement": "Hai ottenuto la medaglia \"Re delle Bestie\" per aver collezionato tutti gli animali!", "beastMasterName": "Re delle Bestie", diff --git a/common/locales/it/quests.json b/common/locales/it/quests.json index 955b90ca96..226757a341 100644 --- a/common/locales/it/quests.json +++ b/common/locales/it/quests.json @@ -1,15 +1,15 @@ { "quests": "Missioni", "quest": "missione", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Dettagli missione", + "invitations": "Inviti", "completed": "Completata!", "youReceived": "Hai ricevuto", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Cliccando \"Invita\" manderai un invito ai membri della tua squadra. Quando tutti i membri avranno accettato o rifiutato, la missione inizierà. Vedi lo stato in Social > Squadra.", "inviteParty": "Invita squadra", "questInvitation": "Invito alla missione:", "questInvitationTitle": "Invito alla missione", - "questInvitationInfo": "Invito alla Missione <%= quest %>", + "questInvitationInfo": "Invito alla missione <%= quest %>", "askLater": "Chiedi più tardi", "buyQuest": "Compra missione", "accepted": "Accettata", @@ -21,7 +21,7 @@ "bossStrength": "Forza del Boss", "collect": "Raccogli", "collected": "Collezionati", - "bossDmg1": "Ogni Daily e To-Do completata e ogni Habit positivo danneggiano il boss. Puoi fare danni maggiori con le attività più rosse, con Attacco Brutale e con Fiammata. I boss danneggeranno ogni partecipante per le Daily mancate (moltiplicate per la Forza del boss) oltre al loro normale danno, quindi tieni in forze la tua squadra completando le tue Daily! I danni inflitti e ricevuti dal boss sono calcolati al cambio di giorno (all'ora da te impostata).", + "bossDmg1": "Ogni Daily e To-Do completata e ogni Habit positiva danneggiano il boss. Puoi infliggere danni maggiori con le attività più rosse, con Attacco Brutale e con Fiammata. I boss danneggeranno ogni partecipante per le Daily mancate (moltiplicate per la Forza del boss) oltre al loro normale danno, quindi tieni in forze la tua squadra completando le tue Daily! I danni inflitti e ricevuti dal boss sono calcolati al cambio di giorno (all'ora da te impostata).", "bossDmg2": "Solo i partecipanti potranno combattere il boss e condividere il bottino della missione.", "tavernBossInfo": "Per ferire un boss mondiale, completa le tue Daily e i tuoi To-Do. Maggiore è il valore dell'attività, maggiore sarà il danno inflitto al boss (attività di colore rosso, gli incantesimi dei Maghi, gli attacchi dei Guerrieri, ecc.). La Furia del boss aumenterà per ogni Daily incompleta (moltiplicate per la Forza del boss). Quando la Furia raggiunge il massimo, accadrà qualcosa di davvero brutto - quindi completa le tue Daily! Tutto il danno inflitto e ricevuto da un boss viene calcolato al cambio di giorno (che avviene all'ora da te scelta nelle impostazioni).", "bossColl1": "Per ottenere gli oggetti, completa delle attività positive. Gli oggetti delle missioni compaiono come quelli normali; non li vedrai però fino al giorno dopo, quando tutto quello che hai trovato verrà raccolto e aggiunto agli oggetti già trovati.", diff --git a/common/locales/it/questscontent.json b/common/locales/it/questscontent.json index eb4d0e62ac..219925536c 100644 --- a/common/locales/it/questscontent.json +++ b/common/locales/it/questscontent.json @@ -207,6 +207,12 @@ "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenDropCuttlefishEgg": "Seppia (Uovo)", + "questKrakenUnlockText": "Sblocca l'acquisto delle uova di seppia nel Mercato", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/it/settings.json b/common/locales/it/settings.json index 64e42b532b..fa34e8c5c5 100644 --- a/common/locales/it/settings.json +++ b/common/locales/it/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Data di inizio giorno personalizzata", "24HrClock": "orologio 24h", "customDayStartInfo1": "HabitRPG è impostato automaticamente per resettare le tue Daily a mezzanotte nel tuo fuso orario ogni giorno. Ti consigliamo di leggere le seguenti informazioni prima di apportare modifiche: ", - "customDayStartInfo2": "(mostra di più)", - "customDayStartInfo3": "(mostra di meno)", "customDayStartInfo4": "Completa tutte le tue Daily prima di modificare il tuo Inizio del Giorno Personalizzato o Riposa alla Locanda per quel giorno. Cambiare il tuo Inizio del Giorno Personalizzato può causare l'avvento immediato del Cron, ma dopo il primo giorno funziona come previsto.

Ci possono volere circa due ore perchè il cambiamento diventi effettivo. Ad esempio, se è impostato a 0 (mezzanotte) al momento, cambialo prima delle 22; se vuoi impostarlo alle 21, cambialo prima delle 19.

Inserisci un orario da 0 a 23 (viene utilizzato l'orologio a 24 ore). Digitare è più efficace di premere le frecce. Una volta impostato, ricarica la pagina per assicurarti che il nuovo valore venga visualizzato.", "misc": "Altro", "showHeader": "Mostra header", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "inserendo sia il vecchio che il tuo nuovo indirizzo email assieme al tuo ID Utente", "username": "Nome utente", + "usernameOrEmail": "Nome di login o email", "email": "Email", "registeredWithFb": "Registrato tramite Facebook", "loginNameDescription1": "Questo è ciò che usi per accedere ad HabitRPG. Vai in", @@ -98,7 +97,7 @@ "invitedParty": "Invitato in una squadra", "invitedGuild": "Invitato in una Gilda", "inactivityEmails": "Il tuo account è inattivo", - "weeklyRecaps": "Sommari dell'attività del tuo account nelle scorse settimane", + "weeklyRecaps": "Sommari dell'attività del tuo account nell'ultima settimana", "questStarted": "La tua missione è cominciata", "invitedQuest": "Invito ad unirti ad una missione", "kickedGroup": "Espulsione da un gruppo", @@ -113,11 +112,11 @@ "benefits": "Vantaggi", "coupon": "Coupon", "couponPlaceholder": "Inserisci codice coupon", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "A volte durante alcuni eventi distribuiamo dei codici promozionali per degli oggetti speciali. (Per esempio, a chi passa dal nostro stand al Wondercon)", "apply": "Applica", "resubscribe": "Riabbonati", "promoCode": "Codice promozionale", "promoCodeApplied": "Codice promozionale applicato! Controlla il tuo inventario", "promoPlaceholder": "Inserisci codice promozionale", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Mostra il bottone di invito alla squadra quando la squadra ha solo 1 membro." } \ No newline at end of file diff --git a/common/locales/it/spells.json b/common/locales/it/spells.json index 92d9599cb0..ea0b53f194 100644 --- a/common/locales/it/spells.json +++ b/common/locales/it/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Seme Brillante", "spellSpecialShinySeedNotes": "Trasforma un amico in un gioioso fiore!", "spellSpecialPetalFreePotionText": "Pozione Senzapetali", - "spellSpecialPetalFreePotionNotes": "Annulla l'effetto di un Seme Brillante." + "spellSpecialPetalFreePotionNotes": "Annulla l'effetto di un Seme Brillante.", + "spellSpecialSeafoamText": "Schiumarina", + "spellSpecialSeafoamNotes": "Trasforma un amico in una creatura del mare!", + "spellSpecialSandText": "Sabbia", + "spellSpecialSandNotes": "Annulla gli effetti della Schiumarina." } \ No newline at end of file diff --git a/common/locales/it/tasks.json b/common/locales/it/tasks.json index 6c77c0fa78..50aae12072 100644 --- a/common/locales/it/tasks.json +++ b/common/locales/it/tasks.json @@ -16,13 +16,14 @@ "checklist": "Checklist", "checklistText": "Dividi un'attività in parti più piccole! Le checklist aumentano la quantità di Esperienza e Oro guadagnati da una To-Do, e riducono il danno causato da una Daily.", "expandCollapse": "Espandi/Comprimi", - "text": "Title", + "text": "Titolo", "extraNotes": "Note", "direction/Actions": "Azione positiva/negativa", "advancedOptions": "Avanzate", "difficulty": "Difficoltà", "difficultyHelpTitle": "Quanto è difficile questa attività?", "difficultyHelpContent": "Più è difficile un'attività, più Esperienza e Oro ti darà quando la completi... Ma ti danneggerà di più se è una Daily o un Habit Negativo!", + "trivial": "Triviale", "easy": "Facile", "medium": "Medio", "hard": "Difficile", @@ -36,11 +37,11 @@ "newDailyBulk": "Nuove Daily (una per riga)", "streakCounter": "Contatore Serie", "repeat": "Ripeti", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Ripeti ogni", + "repeatDays": "Ogni X giorni", + "repeatWeek": "Certi giorni della settimana", + "day": "Giorno", + "days": "Giorni", "restoreStreak": "Ripristina Serie", "todos": "To-Do", "newTodo": "Nuova To-Do", @@ -53,7 +54,7 @@ "grey": "Grigie", "score": "Punti", "rewards": "Ricompense", - "ingamerewards": "Equipaggiamento e Abilità", + "ingamerewards": "Equip. e abilità", "gold": "Oro", "silver": "Argento (100 argento = 1 oro)", "newReward": "Nuova ricompensa", @@ -65,9 +66,9 @@ "clearTags": "Deseleziona", "hideTags": "Nascondi", "showTags": "Mostra", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Data di inizio", + "startDateHelpTitle": "Quando dovrebbe cominciare questa attività?", + "startDateHelp": "Imposta la data in cui l'attività avrà effetto. Non sarà necessario completarla prima di quel giorno.", "streakName": "Medaglie Serie", "streakText": "Ha completato <%= streaks %> serie di 21 giorni nelle Daily.", "streakSingular": "Streaker", @@ -100,9 +101,9 @@ "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", + "rewardHelp1": "L'equipaggiamento che compri per il tuo avatar viene messo in <%= linkStart %>Inventario > Equipaggiamento<%= linkEnd %>.", + "rewardHelp2": "L'equipaggiamento condiziona le tue statistiche (<%= linkStart %>Utente > Statistiche<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "clickForHelp": "Fai click per suggerimenti" } \ No newline at end of file diff --git a/common/locales/ja/backgrounds.json b/common/locales/ja/backgrounds.json index 4a041ede04..b4d32637bb 100644 --- a/common/locales/ja/backgrounds.json +++ b/common/locales/ja/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "キラキラな泡", "backgroundShimmeryBubblesNotes": "キラキラな泡いっぱいの海に浮く", "backgroundIslandWaterfallsText": "島の滝", - "backgroundIslandWaterfallsNotes": "島の滝の近くにピクニックする" + "backgroundIslandWaterfallsNotes": "島の滝の近くにピクニックする", + "backgrounds072015": "セット14: 2015年7月リリース済み", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "沈没船", + "backgroundSunkenShipNotes": "沈没船を探検する。" } \ No newline at end of file diff --git a/common/locales/ja/challenge.json b/common/locales/ja/challenge.json index 39398d228b..755c2dcd07 100644 --- a/common/locales/ja/challenge.json +++ b/common/locales/ja/challenge.json @@ -33,7 +33,7 @@ "challengeTagPop": "チャレンジはタグ・リストとタスク・ツールチップにあります。題名を詳しく書く必要がありますが、短いタイトルも必要です。例:「三ヶ月で5キロを減らす」を「-5キロ」にする(詳細はこちら)。", "challengeDescr": "説明", "prize": "賞品", - "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.", + "prizePop": "もし誰かがあなたのチャレンジで「優勝」したら、任意で優勝者に賞品としてジェムを与えることができます。最大で#gemsあなたが負担します(もしチャレンジのギルドを作っていれば追加でギルドのジェムを)。注意: この賞品は後で変更できません。", "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の公式チャレンジ", @@ -44,7 +44,7 @@ "selectGroup": "グループを選択して下さい", "challengeCreated": "チャレンジ作成終了", "sureDelCha": "チャレンジが消されます。よろしいでしょうか?", - "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.", + "sureDelChaTavern": "チャレンジが消されます。よろしいでしょうか?ジェムは返金不可となります。", "removeTasks": "タスクを消す", "keepTasks": "タスクを残す", "closeCha": "チャレンジを終了して・・・", @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/ja/character.json b/common/locales/ja/character.json index 9dd93d0471..6d0759aa48 100644 --- a/common/locales/ja/character.json +++ b/common/locales/ja/character.json @@ -39,6 +39,7 @@ "pastelSkins": "パステルスキン", "spookySkins": "怖い肌の色", "supernaturalSkins": "超自然スキン", + "splashySkins": "派手な肌の色", "rainbowColors": "虹色", "shimmerColors": "きらめきの色", "hauntedColors": "呪われた色", @@ -53,6 +54,8 @@ "costume": "衣装", "costumeText": "もし装備中のギアより他のギアの見た目が好ましい場合、「衣装する」のボックスをチェックしてください。そうすると、バトルギアを着たまま衣装が表れます。", "useCostume": "衣装する", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "gearAchievement": "とあるクラスの最高級のギアセットを揃えたため「アルティメット・ギア」賞を受賞した!下記のクラスのフルセットを揃えた:", "moreGearAchievements": "他のアルティメット・ギアのバッジを受賞するには、統計のページでクラスを変更して、新クラスのギアを買ってきてね!", "armoireUnlocked": "そして、魔法の戸棚をアンロックした!魔法の戸棚のご褒美をクリックすると特別な装備が当たるかもしれない!でたらめにXPや食べ物が出る可能性もある。", diff --git a/common/locales/ja/content.json b/common/locales/ja/content.json index fb41d0af41..970e744726 100644 --- a/common/locales/ja/content.json +++ b/common/locales/ja/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "甘い", "questEggSheepText": "羊", "questEggSheepAdjective": "もふもふな", - "questEggCuttlefishText": "鯣", + "questEggCuttlefishText": "コウイカ", "questEggCuttlefishAdjective": "すりすりの", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "孵化ポーションを探し、このたまごに注ぐと、それが<%= eggAdjective(locale) %> <%= eggText(locale) %>に孵化します。", "hatchingPotionBase": "普通の", "hatchingPotionWhite": "白い", diff --git a/common/locales/ja/defaulttasks.json b/common/locales/ja/defaulttasks.json index 14e56f3c18..e22f9be5d4 100644 --- a/common/locales/ja/defaulttasks.json +++ b/common/locales/ja/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "生産的な仕事 (鉛筆をクリックして編集する)", + "defaultHabit1Notes": "良い習慣の例: + 野菜を食べる +15分 生産的な仕事をする", + "defaultHabit2Text": "ジャンクフードを食べる (鉛筆をクリックして編集する)", "defaultHabit2Notes": "悪い習慣の例: - たばこ - 先延ばし", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "階段を使う (鉛筆をクリックして編集する)", "defaultHabit3Notes": "良い/悪い習慣の例: +/- 階段を昇る/エレベーターにのる; +/- 水を飲む/ソーダを飲む", "defaultDaily1Text": "1時間の個人的なプロジェクト", "defaultDaily1Notes": "全てのタスクは作成時には黄色になります。これはそのタスクを実行しなかったときに少しのダメージしか受けないこと、そしてタスクを完了したときに少しの報酬を得られることを意味します。", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "難しさは高度なオプションで設定してください。", "defaultTodo4Checklist3": "任意:期限の設定", "defaultTodo5Text": "友達とパーティー(秘密のグループ)を始める(ソーシャル>パーティー)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15分間の休憩", "defaultReward1Notes": "カスタム報酬は様々な形で作成できます。ある人たちは支払うお金が貯まるまでは、大好きなTV番組を見るのを控えています。", "defaultReward2Text": "ケーキ", "defaultReward2Notes": "他の人たちは美味しいケーキを楽しみたいと思っています。自分自身をやる気にさせる報酬を作ってみましょう!", diff --git a/common/locales/ja/gear.json b/common/locales/ja/gear.json index 4e321c75de..64d0d6ffcb 100644 --- a/common/locales/ja/gear.json +++ b/common/locales/ja/gear.json @@ -109,21 +109,21 @@ "weaponSpecialWinter2015HealerText": "やわらげる王笏", "weaponSpecialWinter2015HealerNotes": "この笏は痛む筋肉を暖めて、ストレスを落ち着かせる。知能が<%= int %>上がる。2014年-2015年冬季限定版装備。", "weaponSpecialSpring2015RogueText": "鳴き声の爆発", - "weaponSpecialSpring2015RogueNotes": "この音を馬鹿にしないで。この爆発は強打を与える。力が<%= str %>上がる。2015年春季限定版装備。", + "weaponSpecialSpring2015RogueNotes": "この音にだまされないで!この爆発は強打を与える。力を<%= str %>点上げる。2015年春季限定装備。", "weaponSpecialSpring2015WarriorText": "骨こん棒", "weaponSpecialSpring2015WarriorNotes": "それは本物の恐ろしい犬の本物の骨のこん棒で、確かに噛むおもちゃではなく、誰かさん?が良い犬なので季節限定魔女があなたに与えました。。誰が良い犬でしょう??あなたです!!!あなたが良い犬なんです!!!力が <%= str %>上がる。2015年春季限定版装備。", "weaponSpecialSpring2015MageText": "魔術師の杖", "weaponSpecialSpring2015MageNotes": "この派手な杖はニンジンを思い起こさせる。知能が<%= int %>、知覚が<%= per %>上がる。2015年春季限定版装備。", "weaponSpecialSpring2015HealerText": "猫のがらがら", "weaponSpecialSpring2015HealerNotes": "振れば魅惑的なカチカチ音がして誰もが何時間でも楽しむ事ができる。知能が<%= int %>上がる。2015年春季限定版装備。", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "ファイヤーリング・コーラル", + "weaponSpecialSummer2015RogueNotes": "このファイヤーコーラルの親戚は毒液を水中に突き抜く能力を持つ。力を<%= str %>点上げる。2015年夏季限定装備。", + "weaponSpecialSummer2015WarriorText": "太陽のカジキ", + "weaponSpecialSummer2015WarriorNotes": "蠢動を抑えさせれば、太陽のカジキは凄い武器だ。力を<%= str %>点で上げる。2015年夏季限定装備。", + "weaponSpecialSummer2015MageText": "占い師の棒", + "weaponSpecialSummer2015MageNotes": "この棒の宝石に隠然が輝く。知性を<%= per %>点、知覚を<%= per %>点上げる。2015年夏季限定装備。", + "weaponSpecialSummer2015HealerText": "波のワンド", + "weaponSpecialSummer2015HealerNotes": "船酔いと海の病気を治す!知性を<%= int %>点上げる。2015年夏季限定装備。", "weaponMystery201411Text": "ごちそうの熊手", "weaponMystery201411Notes": "あなたの敵を突き刺したり、あなたの好きな食べ物のために掘る - この何にでも使える熊手がそれをすべてを行う!効果なし。2014年11月購読者アイテム。", "weaponMystery201502Text": "愛ならびに真実の輝く羽の杖", @@ -212,9 +212,9 @@ "armorSpecialSummerWarriorText": "剣士のローブ", "armorSpecialSummerWarriorNotes": "攻撃と防御を完結します。体質が<%= con %>上がる。2014年夏季限定版装備。", "armorSpecialSummerMageText": "エメラルドの尻尾", - "armorSpecialSummerMageNotes": "かすかに光るうろこの付いた衣服は、その着用者を本当のMermageに変える!知能が<%= int %>上がる。2014年夏季限定版装備。", + "armorSpecialSummerMageNotes": "かすかに光るうろこの付いた衣服は、その着用者を本当のマーメイジに変える!知能が<%= int %>上がる。2014年夏季限定版装備。", "armorSpecialSummerHealerText": "人魚のしっぽ", - "armorSpecialSummerHealerNotes": "かすかに光るうろこの付いた衣服は、その着用者を本当のSeahealerに変える!体質が<%= int %>上がる。2014年夏季限定版装備。", + "armorSpecialSummerHealerNotes": "かすかに光るうろこの付いた衣服は、その着用者を本当のシーヒーラーに変える!体質が<%= int %>上がる。2014年夏季限定版装備。", "armorSpecialFallRogueText": "ブラッドレッドローブ", "armorSpecialFallRogueNotes": "ビビッド。ベルベット。バンパイアてき。知覚が<%= per %>上がる。2014年秋季限定版装備。", "armorSpecialFallWarriorText": "科学の白衣", @@ -239,13 +239,13 @@ "armorSpecialSpring2015MageNotes": "あなたの上着のすそはあなたのワタオウサギに似合っている!知能が<%= int %>上がる。2015年春期限定版装備。", "armorSpecialSpring2015HealerText": "慰める猫スーツ", "armorSpecialSpring2015HealerNotes": "この柔らかいキャットスーツは快適で、ミント茶と同じくらい元気づけられる。体質が <%= con %>上がる。2015年春季限定版装備。", - "armorSpecialSummer2015RogueText": "Ruby Tail", + "armorSpecialSummer2015RogueText": "ルビーのしっぽ", "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", + "armorSpecialSummer2015WarriorText": "黄金のしっぽ", + "armorSpecialSummer2015WarriorNotes": "このきらめき鱗の衣類を身につけると本物の翻車魚戦士に変身する!体質は<%= con %>上がる。2015年夏限定装備。", + "armorSpecialSummer2015MageText": "占い師の衣", "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", + "armorSpecialSummer2015HealerText": "船員の武具", "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "armorMystery201402Text": "使者のローブ", "armorMystery201402Notes": "かすかに光って、強くて、これらのローブは、手紙を運ぶために多くのポケットがある。効果なし。2014年2月購読者アイテム。", @@ -271,11 +271,13 @@ "armorMystery201503Notes": "この青い鉱物は、幸運、幸せと永遠の生産性を象徴する。効果なし。2015年3月購読者アイテム。", "armorMystery201504Text": "忙しい蜂のローブ", "armorMystery201504Notes": "このローブを獲得することで忙しい蜂のように生産的になれるでしょう!効果なし。2015年4月購読者アイテム。", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "スチームパンクスーツ", "armorMystery301404Notes": "小粋な、そして、颯爽とした!効果なし。3015年2月購読者アイテム。", "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", + "armorArmoireGladiatorArmorText": "剣闘士アーマー", "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": "ヘッドギア", "headBase0Text": "兜なし", @@ -324,44 +326,44 @@ "headSpecial0Notes": "血と灰、溶岩と黒曜石は、このヘルムにそのイメージと力を与える。知能が<%= int %>上がる。", "headSpecial1Text": "クリスタルヘルム", "headSpecial1Notes": "手本となるような人の人気の冠。全ての能力値が<%= attrs %>増加します。", - "headSpecial2Text": "名前のないヘルム", + "headSpecial2Text": "名無しヘルム", "headSpecial2Notes": "見返りを求めない人たちに与えた証。知能と力がそれぞれ<%= attrs %>上がる。", - "headSpecialNyeText": "パーティハット", - "headSpecialNyeNotes": "パーティハットを貰いました!新年を祝いながら誇らしげにかぶります!効果がありません。", + "headSpecialNyeText": "変わったパーティハット", + "headSpecialNyeNotes": "変わったパーティハットをもらった!新年を祝いながら誇らしげにかぶれ!効果なし。", "headSpecialYetiText": "イエティのテイマーヘルム", "headSpecialYetiNotes": "可愛くて恐ろしい帽子。力が<%= str %>上がる。2013年-2014年冬季限定版装備。", - "headSpecialSkiText": "スキーアサシンヘルム", + "headSpecialSkiText": "スキーサシンヘルム", "headSpecialSkiNotes": "着た者の正体を秘密にします…そして顔を暖かくします。知覚を<%= per %>増加します。2013年-2014年冬季限定版装備。", "headSpecialCandycaneText": "キャンディケインハット", - "headSpecialCandycaneNotes": "世界で一番美味しい帽子。奇妙に現れたり消えたりすることが知られている。知覚が<%= per %>上がる。2013年-2014年冬季限定版装備。", - "headSpecialSnowflakeText": "スノーフレーククラウン", - "headSpecialSnowflakeNotes": "この冠をかぶる者は決して凍りません。知性が <%= int %>増加します。2013年-2014年冬季限定版装備。", - "headSpecialSpringRogueText": "ステルスキティマスク", - "headSpecialSpringRogueNotes": "だれも決してあなたが空巣ねらいと言い当てられないでしょう!知覚が<%= per %>増加します。2014年春期限定装備。", + "headSpecialCandycaneNotes": "世界で一番美味しい帽子。奇妙に現れたり消えたりすることが知られている。知覚が<%= per %>上がる。2013年-2014年冬季限定装備。", + "headSpecialSnowflakeText": "雪あられ冠", + "headSpecialSnowflakeNotes": "この冠をかぶる者は決して凍らない。知性を <%= int %>点上げる。2013年-2014年冬季限定装備。", + "headSpecialSpringRogueText": "盗み足のキティーマスク", + "headSpecialSpringRogueNotes": "誰かにあなたが空巣ねらいだなんて当てるわけない!知覚を<%= per %>点上げる。2014年春期限定装備。", "headSpecialSpringWarriorText": "クローバースチールヘルメット", - "headSpecialSpringWarriorNotes": "甘い牧草地のクローバーで溶接されていて、最強の風にも対抗しうる兜です。力が <%= str %>増加します。2014年春期限定装備。", + "headSpecialSpringWarriorNotes": "甘い牧草地のクローバーで溶接されていて、最強の風にも対抗しうる兜。力を <%= str %>上げる。2014年春期限定装備。", "headSpecialSpringMageText": "スイスチーズハット", - "headSpecialSpringMageNotes": "この帽子は強力な魔法をたくさん蓄えています!少しづつかじることのないよう気をつけてください。2014年春期限定装備。", + "headSpecialSpringMageNotes": "この帽子は強力な魔法たっぷり!あまり食い齧らないようにに努力してね。知覚を<%= per %>点上げる。2014年春期限定装備。", "headSpecialSpringHealerText": "友情の王冠", - "headSpecialSpringHealerNotes": "この冠は誠実と親交の象徴します。結局のところ、犬が冒険者の最高の友人です!知能を<%= int %>増加します。2014年春期限定装備。", + "headSpecialSpringHealerNotes": "この冠は誠実と親交の象徴する。やっぱり犬が冒険者の最高の友人だからね!知能を<%= int %>上げる。2014年春期限定装備。", "headSpecialSummerRogueText": "海賊帽", - "headSpecialSummerRogueNotes": "最も生産的な海賊だけがこの素敵な帽子をかぶることができます。知覚が <%= per %>増加します。2014年夏季限定装備。", + "headSpecialSummerRogueNotes": "最も生産的な海賊だけがこの素敵な帽子をかぶることができます。知覚を <%= per %>点上げる。2014年夏季限定装備。", "headSpecialSummerWarriorText": "スワッシュバックラーバンダナ", - "headSpecialSummerWarriorNotes": "この柔らかく塩を含んだ布地は、身につける者を力で満たすでしょう。力が<%= str %>増加します。2014年夏季限定装備。", - "headSpecialSummerMageText": "昆布で包まれた帽子", - "headSpecialSummerMageNotes": "海藻でくるまれた帽子よりも魅惑的にみせるものがあるだろうか?知覚が <%= per %>増加します。2014年夏季限定装備。", - "headSpecialSummerHealerText": "コーラルクラウン", - "headSpecialSummerHealerNotes": "身につけた者は傷ついた岩礁を癒やすことができるようになります。知能が<%= int %>増加します。2014年夏季限定装備。", + "headSpecialSummerWarriorNotes": "この柔らかくて塩っぱい布地は、身につける者を力で満たす。力を<%= str %>点上げる。2014年夏季限定装備。", + "headSpecialSummerMageText": "昆布巻き帽子", + "headSpecialSummerMageNotes": "のり巻き帽子より幻想的なものはあるのか?知覚を <%= per %>点上げる。2014年夏季限定装備。", + "headSpecialSummerHealerText": "サンゴクラウン", + "headSpecialSummerHealerNotes": "身につけた者は傷ついた岩礁を癒やすようになる。知能を<%= int %>点上げる。2014年夏季限定装備。", "headSpecialFallRogueText": "ブラッドレッドフード", - "headSpecialFallRogueNotes": "吸血鬼スミッターの正体はいつも隠されなければならない。知覚が<%= per %>増加します。2014年秋季限定装備。", - "headSpecialFallWarriorText": "科学のモンスタースカルプ", + "headSpecialFallRogueNotes": "吸血鬼強打者の正体はいつも隠されなければならない。知覚を<%= per %>点上げる。2014年秋季限定装備。", + "headSpecialFallWarriorText": "科学のモンスター頭皮", "headSpecialFallWarriorNotes": "この兜を移植しなさい!ちょっとだけ使われた事があります。力が<%= str %>増加します。2014年秋季限定装備。", "headSpecialFallMageText": "先のとがった帽子", - "headSpecialFallMageNotes": "この帽子のすべての糸に魔法が編みこまれています。知覚が<%= per %>増加します。2014年秋季限定装備。", + "headSpecialFallMageNotes": "この帽子のすべての糸に魔法が編みこまれている。知覚を<%= per %>点上げる。2014年秋季限定装備。", "headSpecialFallHealerText": "ヘッドバンデージ", - "headSpecialFallHealerNotes": "とても衛生的でとてもファッショナブルです。知能が<%= int %>増加します。2014年秋季限定装備。", + "headSpecialFallHealerNotes": "とても衛生的でとてもオシャレ。知能を<%= int %>点上げる。2014年秋季限定装備。", "headSpecialNye2014Text": "ばかげたパーティハット", - "headSpecialNye2014Notes": "ばかげたパーティハットを貰いました!新年を祝いながら誇らしげにかぶります!効果がありません。", + "headSpecialNye2014Notes": "ばかげたパーティハットをもらった!新年を祝いながら誇らしげにかぶれ!効果なし。", "headSpecialWinter2015RogueText": "氷柱のドレイクマスク", "headSpecialWinter2015RogueNotes": "あなたは本当に確かに本物のアイスドレイクです。あなたはアイスドレイクの群れに潜入していません。あなたは極寒のトンネルにあると噂される富の宝庫に全く興味がありません。ガオー。知覚が<%= per %>増加します。2014年-2015年冬季限定装備。", "headSpecialWinter2015WarriorText": "ジンジャーブレッドの兜", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "ウサギと帽子のどちらが先にできたのか?知覚が<%= per %>上がる。2015年春季限定版装備。", "headSpecialSpring2015HealerText": "慰めるクラウン", "headSpecialSpring2015HealerNotes": "冠中央の真珠は周囲を静めて快適にします。知能が<%= int %>増加します。2015年春季限定装備。", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "背教者の帽子", + "headSpecialSummer2015RogueNotes": "この海賊の帽子は海に落ちてからファイアーコーラルのかけらに飾られた。知覚を<%= per %>点上げる。2015夏季限定装備。", + "headSpecialSummer2015WarriorText": "海洋宝石付きヘルム", + "headSpecialSummer2015WarriorNotes": "ディラトリーの職人に深海の金属で制作されたこのヘルムは強くてハンサム。力を<%= str %>点上げる。2015年夏季限定装備。", + "headSpecialSummer2015MageText": "占い師のスカーフ", + "headSpecialSummer2015MageNotes": "このスカーフの糸に隠然が輝く。知覚を<%= per %>点上げる。2015年夏季限定装備。", + "headSpecialSummer2015HealerText": "船員の帽子", + "headSpecialSummer2015HealerNotes": "船員の帽子を頭にかぶってあれば、どんな荒波でも航行できる!知性を<%= int %>点上げる。2015年夏季限定装備。", "headSpecialGaymerxText": "虹色の戦士の兜", "headSpecialGaymerxNotes": "プライドシーズンとGaymerXを記念するこの特殊な兜は、輝くカラフルな虹模様で飾られている!GaymerXはLGBTQやゲームを祝うゲーム大会で、誰でも参加することができる。これは、7月の11日-13日までにサンフランシスコのダウンタウンインターコンチネンタルで開催される!効果がない。", "headMystery201402Text": "羽かぶと", @@ -416,7 +418,7 @@ "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", + "headArmoireGladiatorHelmText": "剣闘士ヘルム", "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.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "これを敵に投げつけろ... さもなければ持っておけ。なぜなら夕食時にはおいしい食べ物でいっぱいになっているでしょうから。体質が<%= con %>上がる。2015年春季限定版装備。", "shieldSpecialSpring2015HealerText": "柄模様まくら", "shieldSpecialSpring2015HealerNotes": "この柔らかい枕で頭を休めることができる。もしくはあなたの恐ろしい爪でこの枕と闘うこともできる。ガオー!体質が<%= con %>上がる。2015年春季限定版装備。", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "ファイヤーリング・コーラル", + "shieldSpecialSummer2015RogueNotes": "このファイヤーコーラルの親戚は毒液を水中に突き抜く能力を持つ。力を<%= str %>点上げる。2015年夏季限定装備。", + "shieldSpecialSummer2015WarriorText": "マンボウの盾", + "shieldSpecialSummer2015WarriorNotes": "ディラトリーの職人に深海の金属で制作されたこの盾は砂と海のように輝く。体質を<%= str %>点上げる。2015年夏季限定装備。", + "shieldSpecialSummer2015HealerText": "硬派な盾", + "shieldSpecialSummer2015HealerNotes": "この盾を使って船底ネズミをぶつけてやれ。体質を<%= con %>点で上げる。2015年夏限定装備。", "shieldMystery301405Text": "クロックシールド", "shieldMystery301405Notes": "このそびえ立つクロックシールドとともに時はあなたの側にある!効果なし。3015年購読者アイテム。", - "shieldArmoireGladiatorShieldText": "Gladiator Shield", + "shieldArmoireGladiatorShieldText": "剣闘士の盾", "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).", - "back": "Back Accessory", + "back": "背中アクセサリー", "backBase0Text": "バックアクセサリーがありません", "backBase0Notes": "バックアクセサリーがありません。", "backMystery201402Text": "黄金の翼", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "強さと美しさにヒュッと音がします。効果なし。コンベンション特別版アイテム。", "backSpecialWonderconBlackText": "卑劣なケープ", "backSpecialWonderconBlackNotes": "影と囁きから紡がれています。効果なし。コンベンション特別版アイテム。", - "body": "Body Accessory", + "body": "体アクセサリー", "bodyBase0Text": "ボディアクセサリーがありません", "bodyBase0Notes": "ボディアクセサリーがありません。", "bodySpecialWonderconRedText": "ルビーカラー", @@ -521,11 +523,11 @@ "bodySpecialSummerMageNotes": "塩水も真水もこの金属製ケープを錆びさせることはできません。効果なし。2014年夏季限定装備。", "bodySpecialSummerHealerText": "コーラルカラー", "bodySpecialSummerHealerNotes": "生きた珊瑚の洗練されたカラー!効果なし。2014年夏季限定装備。", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", + "bodySpecialSummer2015RogueText": "背教者のサッシュ", + "bodySpecialSummer2015RogueNotes": "帯がなければ背教者のOBなんてなれないよ!効果なし。2015年夏季限定装備。", + "bodySpecialSummer2015WarriorText": "海洋スパイク", + "bodySpecialSummer2015WarriorNotes": "各スパイクから、身につける者を守る海月の毒がぼたぼた垂れている。効果なし。2015年春季限定装備。", + "bodySpecialSummer2015MageText": "黄金バックル", "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", @@ -555,9 +557,9 @@ "headAccessoryCactusEarsText": "サボテン耳", "headAccessoryCactusEarsNotes": "この耳があなたをとげだらけのサボテンのように見せる!効果なし。", "headAccessoryFoxEarsText": "狐耳", - "headAccessoryFoxEarsNotes": "この耳があなたを古だぬきのように見せる!効果なし。", + "headAccessoryFoxEarsNotes": "この耳があなたを狡猾な狐のように見せる!効果なし。", "headAccessoryLionEarsText": "ライオン耳", - "headAccessoryLionEarsNotes": "この耳があなたを百獣の王のライオンのように見せる!効果なし。", + "headAccessoryLionEarsNotes": "この耳があなたを勇壮なライオンのように見せる!効果なし。", "headAccessoryPandaEarsText": "パンダ耳", "headAccessoryPandaEarsNotes": "この耳があなたを穏やかなパンダのように見せる!効果なし。", "headAccessoryPigEarsText": "豚耳", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "あなたの衝動は確実に正当。効果なし。コンベンション限定アイテム。", "eyewearMystery201503Text": "アクアマリンのアイウェア", "eyewearMystery201503Notes": "これら光るジェムで目をつつかれないよう気をつけな!効果なし。2015年3月購読者限定アイテム。", + "eyewearMystery201506Text": "ネオンスノーケル", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "アイウェアゴーグル", "eyewearMystery301404Notes": "片眼鏡を別として、ゴーグルよりファンシーなアイウェアはない。効果なし。3015年7月購読者限定アイテム。", "eyewearMystery301405Text": "片眼鏡", diff --git a/common/locales/ja/generic.json b/common/locales/ja/generic.json index ca569366e0..ca0f9cdc11 100644 --- a/common/locales/ja/generic.json +++ b/common/locales/ja/generic.json @@ -54,6 +54,8 @@ "gems": "ジェム", "gemButton": "現在ジェム <%= number %>個を持っています。", "moreInfo": "詳細情報", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "ベテラン", "veteranText": "Habit The Grey (以前のウェブサイト)は役目を終え、数々のバグから多くの教訓を得ることができました。", diff --git a/common/locales/ja/groups.json b/common/locales/ja/groups.json index 8aa82acde9..d65df5e576 100644 --- a/common/locales/ja/groups.json +++ b/common/locales/ja/groups.json @@ -2,12 +2,12 @@ "tavern": "酒場", "innCheckOut": "宿屋をチェックアウト", "innCheckIn": "宿屋に泊まる", - "innText": "あなたは宿屋に泊まっています!チェックインしている間、一日の終わりに日課が未実施でもダメージを受けません、ですが日課は毎日リフレッシュされます。注意してください、もしあなたがボスクエストに参加しているなら、あなたのパーティの仲間が日課をし損ねたとき、その仲間も宿屋に泊まっていない限り、あなたはダメージを受けるでしょう!また、あなたのボスへのダメージ(または収集したアイテム)は宿屋をチェックアウトするまで適用されないでしょう。", + "innText": "あなたは宿屋に泊まっています!チェックインしている間、一日の終わりに日課が未実施でもダメージを受けません、ですが日課は毎日リフレッシュされます。注意: もしあなたがボスクエストに参加しているなら、あなたのパーティの仲間が日課をし損ねたとき、その仲間も宿屋に泊まっていない限り、あなたはダメージを受けます!また、あなたのボスへのダメージ(または収集したアイテム)は宿屋をチェックアウトするまで適用されません。", "lfgPosts": "グループポスト(メンバー募集)を探してください", "tutorial": "チュートリアル", "glossary": "小辞典", "wiki": "Wiki", - "reportAP": "クレームを言う", + "reportAP": "問題を報告する", "requestAF": "仕様をお願いする", "community": "コミュニティフォーラム", "dataTool": "データ表示ツール", @@ -39,8 +39,8 @@ "editGroup": "グループを編集する", "newGroupName": "<%= groupType %> 名", "groupName": "グループ名", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "グループリーダー", + "groupID": "グループID", "groupDescr": "公共ギルドリストに表示される説明 (マークダウン OK)", "logoUrl": "ロゴURL", "assignLeader": "グループリーダー指定", @@ -119,6 +119,7 @@ "sendGiftPurchase": "購入する", "sendGiftMessagePlaceholder": "個人メッセージ(任意)", "sendGiftSubscription": "<%= months %>ヶ月: $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "フレンドと一緒にモンスターと戦う", + "startAParty": "チームを作る", + "addToParty": "チームに誰かを入れる" } \ No newline at end of file diff --git a/common/locales/ja/limited.json b/common/locales/ja/limited.json index 70504191bb..f99ddab4e4 100644 --- a/common/locales/ja/limited.json +++ b/common/locales/ja/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "パーティメンバーから <%= spookDust %> 回おどかされました。", "agriculturalFriends": "農業の友人", "agriculturalFriendsText": "パーティメンバーによって<%= seeds %>回花に変化させられました。", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "バレンタインカード", "valentineCardNotes": "パーティメンバーにバレンタインカードを送ろう", "valentine0": "「バラは赤い<%= lineBreak %> 私の日課は青い<%= lineBreak %> 私はあなたと同じ<%= lineBreak %>パーティで嬉しい!」", @@ -24,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>シエナレスリー<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>季節限定魔女<%= linkEnd %>", "seasonalShopClosedText": "季節品ショップは現在閉鎖されています!季節の魔女は今どこにいるかはわかりませんが、彼女は次の<%= linkStart %>グランドガーラ<%= linkEnd %>中に戻ってくるでしょう!", - "seasonalShopText": "季節限定ショップへようこそ! 春の 季節限定グッズを揃えています。ここにあるものはすべて毎年Spring Fling期間中に買う事ができますが、4月30日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければいけませよ!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "季節限定ショップへようこそ! 春の 季節限定版グッズを揃えています。ここにあるものはすべて毎年スプリングフリング期間中に買う事ができますが、4月30日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", + "seasonalShopSummerText": "季節限定ショップへようこそ! 夏の 季節限定版グッズを揃えています。ここにあるものはすべて毎年サマースプラッシュイベント期間中に買う事ができますが、7月31日までしかオープンしていません。ですので今買い備えないと、買うのにまた一年またなければなりませんよ!", "seasonalShopRebirth": "もし転生のオーブを使ったのなら、アイテムショップをアンロックした後この装備を報酬欄に買い戻す事が出来ます。最初は、現在のクラス(デフォルトでは戦士)のアイテムしか買えないでしょう。でも心配しないで、あなたがクラスを切り替えれば、他のクラスのアイテムも可能になります。", "candycaneSet": "キャンディケイン (魔道士)", "skiSet": "スキーアサシン(盗賊)", @@ -46,8 +48,8 @@ "magicMouseSet": "魔法のネズミ(魔道士)", "lovingPupSet": "忠実な子犬(神官)", "stealthyKittySet": "ステルスキティ(盗賊)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "不適な海賊(戦士)", + "emeraldMermageSet": "エメラルドマーメイジ(魔道士)", + "reefSeahealerSet": "さんご礁のシーヒーラー(神官)", + "roguishPirateSet": "いたずら好きな海賊(盗賊)" } \ No newline at end of file diff --git a/common/locales/ja/npc.json b/common/locales/ja/npc.json index 845dad066c..8d844d98fc 100644 --- a/common/locales/ja/npc.json +++ b/common/locales/ja/npc.json @@ -2,16 +2,16 @@ "npc": "NPC", "npcText": "最大のレベルで Kickstarterプロジェクトを後援する!", "mattBoch": "マット・バック", - "mattShall": "マウントを連れてきましょか、<%= name %>?ペットに十分なエサを与えたら、そのペットはマウントになって、ここに現れます。マウントをクリックして乗ってみたらどうですか?", + "mattShall": "マウントを連れてきましょうか、<%= name %>?ペットに十分なエサを与えたら、そのペットはマウントになって、ここに現れます。マウントをクリックして乗ってみたらどうですか?", "mattBochText1": "ステーブルへようこそ!私はマット、獣のマスターだよ。レベルが4になったら、タマゴとポーションを使って、ペットを孵化させることができる。ペットをクリックして、アバターを飾ることもできる。エサを与えれば、強いマウントになるだろう。", "daniel": "ダニエル", "danielText": "酒場へようこそ!しばらく滞在して、地元の人と会いましょう。あなたに休息が必要な場合 (休暇? 病気?)、私が宿であなたを元気にします。チェックインしている間、あなたの日課は未実施でも一日の終わりにあなたを傷つけませんが、印を付けて実施済みにできます。", "danielText2": "注意してください: あなたがボスの冒険に参加している場合は、あなたのパーティーの仲間が日課を逃したことで、ボスはまだあなたを傷つけます! また、あなたがボスに与えるダメージ(もしくは集めたアイテム)は宿をチェックアウトするまでt適用されません。", "alexander": "アレクサンダー商人", "welcomeMarket": "マーケットへようこそ!レアペットとポーションを買えます。", - "sellForGold": "<%= gold %>金で<%= item %> を売ります", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellForGold": "<%= item %>を<%= gold %>ゴールドで売る", + "sellEggForGold": "<%= itemType %>のたまごを<%= gold %>ゴールドで売る", + "sellPotionForGold": "<%= itemType %>ポーションを<%= gold %>ゴールドで売る", "buyGems": "ジェムを買う", "justin": "ジャスティン", "USD": "ドル", @@ -49,7 +49,7 @@ "tourStatsPage": "これはあなたのステータスページです!タスクを完了して実績を受け取りましょう。", "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": "パーティーはあなたが責任を果たす事を助けてくれるでしょう。友達を招待してクエストスクロールをアンロックしましょう!", - "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!", + "tourGuildsPage": "ギルドは共通の興味を持つプレイヤー同士のためのチャットグループです。リストから興味のあるグループを探して参加しましょう。だれでも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": "レベル4の始めから、タスクを完了するとたまごと孵化ポーションがランダムにドロップします。それらはここに表示され、ペットを孵化するのに使いましょう!市場でアイテムを買う事もできます。", "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!", @@ -67,12 +67,12 @@ "tourHabitsBrief": "Good & Bad Habits", "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "tourRewardsProceed": "以上です!", + "welcomeToHabit": "あなたの生活を向上させるゲーム、HabitRPGへようこそ!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", + "welcome4": "あなたのHPを減らす、悪い習慣を避けましょう。さもないとあなたのアバターは死んでしまいます!", "welcome5": "Now you'll customize your avatar and set up your tasks...", "imReady": "I'm Ready!" } \ No newline at end of file diff --git a/common/locales/ja/pets.json b/common/locales/ja/pets.json index 9fc049aaa5..3f0a366f12 100644 --- a/common/locales/ja/pets.json +++ b/common/locales/ja/pets.json @@ -13,6 +13,7 @@ "hydra": "ヒドラ", "mantisShrimp": "シャコ", "mammoth": "長毛マンモス", + "orca": "Orca", "rarePetPop1": "HabitRPGに貢献することを通してどのようにこの珍しいペットを得ることができるかについて、より多くを学ぶために、金の足をクリックしてください!", "rarePetPop2": "このペットを得る方法!", "potion": "<%= potionType %> ポーション", diff --git a/common/locales/ja/questscontent.json b/common/locales/ja/questscontent.json index 737570a98a..a7013260f2 100644 --- a/common/locales/ja/questscontent.json +++ b/common/locales/ja/questscontent.json @@ -1,7 +1,7 @@ { "questEvilSantaText": "猟師のサンタ", - "questEvilSantaNotes": "あなたは氷原の奥で、嘆くうなり声を聞く。あなたはうなり声とどなり声 - 途中甲高い笑いにさえぎられるが - に従って、完全に成長したホッキョクグマが見える森の中の開拓地に向かう。彼女は生活のため、ケージに入れられ、足かせをされ、うなり声をあげている。ケージの上で踊っているのは、世間から見放されたクリスマスの衣装を着た、悪意のある少し悪童である。猟師のサンタを破り、獣を救う!", - "questEvilSantaCompletion": "猟師のサンタは怒って悲鳴をあげ、そして夜にこだまする。感謝した牝熊は、うなり声やどなり声を通して、何かを教えしようとする。告げ口マット ボックが、彼女の物語と恐怖のあえぎに耳を傾ける厩舎に、あなたは彼女を戻す。彼女は幼獣がいます!ママの熊が捕獲されたとき、彼は氷原に逃げました。彼女は彼女の赤ん坊を見つけるのに役立ちます!", + "questEvilSantaNotes": "あなたは氷原の奥で、嘆くうなり声を聞く。あなたはうなり声とどなり声 - 途中甲高い笑いにさえぎられるが -を追って、森の中の開拓地に進み、完全に成長したホッキョクグマを見つけた。彼女はケージに入れられ、足かせをされ、うなり声をあげている。ケージの上で踊っているのは、世間から見放されたクリスマスの衣装を着た、悪意のある小さな悪魔だ。トラッパーサンタを倒し、獣を救う!", + "questEvilSantaCompletion": "トラッパーサンタは怒って金切り声をあげ、それは夜にこだました。感謝した牝熊は、うなり声やどなり声を通して、何かを伝えようとする。あなたは彼女を厩舎に連れて戻り、告げ口マット ボックが恐怖にあえぐ彼女の物語に耳を傾けた。彼女には子供がいます!彼女が捕獲されたとき、彼は氷原に逃げました。彼女の赤ん坊を見つけるのを手伝おう!", "questEvilSantaBoss": "猟師のサンタ", "questEvilSantaDropBearCubPolarMount": "ホッキョクグマ(マウント)", "questEvilSanta2Text": "幼獣を見つけましょう!", @@ -71,7 +71,7 @@ "questVice3Completion": "洞穴から影が消えて鋼のような沈黙に包まれました。これは驚いた、あなたはやりました!あなたはバイスを倒しました!あなたとパーティはとうとうほっとして息をつくでしょう。勇敢な習慣者よ、勝利を満喫しバイスと戦う事で学んだ事を習い前に進みましょう。まだこなす習慣があり倒すべき悪い悪魔が潜んでいます。", "questVice3Boss": "バイス、影のウィルム", "questVice3DropWeaponSpecial2": "Stephen Weberのドラゴンの矢", - "questVice3DropDragonEgg": "龍(卵)", + "questVice3DropDragonEgg": "ドラゴン(卵)", "questVice3DropShadeHatchingPotion": "暗い水薬", "questMoonstone1Text": "ムーンストーンチェーン", "questMoonstone1Notes": "

ひどい苦痛がHabitticanを襲いました。ずっと前に滅んだ悪い習慣が復讐に蘇りつつあります。皿は洗われず、教科書は読まれず放置され、先送りが蔓延しています!


あなたは戻ってきた悪い習慣をよどみの沼まで追い、容疑者:幽霊のような魔術師レシディベイトを見つけます。あなたは武器を振りかざして突入しますが、彼女の幽霊を無駄にすり抜けます。


「気にするな」と彼女はガラガラ声で息を漏らします。


「月の石の鎖がなければ、だれも私を傷つける事はできない、そしてマスタージュエラー@aurakamiがすべての月の石を大昔にHabitica中に散らばせてしまった!」


息切れしながらあなたは後退しました...ですがあなたは何をするべきか知っています。", @@ -177,7 +177,7 @@ "questTRexUndeadRageTitle": "スケルトンヒーリング", "questTRexUndeadRageDescription": "あなたが日課を終えないとこのバーが埋まります。満杯になると骸骨ティラノサウルスは残りの体力の30% o回復します!", "questTRexUndeadRageEffect": "`骸骨ティラノサウルスはスケルトンヒーリングを使います!`\n\nこのモンスターはこの世のものとは思えない唸り声をあげて、傷ついた骨を接合しなおしました!", - "questTRexDropTRexEgg": "ティラノサウルス (卵)", + "questTRexDropTRexEgg": "ティラノサウルス(卵)", "questTRexUnlockText": "市場でのティラノサウルスの卵購入のアンロック", "questRockText": "逃げる洞窟生物", "questRockNotes": "Habiticaの蛇行山脈を友人たちと乗り越えて、輝く鉱石がレース飾りのようになった美しい洞窟で一晩キャンプしました。しかし翌朝目覚めると、入り口は消え去り、洞穴の床はあなたの下に移動していました。

「この山は生きている!」とあなたの友人の @pfeffernusseが叫びます。「これは水晶じゃない、歯だ!」

@Painter de Cluster はあなたの手をつかみます。「私たちは外に出る別の方法を見つけなければならない。私から離れず取り乱さないで、さもないと私たちは永遠にここに閉じ込められます!」", @@ -207,6 +207,12 @@ "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenDropCuttlefishEgg": "コウイカ(卵)", + "questKrakenUnlockText": "市場でのコウイカのたまご購入のアンロック", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/ja/settings.json b/common/locales/ja/settings.json index 6310f81665..d93624d266 100644 --- a/common/locales/ja/settings.json +++ b/common/locales/ja/settings.json @@ -42,8 +42,6 @@ "customDayStart": "カスタムの日の更新", "24HrClock": "24時間時計", "customDayStartInfo1": "HabitRPGはデフォルトで日課をあなたのタイムゾーンでの24時に毎日チェックしリセットします。変更する前に以下の情報を読むことが推奨されます:", - "customDayStartInfo2": "(もっと多く表示する)", - "customDayStartInfo3": "(もっと少なく表示する)", "customDayStartInfo4": "一日の開始時間のカスタマイズを変更する前に、日課を全て完了させてください、もしくは その日は宿屋に泊まってください。 一日の開始時間のカスタマイズを変更するとCronがすぐに実行されるかもしれませんが、最初の一日が過ぎれば期待通りに動作します。

変更が反映されるまで2時間みてください。例として、もし今 0(真夜中)と設定されているなら、夜10時より前に変更を行ってください。 もし夜9時と設定したいなら、夜7時より前に変更を行ってください。

時間を0から23(24時間時計)で入力してください。矢印キーよりタイプしたほうが効率的です。一度設定したら、リロードして新しい値が表示されるか確認してください。", "misc": "その他", "showHeader": "ヘッダーを表示する", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "古いメールアドレスとあなたのユーザIDとして使う新しいメールアドレスの両方を含んで", "username": "ログイン名", + "usernameOrEmail": "Login Name or Email", "email": "メール", "registeredWithFb": "Facebookで登録", "loginNameDescription1": "これはHabitRPGにログインするのに使うものです。行く", @@ -113,11 +112,11 @@ "benefits": "便益", "coupon": "クーポン", "couponPlaceholder": "クーポンコードを入力してください", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "我々は時々Wonderconブースなどのイベントを開催し、特殊装備のプロモコードを配布します。", "apply": "適用", "resubscribe": "再購読", "promoCode": "プロモコード", "promoCodeApplied": "プロモコードが適用されました!所持品を確認してください", "promoPlaceholder": "プロモコードを入力してください", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "パーティにメンバーが1人の場合に「パーティに招待する」ボタンを表示する" } \ No newline at end of file diff --git a/common/locales/ja/spells.json b/common/locales/ja/spells.json index d8950e4fd1..bce031af36 100644 --- a/common/locales/ja/spells.json +++ b/common/locales/ja/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "輝く種", "spellSpecialShinySeedNotes": "友達を楽しい花に変えよう!", "spellSpecialPetalFreePotionText": "花びら消しポーション", - "spellSpecialPetalFreePotionNotes": "輝く種の効果を取り消す。" + "spellSpecialPetalFreePotionNotes": "輝く種の効果を取り消す。", + "spellSpecialSeafoamText": "海の泡", + "spellSpecialSeafoamNotes": "友達を海の生き物に変えよう!", + "spellSpecialSandText": "砂", + "spellSpecialSandNotes": "海の泡の効果を取り消す。" } \ No newline at end of file diff --git a/common/locales/ja/subscriber.json b/common/locales/ja/subscriber.json index d54e65bb74..c49e901885 100644 --- a/common/locales/ja/subscriber.json +++ b/common/locales/ja/subscriber.json @@ -3,7 +3,7 @@ "subscriptions": "購読", "subDescription": "広告を無効にする、ゴールドでジェムを購入する、毎月の不思議なアイテム、進展履歴の維持、毎日のドロップ獲得を倍にする、開発者のサポート、詳細な情報はをクリックしてください。", "disableAds": "広告を無効にする", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "あなたの購読が有効な間、広告は無効になります (広告が無効にされている元のユーザは適用除外)", "buyGemsGold": "ジェムをゴールドで購入", "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", "retainHistory": "完全な履歴エントリーの保持", diff --git a/common/locales/ja/tasks.json b/common/locales/ja/tasks.json index 351550beda..8228c74da5 100644 --- a/common/locales/ja/tasks.json +++ b/common/locales/ja/tasks.json @@ -16,13 +16,14 @@ "checklist": "チェックリスト", "checklistText": "タスクをより小さく分割しよう! チェックリストはToDoリストから得られる経験値とゴールドを増加し、日課を実行しなかった場合のダメージを減少させます。", "expandCollapse": "展開する/折り畳む", - "text": "Title", + "text": "タイトル", "extraNotes": "追記", "direction/Actions": "目標/行動", "advancedOptions": "拡張オプション", "difficulty": "難易度", "difficultyHelpTitle": "このタスクはどれくらい難しいですか?", "difficultyHelpContent": "より難しいタスクを実施済みにすると、より多くの経験値とゴールドを得ることができますが... それが未実施の日課や悪い習慣の場合には、より多くのダメージを受けます。", + "trivial": "Trivial", "easy": "かんたん", "medium": "ふつう", "hard": "むずかしい", @@ -65,7 +66,7 @@ "clearTags": "クリア", "hideTags": "非表示にする", "showTags": "表示する", - "startDate": "Start Date", + "startDate": "開始日", "startDateHelpTitle": "When should this task start?", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", "streakName": "Streak Achivements", diff --git a/common/locales/nl/backgrounds.json b/common/locales/nl/backgrounds.json index 347a88b5be..90ee52fc46 100644 --- a/common/locales/nl/backgrounds.json +++ b/common/locales/nl/backgrounds.json @@ -85,10 +85,17 @@ "backgroundPagodasText": "Pagodes", "backgroundPagodasNotes": "Klim naar de top van de pagodes.", "backgrounds062015": "SET 13: Uitgebracht in juni 2015", - "backgroundDriftingRaftText": "Drijvend Vlot", - "backgroundDriftingRaftNotes": "Bevaar het Drijvende Vlot.", - "backgroundShimmeryBubblesText": "Glanzende Bubbels", - "backgroundShimmeryBubblesNotes": "Drijf over een zee van Glanzende Bubbels.", - "backgroundIslandWaterfallsText": "De Watervallen van het Eiland", - "backgroundIslandWaterfallsNotes": "Picknick bij de Watervallen van het Eiland." + "backgroundDriftingRaftText": "Drijvend vlot", + "backgroundDriftingRaftNotes": "Lekker peddelen op het drijvende vlot.", + "backgroundShimmeryBubblesText": "Glanzende bubbels", + "backgroundShimmeryBubblesNotes": "Drijf over een zee van glanzende bubbels.", + "backgroundIslandWaterfallsText": "Watervallen op een eiland", + "backgroundIslandWaterfallsNotes": "Picknick bij de watervallen op een eiland.", + "backgrounds072015": "SET 14: Uitgebracht in juli 2015", + "backgroundDilatoryRuinsText": "Ruïnes van Dralen", + "backgroundDilatoryRuinsNotes": "Duik naar de ruïnes van Dralen.", + "backgroundGiantWaveText": "Enorme golf", + "backgroundGiantWaveNotes": "Surf een enorme golf!", + "backgroundSunkenShipText": "Scheepswrak", + "backgroundSunkenShipNotes": "Verken een scheepswrak." } \ No newline at end of file diff --git a/common/locales/nl/challenge.json b/common/locales/nl/challenge.json index fe25a374a3..a8e5604f00 100644 --- a/common/locales/nl/challenge.json +++ b/common/locales/nl/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "Kies een winnaar en sluit de uitdaging af:", "deleteOrSelect": "Verwijder of kies een winnaar", "endChallenge": "Uitdaging beëindigen", - "challengeDiscription": "Dit zijn de uitdagingstaken die zullen worden toegevoegd aan je taken wanneer je deze uitdaging aangaat. De voorbeeld uitdagingstaken hieronder zullen veranderen van kleur en grafieken krijgen om je de algemene voortgang van de groep te laten zien.", + "challengeDiscription": "Deze uitdagingstaken zullen worden toegevoegd aan je taken wanneer je de uitdaging aangaat. De voorbeeldtaken hieronder veranderen van kleur en krijgen grafieken om je de voortgang van de hele groep te laten zien.", "hows": "Hoe gaat het met iedereen?", "filter": "Filter", "groups": "Groepen", @@ -33,8 +33,8 @@ "challengeTagPop": "Uitdagingen zijn te zien op labellijsten en op taakomschrijvingen. Dus hoewel je een omschrijvende titel wil voor hierboven, heb je ook een 'korte naam' nodig. '5 kilo afvallen in drie maanden' kan bijvoorbeeld worden afgekort to '-5kg' (Klik voor meer informatie).", "challengeDescr": "Beschrijving", "prize": "Prijs", - "prizePop": "Als jouw uitdaging een 'winnaar' kan hebben, kun je eventueel edelstenen beschikbaar stellen als prijs. Maximum = aantal edelstenen in jouw bezit (+gilde-edelstenen, als jij het gilde aangemaakt hebt waarin de uitdaging valt). Let op: deze prijs kan later niet veranderd worden.", - "prizePopTavern": "Als jouw uitdaging een 'winnaar' kan hebben, kun je eventueel edelstenen beschikbaar stellen als prijs. Maximum = aantal edelstenen in jouw bezit (+gilde-edelstenen, als jij het gilde aangemaakt hebt waarin de uitdaging valt). Let op: deze prijs kan later niet veranderd worden en herberg uitdagingen zullen niet teruggestort worden als de uitdaging geannuleerd wordt.", + "prizePop": "Als je uitdaging een 'winnaar' kan hebben kun je eventueel edelstenen aanbieden als prijs. Maximum = aantal edelstenen in jouw bezit (+gilde-edelstenen, als jij het gilde aangemaakt hebt waarin de uitdaging valt). Let op: deze prijs kan later niet veranderd worden.", + "prizePopTavern": "Als je uitdaging een 'winnaar' kan hebben kun je eventueel edelstenen beschikbaar stellen als prijs. Maximum = aantal edelstenen in jouw bezit (+gilde-edelstenen, als jij het gilde aangemaakt hebt waarin de uitdaging valt). Let op: deze prijs kan later niet veranderd worden en herberguitdagingen zullen niet teruggestort worden als de uitdaging geannuleerd wordt.", "publicChallenges": "Minimaal 1 edelsteen voor openbare uitdagingen (helpt spam voorkomen, echt).", "officialChallenge": "Officiële HabitRPG-Uitdaging", "by": "door", @@ -44,15 +44,16 @@ "selectGroup": "Groep selecteren", "challengeCreated": "Uitdaging aangemaakt", "sureDelCha": "Uitdaging verwijderen; weet je het zeker?", - "sureDelChaTavern": "Verwijder uitdaging, weet je het zeker? Je edelstenen zullen niet worden terugbetaald.", + "sureDelChaTavern": "Weet je zeker dat je deze uitdaging wil verwijderen? Je edelstenen worden niet terugbetaald.", "removeTasks": "Taken verwijderen", "keepTasks": "Taken behouden", "closeCha": "Uitdaging afsluiten en...", "leaveCha": "Uitdaging verlaten en...", - "challengedOwnedFilterHeader": "Eigenaarschap", + "challengedOwnedFilterHeader": "Eigendom", "challengedOwnedFilter": "In je bezit", "challengedNotOwnedFilter": "Niet in je bezit", "challengedEitherOwnedFilter": "Beide", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Terug naar alle uitdagingen", + "prizeValue": "<%= gemcount %> <%= gemicon %> prijs", + "clone": "Kopiëren" } \ No newline at end of file diff --git a/common/locales/nl/character.json b/common/locales/nl/character.json index 9194df3360..d87aaad2d3 100644 --- a/common/locales/nl/character.json +++ b/common/locales/nl/character.json @@ -7,7 +7,7 @@ "displayName": "Weergegeven naam", "displayPhoto": "Foto", "displayBlurb": "Blurb", - "displayBlurbPlaceholder": "Introduceer jezelf alsjeblieft", + "displayBlurbPlaceholder": "Stel jezelf voor, alsjeblieft", "photoUrl": "Foto-URL", "imageUrl": "Afbeeldings-URL", "inventory": "Boedel", @@ -39,6 +39,7 @@ "pastelSkins": "Pastelhuidskleuren", "spookySkins": "Spookachtige huidskleuren", "supernaturalSkins": "Bovennatuurlijke huidskleuren", + "splashySkins": "Spetterende huidskleuren", "rainbowColors": "Regenbooghaarkleuren", "shimmerColors": "Glanzende haarkleuren", "hauntedColors": "Spookachtige haarkleuren", @@ -49,13 +50,15 @@ "classBonusText": "Jouw klasse (Krijger, als je nog geen andere klasse hebt vrijgespeeld of geselecteerd) gebruikt zijn eigen uitrusting effectiever dan de uitrusting van een andere klasse. Uitrustingsstukken die horen bij je huidige klasse geven een 50% bonus bovenop de eigenschapsbonus die het normaal al verleent.", "classEquipBonus": "Klassebonus", "battleGear": "Strijduitrusting", - "battleGearText": "Dit is de uitrusting die je in de strijd draagt, en deze beïnvloedt scores als je met taken bezig bent.", + "battleGearText": "Dit is de uitrusting die je in de strijd draagt. Het beïnvloedt scores als je met taken bezig bent.", "costume": "Kostuum", "costumeText": "Als een andere uitrusting mooier vindt dan de uitrusting die je gebruikt, vink dan \"Kostuum gebruiken\" aan om een andere uitrusting zichtbaar te maken terwijl je je strijduitrusting eronder draagt.", "useCostume": "Kostuum gebruiken", + "useCostumeInfo1": "Klik op \"Kostuum gebruiken\" om je avatar voorwerpen aan te laten trekken zonder de eigenschappen je je met je strijduitrusting krijgt te veranderen! Hierdoor kun je links de uitrusting met de beste eigenschappen gebruiken, en rechts je avatar aankleden met andere uitrusting.", + "useCostumeInfo2": "Als je op \"Kostuum gebruiken\" klikt, ziet je avatar er vrij simpel uit... maar maak je geen zorgen! Als je aan de linkerkant kijkt, zie je dat je strijduitrusting nog steeds actief is. Nu kun je het interessant maken! Alles wat je aan de rechterkant aanklikt om aan te trekken heeft geen invloed op je eigenschappen, maar kan er wel voor zorgen dat je er fantastisch uitziet. Probeer de verschillende combinaties eens - mix verschillende sets, en zoek je kostuum uit bij je huisdieren, rijdieren en achtergronden.

Heb je nog vragen? Kijk dan eens naar de Kostuumpagina op de wiki. Heb je de perfecte outfit gevonden? Laat hem dan zien in het Verkleedgilde of schep erover op in de Herberg!", "gearAchievement": "Je hebt de pretatie \"Hoogst haalbare uitrusting\" behaald door de hoogst haalbare uitrusting voor je klasse aan te schaffen! Je hebt de volgende complete sets behaald:", - "moreGearAchievements": "Om meer van de Hoogst Haalbare Uitrusting-insignes te halen, verander van klasse op your stats page en koop je uitrusting van je nieuwe klasse!", - "armoireUnlocked": "Je hebt ook het Betoverde Kabinet ontgrendeld! Klik op de Betoverde Kabinet-beloning voor een kans op speciale Uitrusting! Het kan je ook willekeurige EP en voedsel geven.", + "moreGearAchievements": "Om meer van de \"Hoogst haalbare uitrusting\"-badges te halen, kun je van klasse veranderen op de stats-pagina en de uitrusting van je nieuwe klasse kopen!", + "armoireUnlocked": "Je hebt ook het betoverde kabinet ontgrendeld! Klik op het betoverde kabinet onder beloningen en maak kans op speciale uitrustingsstukken! Het kabinet kan je ook willekeurig ervaringspunten en voedsel geven.", "ultimGearName": "Hoogst haalbare uitrusting", "ultimGearText": "Heeft de hoogst haalbare wapen- en uitrustingset voor de volgende klassen:", "level": "Niveau", @@ -73,7 +76,7 @@ "allocatePerPop": "Voeg punt toe aan Perceptie", "allocateInt": "Punten toegewezen aan Intelligentie:", "allocateIntPop": "Voeg punt toe aan Intelligentie", - "noMoreAllocate": "Nu je niveau 100 bent, verdien je geen nieuwe Eigenschapspunten meer. Je kunt door gaan met hogere niveaus bereiken of een nieuw avontuur beginnen vanaf niveau 1 door de Bol der Hergeboorte te gebruiken. Deze is nu gratis te krijgen in de Markt.", + "noMoreAllocate": "Nu je niveau 100 bent, verdien je geen nieuwe eigenschapspunten meer. Je kunt doorgaan met hogere niveaus bereiken of een nieuw avontuur beginnen vanaf niveau 1 door de Bol der Hergeboorte te gebruiken. Deze is nu gratis te krijgen op de markt.", "stats": "Statistieken", "strength": "Kracht", "strengthText": "Kracht verhoogt de kans op willekeurige \"voltreffers\" en de extra goud, ervaringspunten, en vondstkans van deze voltreffers. Het helpt ook schade toe te brengen aan eindbazen.", @@ -117,7 +120,7 @@ "rogueText": "Dieven houden ervan om rijkdom te vergaren, verkrijgen meer goud dan enig ander, en zijn bedreven in het vinden van willekeurige spullen. Hun kenmerkende Behendigheidsvermogen laat hen de consequenties ontduiken van het missen van Dagelijkse Taken. Speel een Dief als je veel motivatie vindt in het krijgen van beloningen, het behalen van prestaties en het streven naar buit en badges!", "healerText": "Helers zijn ongevoelig voor schade, en kunnen deze bescherming uitstrekken naar anderen. Gemiste Dagelijkse Taken en slechte Gewoontes hebben nauwelijks invloed op hun humeur, en ze hebben manieren om gezondheidspunten te herstellen na een mislukking. Speel een Heler als je het leuk vindt om anderen in je groep te assisteren, of als het idee om de dood voor de gek te houden door hard te werken je inspireert!", "optOut": "Afmelden", - "optOutText": "Geen zin om een Klasse te kiezen? Wil je later pas kiezen? Doe niet mee - je zult een Krijger zijn zonder speciale vaardigheden. Je kunt later lezen over het klassesysteem en op ieder moment de klassen aanzetten in het menu onder Gebruiker -> Statistieken.", + "optOutText": "Geen zin om een klasse te kiezen? Wil je later pas kiezen? Meld je af - je speelt dan een krijger zonder speciale vaardigheden. Je kunt later lezen over het klassesysteem en op ieder moment de klassen weer aanzetten in het menu onder Gebruiker -> Statistieken.", "select": "Selecteren", "stealth": "Behendigheid", "stealthNewDay": "Wanneer een nieuwe dag begint, ontwijk je de schade van dit aantal gemiste Dagelijkse Taken.", @@ -140,7 +143,7 @@ "unequipBattleGear": "Gevechtsuitrusting uittrekken", "unequipCostume": "Kostuum uittrekken", "unequipPetMountBackground": "Huisdier, rijdier en achtergrond uitschakelen", - "animalSkins": "Dierenhuiden", + "animalSkins": "Dierenvelletjes", "chooseClassHeading": "Kies een klasse! Of kies ervoor om later te beslissen.", "warriorWiki": "Krijger", "mageWiki": "Magiër", diff --git a/common/locales/nl/communityguidelines.json b/common/locales/nl/communityguidelines.json index 51c5fba2e1..965576bdbf 100644 --- a/common/locales/nl/communityguidelines.json +++ b/common/locales/nl/communityguidelines.json @@ -39,7 +39,7 @@ "commGuideList02E": "Vermijd uitgebreide discussies over controversiële onderwerpen buiten de Back Corner. Als je vindt dat mensen iets onbeleefds of kwetsends gezegd hebben, spreek ze dan niet rechtstreeks daarop aan. Een enkele, beleefde opmerking als \"Dat grapje vond ik niet prettig\" is prima, maar harde of onaardige opmerkingen maken als antwoord op harde of onaardige opmerkingen zorgt er alleen maar voor dat de sfeer in Habitica negatiever wordt. Vriendelijkheid en beleefdheid zorgen ervoor dat anderen beter kunnen begrijpen wat je bedoelt.", "commGuideList02F": "Volg instructies van een beheerder gelijk op als ze je vragen een discussie te staken of naar de Back Corner te verplaatsten. Laatste woorden en goed gemikte afsluiters horen allemaal (op een beleefde manier) aan je \"tafeltje\" in de Back Corner geuit te worden, als dat al toegestaan is.", "commGuideList02G": "Neem de tijd om na te denken in plaats van boos te reageren als iemand je laat weten dat hij of zij zich oncomfortabel voelt bij iets wat je gezegd of gedaan hebt. Oprecht je excuses aan kunnen bieden getuigt van een sterk karakter. Als je vindt dat iemand ongepast op jou reageert, spreek dan een beheerder aan en zet die persoon niet publiekelijk op zijn nummer.", - "commGuideList02H": "Rapporteer controversiële of verhitte discussies aan de beheerders. Als je vindt dat een gesprek te ruzieachtig, emotioneel of kwetsend wordt, ga er dan niet meer op in. Stuur in plaats daarvan een email naar leslie@habitrpg.com om ons op de hoogte te stellen. Het is onze taak om je een veilige omgeving te bieden.", + "commGuideList02H": "Rapporteer controversiële of verhitte discussies aan de beheerders. Als je vindt dat een gesprek te ruzieachtig, emotioneel of kwetsend wordt, ga er dan niet meer op in. Stuur in plaats daarvan een e-mail naar leslie@habitrpg.com om ons op de hoogte te stellen. Het is onze taak om je een veilige omgeving te bieden.", "commGuideList02I": "Stuur geen spam. Onder spam valt onder andere: de zelfde opmerking of vraag op verschillende plekken posten, links posten zonder uitleg of context, nonsensberichten posten, of veel berichten achter elkaar posten. Herhaaldelijk vragen om edelstenen of een abonnement kan ook als spammen gezien worden.", "commGuidePara019": "In besloten ruimtes hebben gebruikers meer vrijheid om de onderwerpen te bespreken die ze maar willen, maar ze mogen nog steeds de algemene voorwaarden niet overtreden. Plaats dus geen discriminerend, gewelddadig of bedreigend materiaal.", "commGuidePara020": "Er zijn enkele extra richtlijnen voor privéberichten (pm's). Als iemand jou geblokkeerd heeft, neem dan niet ergens anders contact met hem of haar op om te vragen om je te deblokkeren. Stuur geen pm's om iemand om ondersteuning te vragen (omdat het handig is voor de gemeenschap als vragen om hulp of ondersteuning openbaar beantwoord worden). Stuur tenslotte ook geen pm's om iemand om een gift van edelstenen of een abonnement te smeken, want dit valt onder spammen. ", @@ -52,14 +52,14 @@ "commGuideHeadingPublicGuilds": "Openbare gildes", "commGuidePara029": "Openbare gildes lijken op de herberg, behalve dat ze een eigen thema hebben en niet zo gericht zijn op algemene gesprekken. Openbare chat in de gildes moet dit thema in het oog houden. Leden van het Wordsmith-gilde vinden het waarschijnlijk niet leuk als het gesprek opeens over tuinieren gaat in plaats van over schrijven, en een Drakenfokkersgilde is misschien niet geïnteresseerd in het ontcijferen van oeroude runen. Sommige gilden zijn hier minder streng in dan anderen, maar over het algemeen geldt: houd je aan het onderwerp!", "commGuidePara031": "Sommige openbare gildes bespreken gevoelige onderwerpen zoals depressie, religie, politiek, enz. Dit is prima, zolang de gesprekken in het gilde de algemene voorwaarden of richtlijnen voor openbare ruimtes niet overtreden, en zolang ze over het onderwerp blijven gaan.", - "commGuidePara033": "Openbare gildes mogen geen volwassen - 18+ - materiaal bevatten. Als ze van plan zijn om regelmatig gevoelig materiaal te bespreken, moeten ze dat aangeven in de titel van het gilde. Dit houdt Habitica voor iedereen veilig en comfortabel. Als het gilde over andere gevoelige onderwerpen gaat, is het goed om respect te tonen jegens je mede-Habiticanen door een waarschuwing te plaatsen in je berichten (zoals \"Waarschuwing: verwijzing naar zelfverminking\"). Daarnaast moet het gevoelige materiaal wel te maken hebben met het onderwerp - zelfverminking aanhalen in een gilde dat zich richt op het bestrijden van depressie is logisch, maar het is minder logisch in een muziekgilde. Als je merkt dat iemand deze richtlijn blijft overtreden, zelfs na regelmatig verzoek hiermee te stoppen, email dan screenshots naar leslie@habitrpg.com.", + "commGuidePara033": "Openbare gildes mogen geen volwassen - 18+ - materiaal bevatten. Als ze van plan zijn om regelmatig gevoelig materiaal te bespreken, moeten ze dat aangeven in de titel van het gilde. Dit houdt Habitica voor iedereen veilig en comfortabel. Als het gilde over andere gevoelige onderwerpen gaat, is het goed om respect te tonen jegens je mede-Habiticanen door een waarschuwing te plaatsen in je berichten (zoals \"Waarschuwing: verwijzing naar zelfverminking\"). Daarnaast moet het gevoelige materiaal wel te maken hebben met het onderwerp - zelfverminking aanhalen in een gilde dat zich richt op het bestrijden van depressie is logisch, maar het is minder logisch in een muziekgilde. Als je merkt dat iemand deze richtlijn blijft overtreden, zelfs na regelmatig verzoek hiermee te stoppen, e-mail dan screenshots naar leslie@habitrpg.com.", "commGuidePara035": "Er mogen geen gildes, openbaar of besloten, gecreëerd worden met het doel om een persoon of groep aan te vallen. Zo'n gilde starten is reden voor een onmiddellijke royering. Vecht tegen je slechte gewoontes, niet tegen je mede-avonturiers!", "commGuidePara037": "Alle uitdagingen die door de herberg of door openbare gildes georganiseerd worden, moeten zich ook aan deze regels houden.", "commGuideHeadingBackCorner": "De Back Corner", "commGuidePara038": "Soms gaat een gesprek te lang door, verandert het onderwerp, of wordt het te gevoelig om in een openbare ruimte voort te zetten zonder dat andere gebruikers zich onprettig gaan voelen. Als dat zo is, wordt het gesprek naar het Back Corner-gilde verwezen. Let wel: naar de Back Corner gestuurd worden is geen straf! Sterker nog, veel Habiticanen vinden het prettig om daar hun tijd door te brengen en lange discussies te voeren.", "commGuidePara039": "Het Back Corner-gilde is een openbare ruimte waar gevoelig materiaal besproken kan worden en waar gesprekken lang door mogen gaan. De beheerders letten goed op wat er gebeurt. Alle regels voor openbare ruimtes zijn nog steeds van toepassing, net als alle algemene voorwaarden. We dragen misschien wel allemaal duistere mantels en we staan misschien wel allemaal in een donker hoekje bij elkaar, maar dat wil niet zeggen dat alles zomaar mag! Geef me die smeulende kaars eens aan, als je wil?", "commGuideHeadingTrello": "Trello-boards", - "commGuidePara040": "Trello doet dienst als een open forum voor suggesties en discussies over de functionaliteiten van de website. Habitica wordt bestuurd door haar inwoners, in de vorm van dappere bijdragers - we bouwen de site met z'n allen. Trello is het systeem dat een beetje orde in deze chaos schept. Laat zien dat je hier respect voor hebt en probeer al je gedachten in één bericht samen te vatten, in plaats van meerdere berichten te plaatsen op de zelfde card. Als je iets nieuws bedenkt, kun je je oorspronkelijke bericht aanassen. Heb alsjeblieft medelijden met de mensen die een email krijgen bij elk nieuw bericht. Onze inboxen kunnen het anders niet aan.", + "commGuidePara040": "Trello doet dienst als een open forum voor suggesties en discussies over de functionaliteiten van de website. Habitica wordt bestuurd door haar inwoners, in de vorm van dappere bijdragers - we bouwen de site met z'n allen. Trello is het systeem dat een beetje orde in deze chaos schept. Laat zien dat je hier respect voor hebt en probeer al je gedachten in één bericht samen te vatten, in plaats van meerdere berichten te plaatsen op de zelfde card. Als je iets nieuws bedenkt, kun je je oorspronkelijke bericht aanassen. Heb alsjeblieft medelijden met de mensen die een e-mail krijgen bij elk nieuw bericht. Onze inboxen kunnen het anders niet aan.", "commGuidePara041": "HabitRPG gebruikt vijf verschillende Trello-boards:", "commGuideList03A": "Het Main Board om functies aan te vragen en op voorstellen te stemmen.", "commGuideList03B": "Het Mobile Board om functies voor de mobiele app aan te vragen en op voorstellen ervoor te stemmen.", @@ -101,7 +101,7 @@ "commGuideHeadingModerateInfractions": "Gematigde overtredingen", "commGuidePara054": "Gematigde overtredingen zorgen er niet voor dat onze gemeenschap onveilig wordt, maar ze maken hem wel onprettig. Deze overtredingen hebben gematigde gevolgen. Vooral na meerdere overtredingen kunnen de gevolgen ernstiger worden.", "commGuidePara055": "Hieronder volgen enkele voorbeelden van gematigde overtredingen. Dit is geen complete lijst.", - "commGuideList06A": "Een beheerder negeren of respectloos behandelen. Hieronder valt in het openbaar klagen over beheerders of andere gebruikers en in het openbaar verheerlijken of verdedigen van gebruikers die geroyeerd zijn. Als je je zorgen maakt over één van de regels of beheerders, neem dan contact op met Lemoness door een email te sturen (leslie@habitrpg.com).", + "commGuideList06A": "Een beheerder negeren of respectloos behandelen. Hieronder valt in het openbaar klagen over beheerders of andere gebruikers en in het openbaar verheerlijken of verdedigen van gebruikers die geroyeerd zijn. Als je je zorgen maakt over één van de regels of beheerders, neem dan contact op met Lemoness door een e-mail te sturen (leslie@habitrpg.com).", "commGuideList06B": "Beheerderstaken overnemen. Om even duidelijk te zijn: het is prima om iemand vriendelijk aan de regels te herinneren. Beheerderstaken overnemen houdt in dat je vertelt, eist of sterk impliceert dat iemand een fout moet corrigeren door te doen wat jij zegt. Het is prima om mensen erop te wijzen dat ze een overtreding begaan, maar vertel ze niet wat ze moeten doen. \"Dat je het weet, scheldwoorden gebruiken in de herberg wordt afgeraden, dus misschien wil je dat verwijderen\" is beter dan \"Ik moet je vragen om dat bericht te verwijderen.\"", "commGuideList06C": "Herhaalde overtreding van de richtlijnen voor openbare ruimtes", "commGuideList06D": "Herhaalde kleine overtredingen", @@ -113,7 +113,7 @@ "commGuideHeadingConsequences": "Gevolgen", "commGuidePara058": "In Habitica - net zoals in het echte leven - heeft iedere actie een gevolg, of dat nou is dat je fitter wordt omdat je vaker hard hebt gelopen, gaatjes krijgt omdat je te veel suiker hebt gegeten, of een voldoende haalt omdat je goed gestudeerd hebt.", "commGuidePara059": "Ook overtredingen hebben directe gevolgen. Hieronder volgen enkele voorbeelden van gevolgen.", - "commGuidePara060": "Als je overtreding een gematigd of ernstig gevolg heeft, krijg je een email die uitlegt:", + "commGuidePara060": "Als je overtreding een gematigd of ernstig gevolg heeft, krijg je een e-mail die uitlegt:", "commGuideList08A": "wat je overtreding was", "commGuideList08B": "wat het gevolg is", "commGuideList08C": "wat je moet doen om de situatie te corrigeren en je status te herstellen, waar mogelijk", @@ -136,7 +136,7 @@ "commGuideList11E": "Redactie (beheerders en medewerkers mogen problematisch materiaal aanpassen)", "commGuideHeadingRestoration": "Herstel", "commGuidePara061": "Habitica is een land dat gewijd is aan zelfverbetering, en we geloven dan ook in het geven van een tweede kans. Als je een overtreding begaat en een gevolg opgelegd krijgt, zie dat dan als een kans om je acties te evalueren en ernaar te streven een beter gemeenschapslid te zijn.", - "commGuidePara062": "De email waarin de gevolgen van je acties worden uitgelegd (of, voor kleine gevolgen, de aankondiging door een beheerder of medewerker) is een goede bron van informatie. Werk mee aan de beperkingen die je zijn opgelegd, en probeer te voldoen aan de voorwaarden voor het opheffen van de beperkingen.", + "commGuidePara062": "De e-mail waarin de gevolgen van je acties worden uitgelegd (of, voor kleine gevolgen, de aankondiging door een beheerder of medewerker) is een goede bron van informatie. Werk mee aan de beperkingen die je zijn opgelegd, en probeer te voldoen aan de voorwaarden voor het opheffen van de beperkingen.", "commGuidePara063": "Als je de gevolgen niet begrijpt, of niet begrijpt wat je overtreding is geweest, vraag dan de medewerkers of beheerders om hulp zodat je in de toekomst niet weer de fout in gaat.", "commGuideHeadingContributing": "Een bijdrage leveren aan Habitica", "commGuidePara064": "HabitRPG is een open-sourceproject, wat betekent dat iedere Habiticaan bij kan dragen! Degenen die dat doen, worden beloond volgens de hieronder beschreven beloningsniveaus:", diff --git a/common/locales/nl/content.json b/common/locales/nl/content.json index c7896e4aac..367e1657a5 100644 --- a/common/locales/nl/content.json +++ b/common/locales/nl/content.json @@ -1,10 +1,10 @@ { "potionText": "Gezondheidsdrankje", "potionNotes": "Herwin 15 gezondheidspunten (direct gebruik)", - "armoireText": "Betoverd Kabinet", - "armoireNotesFull": "Open het Kabinet om willekeurig speciale Uitrusting, Ervaring of Voedsel te ontvangen! Overgebleven stukken Uitrusting:", - "armoireLastItem": "Je hebt het laatste stuk zeldzame Uitrusting gevonden in het Betoverde Kabinet.", - "armoireNotesEmpty": "Het Kabinet zal iedere maand nieuwe stukken Uitrusting hebben. Blijf tot dan klikken voor Ervaring en Voedsel!", + "armoireText": "Betoverd kabinet", + "armoireNotesFull": "Open het kabinet om willekeurig speciale uitrusting, ervaringspunten of voedsel te ontvangen! Overgebleven stukken uitrusting:", + "armoireLastItem": "Je hebt het laatste stuk zeldzame uitrusting gevonden in het betoverde kabinet.", + "armoireNotesEmpty": "Het kabinet krijgt iedere maand nieuwe stukken uitrusting. Blijf tot dan klikken voor ervaringspunten en voedsel!", "dropEggWolfText": "Wolf", "dropEggWolfAdjective": "loyale", "dropEggTigerCubText": "Tijgerwelp", @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "zoete", "questEggSheepText": "Schaap", "questEggSheepAdjective": "wollig", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Inktvis", + "questEggCuttlefishAdjective": "knuffelige", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Vind een uitbroedtoverdrank om op dit ei te gieten, en er zal een <%= eggAdjective(locale) %> <%= eggText(locale) %> uitkomen.", "hatchingPotionBase": "Normale", "hatchingPotionWhite": "Witte", diff --git a/common/locales/nl/defaulttasks.json b/common/locales/nl/defaulttasks.json index 5d3ca55ab7..b8df6846bf 100644 --- a/common/locales/nl/defaulttasks.json +++ b/common/locales/nl/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Productief werk (klik op het potlood om aan te passen)", + "defaultHabit1Notes": "Voorbeelden van goede gewoontes: + Eet wat groente + 15 minutes productief werk", + "defaultHabit2Text": "Junkfood eten (klik op het potlood om aan te passen)", "defaultHabit2Notes": "Voorbeelden van slechte gewoontes: - Roken - Uitstelgedrag", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "De trap/lift nemen (klik op het potlood om aan te passen)", "defaultHabit3Notes": "Voorbeelden van goede en slechte gewoontes: +/- Neem de trap/lift +/- Drink water/frisdrank", "defaultDaily1Text": "1u persoonlijk project", "defaultDaily1Notes": "Alle taken zijn standaard geel als ze gecreëerd worden. Dit betekent dat je maar matig schade krijgt als ze niet aangevinkt worden, en dat je maar een matige beloning krijgt als je ze voltooit.", @@ -12,7 +12,7 @@ "defaultDaily3Text": "45m lezen", "defaultDaily3Notes": "Als je een dagelijkse taak regelmatig niet voltooit, neemt hij steeds donkerdere tinten oranje en rood aan. Hoe roder een taak is, des te meer ervaring en goud het oplevert om hem voltooien en des te meer schade je krijgt voor falen. Dit stimuleert je om je te focussen op je tekortkomingen, de rode taken.", "defaultDaily4Text": "Sporten", - "defaultDaily4Notes": "Je kunt checklists toevoegen aan Dagelijkse Taken en To-do's. Als je verder komt in de checklist, ontvang je een evenredige beloning.", + "defaultDaily4Notes": "Je kunt checklijsten toevoegen aan Dagelijkse Taken en To-do's. Als je verder komt in de checklijst, ontvang je een evenredige beloning.", "defaultDaily4Checklist1": "Rekoefeningen", "defaultDaily4Checklist2": "Sit-ups", "defaultDaily4Checklist3": "Push-ups", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "stel moeilijkheid in onder Geavanceerde Instellingen", "defaultTodo4Checklist3": "optioneel: stel een deadline in", "defaultTodo5Text": "Start een privégroep met je vrienden (Sociaal > Groep)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15 minuten pauze", "defaultReward1Notes": "Zelfgekozen beloningen bestaan in vele vormen. Sommige mensen wachten met het kijken van hun favoriete serie totdat ze het goud hebben om er voor te betalen.", "defaultReward2Text": "Taart", "defaultReward2Notes": "Andere mensen willen gewoon van een heerlijk stuk taart genieten. Probeer om beloningen te maken die jou het best motiveren.", diff --git a/common/locales/nl/front.json b/common/locales/nl/front.json index d59596587b..ecba9dd0fb 100644 --- a/common/locales/nl/front.json +++ b/common/locales/nl/front.json @@ -33,20 +33,20 @@ "companyTerms": "Voorwaarden", "companyVideos": "Video's", "contribUse": "Tools die worden gebruikt om aan HabitRPG bij te dragen ", - "dragonsilverQuote": "Je wil niet weten hoeveel tijd- en taak management programma's ik al heb geprobeerd over de jaren... HRPG is de enige die ik heb gebruikt die daadwerkelijk helpt om dingen gedaan te krijgen en niet alleen alles op een lijstje te zetten.", + "dragonsilverQuote": "Je wil niet weten hoeveel tijd- en taakmanagementprogramma's ik al heb geprobeerd over de jaren... HRPG is de enige die ik heb gebruikt die daadwerkelijk helpt om dingen gedaan te krijgen en niet alleen alles op een lijstje te zetten.", "dreimQuote": "Toen ik HabitRPG afgelopen zomer ontdekte, was ik net gezakt voor de helft van mijn examens. Dankzij de dagelijkse taken kon ik mezelf discipline aanleren, en ben ik een maand geleden daadwerkelijk voor al mijn examens geslaagd met hele goede cijfers.", - "elmiQuote": "Elke ochtend kijk ik vooruit naar opstaan zodat ik wat goud kan verdienen!", + "elmiQuote": "Elke ochtend heb ik zin om ' s ochtends op te staan zodat ik wat goud kan verdienen!", "email": "E-mail", "emailNewPass": "Nieuw wachtwoord e-mailen", "evagantzQuote": "Mijn allereerste tandartsafspraak waar de mondhygiënist daadwerkelijk enthousiast was over mijn flosgewoontes. Bedankt Habitrpg!", "examplesHeading": "Spelers gebruiken HabitRPG voor...", - "featureAchievementByline": "Iets geweldigs gedaan? Ontvang een insigne om er mee te pronken!", + "featureAchievementByline": "Iets geweldigs gedaan? Ontvang een insigne om ermee te pronken!", "featureAchievementHeading": "Onderscheidingen voor prestaties", - "featureEquipByline": "Koop beperkte oplage uitrusting, drankjes en andere virtuele spullen in onze Markt met je taakbelongingen!", + "featureEquipByline": "Koop beperkte oplage uitrusting, drankjes en andere virtuele spullen in onze markt met de beloningen die je krijgt van je taken!", "featureEquipHeading": "Uitrusting en extra's", - "featurePetByline": "Eieren en voorwerpen krijg je als je taken volbrengt. Wees zo productief mogelijk om zoveel mogelijk huisdieren en rijdieren te verzamelen!", + "featurePetByline": "Je ontvangt eieren en voorwerpen als je taken volbrengt. Wees zo productief mogelijk om zoveel mogelijk huisdieren en rijdieren te verzamelen!", "featurePetHeading": "Huisdieren en rijdieren", - "featureSocialByline": "Wordt lid van interesse-groepen met gelijkgestemden. Maak uitdagingen aan om wedijveren met andere gebruikers.", + "featureSocialByline": "Wordt lid van interessegroepen vol gelijkgestemden. Maak uitdagingen aan om te wedijveren met andere gebruikers.", "featureSocialHeading": "Samenspel", "featuredIn": "Vermeld in", "featuresHeading": "We bieden ook...", @@ -55,27 +55,27 @@ "footerMobile": "Mobiel", "footerSocial": "Sociaal", "forgotPass": "Wachtwoord vergeten", - "frabjabulousQuote": "HabitRPG is de reden dat ik een geweldige, goedbetaalde baan heb... en nog verbazingwekkender, ik flos nu dagelijks!", - "free": "Speel gratis", - "gamifyButton": "Gamificeer je leven vandaag!", - "goalSample1": "1 uur piano spelen", - "goalSample2": "aan een arikel werken", - "goalSample3": "aan een blog werken", + "frabjabulousQuote": "HabitRPG is de reden dat ik een geweldige, goedbetaalde baan gekregen heb... en nog verbazingwekkender, ik flos nu dagelijks!", + "free": "Gratis spelen", + "gamifyButton": "Maak je leven vandaag nog tot een spel!", + "goalSample1": "1 uur pianospelen", + "goalSample2": "Aan een arikel werken", + "goalSample3": "Aan een blog werken", "goalSample4": "Japanse les op Duolingo", "goalSample5": "Een informatief arikel lezen", "goals": "Doelen", "health": "Gezondheid", - "healthSample1": "Drink water/frisdrank", + "healthSample1": "Water/frisdrank drinken", "healthSample2": "Kauwgom kauwen/roken", - "healthSample3": "Traplopen/Lift", - "healthSample4": "Gezond eten/Junk Food", + "healthSample3": "Traplopen/met de lift gaan", + "healthSample4": "Gezond eten/junkfood eten", "healthSample5": "1 uur zweten", "history": "Geschiedenis", "infhQuote": "HabitRPG heeft me echt geholpen om structuur aan te brengen in mijn leven en op de universiteit.", "invalidEmail": "Om het wachtwoord te resetten is een geldig e-mailadres vereist.", "irishfeet123Quote": "Ik had verschrikkelijke gewoontes wat betreft opruimen na het eten en liet overal kopjes slingeren. HabitRPG heeft me daarvan genezen!", - "joinOthers": "Sluit je aan bij 200,000 mensen die het leuk maken om doelen te bereiken!", - "kazuiQuote": "Voor HabitRPG zat ik vast met mijn thesis en was ik ontevreden met mijn persoonlijke discipline op het gebied van het huishouden en dingen zoals vocabulaire leren en Go theorie leren. Het blijkt dat deze taken opbreken in kleinere, behapbare checklists precies is wat nodig was om me gemotiveerd te houden.", + "joinOthers": "Sluit je aan bij 200.000 andere mensen die hun doelen bereiken leuk maken!", + "kazuiQuote": "Voor HabitRPG zat ik vast met mijn thesis en was ik ontevreden met mijn persoonlijke discipline op het gebied van het huishouden en dingen zoals vocabulaire leren en Go-theorie leren. Het blijkt dat deze taken opbreken in kleinere, behapbare checklijsten precies is wat nodig was om me gemotiveerd te houden.", "landingadminlink": "administratieve pakketten", "landingend": "Nog niet overtuigd?", "landingend2": "Bekijk een gedetailleerde lijst van", @@ -89,7 +89,7 @@ "landingp3header": "Consequenties", "landingp4": "Met een actieve gemeenschap geeft HabitRPG de verantwoording die je nodig hebt om je aan je taken te wijden. In het groepensysteem kun je je aansluiten bij een groep van je naaste vrienden die je aanmoedigen. In het gildesysteem kun je mensen met dezelfde interesses of problemen vinden, zodat je je doelen kunt delen en tips uit kunt wisselen over hoe je problemen aan te pakken. De gemeenschap van HabitRPG betekent dat je zowel de ondersteuning als de verantwoording hebt die je nodig hebt om je doelen te bereiken.", "landingp4header": "Verantwoording", - "leadText": "HabitRPG is een gratis app die je helpt gewoontes aan te leren en productief te blijven door het echte leven te behandelen als een spelletje. Met beloningen en straffen binnen het spel om je te motiveren en een sterk sociaal netwerk om je te inspireren kan HabitRPG je helpen je doelen te bereiken en je gezonder, hardwerkender en gelukkiger te maken.", + "leadText": "HabitRPG is een gratis app die je helpt gewoontes aan te leren en productief te blijven door het echte leven te behandelen als een spelletje. Met beloningen en straffen binnen het spel word je gemotiveerd en door een sterk sociaal netwerk raak je geïnspireerd. Zo kan HabitRPG je helpen je doelen te bereiken en je gezonder, productiever en gelukkiger te maken.", "login": "Inloggen", "loginAndReg": "Inloggen / Registreren", "loginFacebookAlt": "Inloggen / Registreren met Facebook", @@ -120,8 +120,8 @@ "mobileAndroid": "Android", "mobileIOS": "iOS", "motivate": "Motiveer jezelf en je team!", - "motivate1": "Motiveer jezelf om wat dan ook te doen.", - "motivate2": "Word georganiseerd. Word Gemotiveerd. Word rijk.", + "motivate1": "Motiveer jezelf om te doen wat je maar wilt.", + "motivate2": "Werk aan je organisatie, je motivatie, en je goudvoorraad!", "passConfirm": "Wachtwoord bevestigen", "passMan": "Als je een wachtwoordmanager gebruikt (zoals 1Password) en problemen hebt met het inloggen, probeer dan je naam en wachtwoord handmatig in te typen.", "password": "Wachtwoord", @@ -132,51 +132,51 @@ "presskitText": "Bedankt voor je interesse in HabitRPG! De volgende afbeeldingen mogen gebruikt worden voor artikelen of video's over HabitRPG. Voor meer informatie kun je contact opnemen met Siena Leslie via leslie@habitrpg.com.", "privacy": "privacybeleid", "psst": "Psst", - "punishByline": "Stop met slechte gewoontes en alsmaar uitstellen door directe gevolgen.", - "punishHeading1": "Een dagelijkse taak missen?", - "punishHeading2": "Verlies gezondheid!", - "questByline1": "Spelen met je vrienden zorgt ervoor dat je aansprakelijk blijft voor je taken.", + "punishByline": "Stop met slechte gewoontes doordat je direct de gevolgen ondervindt van uitstelgedrag.", + "punishHeading1": "Een dagelijkse taak gemist?", + "punishHeading2": "Je gezondheid gaat achteruit!", + "questByline1": "Samen met je vrienden spelen zorgt ervoor dat je aansprakelijk blijft voor je taken.", "questByline2": "Stuur elkaar uitdagingen om samen een doel te bereiken!", - "questHeading1": "Bevecht monsters met je vrienden!", - "questHeading2": "Als jouw inspanning verminderd, raken zij allemaal gewond!", + "questHeading1": "Vecht samen met je vrienden tegen monsters!", + "questHeading2": "Als jij er met de pet naar gooit, raken zij allemaal gewond!", "register": "Registreren", - "rewardByline1": "Geef goud uit aan virtuele belonginen en belongingen in het echte leven.", - "rewardByline2": "Directe beloningen houden je gemotiveerd!", + "rewardByline1": "Geef goud uit aan virtuele beloningen of echte beloningen.", + "rewardByline2": "Direct beloond worden houdt je gemotiveerd!", "rewardHeading": "Voltooi een taak om goud te verdienen!", - "sampleDailies": "Voorbeeld Dagelijkse Taken", - "sampleHabits": "Voorbeeld Gewoontes", - "sampleToDo": "Voorbeeld To-do's", - "school": "school", + "sampleDailies": "Voorbeelden van Dagelijkse Taken", + "sampleHabits": "Voorbeeldgewoontes", + "sampleToDo": "Voorbeeldto-do's", + "school": "School", "schoolSample1": "1 opdracht afmaken", "schoolSample2": "1 uur studeren", "schoolSample3": "Afspreken met studiegroep", "schoolSample4": "Aantekeningen voor 1 hoofdstuk", - "schoolSample5": "Lees 1 Hoofdstuk", - "sixteenBitFilQuote": "Ik doe mijn werk en taken in recordtijd dankzij HabitRPG. Ik ben gewoon zo gretig om weer een niveau omhoog te gaan!", - "skysailorQuote": "Mijn groep en onze queestes zorgen ervoor dat ik betrokken blijf bij het spel, wat we weer gemotiveerd houdt om dingen gedaan te krijgen en mijn leven in positieve zin te veranderen", + "schoolSample5": "Lees 1 hoofdstuk", + "sixteenBitFilQuote": "Ik doe mijn werk en taken in recordtijd dankzij HabitRPG. Ik ben gewoon zo gretig er weer een niveau bij te krijgen!", + "skysailorQuote": "Mijn groep en onze queestes zorgen ervoor dat ik betrokken blijf bij het spel, wat me weer gemotiveerd houdt om dingen gedaan te krijgen en mijn leven in positieve zin te veranderen.", "socialTitle": "HabitRPG - Je leven is een spel", "supermouse35Quote": "Ik beweeg meer en ik ben mijn medicijnen al maanden niet meer vergeten! Bedankt, Habit. :D", "sync": "Synchroniseren", "tasks": "Taken", "teamSample1": "Vergaderagenda opstellen voor dinsdag", - "teamSample2": "Brainstormen over Growth Hacking", + "teamSample2": "Brainstormen over growth hacking", "teamSample3": "Bespreek KPI's van deze week", "teams": "Teams", "terms": "algemene voorwaarden", "testimonialHeading": "Wat mensen zeggen...", "tutorials": "Handleidingen", - "unlockByline1": "Bereik je doelen en verhoog je niveau.", - "unlockByline2": "Speel nieuwe motivatiemiddelen vrij, zoals huisdieren verzamelen, random belongingen, toverspreuken en nog veel meer!", - "unlockHeadline": "Zolang je productief blijft, speel je nieuwe content vrij", + "unlockByline1": "Bereik je doelen en krijg er niveaus bij.", + "unlockByline2": "Speel nieuwe motivatiemiddelen vrij, zoals huisdieren verzamelen, willekeurige beloningen, toverspreuken en nog veel meer!", + "unlockHeadline": "Zolang je productief blijft, speel je nieuwe content vrij,", "useUUID": "Gebruik UUID / API token (voor Facebookgebruikers)", "username": "Gebruikersnaam", "watchVideos": "Video's bekijken", - "work": "werken", - "zelahQuote": "Met HabitRPG kan ik overgehaald worden om op tijd naar bed te gaan doordat ik punten verdien als ik vroeg in bed kruip, en gezondheid verlies als ik lang op blijf!", - "reportAccountProblems": "Rapporteer problemen met je Account", - "reportCommunityIssues": "Rapporteer Problemen met de Gemeenschap", - "generalQuestionsSite": "Algemene Vragen over de Site", - "businessInquiries": "Zakelijke Vragen", - "merchandiseInquiries": "Vragen over Merchandise", - "marketingInquiries": "Vragen over Marketing/ Sociale Media" + "work": "Werken", + "zelahQuote": "Door HabitRPG kan ik overgehaald worden om op tijd naar bed te gaan, omdat ik eraan denk dat ik punten verdien als ik vroeg in bed kruip, en gezondheid verlies als ik lang opblijf!", + "reportAccountProblems": "Problemen met je account melden", + "reportCommunityIssues": "Problemen met de gemeenschap melden", + "generalQuestionsSite": "Algemene vragen over de site", + "businessInquiries": "Zakelijke aanvragen", + "merchandiseInquiries": "Vragen over merchandise", + "marketingInquiries": "Vragen over marketing/social media" } \ No newline at end of file diff --git a/common/locales/nl/gear.json b/common/locales/nl/gear.json index ab2ed87150..4bb2d81cb5 100644 --- a/common/locales/nl/gear.json +++ b/common/locales/nl/gear.json @@ -116,26 +116,26 @@ "weaponSpecialSpring2015MageNotes": "Tover voor jezelf een wortel tevoorschijn met deze buitensporige toverstok. Verhoogt Intelligentie met <%= int %> en Perceptie met <%= per %>. Beperkte oplage lente-uitrusting 2015.", "weaponSpecialSpring2015HealerText": "Kattenrammelaar", "weaponSpecialSpring2015HealerNotes": "Als je er mee zwaait maakt het een fascinerend klikkend geluid waarmee IEDEREEN zich urenlang vermaakt. Verhoogt Intelligentie met <%= int %>. Beperkte oplage lente-uitrusting 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Schietgraag koraal", + "weaponSpecialSummer2015RogueNotes": "Dit koraal, dat familie is van vuurkoraal, kan zijn gif door het water stuwen. Verhoogt Kracht met <%= str %>. Beperkte oplage zomeruitrusting 2015.", + "weaponSpecialSummer2015WarriorText": "Zonnezwaardvis", + "weaponSpecialSummer2015WarriorNotes": "De zonnezwaardvis is een angstaanjagend wapen, als je er tenminste voor kan zorgen dat hij stopt met spartelen. Verhoogt Kracht met <%= str %>. Beperkte oplage zomeruitrusting 2015.", + "weaponSpecialSummer2015MageText": "Waarzeggersstaf", + "weaponSpecialSummer2015MageNotes": "Verborgen kracht fonkelt in de edelstenen van deze staf. Verhoogt Intelligentie met <%= int %> en Percentie met <%= per %>. Beperkte oplage zomeruitrusting 2015.", + "weaponSpecialSummer2015HealerText": "Staf van de golven", + "weaponSpecialSummer2015HealerNotes": "Heelt zee-ziekte en zeeziekte! Verhoogt Intelligentie met <%= int %>. Beperkte oplage zomeruitrusting 2015.", "weaponMystery201411Text": "Feestmaal-hooivork", "weaponMystery201411Notes": "Steek je vijanden neer of neem een schep van je favoriete eten - met deze hooivork kan het allemaal! Verleent geen voordelen. Abonnee-uitrusting november 2014.", "weaponMystery201502Text": "Glimmende gevleugelde staff der liefde alsook wijsheid", "weaponMystery201502Notes": "Voor VLEUGELS! Voor LIEFDE! EN OOK VOOR WAARHEID! Verleent geen voordelen. Abonnee-uitrusting februari 2015.", - "weaponMystery201505Text": "Groene Ridderslans", - "weaponMystery201505Notes": "Deze groen en zilveren lans heeft al menig tegenstander van zijn ros gestoten. Geeft geen voordelen. Abonnee-uitrusting mei 2015", + "weaponMystery201505Text": "Lans van de Groene Ridder", + "weaponMystery201505Notes": "Deze groen-met-zilveren lans heeft al menig tegenstander van zijn ros gestoten. Verleent geen voordelen. Abonnee-uitrusting mei 2015", "weaponMystery301404Text": "Steampunkstaf", "weaponMystery301404Notes": "Perfect om door de stad te flaneren. Abonnee-uitrusting maart 3015. Verleent geen voordelen.", - "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).", + "weaponArmoireBasicCrossbowText": "Standaard kruisboog", + "weaponArmoireBasicCrossbowNotes": "Deze kruisboog kan het pantser van een taak van veraf boorboren! Verhoogt Kracht met <%= str %>, Perceptie met <%= per %> en Lichaam met <%= con %>. Betoverd kabinet: losstaand voorwerp.", + "weaponArmoireLunarSceptreText": "Kalmerende maan-scepter", + "weaponArmoireLunarSceptreNotes": "De helende krachten van deze staf komen en ebben weer weg. Verhoogt Lichaam met <%= con %> en Intelligentie met <%= int %>. Betoverd kabinet: set van de verzachtende maan (voorwerp 3 van 3).", "armor": "wapenrusting", "armorBase0Text": "Eenvoudige kleding", "armorBase0Notes": "Normale kleding. Verleent geen voordelen.", @@ -239,14 +239,14 @@ "armorSpecialSpring2015MageNotes": "Je jaspanden passen perfect bij je konijnenstaart! Verhoogt Intelligentie met <%= int %>. Beperkte oplage lente-uitrusting 2015.", "armorSpecialSpring2015HealerText": "Troostend kattenpakje", "armorSpecialSpring2015HealerNotes": "Dit zachte kattenpakje is comfortabel en zo troostend als muntthee. Verhoogt Lichaam met <%= con %>. Beperkte oplage lente-uitrusting 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSummer2015RogueText": "Robijnrode staart", + "armorSpecialSummer2015RogueNotes": "Dit gewaard van flikkerende schubben verandert zijn drager in een echte rifpiraat! Verhoogt Perceptie met <%= per %>. Beperkte oplage zomeruitrusting 2015.", + "armorSpecialSummer2015WarriorText": "Gouden staart", + "armorSpecialSummer2015WarriorNotes": "Dit gewaard van flikkerende schubben verandert zijn drager in een echte maanviskrijger! Verhoogt Lichaam met <%= con %>. Beperkte oplage zomeruitrusting 2015.", + "armorSpecialSummer2015MageText": "Waarzeggersgewaden", + "armorSpecialSummer2015MageNotes": "Verborgen krachten huizen in de pof van deze mouwen. Verhoogt Intelligentie met <%= int %>. Beperkte oplage zomeruitrusting 2015.", + "armorSpecialSummer2015HealerText": "Zeemanswapenrusting", + "armorSpecialSummer2015HealerNotes": "Deze wapenrusting laat iedereen zien dat je een eerlijke handelaar en zeeman bent die er niet aan moet denken zich te gedragen als een schobbejak. Verhoogt Lichaam met <%= con %>. Beperkte oplage zomeruitrusting 2015.", "armorMystery201402Text": "Boodschappersgewaden", "armorMystery201402Notes": "Het gewaad is glinsterend en sterk en heeft vele zakken om brieven te dragen. Verleent geen voordelen. Abonnee-uitrusting februari 2014.", "armorMystery201403Text": "Woudlopersharnas", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Dit blauwe mineraal symboliseert geluk, voorspoed en eindeloze productiviteit. Verleent geen voordelen. Abonnee-uitrusting maart 2015.", "armorMystery201504Text": "Mantel van de Bezige Bij", "armorMystery201504Notes": "Je wordt zo productief als een bezige bij met deze prachtige mantel! Verleent geen voordelen. Abonnee-uitrusting april 2015.", + "armorMystery201506Text": "Snorkelpak", + "armorMystery201506Notes": "Snorkel door het koraalrif in dit felgekleurde zwempak! Verleent geen voordelen. Abonnee-uitrusting juni 2015.", "armorMystery301404Text": "Steampunkpak", "armorMystery301404Notes": "Net en zwierig, niet? Verleent geen voordelen. Abonnee-uitrusting februari 3015.", - "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).", + "armorArmoireLunarArmorText": "Kalmerend maanharnas", + "armorArmoireLunarArmorNotes": "Het licht van de maan maakt je sterk en gewiekst. Verhoogt Kracht met <%= str %> en Intelligentie met <%= int %>. Betoverd kabinet: set van de verzachtende maan (voorwerp 2 van 3).", + "armorArmoireGladiatorArmorText": "Gladiatorenuitrusting", + "armorArmoireGladiatorArmorNotes": "Om een gladiator te zijn, moet je niet alleen geslepen zijn... maar ook sterk. Verhoogt Perceptie met <%= per %> en Kracht met <%= str %>. Betoverd kabinet: gladiatorset (voorwerp 2 van 3).", "headgear": "hoofdbescherming", "headBase0Text": "Geen helm", "headBase0Notes": "Geen hoofdbescherming.", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Wat was er eerst: het konijn of de hoed? Verhoogt Perceptie met <%= per %>. Beperkte oplage lente-uitrusting 2015.", "headSpecialSpring2015HealerText": "Troostende kroon", "headSpecialSpring2015HealerNotes": "De parel in het midden van de kroon kalmeert en troost iedereen in de buurt. Verhoogt Intelligentie met <%= per %>. Beperkte oplage lente-uitrusting 2015.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Outlawhoed", + "headSpecialSummer2015RogueNotes": "Deze piratenhoed is overboord gevallen en is nu gedecoreerd met stukken vuurkoraal. Verhoogt Perceptie met <%= per %>. Beperkte oplage zomeruitrusting 2015.", + "headSpecialSummer2015WarriorText": "Oceaanhelm met juwelen", + "headSpecialSummer2015WarriorNotes": "Deze sterke, mooie helm is handgemaakt uit diepzeekoraal door de handwerkslieden van Dralen. Verhoogt Kracht met <%= str %>. Beperkte oplage zomeruitrusting 2015.", + "headSpecialSummer2015MageText": "Waarzeggerssjaal", + "headSpecialSummer2015MageNotes": "Er fonkelt verborgen kracht in de draden van deze sjaal. Verhoogt Perceptie met <%= per %>. Beperkte oplage zomeruitrusting 2015.", + "headSpecialSummer2015HealerText": "Zeemanspet", + "headSpecialSummer2015HealerNotes": "Met je zeemanspet stevig op je hoofd geplant kun je zelfs de meest stormachtige zeeën trotseren. Verhoogt Intelligentie met <%= int %>. Beperkte oplage zomeruitrusting 2015.", "headSpecialGaymerxText": "Helm van de Regenboogkrijger", "headSpecialGaymerxNotes": "Om het pride-seizoen en GaymerX te herdenken is deze speciale helm versierd met een stralend, kleurrijk regenboogpatroon! GaymerX is een spelconferentie waar in het teken van LHBTQ en gamen, en iedereen is welkom. Het vindt plaats in het InterContinental in hartje San Francisco op 11-13 juli! Verleent geen voordelen.", "headMystery201402Text": "Gevleugelde helm", @@ -404,22 +406,22 @@ "headMystery201412Notes": "Wie is een pinguïn? Verleent geen voordelen. Abonnee-uitrusting december 2014.", "headMystery201501Text": "Sterrenhelm", "headMystery201501Notes": "Sterrenbeelden flonkeren en wervelen in deze helm, en helpen de drager zijn gedachten te concentreren. Verleent geen voordelen. Abonnee-uitrusting januari 2015.", - "headMystery201505Text": "Groene Ridderhelm", - "headMystery201505Notes": "De groene pluim op deze stalen helm wappert trots. Geeft geen voordelen. Abonnee-uitrusting mei 2015", + "headMystery201505Text": "Lans van de Groene Ridder", + "headMystery201505Notes": "De groene pluim op deze stalen helm wappert fier. Verleent geen voordelen. Abonnee-uitrusting mei 2015", "headMystery301404Text": "Chique hoge hoed", "headMystery301404Notes": "Een chique hoge hoed voor lieden van deftigen huize! Abonnee-uitrusting januari 3015. Verleent geen voordelen.", "headMystery301405Text": "Standaard hoge hoed", "headMystery301405Notes": "Een onopvallende hoge hoed, die er gewoon om vraagt om gedragen te worden met chique hoofdaccessoires. Verleent geen voordelen. Abonnee-uitrusting mei 3015.", - "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.", + "headArmoireLunarCrownText": "Verzachtende maankroon", + "headArmoireLunarCrownNotes": "Deze kroon verbetert je gezondheid en verscherpt je zintuigen, vooral wanneer het volle maan is. Verhoogt Lichaam met <%= con %> en Perceptie met <%= per %>. Betoverd kabinet: set van de verzachtende maan (voorwerp 1 van 3).", + "headArmoireRedHairbowText": "Rode strik", + "headArmoireRedHairbowNotes": "Word sterk, stoer en slim doordat je deze beeldschone rode strik draagt! Verhoogt Kracht met <%= str %>, Lichaam met <%= con %> en Intelligentie met <%= int %>. Betoverd kabinet: losstaand voorwerp.", + "headArmoireVioletFloppyHatText": "Slappe paarse hoed", + "headArmoireVioletFloppyHatNotes": "Deze simpele hoed is doorweven met vele toverspreuken, waardoor hij een aangename paarse kleur heeft gekregen. Verhoogt Perceptie met <%= per %>, Intelligentie met <%= int %> en Lichaam met <%= con %>. Betoverd kabinet: losstaand voorwerp.", + "headArmoireGladiatorHelmText": "Gladiatorenhelm", + "headArmoireGladiatorHelmNotes": "Om en gladiator te zijn moet je niet alleen sterk zijn... maar ook geslepen. Vergroot Intelligentie met <%= int %> en Perceptie met <%= per %>. Betoverd kabinet: gladiatorset (voorwerp 1 van 3).", + "headArmoireRancherHatText": "Cowboyhoed", + "headArmoireRancherHatNotes": "Drijf je huisdieren bij elkaar en worstel met je rijdieren terwijl je deze magische cowboyhoed draagt! Verhoogt Kracht met <%= str %>, Perceptie met <%= per %> en Intelligentie met <%= int %>. Betoverd kabinet: losstaand voorwerp.", "offhand": "artikel voor schildhand", "shieldBase0Text": "Geen uitrusting voor schildhand", "shieldBase0Notes": "Geen schild of tweede wapen.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Smijt hem naar je vijanden... of houd hem gewoon beet, want rond etenstijd zal hij zich vullen met lekkere brokjes. Verhoogt Lichaam met <%= con %>. Beperkte oplage lente-uitrusting 2015.", "shieldSpecialSpring2015HealerText": "Kussen met een leuk patroontje", "shieldSpecialSpring2015HealerNotes": "Je kunt er je hoofd op laten rusten, maar je kunt er ook je woeste klauwen in zetten en er mee worstelen. Rawr! Verhoogt Lichaam met <%= con %>. Beperkte oplage lente-uitrusting 2015.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "Schietgraag koraal", + "shieldSpecialSummer2015RogueNotes": "Dit koraal, dat familie is van vuurkoraal, kan zijn gif door het water stuwen. Verhoogt Kracht met <%= str %>. Beperkte oplage zomeruitrusting 2015.", + "shieldSpecialSummer2015WarriorText": "Zonnevisschild", + "shieldSpecialSummer2015WarriorNotes": "Dit schild, gesmeed uit metaal uit het diepste van de oceaan door de werklieden van Dralen, straalt als het zand en de zee. Verhoogt Lichaam met <%= con %>. Beperkte oplage zomeruitrusting 2015.", + "shieldSpecialSummer2015HealerText": "Stevig schild", + "shieldSpecialSummer2015HealerNotes": "Gebruik dit schild om scheepsratten aan de kant te beuken. Verhoogt Lichaam met <%= con %>. Beperkte oplage zomeruitrusting 2015.", "shieldMystery301405Text": "Klokkenschild", "shieldMystery301405Notes": "Je hebt alle tijd van de wereld met dit enorme klokkenschild! Verleent geen voordelen. Abonnee-uitrusting juni 3015.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Gladiatorenschild", + "shieldArmoireGladiatorShieldNotes": "Om een gladiator te kunnen zijn moet je... eh, wat maakt het uit, mep ze gewoon met je schild. Verhoogt Lichaam met <%= con %> en Kracht met <%= str %>. Betoverd kabinet: gladiatorset (voorwerp 3 van 3).", + "back": "Lichaamsaccessoire", "backBase0Text": "Geen rugaccessoire", "backBase0Notes": "Geen rugaccessoire.", "backMystery201402Text": "Gouden vleugels", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Zwiept met kracht en schoonheid. Verleent geen voordelen. Speciale congresuitrusting.", "backSpecialWonderconBlackText": "Sluiperscape", "backSpecialWonderconBlackNotes": "Gesponnen uit schaduw en fluisteringen. Verleent geen voordelen. Speciale congresuitrusting.", - "body": "Body Accessory", + "body": "Lichaamsaccessoire", "bodyBase0Text": "Geen lichaamsaccessoire", "bodyBase0Notes": "Geen lichaamsaccessoire.", "bodySpecialWonderconRedText": "Robijnrode kraag", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Zout noch zoet water kan deze korte metaalachtige cape aantasten. Verleent geen voordelen. Beperkte oplage zomeruitrusting 2014.", "bodySpecialSummerHealerText": "Kraag van koraal", "bodySpecialSummerHealerNotes": "Een stijlvolle ketting van levend koraal! Verleent geen voordelen. Beperkte oplage zomeruitrusting 2014.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Outlawsjerp", + "bodySpecialSummer2015RogueNotes": "Je kunt geen echte outlaw zijn zonder schwung... en een sjerp. Verleent geen voordelen. Beperkte oplage zomeruitrusting 2015.", + "bodySpecialSummer2015WarriorText": "Oceaanstekels", + "bodySpecialSummer2015WarriorNotes": "Van elke stekel druipt kwallengif om de drager te beschermen. Verleent geen voordelen. Beperkte oplage zomeruitrusting 2015.", + "bodySpecialSummer2015MageText": "Gouden riem", + "bodySpecialSummer2015MageNotes": "Deze riem voegt geen enkele kracht toe, maar hij glinstert mooi. Verleent geen voordelen. Beperkte oplage zomeruitrusting 2015.", + "bodySpecialSummer2015HealerText": "Zeemanshalsdoek", + "bodySpecialSummer2015HealerNotes": "Jee hee hee? Nee, nee, nee! Verleent geen voordelen. Beperkte oplage zomeruitrusting 2015.", "headAccessory": "hoofdaccessoire", "accessories": "Accessoires", "animalEars": "Dierenoren", @@ -551,21 +553,21 @@ "headAccessorySpecialSpring2015HealerText": "Groene kattenoren", "headAccessorySpecialSpring2015HealerNotes": "Deze schattige kattenoren zullen anderen groen laten zien van jaloezie. Verleent geen voordelen. Beperkte oplage lente-uitrusting 2015.", "headAccessoryBearEarsText": "Berenoren", - "headAccessoryBearEarsNotes": "Deze oren laten je eruitzien als een knuffelige beer! Geeft geen voordelen", + "headAccessoryBearEarsNotes": "Deze oren laten je eruitzien als een knuffelige beer! Verleent geen voordelen", "headAccessoryCactusEarsText": "Cactusoren", - "headAccessoryCactusEarsNotes": "Deze oren laten je eruitzien als een prikkelige cactus! Geeft geen voordelen. ", + "headAccessoryCactusEarsNotes": "Deze oren laten je eruitzien als een prikkelige cactus! Verleent geen voordelen. ", "headAccessoryFoxEarsText": "Vossenoren", - "headAccessoryFoxEarsNotes": "Deze oren laten je eruitzien als een sluwe vos! Geeft geen voordelen. ", + "headAccessoryFoxEarsNotes": "Deze oren laten je eruitzien als een sluwe vos! Verleent geen voordelen. ", "headAccessoryLionEarsText": "Leeuwenoren", - "headAccessoryLionEarsNotes": "Deze oren laten je eruitzien als een vorstelijke leeuw! Geeft geen voordelen. ", + "headAccessoryLionEarsNotes": "Deze oren laten je eruitzien als een vorstelijke leeuw! Verleent geen voordelen. ", "headAccessoryPandaEarsText": "Pandaoren", - "headAccessoryPandaEarsNotes": "Deze oren laten je eruitzien als een vriendelijke panda! Geeft geen voordelen. ", + "headAccessoryPandaEarsNotes": "Deze oren laten je eruitzien als een vriendelijke panda! Verleent geen voordelen. ", "headAccessoryPigEarsText": "Varkensoren", - "headAccessoryPigEarsNotes": "Deze oren laten je eruitzien als een wispelturig varken! Geeft geen voordelen. ", + "headAccessoryPigEarsNotes": "Deze oren laten je eruitzien als een wispelturig varken! Verleent geen voordelen. ", "headAccessoryTigerEarsText": "Tijgeroren", - "headAccessoryTigerEarsNotes": "Deze oren laten je eruitzien als een woeste tijger! Geeft geen voordelen. ", + "headAccessoryTigerEarsNotes": "Deze oren laten je eruitzien als een woeste tijger! Verleent geen voordelen. ", "headAccessoryWolfEarsText": "Wolvenoren", - "headAccessoryWolfEarsNotes": "Deze oren laten je eruitzien als een trouwe wolf! Geeft geen voordelen. ", + "headAccessoryWolfEarsNotes": "Deze oren laten je eruitzien als een trouwe wolf! Verleent geen voordelen. ", "headAccessoryMystery201403Text": "Woudlopersgewei", "headAccessoryMystery201403Notes": "Dit gewei glinstert van het mos en korstmos. Verleent geen voordelen. Abonnee-uitrusting maart 2014.", "headAccessoryMystery201404Text": "Voelsprieten van de Schemervlinder", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Geef je fantasie de vrije vlucht! Verleent geen voordelen. Abonnee-uitrusting februari 2015.", "headAccessoryMystery301405Text": "Veiligheidsbril voor op je hoofd", "headAccessoryMystery301405Notes": "\"Veiligheidsbrillen zijn voor je ogen,\" zeiden ze. \"Niemand wil een veiligheidsbril die je alleen maar op je hoofd kunt dragen,\" zeiden ze. Ha! Jij hebt ze laten zien hoe het echt moet! Verleent geen voordelen. Abonnee-uitrusting augustus 3015.", - "eyewear": "Eyewear", + "eyewear": "Oogaccessoire", "eyewearBase0Text": "Geen oogaccessoire", "eyewearBase0Notes": "Geen oogaccessoire.", "eyewearSpecialSummerRogueText": "Snaaks ooglapje", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Je hebt vast en zeker goede bedoelingen. Verleent geen voordelen. Speciale congresuitrusting.", "eyewearMystery201503Text": "Oogmasker van aquamarijn", "eyewearMystery201503Notes": "Pas op dat je jezelf je ogen niet uitsteekt met deze glanzende edelstenen! Verleent geen voordelen. Abonnee-uitrusting maart 2015.", + "eyewearMystery201506Text": "Neonsnorkel", + "eyewearMystery201506Notes": "Deze neon snorkel laat zijn drager onderwater zien. Verleent geen voordelen. Juni 2015 abonnee-artikel.", "eyewearMystery301404Text": "Veiligheidsbril voor je ogen", "eyewearMystery301404Notes": "Er is geen chiquer oogaccessoire dan een veiligheidsbril - behalve misschien een monocle. Verleent geen voordelen. Abonnee-uitrusting april 3015.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/nl/generic.json b/common/locales/nl/generic.json index 5524d0b119..b3d5151dcc 100644 --- a/common/locales/nl/generic.json +++ b/common/locales/nl/generic.json @@ -5,7 +5,7 @@ "habitica": "Habitica", "expandToolbar": "Werkbalk openen", "collapseToolbar": "Werkbalk verkleinen", - "markdownBlurb": "HabitRPG uses markdown for message formatting. See the Markdown Cheat Sheet for more info.", + "markdownBlurb": "HabitRPG gebruikt markdown voor tekstopmaak. Bekijk de markdown cheat sheet voor meer informatie.", "showFormattingHelp": "Opmaakhulp laten zien", "hideFormattingHelp": "Opmaakhulp verbergen", "youType": "Je typt:", @@ -15,9 +15,9 @@ "strikethrough": "~~Doorhalen~~", "emojiExample": ":smile:", "markdownLinkEx": "[HabitRPG is fantastisch!](https://habitrpg.com)", - "markdownImageEx": "![mandatory alt text](https://habitrpg.com/cake.png \"optional mouseover title\")", - "unorderedListHTML": "+ First item
+ Second item
+ Third item", - "unorderedListMarkdown": "+ First item\n+ Second item\n+ Third item", + "markdownImageEx": "![verplichte alt tekst](https://habitrpg.com/cake.png \"optionele titel voor mouseover\")", + "unorderedListHTML": "+ Eerste voorwerp
+ Tweede voorwerp
+ Derde voorwerp", + "unorderedListMarkdown": "+ Eerste voorwerp\n+ Tweede voorwerp\n+ Derde voorwerp", "code": "`code`", "achievements": "Prestaties", "modalAchievement": "Prestatie!", @@ -39,7 +39,7 @@ "close": "Sluiten", "saveAndClose": "Opslaan en sluiten", "cancel": "Annuleren", - "ok": "OK", + "ok": "Oké", "add": "Toevoegen", "undo": "Ongedaan maken", "continue": "Doorgaan", @@ -54,7 +54,9 @@ "gems": "Edelstenen", "gemButton": "Je hebt <%= number %> edelstenen.", "moreInfo": "Meer informatie", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(meer laten zien)", + "showMoreLess": "(minder laten zien)", + "gemsWhatFor": "Klik hier om edelstenen te kopen! Met edelstenen kun je speciale voorwerpen, zoals queesten, avataraanpassingen en seizoensuitrusting kopen.", "veteran": "Veteraan", "veteranText": "Heeft Habit De Grijze doorstaan (onze website van vóór Angular), en heeft vele littekens opgelopen door de bugs daar.", "originalUser": "Oorspronkelijke gebruiker!", @@ -85,7 +87,7 @@ "audioTheme_off": "Uit", "audioTheme_danielTheBard": "Daniël de Bard", "audioTheme_wattsTheme": "Achtergrondmuziek van Watts", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Gokulthema", "askQuestion": "Vraag stellen", "reportBug": "Fout melden", "contributeToHRPG": "Bijdragen aan HabitRPG", diff --git a/common/locales/nl/groups.json b/common/locales/nl/groups.json index ff8f12a246..4fc1ebf678 100644 --- a/common/locales/nl/groups.json +++ b/common/locales/nl/groups.json @@ -2,7 +2,7 @@ "tavern": "Herberg", "innCheckOut": "Uitchecken bij de herberg", "innCheckIn": "Rusten in de herberg", - "innText": "Je ben aan het uitrusten in de Herberg! Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen. Wees gewaarschuwd: Als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de gemiste dagelijkse taken van je groepsgenoten, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de Herberg verlaat.", + "innText": "Je ben aan het uitrusten in de herberg! Zolang je hier verblijft, zullen je dagelijkse taken je geen pijn doen aan het eind van de dag, maar ze zullen wel elke dag verversen. Wees gewaarschuwd: als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de dagelijkse taken die je groepsgenoten missen, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de herberg verlaat.", "lfgPosts": "Berichten: groep gezocht", "tutorial": "Handleiding", "glossary": "Woordenlijst", @@ -39,8 +39,8 @@ "editGroup": "Groep bewerken", "newGroupName": "Naam van <%= groupType %>", "groupName": "Naam van groep", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Groepsleider", + "groupID": "ID van de groep", "groupDescr": "Beschrijving voor de openbare gildelijst (Markdown mogelijk)", "logoUrl": "URL logo", "assignLeader": "Groepsleider aanwijzen", @@ -99,26 +99,27 @@ "abuseAlreadyReported": "Je hebt dit bericht al gemeld.", "needsText": "Typ een bericht.", "needsTextPlaceholder": "Typ hier je bericht.", - "copyMessageAsToDo": "Kopieer bericht als To-Do", - "messageAddedAsToDo": "Bericht gekopiëerd als To-Do.", - "messageWroteIn": "<%= user %> heeft geschreven in <%= group %>", + "copyMessageAsToDo": "Bericht kopiëren als To-do", + "messageAddedAsToDo": "Bericht gekopieerd als To-do.", + "messageWroteIn": "<%= user %> schreef in <%= group %>", "msgPreviewHeading": "Bericht preview", "leaderOnlyChallenges": "Alleen de groepsleider kan uitdagingen aanmaken", - "sendGift": "Verstuur Geschenk", + "sendGift": "Geschenk versturen", "inviteFriends": "Vrienden Uitnodigen", - "inviteAlertInfo": "Nodig vrienden uit met hun Gebruikers-ID hier.", - "inviteExistUser": "Nodig een Bestaande Gebruiker uit", + "inviteAlertInfo": "Nodig hier vrienden uit met hun Gebruikers-ID .", + "inviteExistUser": "Bestaande gebruiker uitnodigen", "inviteByEmail": "Nodig vrienden uit via e-mail. Als ze lid worden via jouw e-mail, zullen ze automatisch uitgenodigd worden voor deze groep.", "byColon": "Door:", - "inviteNewUsers": "Nodig nieuwe gebruiker(s) uit", + "inviteNewUsers": "Nieuwe gebruiker(s) uitnodigen", "inviteAlertInfo2": "Of deel deze link (knip en plak):", - "sendGiftHeading": "Stuur cadeau naar <%= name %>", + "sendGiftHeading": "Geschenk verzenden naar <%= name %>", "sendGiftGemsBalance": "Van <%= number %> edelstenen", "sendGiftCost": "Totaal: $<%= cost %> USD", "sendGiftFromBalance": "Van balans", - "sendGiftPurchase": "Aanschaf", + "sendGiftPurchase": "Kopen", "sendGiftMessagePlaceholder": "Persoonlijk bericht (optioneel)", "sendGiftSubscription": "<%= months %> maand(en): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Strijd met je vrienden tegen monsters ", + "startAParty": "Een groep beginnen", + "addToParty": "Iemand aan je groep toevoegen" } \ No newline at end of file diff --git a/common/locales/nl/limited.json b/common/locales/nl/limited.json index c7af91eb95..d766c09401 100644 --- a/common/locales/nl/limited.json +++ b/common/locales/nl/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Is <%= spookDust %> keer bespookt door groepsleden.", "agriculturalFriends": "Vrienden met groene vingers", "agriculturalFriendsText": "Is <%= seeds %> keer door groepsgenoten in een bloem omgetoverd.", + "aquaticFriends": "Spetterende vrienden", + "aquaticFriendsText": "Is <%= seafoam %> keer natgespetterd door groepsleden.", "valentineCard": "Valentijnskaart", "valentineCardNotes": "Stuur een Valentijnskaart naar een groepsgenoot.", "valentine0": "\"Rozen zijn rood<%= lineBreak %>Taken zijn blauw<%= lineBreak %>Blij dat ik in<%= lineBreak %>Een groep zit met jou!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Seizoenstovenares<%= linkEnd %>", "seasonalShopClosedText": "De Seizoenswinkel is momenteel gesloten!! Ik weet niet waar de Seizoenstovenares momenteel is, maar ik durf te wedden dat ze er tijdens het volgende <%= linkStart %>Grote Gala<%= linkEnd %> weer is!", "seasonalShopText": "Welkom in de Seizoenswinkel! We hebben op dit moment lente-editie seizoensgoederen op voorraad. Alles wat je hier ziet is te koop tijdens het jaarlijkse Lente-evenement, maar we zijn slechts open tot 30 april! Koop nu wat je wil hebben, want anders moet je een jaar wachten tot deze artikelen weer te krijgen zijn. ", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Welkom in de Seizoenswinkel!! We hebben nu seizoensspulletjes in het assortiment. Alles hier is te koop tijdens het Zomerspetterevenement ieder jaar, maar we zijn maar open tot 31 juli. Zorg er dus voor dat je nu inslaat of je moet een jaar wachten om deze voorwerpen weer te kunnen kopen!", "seasonalShopRebirth": "Als je een Bol der Hergeboorte gebruikt hebt, kun je deze uitrustingsstukken weer kopen als je de Markt hebt vrijgespeeld. In het begin kun je alleen de uitrustingsstukken van je huidige klasse kopen (dat is standaard Krijger), maar vrees niet, de uitrustingsstukken die bij een andere klasse horen komen weer beschikbaar als je die klasse kiest.", "candycaneSet": "Zuurstok (Magiër)", "skiSet": "Skimoordenaar (Dief)", @@ -46,8 +48,8 @@ "magicMouseSet": "Magische muis (Magiër)", "lovingPupSet": "Liefdevolle pup (Heler)", "stealthyKittySet": "Sluikse kat (Dief)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Dappere ijzervreter (krijger)", + "emeraldMermageSet": "Smaragden meermagiër (magiër)", + "reefSeahealerSet": "Zeeheler uit het Rif (heler)", + "roguishPirateSet": "Doortrapte piraat (dief)" } \ No newline at end of file diff --git a/common/locales/nl/messages.json b/common/locales/nl/messages.json index 62273c7f32..070f931531 100644 --- a/common/locales/nl/messages.json +++ b/common/locales/nl/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Je <%= itemText %> is stukgegaan.", "messageTaskNotFound": "Taak niet gevonden.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Er is al een taak met dat ID.", "messageTagNotFound": "Label niet gevonden.", "messagePetNotFound": ":pet niet gevonden in user.items.pets", "messageFoodNotFound": ":food niet gevonden in user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Je hebt het ei van een <%= dropText %> gevonden! <%= dropNotes %>", "messageDropPotion": "Je hebt een <%= dropText %> uitbroedtoverdrank gevonden! <%= dropNotes %>", "messageFoundQuest": "Je hebt de queeste \"<%= questText %>\" gevonden!", - "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!" + "armoireEquipment": "<%= image %> Je hebt een zeldzaam uitrustingsstuk gevonden in het kabinet: <%= dropText %>! Super!", + "armoireFood": "<%= image %> Je rommelt wat in het kabinet en vindt <%= dropArticle %><%= dropText %>. Hoe komt dat nou hier?", + "armoireExp": "Je worstelt met het kabinet en krijgt er ervaringspunten bij. Daar met je!" } \ No newline at end of file diff --git a/common/locales/nl/npc.json b/common/locales/nl/npc.json index dd3018d93b..53666d78a9 100644 --- a/common/locales/nl/npc.json +++ b/common/locales/nl/npc.json @@ -3,15 +3,15 @@ "npcText": "Heeft het Kickstarterproject op het maximale niveau gesteund!", "mattBoch": "Matt Boch", "mattShall": "Zal ik je je ros brengen, <%= name %>? Als je een huisdier genoeg voedsel hebt gevoerd om het in een rijdier te veranderen, zal het hier verschijnen. Klik op een rijdier om het te zadelen!", - "mattBochText1": "Welkom in de Stal! Ik ben Matt, de Dierenmeester. Na level 4 kun je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een dier laat uitkomen in de markt, zal het hier verschijnen! Klik op een huisdier's afbeelding om het aan je avatar toe te voegen. Geef je huisdieren te eten met het voedsel dat je vindt na level 4, zodat ze uitgroeien tot krachtige rijdieren!", + "mattBochText1": "Welkom in de Stal! Ik ben Matt, de Dierenmeester. Na level 4 kun je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een dier laat uitkomen in de markt, zal het hier verschijnen! Klik op de afbeelding van een huisdier om het aan je avatar toe te voegen. Geef je huisdieren te eten met het voedsel dat je vindt na level 4, zodat ze uitgroeien tot krachtige rijdieren!", "daniel": "Daniël", - "danielText": "Welkom in de herberg! Blijf en tijdje en ontmoet de stamgasten. Als je wat rust nodig hebt (vakantie? ziekte?), zal ik je onderbrengen in de herberg. Terwijl je ingecheckt bent, zullen je Dagelijkse Taken je geen pijn doen aan het einde van de dag, maar je kunt ze nog steeds afkruisen.", + "danielText": "Welkom in de Herberg! Blijf en tijdje en ontmoet de stamgasten. Als je wat rust nodig hebt (vakantie? ziekte?), zal ik je een kamer geven in de herberg. Terwijl je ingecheckt bent, zullen je Dagelijkse Taken je geen pijn doen aan het einde van de dag, maar je kunt ze nog steeds afkruisen.", "danielText2": "Wees gewaarschuwd: Als je meedoet aan een queeste met een eindbaas, zal de eindbaas je nog steeds pijn doen voor de gemiste dagelijkse taken van je groepsgenoten, tenzij ze ook in de herberg verblijven! Je zult zelf ook geen schade toebrengen aan de eindbaas (of voorwerpen krijgen) totdat je de Herberg verlaat.", "alexander": "Alexander de Koopman", "welcomeMarket": "Welkom op de markt! Koop zeldzame eieren en drankjes! Verkoop je overschot! Gebruik nuttige diensten! Kom langs en bekijk zelf wat we voor je hebben.", "sellForGold": "Verkoop <%= item %> voor <%= gold %> goud", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Verkoop <%= itemType %> ei voor <%= gold %> goud", + "sellPotionForGold": "Verkoop <%= itemType %> toverdrank voor <%= gold %> goud", "buyGems": "Koop edelstenen", "justin": "Justin", "USD": "USD ($)", @@ -20,7 +20,7 @@ "dismissAlert": "Boodschap verbergen", "donateText1": "Voegt 20 edelstenen toe aan je account. Edelstenen kunnen worden gebruikt om speciale digitale objecten te kopen, zoals shirts en kapsels.", "donateText2": "Steun HabitRPG", - "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!", + "donateText3": "HabitRPG is een open-sourceproject dat afhankelijk is van onze gebruikers voor ondersteuning. Het geld dat jij uitgeeft aan edelstenen helpt ons om de servers te laten lopen, een kleine sta groep medewerkers te onderhouden, nieuwe functies te ontwikkelen en onze vrijwillige programmeurs te prikkelen. Bedankt voor je gulheid!", "donationDesc": "20 edelstenen, donatie aan HabitRPG", "payWithCard": "Betaal met creditcard", "payNote": "Opmerking: PayPal doet er soms lang over om een betaling te verwerken. We raden je aan te betalen met een creditcard.", @@ -43,36 +43,36 @@ "tourHabits": "Deze kolom is voor goede en slechte gewoontes die je meerdere keren per dag doet! Om verder te gaan klik je het potloodje om de namen te wijzigen, daarna klik je op het vinkje om ze op te slaan.", "tourStats": "Van goede gewoontes krijg je ervaring en goud! Slechte gewoontes gaan ten koste van je gezondheid.", "tourGP": "Koop, om verder te gaan, het trainingszwaard met het goud dat je zojuist hebt verdiend!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Pas je avatar aan", "tourScrollDown": "Zorg ervoor dat je helemaal naar beneden scrolt om alle opties te zien! Klik op je avatar om weer terug te gaan naar de pagina met de taken.", "tourMuchMore": "Als je klaar bent met je taken kun je een groep vormen met vrienden, in gildes praten met mensen met dezelfde interesses, meedoen aan uitdagingen en meer!", "tourStatsPage": "Dit is jouw statistiekenpagina! Je kunt prestaties verdienen door deze taken te volbrengen.", - "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!", + "tourTavernPage": "Welkom in de Herberg, een chatroom voor alle leeftijden! Je kunt ervoor zorgen dat je Dagelijkse Taken je geen pijn doen als je ziek wordt of op reis gaat door op \"Rust in de Herberg\" te klikken. Kom hallo zeggen!", "tourPartyPage": "Jouw groep helpt je verantwoordelijk te blijven. Nodig je vrienden uit en speel een queeste-perkamentrol vrij!", - "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!", + "tourGuildsPage": "Gildes zijn chatgroepen met gezamenlijke interesses: door de spelers, voor de spelers. Bekijk de lijst en word lid van de gildes die je interesseren. Kijk eens bij de populaire Newbies-gilde, waar iedereen vragen kan stellen over HabitRPG!", + "tourChallengesPage": "Uitdagingen zijn takenlijsten met een thema, aangemaakt door andere gebruikers! Als je meedoet aan een uitdaging worden de bijbehorende taken toegevoegd aan je account. Wedijver met andere gebruikers om edelstenen te winnen!", "tourMarketPage": "Vanaf niveau 4 kun je eieren en uitbroedtoverdranken vinden als je een taak afvinkt. Ze verschijnen hier - gebruik ze om huisdieren te maken! Je kunt ook artikelen kopen in de markt.", - "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourHallPage": "Welkom in de Heldenhal, waar mensen die een bijdrage leveren aan HabitRPG worden geëerd. Door programmeren, kunst, muziek, schrijven, of zelfs door behulpzaam te zijn hebben zij edelstenen, exclusieve uitrusting en prestigieuze titels verdiend. Als je wilt, kun jij ook bijdragen aan HabitRPG!", + "tourPetsPage": "Dit is de Stal! Na niveau 4 kan je huisdieren laten uitkomen door middel van eieren en toverdranken. Als je een huisdier laat uitkomen in de markt verschijnt het hier! Klik op het plaatje van een huisdier om het aan je avatar toe te voegen. Voer je huisdieren met het voedsel wat je vindt na niveau 4 om ze te laten uitgroeien tot krachtige rijdieren.", + "tourMountsPage": "Als je een huisdier genoeg hebt gevoerd en het in een rijdier verandert, verschijnt het hier. (Huisdieren, rijdieren en voedsel zijn beschikbaar na niveau 4.) Klik op een rijdier om op te zadelen!", + "tourEquipmentPage": "Hier wordt je uitrusting opgeslagen. Je strijduitrusting heeft effect op je statistieken. Als je wilt dat je avatar er anders uitziet zonder dat de statistieken veranderen, zet dan \"Kostuum gebruiken\" aan.", + "tourOkay": "Oké!", + "tourAwesome": "Super!", + "tourSplendid": "Prachtig!", + "tourNifty": "Leuk!", + "tourAvatarProceed": "Laat me mijn taken zien!", + "tourToDosBrief": "To-dolijst", + "tourDailiesBrief": "Dagelijkse Taken", + "tourDailiesProceed": "Ik zal voorzichtig zijn!", + "tourHabitsBrief": "Goede en slechte Gewoontes", + "tourHabitsProceed": "Klinkt logisch!", + "tourRewardsBrief": "Beloningenlijst", + "tourRewardsProceed": "Dat was alles!", + "welcomeToHabit": "Welkom bij HabitRPG, een spel om je leven te verbeteren!", + "welcome1": "Maak een avatar aan die jou representeert en doe interessante aanpassingen.", + "welcome2": "Jouw taken in het echte leven hebben invloed op de hoeveelheid gezondheidspunten (HP), ervaringspunten (XP) en goud die je avatar heeft!", + "welcome3": "Maak taken af om ervaringspunten (XP) en goud te verdienen, waarmee je coole opties en beloningen ontgrendelt!", + "welcome4": "Vermijd slechte gewoontes die je gezondheid (HP) verminderen, want anders gaat je avatar dood!", + "welcome5": "Nu kun je je avatar aanpassen en je taken instellen...", + "imReady": "Ik ben er klaar voor!" } \ No newline at end of file diff --git a/common/locales/nl/pets.json b/common/locales/nl/pets.json index 1ee97b79bd..f88cdd4802 100644 --- a/common/locales/nl/pets.json +++ b/common/locales/nl/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Bidsprinkhaankreeft", "mammoth": "Wolharige Mammoet", + "orca": "Orca", "rarePetPop1": "Klik op de gouden pootafdruk om meer te weten te komen over hoe je dit zeldzame dier kunt ontvangen door bij te dragen aan HabitRPG!", "rarePetPop2": "Hoe krijg ik dit huisdier?", "potion": "<%= potionType %> uitbroedtoverdrank", @@ -26,7 +27,7 @@ "inventoryText": "Klik op een ei om bruikbare drankjes in het groen gemarkeerd te zien en klik dan op één van de gemarkeerde drankjes om een dier uit te broeden. Als er geen drankjes zijn gemarkeerd, klik dan opnieuw op het ei om de selectie te verwijderen; klik in plaats daarvan op een drankje om te zien of er bruikbare eieren gemarkeerd worden. Je kunt ongewenste voorwerpen ook verkopen aan Alexander de Koopman.", "food": "Voedsel en zadels", "noFood": "Je hebt geen voedsel of zadels.", - "dropsExplanation": "Krijg deze voorwerpen sneller met edelstenen als je niet wil wachten tot je ze vind bij het voltooien van een taak. Leer meer over het vondstenshysteem.", + "dropsExplanation": "Verkrijg deze voorwerpen sneller met edelstenen als je niet wil wachten tot je ze vindt bij het voltooien van een taak. Leer meer over het vondstensysteem.", "beastMasterProgress": "Voortgang tot dierenmeester", "beastAchievement": "Je hebt de \"Dierenmeester\"-prestatie behaald voor het verzamelen van alle huisdieren!", "beastMasterName": "Dierenmeester", @@ -44,8 +45,8 @@ "triadBingoAchievement": "Je hebt de prestatie 'Drie keer bingo' gehaald door alle huisdieren te vinden, alle rijdieren te temmen en daarna weer alle huisdieren te vinden!", "dropsEnabled": "Vondsten vrijgespeeld!", "itemDrop": "Je hebt iets gevonden!", - "firstDrop": "Je hebt het vondstensysteem vrijgespeeld! Als je nu een taak volbrengt, heb je een kleine kans om een voorwerp te vinden, zoals eieren, drankjes en voedsel! Je hebt net een <%= eggText %>ei gevonden! <%= eggNotes %>", - "useGems": "Als je je oog hebt laten vallen op een huisdier, maar niet langer kunt wachten tot je het juiste ei of drankje vindt, gebruik dan edelstenen in Boedel > Markt om er één te kopen!", + "firstDrop": "Je hebt het vondstensysteem vrijgespeeld! Als je nu een taak volbrengt, heb je een kleine kans om een voorwerp te vinden, zoals eieren, drankjes en voedsel! Je hebt net een <%= eggText %> ei gevonden! <%= eggNotes %>", + "useGems": "Als je je oog hebt laten vallen op een huisdier, maar niet wilt wachten tot je het juiste ei of drankje vindt, gebruik dan edelstenen in Boedel > Markt om er één te kopen!", "hatchAPot": "<%= potion %> <%= egg %> uitbroeden?", "feedPet": "<%= text %> aan je <%= name %> voeren?", "useSaddle": "<%= pet %> zadelen?", diff --git a/common/locales/nl/quests.json b/common/locales/nl/quests.json index c5aeb72106..52087c4e64 100644 --- a/common/locales/nl/quests.json +++ b/common/locales/nl/quests.json @@ -1,11 +1,11 @@ { "quests": "Queesten", "quest": "queeste", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Details van de queeste", + "invitations": "Uitnodigingen", "completed": "voltooid!", "youReceived": "Je hebt ontvangen", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Op \"Uitnodigen\" klikken stuurt een uitnodiging naar de groepsleden. Wanneer alle leden hebben geaccepteerd of geweigerd, begint de queeste. Zie de status onder Sociaal > Groep.", "inviteParty": "Groep uitnodigen", "questInvitation": "Uitnodiging voor queeste:", "questInvitationTitle": "Uitnodiging voor queeste", @@ -21,7 +21,7 @@ "bossStrength": "Kracht eindbaas", "collect": "Verzamel", "collected": "Verzameld", - "bossDmg1": "Elke voltooide Dagelijkse Taak en To-do en elke positieve Gewoonte brengt schade toe aan de eindbaas. Breng meer schade toe met rodere taken of Brutal Smash en Burst of Flames. De eindbaas brengt iedereen die meedoet aan de queeste schade toe voor iedere Dagelijkse Taak die je gemist hebt (vermenigvuldigd met de Kracht van de eindbaas), bovenop je normale schade, dus houd je groep gezond door je dagelijkse taken te doen! Alle schade van en aan een eindbaas wordt verrekend tijdens cron (je dagelijkse nieuwe start).", + "bossDmg1": "Elke voltooide Dagelijkse Taak en To-do en elke positieve Gewoonte brengt schade toe aan de eindbaas. Breng meer schade toe met rodere taken of Wrede Slag en Uiteenspatting van Vlammen. De eindbaas brengt iedereen die meedoet aan de queeste schade toe voor iedere Dagelijkse Taak die je gemist hebt (vermenigvuldigd met de Kracht van de eindbaas), bovenop je normale schade, dus houd je groep gezond door je dagelijkse taken te doen! Alle schade van en aan een eindbaas wordt verrekend tijdens cron (je dagelijkse nieuwe start).", "bossDmg2": "Alleen deelnemers bevechten de eindbaas en delen de buit.", "tavernBossInfo": "Om een wereldbaas schade toe te brengen, moet je je Dagelijkse Taken en To-do's afvinken. Meer schade aan een taak betekent meer schade aan de eindbaas (rode taken voltooien, spreuken van de Magiër, aanvallen van de Krijger, enz). Voor elke Dagelijkse Taak die je mist (vermenigvuldigd met de Kracht van de eindbaas) neemt de Woede van de eindbaas toe. Als die Woede zijn maximum bereikt, gebeurt er iets naars - dus zorg ervoor dat je die dagelijkse taken doet! Alle schade aan en van een eindbaas wordt verrekend tijdens cron (je dagelijkse nieuwe start).", "bossColl1": "Om vondsten te verzamelen moet je positieve taken doen. De vondsten van de queeste werken hetzelfde als normale vondsten; je zult de vondsten echter niet zien tot de volgende dag, wanneer alles wat je hebt gevonden wordt opgeteld en aan de buit wordt toegevoegd.", diff --git a/common/locales/nl/questscontent.json b/common/locales/nl/questscontent.json index b847e29b15..58084d5db5 100644 --- a/common/locales/nl/questscontent.json +++ b/common/locales/nl/questscontent.json @@ -192,21 +192,27 @@ "questBunnyDropBunnyEgg": "Konijn (ei)", "questBunnyUnlockText": "Maakt het kopen van konijneneieren in de markt mogelijk", "questSlimeText": "De Geleiregent", - "questSlimeNotes": "Terwijl je met je taken bezig bent, merk je dat je trager en trager beweegt. \"Het is net zoals door stroop lopen,\" moppert @Leephon. \"Nee, zoals lopen door gelei!\" zegt @starsystemic. \"Die geleiregent heeft heel Habitica besmeurd met zijn spul. Het stuurt alles in de war. Iedereen gaat langzamer.\" Je kijkt rond. De straten vullen zich langzaam met helder, kleurrijk slijk, en Habiticanen hebben moeite om ook maar iets voor elkaar te krijgen. Terwijl anderen uit het gebied wegvluchten, pak je een dwijl en bereid je voor op een gevecht!", + "questSlimeNotes": "Terwijl je met je taken bezig bent, merk je dat je trager en trager beweegt. \"Het is net als door stroop lopen,\" moppert @Leephon. \"Nee, zoals lopen door gelei!\" zegt @starsystemic. \"Die slijmerige geleiregent heeft heel Habitica besmeurd met zijn spul. Het stuurt alles in de war. Iedereen gaat langzamer.\" Je kijkt rond. De straten vullen zich langzaam met helder, kleurrijk slijk, en Habiticanen hebben de grootste moeite om ook maar iets voor elkaar te krijgen. Terwijl anderen uit het gebied wegvluchten, pak je een dweil en bereid je voor op een gevecht!", "questSlimeBoss": "Geleiregent", - "questSlimeCompletion": "Met een laatste steek vang je de Geleiregent in een grote donut, snel aangeleverd door @Overomega, @LordDarkly en @Shaner, de sneldenkende leiders van het bakgenootschap. Terwijl iedereen je een schouderklopje geeft, voel je dat iemand iets in je zak stopt. Het is de beloning voor de zoete overwinning: drie Marshmallowslijm eieren.", + "questSlimeCompletion": "Met een laatste steek vang je de Geleiregent in een grote donut, snel aangeleverd door @Overomega, @LordDarkly en @Shaner, de sneldenkende leiders van het bakgenootschap. Terwijl iedereen je een schouderklopje geeft, voel je dat iemand iets in je zak stopt. Het is de beloning voor de zoete overwinning: drie Marshmallowslijm-eieren.", "questSlimeDropSlimeEgg": "Marshmallowslijm (ei)", "questSlimeUnlockText": "Maakt het kopen van slijmeieren in de markt mogelijk", "questSheepText": "De Donderram", - "questSheepNotes": "Terwijl je door het rustieke Taskaanse platteland zwerft met vrienden om een korte pauze te nemen van je verplichtingen, vind je een gezellige wolwinkel. Je bent zo geabsorbeerd door het uitstellen van je taken dat je nauwelijks iets merkt van de onheilspellende wolken die over de horizon kruipen. \"Ik krijg een ona-a-a-angenaam gevoel over dit weer,\" mompelt @Misceo, en je kijkt omhoog. De stormachtige wolken wervelen samen, en ze lijken veel op een... \"We hebben geen tijd om naar wolken te staren!\" roept @starsystemic. \"Het valt aan!\" De Donder Ram stormt naar voren, terwijl hij bliksemschichten naar je toe slingert!", + "questSheepNotes": "Terwijl je met vrienden door het rustieke Taskaanse platteland zwerft om een korte vakantie te nemen van je verplichtingen, vind je een gezellige wolwinkel. Je bent zo geabsorbeerd door het uitstellen van je taken dat je nauwelijks iets merkt van de onheilspellende wolken die over de horizon aan komen kruipen. \"Ik krijg een bèè-è-è-è-tje een slecht gevoel over dit weer,\" mompelt @Misceo, en je kijkt omhoog. De stormachtige wolken wervelen samen, en ze lijken veel op een... \"We hebben geen tijd om naar wolken te staren!\" roept @starsystemic. \"Het valt aan!\" De Donderram stormt naar voren en slingert bliksemschichten naar je toe!", "questSheepBoss": "Donderram", - "questSheepCompletion": "Onder de indruk van je ijver, wordt de Donder Ram ontdaan van zijn razernij. Hij lanceert drie grote hagelstenen in jouw richting, en vervaagt dan met een laag gerommel. Als je een tweede blik werpt, ontdek je dat de hagelstenen eigenlijk drie pluizige eieren zijn. Je verzamelt ze, en wandelt dan naar huis onder een blauwe lucht.", + "questSheepCompletion": "Onder de indruk van je ijver wordt de Donderram ontdaan van zijn razernij. Hij lanceert nog drie grote hagelstenen in jouw richting, en vervaagt dan met een laag gerommel. Als je een tweede blik werpt, ontdek je dat de hagelstenen eigenlijk drie pluizige eieren zijn. Je verzamelt ze en wandelt naar huis onder een blauwe lucht.", "questSheepDropSheepEgg": "Schaap (ei)", "questSheepUnlockText": "Maakt het kopen van schapeneieren in de markt mogelijk", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "De Kraken van Incompleet", + "questKrakenNotes": "Het is een warme zonnige dag als je langs Baai Incompleet vaart, maar je gedachten zijn vertroebeld door zorgen over wat je allemaal nog moet doen. Het lijkt erop dat er nieuwe taken verschijnen zodra je er eentje afmaakt, en zo maar door...

Plotseling schokt de boot hevig en slijmerige tentakels barsten aan alle kanten uit het water tevoorschijn! \"We worden aangevallen door de Kraken van Incompleet!\" roept Wolvenhalo.

\"Snel!\" roept Lemoness. \"Sla zoveel mogelijk tentakels en Taken neer als je kunt, voordat er nieuwe verschijnen om hun plaats in te nemen!\"", + "questKrakenBoss": "De Kraken van Incompleet", + "questKrakenCompletion": "Terwijl de Kraken vlucht, drijven er een paar eieren naar het wateroppervlak. Lemoness onderzoekt ze en haar achterdocht verandert in verrukking. \"Inktviseieren!\" zegt ze. \"Hier, neem ze als beloning voor alles dat je hebt afgemaakt.\"", + "questKrakenDropCuttlefishEgg": "Inktvis (Ei)", + "questKrakenUnlockText": "Maakt het kopen van inktviseieren in de markt mogelijk", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/nl/settings.json b/common/locales/nl/settings.json index d8b6632a97..2e665eb740 100644 --- a/common/locales/nl/settings.json +++ b/common/locales/nl/settings.json @@ -42,15 +42,13 @@ "customDayStart": "Begin van de dag aanpassen", "24HrClock": "24-uursklok", "customDayStartInfo1": "Standaard controleert en reset HabitRPG je Dagelijkse Taken elke nacht om middernacht in jouw tijdszone. Als je dat wilt veranderen, raden we je aan de volgende instructies te lezen:", - "customDayStartInfo2": "(laat meer zien)", - "customDayStartInfo3": "(laat minder zien)", - "customDayStartInfo4": "Voltooi al je Dagelijkse Taken voordat je het begin van de dag aanpast of rust die dag uit in de herberg. Het aanpassen van het begin van de dag kan ervoor zorgen dat Cron meteen optreedt, maar na die eerste dag zou het naar verwachting moeten werken.

Geef het effect twee uur de kans om in te treden. Als de dagstart nu bijvoorbeeld op 0 staat (middernacht), pas hem dan aan voor 10 uur 's avonds. Als je hem naar 9 uur 's avonds wil veranderen, doe dat dan voor 7 uur 's avonds.

Vul een uur in van 0 tot 23 (op een 24-uursklok). Typen werkt beter dan de muistoetsen gebruiken. Herlaad het scherm nadat je de dagstart hebt aangepast om te controleren dat de nieuwe waarde weergegeven wordt.", + "customDayStartInfo4": "Zorg ervoor dat je al je Dagelijkse Taken voltooid hebt voordat je het begin van de dag aanpast of rust die dag uit in de herberg. Het aanpassen van het begin van de dag kan ervoor zorgen dat Cron meteen optreedt, maar na die eerste dag zou het goed moeten werken.

Geef het effect twee uur de kans om in te treden. Als de dagstart nu bijvoorbeeld op 0 staat (middernacht), pas hem dan aan voor 10 uur 's avonds. Als je hem naar 9 uur 's avonds wil veranderen, doe dat dan voor 7 uur 's avonds.

Vul een uur in van 0 tot 23 (op een 24-uursklok). Typen werkt beter dan de muistoetsen gebruiken. Herlaad het scherm nadat je de dagstart hebt aangepast om te controleren dat de nieuwe waarde weergegeven wordt.", "misc": "Diversen", "showHeader": "Bovenbalk laten zien", "changePass": "Wachtwoord veranderen", "changeUsername": "Inlognaam wijzigen", - "changeEmail": "Emailadres veranderen", - "newEmail": "Nieuw emailadres", + "changeEmail": "E-mailadres veranderen", + "newEmail": "Nieuw e-mailadres", "oldPass": "Oud wachtwoord", "newPass": "Nieuw wachtwoord", "confirmPass": "Nieuw wachtwoord bevestigen", @@ -74,26 +72,27 @@ "fillAll": "Vul alsjeblieft alle velden in", "passwordSuccess": "Wachtwoord succesvol aangepast", "usernameSuccess": "Inlognaam succesvol gewijzigd", - "emailSuccess": "Emailadres succesvol aangepast", + "emailSuccess": "E-mailadres succesvol aangepast", "detachFacebook": "Facebookregistratie verwijderen", "detachedFacebook": "Facebook succesvol verwijderd uit je account", "addedLocalAuth": "Plaatselijke authenticatie succesvol toegevoegd", "data": "Gegevens", "exportData": "Gegevens exporteren", - "emailChange1": "Stuur om je emailadres te veranderen een email naar", + "emailChange1": "Stuur om je e-mailadres te veranderen een e-mail naar", "emailChange2": "admin@habitrpg.com", - "emailChange3": "met zowel je oude en nieuwe emailadres en je Gebruikers-ID.", + "emailChange3": "met zowel je oude en nieuwe e-mailadres en je Gebruikers-ID.", "username": "Inlognaam", - "email": "Email", + "usernameOrEmail": "Loginnaam of e-mail", + "email": "E-mail", "registeredWithFb": "Geregistreerd met Facebook", "loginNameDescription1": "Dit is wat je gebruikt om in te loggen bij HabitRPG. Ga naar", "loginNameDescription2": "Gebruiker->Profiel", "loginNameDescription3": "om de naam die bij je avatar en chatberichten verschijnt aan te passen.", - "emailNotifications": "Emailberichten", + "emailNotifications": "E-mailberichten", "wonChallenge": "Je hebt een uitdaging gewonnen!", "newPM": "Privébericht ontvangen", "giftedGems": "Geschonken edelstenen", - "giftedGemsInfo": "<%= amount %> Edelstenen - door <%= name %>", + "giftedGemsInfo": "<%= amount %> edelstenen - van <%= name %>", "giftedSubscription": "Geschonken abonnement", "invitedParty": "Uitgenodigd voor groep", "invitedGuild": "Uitgenodigd voor gilde", @@ -104,20 +103,20 @@ "kickedGroup": "Uit de groep gegooid", "remindersToLogin": "Herinneringsberichten om HabitRPG te checken", "unsubscribedSuccessfully": "Afmelden succesvol!", - "unsubscribedTextUsers": "Je hebt je succesvol afgemeld van alle HabitRPG email. Je kunt in de instellingen aangeven welke email je wel wilt ontvangen. (Hier moet je voor ingelogd zijn.)", - "unsubscribedTextOthers": "Je zult geen email meer ontvangen van HabitRPG.", - "unsubscribeAllEmails": "Klik hier om emails uit te zetten", - "unsubscribeAllEmailsText": "Door dit aan te klikken geef ik aan dat ik begrijp dat als ik me uitschrijf van emails, HabitRPG nooit meer per email contact met me op kan nemen om belangrijke wijzigingen in de site of mijn account door te geven.", - "correctlyUnsubscribedEmailType": "Afgemeld voor \"<%= emailType %>\" emails.", + "unsubscribedTextUsers": "Je hebt je succesvol afgemeld van alle HabitRPG e-mail. Je kunt in de instellingen aangeven welke e-mail je wel wilt ontvangen. (Hier moet je voor ingelogd zijn.)", + "unsubscribedTextOthers": "Je zult geen e-mail meer ontvangen van HabitRPG.", + "unsubscribeAllEmails": "Klik hier om e-mails uit te zetten", + "unsubscribeAllEmailsText": "Door dit aan te klikken geef ik aan dat ik begrijp dat als ik me uitschrijf van e-mails, HabitRPG nooit meer per e-mail contact met me op kan nemen om belangrijke wijzigingen in de site of mijn account door te geven.", + "correctlyUnsubscribedEmailType": "Afgemeld voor \"<%= emailType %>\" e-mails.", "subscriptionRateText": "$<%= price %> elke <%= months %> maanden, terugkerend", "benefits": "Voordelen", "coupon": "Kadobon", "couponPlaceholder": "Kadocode invoeren", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "We hebben soms evenementen waar we vouchercodes weggeven voor speciale uitrusting. (Bijv. voor diegenen die langskomen bij onze Wondercon-stand.)", "apply": "Toepassen", - "resubscribe": "Opnieuw abonneren", + "resubscribe": "Opnieuw lid worden", "promoCode": "Promotiecode", "promoCodeApplied": "Promotiecode toegepast! Kijk in je boedel", - "promoPlaceholder": "Voer Promotiecode in", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "promoPlaceholder": "Voer promotiecode in", + "displayInviteToPartyWhenPartyIs1": "Toon de 'Uitnodigen voor groep'-knop wanneer de groep 1 lid heeft." } \ No newline at end of file diff --git a/common/locales/nl/spells.json b/common/locales/nl/spells.json index 106f3a3003..9d4b9dea6c 100644 --- a/common/locales/nl/spells.json +++ b/common/locales/nl/spells.json @@ -8,7 +8,7 @@ "spellWizardFrostText": "IJskoude Vorst", "spellWizardFrostNotes": "IJs bevriest je taken. Je series van Dagelijkse Taken worden niet op nul gezet aan het einde van de dag! (Eén keer de spreuk uitvoeren beïnvloedt alle series Dagelijkse Taken.)", "spellWarriorSmashText": "Wrede Slag", - "spellWarriorSmashNotes": "Je raakt een taak met al je kracht. Hij wordt blauwer/minder rood en je doet extra schade aan eindbazen. (Gebaseerd op Kracht)", + "spellWarriorSmashNotes": "Je slaat een taak met al je kracht. Hij wordt blauwer/minder rood en je doet extra schade aan eindbazen. (Gebaseerd op Kracht)", "spellWarriorDefensiveStanceText": "Defensieve Houding", "spellWarriorDefensiveStanceNotes": "Je bereidt je innerlijk voor op de woeste aanval van je taken. Je Lichaam wordt versterkt! (Gebaseerd op oorspronkelijke Lichaam zonder bonussen.)", "spellWarriorValorousPresenceText": "Bemoedigende Aanwezigheid", @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Glanzend zaadje", "spellSpecialShinySeedNotes": "Verander een vriend in een blij bloemetje!", "spellSpecialPetalFreePotionText": "Ontbladeringsdrankje", - "spellSpecialPetalFreePotionNotes": "Haal het effect van een glanzend zaadje weg." + "spellSpecialPetalFreePotionNotes": "Haal het effect van een glanzend zaadje weg.", + "spellSpecialSeafoamText": "Zeeschuim", + "spellSpecialSeafoamNotes": "Verander een vriend in een zeedier!", + "spellSpecialSandText": "Zand", + "spellSpecialSandNotes": "Verwijder de effecten van Zeeschuim." } \ No newline at end of file diff --git a/common/locales/nl/subscriber.json b/common/locales/nl/subscriber.json index 09c4f4a5d8..060c34c004 100644 --- a/common/locales/nl/subscriber.json +++ b/common/locales/nl/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Abonnementen", "subDescription": "Schakel advertenties uit, koop edelstenen met goud, ontvang een maandelijks verrassingsartikel, behoud je voortgangsgeschiedenis, verdubbel je maximumaantal dagelijkse vondsten, ondersteun de developers. Klik voor meer informatie. ", "disableAds": " Advertenties uitschakelen", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Reclames worden uitgeschakeld als je een lopend abonnement hebt (oorspronkelijke donoren vallen onder de oude regeling).", "buyGemsGold": "Edelstenen kopen met goud", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Alexander de Koopman verkoopt je edelstenen voor de prijs van <%= gemCost %> goud per edelsteen. Zijn maandelijkse leveringen zijn in eerste instantie gelimiteerd tot <%= gemLimit %> edelstenen per maand, maar deze limiet wordt met 5 edelstenen verhoogd per drie maanden aaneengesloten abonnement, tot een maximum van 50 edelstenen per maand!", "retainHistory": "Volledige geschiedenis behouden", "retainHistoryText": "Geeft je volledige geschiedenis weer in grafieken en voor export. De gegevens van niet-abonnees worden samengevat om de database te ontzien.", "doubleDrops": "Dagelijkse vondstmaximum verdubbelen", "doubleDropsText": "Maak je stal sneller compleet!", "mysteryItem": "Unieke maandelijkse abonnee-artikelen ontvangen", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "Elke maand ontvang je een uniek cosmetisch voorwerp voor je avatar! Ook krijg je voor elke drie maanden aaneengesloten abonnement via de Mysterieuze Tijdreizigers toegang tot cosmetische voorwerpen uit het verleden (en de toekomst!).", "supportDevs": "De ontwikkelaars ondersteunen", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Je abonnement zorgt ervoor dat Habitica kan bloeien en dat de ontwikkeling van nieuwe functies betaald kunnen worden. Dankjewel voor je gulheid!", "monthUSD": "USD($) / Maand", "organization": "Organisatie", "groupPlans": "Zakelijk abonnement", diff --git a/common/locales/nl/tasks.json b/common/locales/nl/tasks.json index 64a838043d..3d26d0f828 100644 --- a/common/locales/nl/tasks.json +++ b/common/locales/nl/tasks.json @@ -14,15 +14,16 @@ "save": "Opslaan", "addChecklist": "Checklijst toevoegen", "checklist": "Checklijst", - "checklistText": "Breek een taak op in kleinere stukken! Checklisten verhogen de hoeveelheid Ervaring en Goud die je van een To-do krijgt en verminderen de schade die gedaan wordt door een Dagelijkse Taak.", + "checklistText": "Breek een taak op in kleinere stukken. Checklijsten verhogen de hoeveelheid ervaringspunten en goud die je van een To-do krijgt en verminderen de schade die een Dagelijkse Taak doet.", "expandCollapse": "Uitklappen/Inklappen", - "text": "Title", + "text": "Titel", "extraNotes": "Extra aantekeningen", "direction/Actions": "Richting/Acties", "advancedOptions": "Geavanceerde opties", "difficulty": "Moeilijkheidsgraad", "difficultyHelpTitle": "Hoe moeilijk is deze taak?", - "difficultyHelpContent": "Hoe moeilijker de taak, hoe meer Ervaring en Goud je krijgt wanneer je het afvinkt... maar hoe meer schade je er van krijgt als het een Dagelijkse taak of Slechte Gewoonte is!", + "difficultyHelpContent": "Hoe moeilijker de taak, hoe meer ervaringspunten en goud je krijgt als je hem afvinkt... maar hoe meer schade je ervan krijgt als het een Dagelijkse Taak of Slechte Gewoonte is!", + "trivial": "Triviaal", "easy": "Gemakkelijk", "medium": "Gemiddeld", "hard": "Moeilijk", @@ -36,11 +37,11 @@ "newDailyBulk": "Nieuwe Dagelijkse Taak (een per regel)", "streakCounter": "Aantal dagen in een serie", "repeat": "Herhalen", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Herhaal elke", + "repeatDays": "Elke X dagen", + "repeatWeek": "Op bepaalde dagen van de week", + "day": "Dag", + "days": "Dagen", "restoreStreak": "Serie herstellen", "todos": "To-do's", "newTodo": "Nieuwe To-do", @@ -65,9 +66,9 @@ "clearTags": "Wissen", "hideTags": "Verbergen", "showTags": "Weergeven", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Begindatum", + "startDateHelpTitle": "Wanneer moet deze taak beginnen?", + "startDateHelp": "Selecteer de datum waarop deze taak actief wordt. Hij hoeft vóór deze datum niet voltooid te worden.", "streakName": "prestaties voor series", "streakText": "Heeft <%= streaks %> 21-dagenseries behaald op Dagelijkse Taken", "streakSingular": "Streaker", @@ -86,23 +87,23 @@ "pushTaskToTop": "Taak bovenaan zetten", "pushTaskToBottom": "Taak onderaan zetten", "emptyTask": "Voer eerst de titel van de taak in.", - "dailiesRestingInInn": "Je rust in de Inn! Je Dailies zullen GEEN schade doen vannacht, maar ze zullen WEL iedere dag verversen. Als je op een queeste bent, dan doe je geen schade/verzamel je geen voorwerpen tot je uitcheckt, maar je kunt nog steeds schade krijgen van een Eindbaas als je groepsleden hun Dagelijkse Taken overslaan.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "dailiesRestingInInn": "Je bent aan het uitrusten in de Herberg! Je dagelijkse tagen doen je vannacht GEEN schade, maar ze zullen WEL iedere dag verversen. Als je op een queeste bent, dan doe je geen schade/verzamel je geen voorwerpen tot je uitcheckt, maar je kunt nog steeds schade krijgen van een eindbaas als je groepsleden hun dagelijkse taken overslaan.", + "habitHelp1": "Goede gewoontes zijn dingen die je vaak doet. Ze belonen je met goud en ervaringspunten elke keer dat je op <%= plusIcon %> klikt.", + "habitHelp2": "Slechte gewoontes zijn dingen die je wilt vermijden. Ze verlagen je gezondheidspunten elke keer dat je op <%= minusIcon %> klikt.", + "habitHelp3": "Kijk voor inspiratie eens naar deze voorbeeldgewoontes!", + "newbieGuild": "Nog vragen? Stel ze in de <%= linkStart %>Newbies-gilde<%= linkEnd %>!", + "dailyHelp1": "Dagelijkse taken herhalen zich <%= emphasisStart %>elke dag<%= emphasisEnd %> dat ze actief zijn. Klik op <%= pencilIcon %> om de dagen waarop een dagelijkse taak actief is te veranderen.", + "dailyHelp2": "Als je je actieve Dagelijkse Taken niet voltooit verlies je aan het eind van de dag gezondheidspunten.", + "dailyHelp3": "Dagelijkse Taken worden <%= emphasisStart %>roder<%= emphasisEnd %> als je ze mist en <%= emphasisStart %>blauwer<%= emphasisEnd %> als je ze voltooit. Des te roder de dagelijkse taak is, des te meer hij je beloont... of pijn doet.", + "dailyHelp4": "Ga om te veranderen wanneer een nieuwe dag begint naar <%= linkStart %> Instellingen > Site<%= linkEnd %> Begin van de dag aanpassen.", + "dailyHelp5": "Kijk voor inspiratie eens naar deze voorbeelden van Dagelijkse Taken!", + "toDoHelp1": "To-do's beginnen geel en worden roder (waardevoller) hoe langer je erover doet ze te voltooien.", + "toDoHelp2": "To-do's doen nooit schade! Ze belonen je alleen met goud en ervaring.", + "toDoHelp3": "Een To-do opsplitsen in een checklist van kleinere onderdelen maakt hem minder eng, en geeft je meer punten!", + "toDoHelp4": "Kijk voor inspiratie eens naar deze voorbeeldto-do's!", + "rewardHelp1": "De uitrusting die je voor je avatar koopt wordt opgeslagen in <%= linkStart %>Boedel > Uitrusting<%= linkEnd %>.", + "rewardHelp2": "Uitrusting beïnvloedt je eigenschappen (<%= linkStart %>Avatar > Eigenschappen<%= linkEnd %>).", + "rewardHelp3": "Speciale uitrusting verschijnt hier tijdens wereldwijde evenementen.", + "rewardHelp4": "Wees niet bang om je eigen beloningen toe te voegen! Kijk ook eens naar de voorbeelden hier.", + "clickForHelp": "Klik hier voor hulp" } \ No newline at end of file diff --git a/common/locales/pl/backgrounds.json b/common/locales/pl/backgrounds.json index ab86312cdc..33c32fd4ad 100644 --- a/common/locales/pl/backgrounds.json +++ b/common/locales/pl/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Lśniące bąbelki", "backgroundShimmeryBubblesNotes": "Pływaj przez morze lśniących bąbelków", "backgroundIslandWaterfallsText": "Wyspiarski wodospad", - "backgroundIslandWaterfallsNotes": "Piknikuj przy wyspiarskim wodospadzie" + "backgroundIslandWaterfallsNotes": "Piknikuj przy wyspiarskim wodospadzie", + "backgrounds072015": "ZESTAW 14: Opublikowany w lipcu 2015", + "backgroundDilatoryRuinsText": "Ruiny Atleńtydy", + "backgroundDilatoryRuinsNotes": "Zanurkuj w ruinach Atleńtydy.", + "backgroundGiantWaveText": "Gigantyczna fala", + "backgroundGiantWaveNotes": "Serfuj na gigantycznej fali!", + "backgroundSunkenShipText": "Zatopiony statek", + "backgroundSunkenShipNotes": "Badaj zatopiony statek." } \ No newline at end of file diff --git a/common/locales/pl/challenge.json b/common/locales/pl/challenge.json index 107fb4044e..acb5226551 100644 --- a/common/locales/pl/challenge.json +++ b/common/locales/pl/challenge.json @@ -53,6 +53,7 @@ "challengedOwnedFilter": "Posiadane", "challengedNotOwnedFilter": "Nieposiadane", "challengedEitherOwnedFilter": "Którykolwiek", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Powrót do wszystkich wyzwań", + "prizeValue": "<%= gemcount %> <%= gemicon %> Nagroda", + "clone": "Klon" } \ No newline at end of file diff --git a/common/locales/pl/character.json b/common/locales/pl/character.json index 9409cf4aee..b44fb1a30b 100644 --- a/common/locales/pl/character.json +++ b/common/locales/pl/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastelowe Skóry", "spookySkins": "Upiorne kolory", "supernaturalSkins": "Niezwykłe kolory", + "splashySkins": "Efektowne kolory", "rainbowColors": "Tęczowe Kolory", "shimmerColors": "Migoczące Kolory", "hauntedColors": "Nawiedzone Kolory", @@ -53,6 +54,8 @@ "costume": "Kostium", "costumeText": "Jeśli podoba Ci się inny strój, niż ten, w którym chcesz walczyć, zaznacz \"Załóż kostium\". Odziana w kostium, Twoja postać będzie nadal miała pod spodem wybrany strój bojowy.", "useCostume": "Załóż kostium", + "useCostumeInfo1": "Kliknij \"Załóż kostium\", by wyposażyć w przedmioty swojego awatara, bez oddziaływania na statystyki wyposażenia bojowego! To znaczy, że po lewej możesz się wyekwipować dla uzyskania najlepszych statystyk, a po prawej przystroić wyposażeniem swojego awatara.", + "useCostumeInfo2": "Gdy klikniesz \"Załóż kostium\", twój awatar będzie wyglądał dosyć zwyczajnie... lecz nie martw się! Gdy spojrzysz na lewo, to zobaczysz że wyposażenie bojowe jest ciągle używane. Teraz możesz puścić wodze fantazji! Wszystko w co się zaopatrzysz po prawej, nie wpłynie na twoje statystyki, może natomiast sprawić, że będziesz wyglądać super kapitalnie. Spróbuj różnych połączeń, łączenia zestawów i harmonizowania swojego kostiumu ze swoimi chowańcami, wierzchowcami i tłami.

Masz więcej pytań? Sprawdź stronę kostiumów na wiki. Znalazłeś idealny zestaw? Pokaż go w gildii Karnawał Kostiumów lub pochwal się w Karczmie!", "gearAchievement": "Zyskałeś odznaczenie \"Uzbrojony po zęby\" za zdobycie najpotężniejszego uzbrojenia dla swojej klasy! Zdobyłeś następujące zestawy:", "moreGearAchievements": "By zdobyć więcej odznaczeń Uzbrojony po zęby, zmień klasę na swojej stronie statystyk i kupuj wyposażenie swojej nowej klasy!", "armoireUnlocked": "Odblokowałeś również Zaczarowaną szafę! Kliknij na nagrodzę Zaczarowana szafa, by otrzymać losową szansę na specjalne wyposażenie! Możesz również losowo otrzymać PD lub jedzenie.", diff --git a/common/locales/pl/content.json b/common/locales/pl/content.json index b05e6fe5b2..2c4a7c5e44 100644 --- a/common/locales/pl/content.json +++ b/common/locales/pl/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "słodki", "questEggSheepText": "owca", "questEggSheepAdjective": "wełniana", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Mątwa", + "questEggCuttlefishAdjective": "milusi", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Znajdź eliksir wyklucia i wylej go na to jajo, a wykluje się z niego <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Zwyczajny", "hatchingPotionWhite": "Biały", diff --git a/common/locales/pl/defaulttasks.json b/common/locales/pl/defaulttasks.json index 8b0baf7270..e1cde536e2 100644 --- a/common/locales/pl/defaulttasks.json +++ b/common/locales/pl/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Produktywna praca (kliknij ołówek aby edytować)", + "defaultHabit1Notes": "Przykładowe dobre nawyki: + Zjedz warzywo + 15 minut produktywnej pracy", + "defaultHabit2Text": "Jedz śmiecowe jedzenie (kliknij ołówek aby edytować)", "defaultHabit2Notes": "Przykładowe złe Nawyki: - Palenie - Odkładanie na później", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Wybierz schody/windę (kliknij ołówek aby edytować)", "defaultHabit3Notes": "Przykładowe dobre i złe Nawyki: +/- Użyj schodów/windy ; +/- Wypij wodę/napój gazowany", "defaultDaily1Text": "1h pracy nad projektem", "defaultDaily1Notes": "Po utworzeniu wszystkie zadania są domyślnie żółte. To znaczy, że za ich pominięcie otrzymasz średnie obrażenia, a także średnie nagrody, gdy je wypełnisz.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "wyznacz trudność w opcjach zaawansowanych", "defaultTodo4Checklist3": "opcjonalnie: wyznacz termin", "defaultTodo5Text": "Załóż drużynę (prywatną grupę) z przyjaciółmi (Społeczność → Drużyna)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "15-minutowa przerwa", "defaultReward1Notes": "Twoje własne nagrody mogą przybrać wiele form. Niektórzy wstrzymują się od oglądania ulubionego serialu, dopóki nie mają wystarczająco złota.", "defaultReward2Text": "Ciasto", "defaultReward2Notes": "Dla innych przyjemnością jest kawałek ciasta. Spróbuj stworzyć nagrody, które będą Cię najlepiej motywować.", diff --git a/common/locales/pl/gear.json b/common/locales/pl/gear.json index da989472fd..6a5a520441 100644 --- a/common/locales/pl/gear.json +++ b/common/locales/pl/gear.json @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Wyczaruj sobie marchewkę tą fantazyjną różdżką. Zwiększa Inteligencję o <%= int %> i Percepcję o <%= per %>. Edycja limitowana Wiosna 2015.", "weaponSpecialSpring2015HealerText": "Kocia grzechotka", "weaponSpecialSpring2015HealerNotes": "Kiedy tym machasz, wytwarza się fascynujący dźwięk kliknięcia, który KAŻDEGO zabawia przez długie godziny. Zwiększa Inteligencję o <%= int %>. Limitowana Edycja Wyposażenia Wiosennego 2015", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Strzelający koral", + "weaponSpecialSummer2015RogueNotes": "Ten pokrewny korala ognistego posiada zdolność kierowania swoim jadem w wodzie. Zwiększa Siłę o <%= str %>. Edycja limitowana Lato 2015.", + "weaponSpecialSummer2015WarriorText": "Słoneczny miecznik", + "weaponSpecialSummer2015WarriorNotes": "Słoneczny miecznik to przerażająca broń pod warunkiem, że uda się przerwać jego zwijanie się. Zwiększa Siłę o <%= str %>. Edycja limitowana Lato 2015.", + "weaponSpecialSummer2015MageText": "Prorocza laska", + "weaponSpecialSummer2015MageNotes": "Ukryta moc błyska w klejnotach tej laski. Zwiększa Inteligencję o <%= int %> i Percepcję o <%= per %>. Edycja limitowana Lato 2015.", + "weaponSpecialSummer2015HealerText": "Falująca różdżka", + "weaponSpecialSummer2015HealerNotes": "Leczy chorobę morską i chorobę na morzu! Zwiększa Inteligencję o <%= int %>. Edycja limitowana Lato 2015.", "weaponMystery201411Text": "Widły Ucztowania", "weaponMystery201411Notes": "Dźgaj swoich wrogów lub rzuć się na ulubione potrawy - te wielofunkcyjne widły nadają się do wszystkiego! Brak dodatkowych korzyści. Listopad 2014 Przedmiot abonencki", "weaponMystery201502Text": "Lśniąca Skrzydlata Laska Miłości oraz Prawdy", @@ -132,7 +132,7 @@ "weaponMystery201505Notes": "Ta zielona i srebrna lanca zdjęła z siodeł ich wierzchowców wielu przeciwników. Brak dodatkowych korzyści. Przedmiot Abonencki maj 2015.", "weaponMystery301404Text": "Steampunkowa laska", "weaponMystery301404Notes": "Doskonały by stać się światowcem. Przedmiot Abonencki Marzec 3015. Brak dodatkowych korzyści.", - "weaponArmoireBasicCrossbowText": "Basic Crossbow", + "weaponArmoireBasicCrossbowText": "Zwyczajna Kusza", "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).", @@ -213,8 +213,8 @@ "armorSpecialSummerWarriorNotes": "Komplet z płaszczem, oraz ze szpadą. Zwiększa Kondycję o <%= con %>. Limitowana Edycja Wyposażenia Lato 2014.", "armorSpecialSummerMageText": "Szmaragdowy ogon", "armorSpecialSummerMageNotes": "Ten strój ze lśniących łusek przemienia noszącego w prawdziwego Syrenodzieja! Dodaje <%= int %> punktów do Inteligencji. Limitowana Edycja Wyposażenia Lato 2014.", - "armorSpecialSummerHealerText": "Ogon morskiego uzdrowiciela", - "armorSpecialSummerHealerNotes": "Ten strój ze lśniących łusek zmienia noszącego w prawdziwego Morskiego Uzdrowiciela! Dodaje <%= con %> punktów do Kondycji. Limitowana Edycja Wyposażenia Lato 2014.", + "armorSpecialSummerHealerText": "Ogon Morskozdrowiciela", + "armorSpecialSummerHealerNotes": "Ten strój ze lśniących łusek zmienia noszącego w prawdziwego Morskozdrowiciela! Dodaje <%= con %> punktów do Kondycji. Limitowana Edycja Wyposażenia Lato 2014.", "armorSpecialFallRogueText": "Krwistoczerwone szaty", "armorSpecialFallRogueNotes": "Wyrazisty. Welurowy. Wampiryczny. Dodaje <%= per %> punktów do Percepcji. Limitowana Edycja Wyposażenia Lato 2014.", "armorSpecialFallWarriorText": "Kitel nauki", @@ -239,13 +239,13 @@ "armorSpecialSpring2015MageNotes": "Twoja poła pasuje do twojego królika. Zwiększa Inteligencję o <%= int %>. Edycja limitowana Wiosna 2015.", "armorSpecialSpring2015HealerText": "Wygodny Strój Kota", "armorSpecialSpring2015HealerNotes": "Ten miękki koci strój jest wygodny i pocieszający jak herbata miętowa. Zwiększa Kondycję o <%= con %>. Edycja limitowana Wiosna 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", + "armorSpecialSummer2015RogueText": "Rubinowy ogon", + "armorSpecialSummer2015RogueNotes": "Ta szata z błyszczących łusek przekształca noszącego w prawdziwego Rafowego Renegata! Zwiększa Kondycję o <%= con %>. Edycja limitowana Lato 2015.", + "armorSpecialSummer2015WarriorText": "Złoty ogon", + "armorSpecialSummer2015WarriorNotes": "Ta szata z błyszczących łusek przekształca noszącego w prawdziwego Rybiego Wojownika! Zwiększa Kondycję o <%= con %>. Edycja limitowana Lato 2015.", + "armorSpecialSummer2015MageText": "Prorocze szaty", + "armorSpecialSummer2015MageNotes": "Ukryta moc drzemie w tych nadętych rękawach. Zwiększa Inteligencję o <%= int %>. Edycja limitowana Lato 2015.", + "armorSpecialSummer2015HealerText": "Zbroja Marynarza", "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "armorMystery201402Text": "Szaty posłańca", "armorMystery201402Notes": "Połyskująca i wytrzymała, te szaty mają wiele kieszeń do noszenia listów.\nBrak dodatkowych korzyści. Przedmiot Abonencki Luty 2014.", @@ -271,6 +271,8 @@ "armorMystery201503Notes": "Niebieski minerał symbolizuje szczęście, radość oraz wieczną produktywność. Nie daje żadnych korzyści. Marzec 2015 Przedmiot Abonenta.", "armorMystery201504Text": "Szata Pracowitej Pszczółki", "armorMystery201504Notes": "W tej uroczej szacie będziesz produktywny jak pracowita pszczółka! Brak dodatkowych korzyści. Przedmiot Abonencki kwiecień 2015.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunkowy garnitur", "armorMystery301404Notes": "Elegancki i stylowy! Brak dodatkowych korzyści. Przedmiot Abonencki luty 3015.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Co było pierwsze, królik czy kapelusz? Zwiększa Percepcje o <%= per %>. Limitowana Edycja Wiosennego Wyposażenia 2015.", "headSpecialSpring2015HealerText": "Kojąca Korona", "headSpecialSpring2015HealerNotes": "Perła w centrum tej korony uspokaja i pociesza tych obok jej. Zwiększa Inteligencję o <%= int %>. Limitowana Edycja Wiosennego Wyposażenia 2015", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Kapelusz Renegata", + "headSpecialSummer2015RogueNotes": "Ten piracki kapelusz wypadł za burtę i został udekorowany skrawkami ognistego koralowca. Zwiększa Percepcję o <%= per %>. Edycja limitowana Lato 2015.", "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015MageText": "Prorocza apaszka", + "headSpecialSummer2015MageNotes": "Ukryta moc błyszczy z niciach tej apaszki. Zwiększa Percepcję o <%= per %>. Edycja limitowana Lato 2015.", + "headSpecialSummer2015HealerText": "Marynarska czapka", + "headSpecialSummer2015HealerNotes": "Z tą marynarską czapką pewnie usadowioną na swojej głowie, możesz nawigować po najburzliwszych morzach! Zwiększa Inteligencję o <%= int %>. Edycja limitowana Lato 2015.", "headSpecialGaymerxText": "Hełm tęczowego wojownika", "headSpecialGaymerxNotes": "Aby uczcić porę dumy i konwent GaymerX, ten specjalny hełm jest przyozdobiony lśniącym, kolorowym wzorem tęczy! GaymerX to konwent poświęcony środowisku LGBTQ oraz grom komputerowym i jest otwarty dla każdego. Odbywa się w InterContinental w centrum San Francisco w dniach 11-13 lipca! Brak dodatkowych korzyści.", "headMystery201402Text": "Skrzydlaty hełm", @@ -485,15 +487,15 @@ "shieldSpecialSpring2015HealerNotes": "Twoja głowa może wypocząć na tej miękkiej poduszce lub możesz zmagać się z nią swymi przerażającymi pazurami. Rawr! Zwiększa Kondycję o <%= con %>. Edycja limitowana Wiosna 2015.", "shieldSpecialSummer2015RogueText": "Firing Coral", "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015WarriorText": "Rybia tarcza", + "shieldSpecialSummer2015WarriorNotes": "Wykonana z głęboko-oceanicznego metalu przez rzemieślników z Atleńtydy, ta tarcza lśni niczym piasek i morze. Zwiększa Kondycję o <%= con %>. Edycja limitowana Lato 2015.", "shieldSpecialSummer2015HealerText": "Strapping Shield", "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "shieldMystery301405Text": "Tarcza zegarowa", "shieldMystery301405Notes": "Czas jest po Twojej stronie z tą zegarową tarczą. Brak dodatkowych korzyści. Przedmiot Abonencki Czerwiec 3015.", "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).", - "back": "Back Accessory", + "back": "Osprzęt na plecy", "backBase0Text": "Nic na plecach", "backBase0Notes": "Nic na plecach.", "backMystery201402Text": "Złote skrzydła", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Świszcze z siłą i pięknem. Nie daje żadnych korzyści. Edycja Specjalna - Konwent.", "backSpecialWonderconBlackText": "Podstępna peleryna", "backSpecialWonderconBlackNotes": "Usnuta z cieni i szeptów. Brak dodatkowych korzyści. Edycja Specjalna - Konwent.", - "body": "Body Accessory", + "body": "Osprzęt na tułów", "bodyBase0Text": "Bez ozdoby", "bodyBase0Notes": "Bez ozdoby.", "bodySpecialWonderconRedText": "Rubinowy kołnierz", @@ -521,12 +523,12 @@ "bodySpecialSummerMageNotes": "Ani słona ani słodka woda nie splami tej metalicznej pelerynki. Brak dodatkowych korzyści. Edycja limitowana 2014 Wyposażenie wiosenne.", "bodySpecialSummerHealerText": "Koralowy kołnierz", "bodySpecialSummerHealerNotes": "Stylowy kołnierz z żyjącego koralu! Nie ma na nic wpływu. Edycja Limitowana Wyposażenia Lato 2014.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Przepaska Renegata", + "bodySpecialSummer2015RogueNotes": "Nie możesz być prawdziwym Renegatem bez polotu... i przepaski. Brak dodatkowych korzyści. Edycja limitowana Lato 2015.", + "bodySpecialSummer2015WarriorText": "Oceaniczne kolce", + "bodySpecialSummer2015WarriorNotes": "Każdy kolec ocieka meduzim jadem, broniąc noszącego. Brak dodatkowych korzyści. Edycja limitowana Lato 2015.", + "bodySpecialSummer2015MageText": "Złota sprzączka", + "bodySpecialSummer2015MageNotes": "Ta sprzączka nie daje żadnej mocy, ale jest błyszcząca. Brak dodatkowych korzyści. Edycja limitowana Lato 2015.", "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", "headAccessory": "Osprzęt na głowę", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Niech twa wyobraźnia odleci! Brak dodatkowych korzyści. Przedmiot Abonencki Luty 2015.", "headAccessoryMystery301405Text": "Gogle na głowę", "headAccessoryMystery301405Notes": "\"Gogle nosi się na oczach,\" mówili. \"Nikt nie chce gogli które można nosić tylko na głowie.\" mówili. Ha! Pokazałeś im! Brak dodatkowych korzyści. Przedmiot Abonencki sierpień 3015.", - "eyewear": "Eyewear", + "eyewear": "Okulary", "eyewearBase0Text": "Brak okularów", "eyewearBase0Notes": "Brak okularów", "eyewearSpecialSummerRogueText": "Zbójecka przepaska na oko", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Twoje motywy są z pewnością słuszne. Brak dodatkowych korzyści. Edycja Specjalna - Konwent", "eyewearMystery201503Text": "Akwamarynowe okulary", "eyewearMystery201503Notes": "Nie daj sobie wsadzić w oko tych lśniących klejnotów. Brak dodatkowych korzyści. Przedmiot Abonencki Marzec 2015.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Gogle", "eyewearMystery301404Notes": "Żadne okulary nie są bardziej szykowne od pary gogli - no może oprócz monokla. Brak korzyści. Kwiecień 3015 Przedmiot abonencki.", "eyewearMystery301405Text": "Monokl", diff --git a/common/locales/pl/generic.json b/common/locales/pl/generic.json index 2c9f3cc464..bbdcb2aaa0 100644 --- a/common/locales/pl/generic.json +++ b/common/locales/pl/generic.json @@ -54,7 +54,9 @@ "gems": "Klejnoty", "gemButton": "Masz <%= number %> Klejnotów.", "moreInfo": "Więcej informacji", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(pokaż więcej)", + "showMoreLess": "(pokaż mniej)", + "gemsWhatFor": "Kliknij, aby kupić klejnoty! Klejnoty umożliwiają nabywanie przedmiotów specjalnych takich jak misje, personalizacje awatara i wyposażenie sezonowe.", "veteran": "Weteran", "veteranText": "Przetrwał \"Habita Szarego\" (naszej strony przed aktualizacją Angular) i zdobył wiele wojennych blizn od jej błędów.", "originalUser": "Pierwotny użytkownik!", @@ -85,7 +87,7 @@ "audioTheme_off": "Wyłączone", "audioTheme_danielTheBard": "Bard Daniel", "audioTheme_wattsTheme": "Zestaw Wattsa", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Zestaw Gokula", "askQuestion": "Zadaj pytanie", "reportBug": "Zgłoś błąd", "contributeToHRPG": "Wspomóż HabitRPG", diff --git a/common/locales/pl/groups.json b/common/locales/pl/groups.json index 043272e48b..b7213200f8 100644 --- a/common/locales/pl/groups.json +++ b/common/locales/pl/groups.json @@ -39,8 +39,8 @@ "editGroup": "Edytuj grupę", "newGroupName": "<%= groupType %> - nazwa", "groupName": "Nazwa grupy", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Przywódca grupy", + "groupID": "ID Grupy", "groupDescr": "Opis pokazywany na liście publicznych Gildii (kodowanie Markdown dostępne)", "logoUrl": "Link do logo", "assignLeader": "Przydziel przywódcę grupy", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Kup nowe", "sendGiftMessagePlaceholder": "Osobista wiadomość (opcjonalnie)", "sendGiftSubscription": "<%= months %> miesięcy: <%= price %> $", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Zwalczaj potwory z przyjaciółmi", + "startAParty": "Utwórz drużynę", + "addToParty": "Dodaj kogoś do swojej drużyny" } \ No newline at end of file diff --git a/common/locales/pl/limited.json b/common/locales/pl/limited.json index f81428d00e..b6f873c87c 100644 --- a/common/locales/pl/limited.json +++ b/common/locales/pl/limited.json @@ -7,7 +7,9 @@ "alarmingFriends": "Niepokojący przyjaciele", "alarmingFriendsText": "Przestraszony <%= spookDust %> razy przez członków drużyny.", "agriculturalFriends": "Rolniczy przyjaciele", - "agriculturalFriendsText": "Został przemieniony w kwiata <%= seeds %> razy przez członków drużyny.", + "agriculturalFriendsText": "Przemieniony w kwiata <%= seeds %> razy przez członków drużyny.", + "aquaticFriends": "Wodni przyjaciele", + "aquaticFriendsText": "Ochlapany <%= seafoam %> razy przez członków drużyny.", "valentineCard": "Kartka Walentynkowa", "valentineCardNotes": "Wyślij Kartkę Walentynkową do członka drużyny.", "valentine0": "\"Róże są czerwone<%= lineBreak %>Moje dzienne zadania są niebieskie<%= lineBreak %>Cieszy mnie, że<%= lineBreak %>jestem w drużynie z tobą!\"", @@ -24,8 +26,8 @@ "seasonalShopClosedTitle": "<%= linkStart %>Siena Leslie<%= linkEnd %>", "seasonalShopTitle": "<%= linkStart %>Sezonowe Czary<%= linkEnd %>", "seasonalShopClosedText": "Sklepik sezonowy jest zamknięty! Nie wiemy gdzie obecnie znajduje się Sezonowa Wróżka, ale na pewno zjawi się na kolejną <%= linkStart %>Wielką Galę<%= linkEnd %>!", - "seasonalShopText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie wiosenne przedmioty z Sezonowej Edycji. Wszystkie będą dostępne w sprzedaży co roku podczas wydarzenia Wiosenne Szaleństwo, lecz Sklepik będzie czynny do 30 kwietnia. Zrób odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie wiosenne przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Wiosennego Szaleństwa, , lecz będziemy otwarci tylko do 30 kwietnia. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", + "seasonalShopSummerText": "Witaj w Sezonowym Sklepiku!! Aktualnie mamy na składzie letnie przedmioty z Edycji sezonowej. Wszystko dostępne tutaj będzie w sprzedaży co roku podczas Letniego Plusku, lecz będziemy otwarci tylko do 31 lipca. Zrób więc teraz odpowiednie zapasy, inaczej będziesz zmuszony czekać cały rok, aby móc kupić te przedmioty ponownie!", "seasonalShopRebirth": "Jeśli użyłeś Kuli Odrodzenia, możesz ponownie kupić wyposażenie w dziale nagród po odblokowaniu sklepiku. Na początku będziesz mógł nabyć tylko ekwipunek dla swojej obecnej klasy (domyślnie to Wojownik), ale nie martw się, przedmioty należące do innych klas pojawią się, kiedy zmienisz klasę.", "candycaneSet": "Cukierkowa laska (Mag)", "skiSet": "Narto-bójca (Łotrzyk)", @@ -46,8 +48,8 @@ "magicMouseSet": "Magiczna myszka (Mag)", "lovingPupSet": "Kochane szczenię (Uzdrowiciel)", "stealthyKittySet": "Skradający się kotek (Łotrzyk)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Śmiały Zawadiaka (Wojownik)", + "emeraldMermageSet": "Szmaragdowy Syremagik (Mag)", + "reefSeahealerSet": "Koralowy Morskozdrowiciel (Uzdrowiciel)", + "roguishPirateSet": "Psotliwy Pirat (Łotrzyk)" } \ No newline at end of file diff --git a/common/locales/pl/messages.json b/common/locales/pl/messages.json index 34f7c99733..6822b5a3b4 100644 --- a/common/locales/pl/messages.json +++ b/common/locales/pl/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Przedmiot: <%= itemText %> zniszczył się.", "messageTaskNotFound": "Nie znaleziono zadania.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Zadania z tym ID już istnieje.", "messageTagNotFound": "Nie znaleziono taga.", "messagePetNotFound": ":pet nie znaleziono w user.items.pets", "messageFoodNotFound": ":food nie znaleziono w user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Znalazłeś jajo: <%= dropText %>! <%= dropNotes %>", "messageDropPotion": "Znalazłeś <%= dropText %> eliksir wyklucia! <%= dropNotes %>", "messageFoundQuest": "Znalazłeś misję: \"<%= 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!" + "armoireEquipment": "<%= image %> Znalazłeś część rzadkiego wyposażenia w Zaczarowanej Szafie: <%= dropText %>! Fantastycznie!", + "armoireFood": "<%= image %> Przeszukując Zaczarowaną Szafę znaleziono <%= dropArticle %><%= dropText %>. Co to tutaj robi?", + "armoireExp": "Mocujesz się z Zaczarowaną Szafą i zyskujesz doświadczenie. Masz za swoje!" } \ No newline at end of file diff --git a/common/locales/pl/npc.json b/common/locales/pl/npc.json index 6bfa48ea81..973becf612 100644 --- a/common/locales/pl/npc.json +++ b/common/locales/pl/npc.json @@ -10,8 +10,8 @@ "alexander": "Handlarz Aleksander", "welcomeMarket": "Witaj na Targu! Tu kupisz rzadkie jaja oraz eliksiry! Sprzedasz nadmiar towaru! Zamówisz usługi! Zobacz, co dla Ciebie mamy.", "sellForGold": "Sprzedaj <%= item %> za <%= gold %> Złota", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Sprzedaj <%= itemType %> jajo za <%= gold %> złota", + "sellPotionForGold": "Sprzedaj <%= itemType %> eliksir za <%= gold %> złota", "buyGems": "Kup Klejnoty", "justin": "Justin", "USD": "USD", @@ -47,7 +47,7 @@ "tourScrollDown": "Zobacz całą stronę aby upewnić się, że widziałeś wszystkie opcje! Kliknij ponownie na swój awatar aby wrócić do strony zadań.", "tourMuchMore": "Gdy zakończysz zadania, możesz wraz z przyjaciółmi stworzyć Drużynę, czatować o wspólnych zainteresowaniach w Gildiach, dołączyć do Wyzwań i więcej!", "tourStatsPage": "To jest twoja strona Statystyki! Zdobądź osiągnięcia wykonując wymienione zadania.", - "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!", + "tourTavernPage": "Witaj w Karczmie, wielowiekowym czacie! W przypadku choroby lub podróży możesz tutaj powstrzymać swoje Codzienne od zadawania ci obrażeń klikając \"Odpoczywaj w Gospodzie\". Przywitaj się!", "tourPartyPage": "Twoja drużyna pomoże Ci zostać odpowiedzialnym. Zaproś przyjaciół aby odblokować zwój misji!", "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!", @@ -56,23 +56,23 @@ "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!", - "tourAvatarProceed": "Show me my tasks!", + "tourOkay": "Oki!", + "tourAwesome": "Świetnie!", + "tourSplendid": "Wspaniale!", + "tourNifty": "Sprytnie!", + "tourAvatarProceed": "Pokaż mi moje zadania!", "tourToDosBrief": "To-Do List", "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", + "tourDailiesProceed": "Będę ostrożny", "tourHabitsBrief": "Good & Bad Habits", "tourHabitsProceed": "Makes sense!", "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", + "tourRewardsProceed": "To wszystko!", + "welcomeToHabit": "Witaj w HabitRPG, grze, która poprawi Twoje życie!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "welcome5": "Teraz spersonalizujesz swój awatar i ustawisz swoje zadania...", + "imReady": "Jestem gotów!" } \ No newline at end of file diff --git a/common/locales/pl/pets.json b/common/locales/pl/pets.json index 30c02be38d..6077f3e041 100644 --- a/common/locales/pl/pets.json +++ b/common/locales/pl/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Krewetka modliszkowa", "mammoth": "Wełniany Mamut", + "orca": "Orca", "rarePetPop1": "Kliknij na złotą łapkę, aby dowiedzieć się, jak możesz zdobyć tego rzadkiego chowańca poprzez pomoc w tworzeniu HabitRPG!", "rarePetPop2": "Jak zdobyć tego Chowańca?", "potion": "Eliksir <%= potionType %>", diff --git a/common/locales/pl/quests.json b/common/locales/pl/quests.json index a0c8fd6079..cc6c0910e4 100644 --- a/common/locales/pl/quests.json +++ b/common/locales/pl/quests.json @@ -1,11 +1,11 @@ { "quests": "Misje", "quest": "misja", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Szczegóły misji", + "invitations": "Zaproszenia", "completed": "Zakończone!", "youReceived": "Otrzymałeś", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Naciśnięcie \"Zaproś\" wyśle zaproszenie do członków twojej drużyny. Gdy już wszyscy członkowie zaakceptują lub odrzucą zaproszenie, misja zostanie rozpoczęta. Możesz zobaczyć jej status pod Społeczność > Drużyna.", "inviteParty": "Zaproś drużynę", "questInvitation": "Zaproszenie do misji:", "questInvitationTitle": "Zaproszenie do misji", diff --git a/common/locales/pl/questscontent.json b/common/locales/pl/questscontent.json index 07947fefd9..bedc49c072 100644 --- a/common/locales/pl/questscontent.json +++ b/common/locales/pl/questscontent.json @@ -203,10 +203,16 @@ "questSheepCompletion": "Będąc pod wrażeniem twej pracowitości, Burzowy Baran osycha ze swej furii. Wypuszcza trzy ogromne kule gradowe w twoim kierunku, a potem znika z cichym dudnieniem. Po bliższym przyjrzeniu się odkrywasz, że kule gradowe to właściwie trzy puchate jaja. Zabierasz je, a następnie udajesz się na spacer do domu pod błękitnym niebem.", "questSheepDropSheepEgg": "Owca (jajo)", "questSheepUnlockText": "Odblokowuje dostęp do kupna owczych jaj na Targu", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "Kraken Niedoskonałości", + "questKrakenNotes": "W piękny słoneczny dzień żeglujesz przez Zatokę Niedoskonałości, jednak twoje myśli są przyćmione przez obawy na temat wszystkiego, co jeszcze musisz zrobić. Wydaje się, że gdy tylko ukończysz jedno zadanie, wyrasta przed tobą następne, a potem następne...\n

W pewnym momencie łódka zostaje porządnie wstrząśnięta i oślizgłe macki wyskakują z wody ze wszystkich stron! \"Jesteśmy atakowani przez Krakena Niedoskonałości!\" krzyczy Wolvenhalo.\n

\"Szybko!\" woła do ciebie Lemoness. \"Uderzaj tyle macek i zadań, ile to możliwe, zanim nowe urosną i zajmą ich miejsce!\"", + "questKrakenBoss": "Kraken Niedoskonałości", + "questKrakenCompletion": "Gdy Kraken ucieka, kilka jaj pozostaje pływając na powierzchni wody. Lemoness uważnie je ogląda, a jej podejrzliwość zamienia się w zachwyt. \"Mątwie jaja!\" mówi. \"Masz, weź je jako nagrodę za wszystko, co udało ci się ukończyć.\"", + "questKrakenDropCuttlefishEgg": "Mątwa (jajo)", + "questKrakenUnlockText": "Odblokowuje dostęp do kupna mątwich jaj na Targu", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/pl/settings.json b/common/locales/pl/settings.json index 6fc394d159..57f00310e5 100644 --- a/common/locales/pl/settings.json +++ b/common/locales/pl/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Własny początek dnia", "24HrClock": "zegar 24-godzinny", "customDayStartInfo1": "HabitRPG domyślnie sprawdza i resetuje twoje Codzienne o północy każdego dnia w twojej strefie czasowej. Zaleca się przeczytanie poniższych informacji przed jego zmianą.", - "customDayStartInfo2": "(pokaż więcej)", - "customDayStartInfo3": "(pokaż mniej)", "customDayStartInfo4": "Wykonaj wszystkie swoje Codzienne przed zmianą Własnego początku dnia lub Odpoczywaj w karczmie tego dnia. Zmiana Własnego początku dnia może spowodować natychmiastowe uruchomienie Crona, jednak po pierwszym dniu działa on zgodnie z założeniami.

Daj dwugodzinne okno w celu wprowadzenia zmian. Dla przykładu, jeśli aktualnie jest ustawione na 0:00 (północ), zmień go przed 22:00; jeśli chcesz go ustawić na 21:00, zmień go przed 19:00.

Wprowadź godzinę od 0 do 23 (używa 24-godzinnego zegara). Wpisywanie jest skuteczniejsze niż klawisze strzałek. Po ustawieniu przeładuj stronę w celu potwierdzenia, że wyświetlane są nowe wartości.", "misc": "Pozostałe", "showHeader": "Pokaż nagłówek", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "w treści wpisując zarówno stary jak i nowy adres e-mail, a także swoje ID użytkownika.", "username": "Nazwa użytkownika", + "usernameOrEmail": "Login lub Email", "email": "E-mail", "registeredWithFb": "Logowanie / Rejestracja z użyciem Facebook'a", "loginNameDescription1": "Tej nazwy używasz, aby zalogować się na HabitRPG. Idź do", @@ -113,11 +112,11 @@ "benefits": "Korzyści", "coupon": "Kupon", "couponPlaceholder": "Podaj kod z kuponu", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Czasami bierzemy udział w wydarzeniach i rozdajemy kody promocyjne na specjalne wyposażenie (np. dla zatrzymujących się przy naszym stoisku na Wondercon)", "apply": "Zastosuj", "resubscribe": "Subskrybuj ponownie", "promoCode": "Kod promocyjny", "promoCodeApplied": "Zastosowano kod promocyjny! Sprawdź swój ekwipunek", "promoPlaceholder": "Wpisz kod promocyjny", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Wyświetl przycisk Zaproś do drużyny, gdy drużyna ma 1 członka." } \ No newline at end of file diff --git a/common/locales/pl/spells.json b/common/locales/pl/spells.json index 1c1174e072..bf6f116970 100644 --- a/common/locales/pl/spells.json +++ b/common/locales/pl/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Lśniące nasiono", "spellSpecialShinySeedNotes": "Zamień przyjaciela w radosnego kwiatka!", "spellSpecialPetalFreePotionText": "Eliksir antypłatkowy", - "spellSpecialPetalFreePotionNotes": "Anuluj skutki lśniącego nasiona." + "spellSpecialPetalFreePotionNotes": "Anuluj skutki lśniącego nasiona.", + "spellSpecialSeafoamText": "Piana morska", + "spellSpecialSeafoamNotes": "Zamień przyjaciela w morskie stworzenie!", + "spellSpecialSandText": "Piasek", + "spellSpecialSandNotes": "Anuluj skutki Piany Morskiej" } \ No newline at end of file diff --git a/common/locales/pl/subscriber.json b/common/locales/pl/subscriber.json index 00a09fd82c..56e72c6469 100644 --- a/common/locales/pl/subscriber.json +++ b/common/locales/pl/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Abonamenty", "subDescription": "Wyłącza reklamy, pozwala kupować klejnoty za złoto, comiesięczny tajemniczy przedmiot, zachowuje historię postępów, podwojony dzienny limit łupów, wspiera twórców. Kliknij po więcej informacji.", "disableAds": "Wyłącz reklamy", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Reklamy pozostaną wyłączone w czasie gdy Twój abonament jest aktywny (pierwotni użytkownicy z wyłączonymi reklamami zachowają ten status).", "buyGemsGold": "Kup Klejnoty za Złoto", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Kupiec Alexander sprzeda ci klejnoty w cenie <%= gemCost %> złota za klejnot. Ich miesięczna ilość jest początkowo ograniczona do <%= gemLimit %> klejnotów na miesiąc, jednak zwiększa się ona o 5 klejnotów za każde 3 miesiące ciągłego abonamentu, aż do maksymalnie 50 klejnotów na miesiąc!", "retainHistory": "Zachowanie pełnej historii konta", "retainHistoryText": "Historia twojego postępu będzie teraz w pełni dostępna i eksportowalna. Historie kont graczy, którzy nie mają abonamentu są skracane w celu optymalizacji bazy danych.", "doubleDrops": "Codzienny limit łupów podwojony", "doubleDropsText": "Zapełnij swoją stajnię szybciej!", "mysteryItem": "Wyjątkowe comiesięczne przedmioty dla abonentów", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "Każdego miesiąca otrzymasz wyjątkową ozdobę dla swojego awatara! Plus za każde 3 miesiące ciągłego abonamentu, Podróżnicy w Czasie dadzą ci dostęp do historycznych (i futurystycznych!) ozdób.", "supportDevs": "Wspomaga twórców", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Twój abonament pomaga utrzymać Habitikę w rozkwicie i pomaga sfinansować rozwój nowych funkcji. Dziękujemy na twoją szczodrość!", "monthUSD": "USD / Miesiąc", "organization": "Organizacja", "groupPlans": "Plany korporacyjne", diff --git a/common/locales/pl/tasks.json b/common/locales/pl/tasks.json index 83afdeccc5..1ee5237543 100644 --- a/common/locales/pl/tasks.json +++ b/common/locales/pl/tasks.json @@ -16,13 +16,14 @@ "checklist": "Lista", "checklistText": "Rozbij zadanie na mniejsze części! Listy kontrolne zwiększają zdobyte w Do-Zrobienia doświadczenie i złoto, a także redukują obrażenia powodowane przez Codzienne.", "expandCollapse": "Rozwiń/zwiń", - "text": "Title", + "text": "Tytuł", "extraNotes": "Dodatkowe notatki", "direction/Actions": "Kierunek/działania", "advancedOptions": "Zaawansowane opcje", "difficulty": "Trudność", "difficultyHelpTitle": "Jak trudne jest to zadane?", "difficultyHelpContent": "Im trudniejsze zadanie, tym więcej doświadczenia i złota otrzymasz, gdy je odhaczysz... jednak otrzymasz więcej obrażeń, jeśli jest to Codzienne lub zły Nawyk!", + "trivial": "Trivial", "easy": "Łatwe", "medium": "Średnie", "hard": "Trudne", @@ -36,11 +37,11 @@ "newDailyBulk": "Nowe Codzienne (po jednym na linię)", "streakCounter": "Licznik serii", "repeat": "Powtórz", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Powtórz co", + "repeatDays": "Co X dni", + "repeatWeek": "W niektóre dni tygodnia", + "day": "Dzień", + "days": "Dni", "restoreStreak": "Przywróć serię", "todos": "Do-Zrobienia", "newTodo": "Nowe Do-Zrobienia", @@ -65,8 +66,8 @@ "clearTags": "Wyczyść", "hideTags": "Ukryj", "showTags": "Pokaż", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", + "startDate": "Data rozpoczęcia", + "startDateHelpTitle": "Kiedy to zadanie powinno się rozpocząć?", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", "streakName": "Osiągnięcia serii", "streakText": "Osiągnął <%= streaks %> 21-dniowych serii w Codziennych.", @@ -104,5 +105,5 @@ "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "clickForHelp": "Kliknij po pomoc" } \ No newline at end of file diff --git a/common/locales/pt/backgrounds.json b/common/locales/pt/backgrounds.json index d9a1392c4a..7864780afe 100644 --- a/common/locales/pt/backgrounds.json +++ b/common/locales/pt/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Bolhas cintilantes", "backgroundShimmeryBubblesNotes": "Pairar por um mar de Bolhas cintilantes", "backgroundIslandWaterfallsText": "Cachoeiras da Ilha", - "backgroundIslandWaterfallsNotes": "Piquenique próximo as Cachoeiras da Ilha." + "backgroundIslandWaterfallsNotes": "Piquenique próximo as Cachoeiras da Ilha.", + "backgrounds072015": "Conjunto 14: Lançado em Julho de 2015", + "backgroundDilatoryRuinsText": "Ruínas do Retardo", + "backgroundDilatoryRuinsNotes": "Mergulhe nas Ruínas do Retardo", + "backgroundGiantWaveText": "Onda Gigante", + "backgroundGiantWaveNotes": "Surfe em uma Onda Gigante!", + "backgroundSunkenShipText": "Navio Naufragado", + "backgroundSunkenShipNotes": "Explore um Navio Naufragado." } \ No newline at end of file diff --git a/common/locales/pt/challenge.json b/common/locales/pt/challenge.json index ba800b8a03..15670b048d 100644 --- a/common/locales/pt/challenge.json +++ b/common/locales/pt/challenge.json @@ -53,6 +53,7 @@ "challengedOwnedFilter": "Adquirido", "challengedNotOwnedFilter": "Não adquirido", "challengedEitherOwnedFilter": "Ambos", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "Voltar para todos os desafios", + "prizeValue": "<%= gemcount %> <%= gemicon %> Prêmio", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/pt/character.json b/common/locales/pt/character.json index 7576c3ed5e..d145b31c40 100644 --- a/common/locales/pt/character.json +++ b/common/locales/pt/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Peles em Tons Pastel", "spookySkins": "Peles Assustadoras", "supernaturalSkins": "Peles Sobrenaturais", + "splashySkins": "Peles Molhadonas", "rainbowColors": "Cores do Arco-Íris", "shimmerColors": "Cores Cintilantes", "hauntedColors": "Cores Assombradas", @@ -53,6 +54,8 @@ "costume": "Traje", "costumeText": "Se preferir a aparência de outro equipamento em vez do que estiver usando, marque a opção \"Usar Traje\" para vestir um traje enquanto usa seu equipamento de batalha por baixo.", "useCostume": "Usar Traje ", + "useCostumeInfo1": "Clique em \"Usar Traje\" para equipar itens ao seu avatar sem que eles afetem os atributos de seu Equipamento de Batalha! Isto significa que você pode equipar alguns itens para ter os melhores atributos à esquerda e outros apenas para vestir seu avatar à direita.", + "useCostumeInfo2": "Assim que você clicar em \"Usar Traje\", o seu avatar vai parecer bem básico... mas não se preocupe! Se você olhar para a esquerda, irá ver que o seu Equipamento de Batalha ainda está equipado. A seguir, você pode deixar tudo elegante! Tudo o que você equipar à direita não irá afetar seus atributos, mas pode fazer com que você fique super pomposo. Experimente combinações diferentes, misturar conjuntos, e combinar o seu Traje com seus Mascotes, Montarias e Planos de Fundo.

Tem mais dúvidas? Dê uma olhada na Página de Trajes da wiki. Encontrou o conjunto perfeito? Mostre-o na Guilda Carnaval de Trajes ou vanglorie-se na Taverna!", "gearAchievement": "Você ganhou o Achievement \"Equipamento Ultimate\" por fazer o upgrade para o equipamento máximo definido para uma classe! Você alcançou os seguintes conjuntos:", "moreGearAchievements": "Para alcançar mais emblemas de Equipamento Ultimate, mude de classe em sua página de estatísticas e compre equipamentos para sua nova classe!", "armoireUnlocked": "Você também desbloqueou o Armário Encantado! Clique na Recompensa 'Armário Encantado' para uma chance aleatória de ganhar um equipamento especial! Também pode dar-lhe XP aleatório ou comida.", diff --git a/common/locales/pt/communityguidelines.json b/common/locales/pt/communityguidelines.json index f6f42b1721..f593b94101 100644 --- a/common/locales/pt/communityguidelines.json +++ b/common/locales/pt/communityguidelines.json @@ -112,8 +112,8 @@ "commGuideList07B": "Qualquer pronunciamento ou ação que provoque um \"Por favor não\". Quando um Mod precisa dizer \"Por favor não faça isso\" para um usuário, isso pode contar como uma infração muito pequena ao usuário. Um exemplo poderia ser \"Mod diz: Por favor não continue argumentando em favor da implementação desta funcionalidade depois de termos lhe dito repetidamente que não é viável.\" Em muitos casos, o Por favor não também será uma pequena consequência, mas se Mods precisarem dizer \"Por favor não\" para o mesmo usuário repetidas vezes, o acionamento de Pequenas Infrações começará a ser considerado como Moderadas Infrações.", "commGuideHeadingConsequences": "Consequências", "commGuidePara058": "Em Habitica -- como na vida real -- cada ação tem uma consequência, seja ficar em forma porque você tem corrido, seja ficar com cáries porque você tem comido muito açúcar, ou seja passar de ano porque você tem estudado.", - "commGuidePara059": "Similarmente, todas infrações tem consequências diretas.alguns exemplos de consequências estão listados abaixo.", - "commGuidePara060": "Se a sua infração tiver uma consequencia moderada ou severa, você vai receber um email explicando:", + "commGuidePara059": "Similarmente, todas infrações tem consequências diretas.Alguns exemplos de consequências estão listados abaixo.", + "commGuidePara060": "Se a sua infração tiver uma consequencia moderada ou severa, você irá receber um email explicando:", "commGuideList08A": "Qual foi sua infração", "commGuideList08B": "Qual é a consequência", "commGuideList08C": "O que fazer para corrigir a situação e restaurar seu status, se possível.", diff --git a/common/locales/pt/content.json b/common/locales/pt/content.json index c7fcc67a32..ce716ec19f 100644 --- a/common/locales/pt/content.json +++ b/common/locales/pt/content.json @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "doce", "questEggSheepText": "Ovelha", "questEggSheepAdjective": "felpuda", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Lula", + "questEggCuttlefishAdjective": "fofinho", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Ache uma poção de eclosão para usá-la nesse ovo, e ele irá eclodir em um <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Base", "hatchingPotionWhite": "Branco", diff --git a/common/locales/pt/defaulttasks.json b/common/locales/pt/defaulttasks.json index e6374caf7a..4c95fca844 100644 --- a/common/locales/pt/defaulttasks.json +++ b/common/locales/pt/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Trabalho Produtivo (Clique no lápis para editar)", + "defaultHabit1Notes": "Exemplo de Bons Hábitos: + Comer um vegetal + 15 minutos de trabalho produtivo", + "defaultHabit2Text": "Comer Porcarias (Clique no lápis para editar) ", "defaultHabit2Notes": "Exemplos de Maus Hábitos: - Fumar - Procrastinar", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Usar as Escadas/Elevador (Clique no lápis para editar)", "defaultHabit3Notes": "Exemplos de Hábitos Bons ou Maus: +/- Usar Escadas/Elevator ; +/- Beber Água/Refrigerante", "defaultDaily1Text": "1h de Projeto Pessoal", "defaultDaily1Notes": "Todas as tarefas são amarelas quando criadas. Isso quer dizer que você só tomará dano moderado quando não completá-las e ganhará uma recompensa moderada quando completá-las.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "estabeleça a dificuldade dentro das Opções Avançadas", "defaultTodo4Checklist3": "opcional: Estabeleça uma data de vencimento", "defaultTodo5Text": "Iniciar uma equipe (grupo privado) com seus amigos (Social > Equipe)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "Pausa de 15 minutos", "defaultReward1Notes": "Recompensas customizadas podem ser de vários tipos. Algumas pessoas vão esperar para assistir seu programa favorito até que elas tenham ouro suficiente para pagar por ele.", "defaultReward2Text": "Bolo", "defaultReward2Notes": "Outras pessoas só querem aproveitar um pedaço de bolo. Tente criar recompensas que mais vão te motivar.", diff --git a/common/locales/pt/gear.json b/common/locales/pt/gear.json index d64a60edc1..816cc4bfdc 100644 --- a/common/locales/pt/gear.json +++ b/common/locales/pt/gear.json @@ -116,14 +116,14 @@ "weaponSpecialSpring2015MageNotes": "Conjure uma cenoura pra si mesmo com essa varinha. Aumenta Inteligência em <%= int %> e Percepção em <%= per %>. Equipamento Edição Limitada de Primavera 2015.", "weaponSpecialSpring2015HealerText": "Matraca de Gato", "weaponSpecialSpring2015HealerNotes": "Quando você sacode, faz um clique-claque fascinante que manteria QUALQUER UM entretido por horas. Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada de Primavera 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015HealerText": "Wand of the Waves", - "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Coral Atirador", + "weaponSpecialSummer2015RogueNotes": "Este parente do coral atirador tem a habilidade de expelir seu veneno através da água. Aumenta a força em <%= str %>. Edição Limitada 2015 Equipamento de Verão.", + "weaponSpecialSummer2015WarriorText": "Peixe-Espada Solar", + "weaponSpecialSummer2015WarriorNotes": "O Peixe-Espada Solar é uma arma assustadora, desde que se consiga fazê-lo parar de se contorcer. Aumenta a Força em <%= str %>, Edição Limitada 2015 Equipamento de Verão.", + "weaponSpecialSummer2015MageText": "Cajado de Adivinho", + "weaponSpecialSummer2015MageNotes": "Poderes ocultos brilham nas jóias deste cajado. Aumentam a Inteligência em <% = int%> e Percepção em <% =per%>. Edição Limitada Conjunto de Verão 2015.", + "weaponSpecialSummer2015HealerText": "Varinha das Ondas", + "weaponSpecialSummer2015HealerNotes": "Cura enjôos e maresias! Aumenta a Inteligência em <% = int%>. Edição Limitada Conjunto de Verão 2015.", "weaponMystery201411Text": "Forcado de Banquete", "weaponMystery201411Notes": "Apunhale seus inimigos ou cave pelas suas comidas favoritas - esse garfo versátil faz de tudo! Não confere benefícios. Item de Assinante de Novembro 2014.", "weaponMystery201502Text": "Cajado Brilhante Alado do Amor e Também Verdade.", @@ -132,10 +132,10 @@ "weaponMystery201505Notes": "Esta lança verde e prateada já derrubou muitos oponentes de suas montarias. Não concede benefícios. Item de Assinante de Maio de 2015.", "weaponMystery301404Text": "Bengala Steampunk", "weaponMystery301404Notes": "Excelente para dar uma volta pela cidade. Item de Assinante de Março 3015. Não concede benefícios.", - "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).", + "weaponArmoireBasicCrossbowText": "Besta Básica", + "weaponArmoireBasicCrossbowNotes": "Esta besta pode perfurar a armadura de uma tarefa de muito longe! Aumenta a Força em <% = str%>, Percepção em <% = per%>, e Constituição em <% = con%>. Guarda-Roupa Encantado: Ítem Independente.", + "weaponArmoireLunarSceptreText": "Cetro Lunar Calmante", + "weaponArmoireLunarSceptreNotes": "O poder de cura desta varinha aumenta e diminui. Aumenta a Constituição em <% = con%> e Inteligência em <% = int%>. Armário Encantado: Controle do Calmante Lunar (Ítem 3 de 3).", "armor": "armadura", "armorBase0Text": "Roupas Modestas", "armorBase0Notes": "Vestimenta ordinária Não concede benefícios.", @@ -239,14 +239,14 @@ "armorSpecialSpring2015MageNotes": "O seu fraque combina com seu rabinho! Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada de Primavera 2015.", "armorSpecialSpring2015HealerText": "Fantasia de Gato Confortante", "armorSpecialSpring2015HealerNotes": "Essa fantasia de gato é confortável e reconfortante como chá de menta. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Primavera 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", - "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "armorSpecialSummer2015RogueText": "Cauda Rubi", + "armorSpecialSummer2015RogueNotes": "Esta peça de vestuário de escalas cintilantes transforma quem a usa em um verdadeiro Traidor de Pedra! Aumenta Percepção em <% = per%>. Edição Limitada Conjunto de Verão 2015.", + "armorSpecialSummer2015WarriorText": "Calda Dourada", + "armorSpecialSummer2015WarriorNotes": "Esta peça de vestuário de escalas cintilantes transforma quem a usa em um real Guerreiro Sunfish! Aumenta a Constituição em <% = con%>. Edição Limitada Conjunto de Verão 2015.", + "armorSpecialSummer2015MageText": "Túnica de Adivinho", + "armorSpecialSummer2015MageNotes": "Poderes ocultos residem nessas mangas. Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada de Verão 2015.", + "armorSpecialSummer2015HealerText": "Armadura de Marinheiro", + "armorSpecialSummer2015HealerNotes": "Esta armadura deixa todo mundo sabendo que você é um honesto comerciante marinheiro que nunca sonharia em se comportar como um malandro. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Verão 2015.", "armorMystery201402Text": "Túnicas do Mensageiro", "armorMystery201402Notes": "Cintilantes e resistentes, essas túnicas tem vários bolsos para carregar cartas. Não concede benefícios. Item de Assinante de Fevereiro 2014.", "armorMystery201403Text": "Armadura do Andador da Floresta", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Esse mineral azul simboliza boa sorte, felicidade e produtividade eterna. Não concede benefícios. Item de Assinante de Março 2015.", "armorMystery201504Text": "Túnica da Abelha Ocupada", "armorMystery201504Notes": "Você será produtivo como uma abelha ocupada nesta elegante túnica. Não concede benfícios. Item de Assinante de Abril de 2015.", + "armorMystery201506Text": "Traje de Snorkel", + "armorMystery201506Notes": "Faça snorkel por um recife de corais com esse traje de natação colorido e brilhante! Não concede benefícios. Item de Assinante de Junho 2015.", "armorMystery301404Text": "Fantasia Steampunk", "armorMystery301404Notes": "Elegante e distinto. Não concede benefícios. Item de Assinante de Fevereiro 3015.", - "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).", + "armorArmoireLunarArmorText": "Armadura Lunar Tranquilizadora", + "armorArmoireLunarArmorNotes": "A luz da lua te fará forte e experiente. Aumenta Força em <%= str %> e Inteligência em <%= int %>. Armário Encantado: Conjunto Lunas Calmante (Item 2 de 3).", + "armorArmoireGladiatorArmorText": "Armadura de Gladiador", + "armorArmoireGladiatorArmorNotes": "Para ser um gladiador você não pode ser só astuto... mas também forte. Aumenta Percepção em <%= per %> e Força em <%= str %>. Armário Encantado: Conjunto de Gladiador (Item 2 de 3).", "headgear": "capacete", "headBase0Text": "Sem Elmo", "headBase0Notes": "Sem capacete.", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "O que veio primeiro, o coelhinho ou o chapéu? Aumenta Percepção em <%= per %>. Equipamento Edição Limitada de Primavera 2015.", "headSpecialSpring2015HealerText": "Coroa Confortante", "headSpecialSpring2015HealerNotes": "A pérola no centro dessa coroa acalma e conforta aqueles ao seu redor. Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada de Primavera 2015.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", - "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Chapéu Renegado", + "headSpecialSummer2015RogueNotes": "Este chapéu de pirata caiu para fora do barco e tem sido decorado com pedaços de coral fogo. Aumenta Percepção em <%= per %>. Equipamento Edição Limitada do Verão 2015.", + "headSpecialSummer2015WarriorText": "Elmo Ocêanico com Joias", + "headSpecialSummer2015WarriorNotes": "Forjado a partir de metal de mar profundo pelos artesãos de Dilatória, este elmo é forte e lindo. Aumenta Força em <%= str %>. Equipamento Edição Limitada do Verão 2015.", + "headSpecialSummer2015MageText": "Cachecol de Adivinho", + "headSpecialSummer2015MageNotes": "Um poder escondido brilha nos fios deste cachecol. Aumenta Percepção em <%= per %>. Equipamento Edição Limitada do Verão 2015.", + "headSpecialSummer2015HealerText": "Chapéu de Marinheiro", + "headSpecialSummer2015HealerNotes": "Com seu chapéu de marinheiro firme na cabeça, você pode navegar até pelos mares mais tempestuosos! Aumenta Inteligência em <%= int %>. Equipamento Edição Limitada do Verão 2015.", "headSpecialGaymerxText": "Elmo do Guerreiro Arco-Íris", "headSpecialGaymerxNotes": "Em celebração da temporada do orgulho e GaymerX, esse elmo especial é decorado com um radiante e colorido arco-íris! GaymerX é uma convenção de jogos celebrando a comunidade LGBTQ e jogos e é aberta a todos. Acontece no InterContinental, no centro de San Francisco, de 11-13 de julho! Não concede benefícios. ", "headMystery201402Text": "Elmo Alado", @@ -410,16 +412,16 @@ "headMystery301404Notes": "Uma cartola chique para as damas e cavalheiros mais finos! Item de Assinante de Janeiro 3015. Não concede benefícios.", "headMystery301405Text": "Cartola Básica", "headMystery301405Notes": "Uma cartola básica, só esperando para ser combinada com alguns chiques acessórios para a cabeça. Não concede benefícios. Item de Assinante de Maio 3015.", - "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.", + "headArmoireLunarCrownText": "Coroa Lunar Calmante", + "headArmoireLunarCrownNotes": "Esta coroa reforça a vida e aguça os sentidos, especialmente quando a lua está cheia. Aumenta Constituição em <%= con %> e Percepção em <%= per %>. Armário Encantado: Conjunto Lunar Calmante (Item 1 de 3).", + "headArmoireRedHairbowText": "Arco de Cabelo Vermelho", + "headArmoireRedHairbowNotes": "Fique forte, resistente e esperto enquanto usa esse lindo Arco de Cabelo Vermelho. Aumenta Força em <%= str %>, Constituição em <%= con %> e Inteligência em <%= int %>. Armário Encantado: Item Independente.", + "headArmoireVioletFloppyHatText": "Chapéu Desajeitado Violeta", + "headArmoireVioletFloppyHatNotes": "Muitas magias foram costuradas neste simples chapéu, dando a ele uma agradável cor violeta. Aumenta Percepção em <%= per %>, Inteligência em <%= int %> e Constituição em <%= con %>.", + "headArmoireGladiatorHelmText": "Elmo de Gladiador", + "headArmoireGladiatorHelmNotes": "Para ser um gladiador você não pode ser só forte... mas também astuto. Aumenta Inteligência em <%= int %> e Percepção em <%= per %>. Armário Encantado: Conjunto de Gladiador (item 1 de 3). ", + "headArmoireRancherHatText": "Chapéu de Rancheiro.", + "headArmoireRancherHatNotes": "Segure seus mascotes e dome suas montarias enquanto veste este mágico Chapéu de Rancheiro. Aumenta Força em <%= str %>, Percepção em <%= per %> e Inteligência em <%= int %>.", "offhand": "item da segunda mão", "shieldBase0Text": "Sem Equipamento na Segunda Mão", "shieldBase0Notes": "Sem escudo ou segundo armamento.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Jogue nos seus inimigos... ou só segure, porque vai se encher de ração gostosa na hora da janta. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Primavera 2015.", "shieldSpecialSpring2015HealerText": "Travesseiro Estampado", "shieldSpecialSpring2015HealerNotes": "Você pode descansar a cabeça neste travesseiro macio, ou você pode lutar contra ele com suas temíveis garras. Rawr! Aumenta Constituição em <%= con %>. Equipamento Edição Limitada de Primavera 2015.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", - "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015RogueText": "Coral Atirador", + "shieldSpecialSummer2015RogueNotes": "Este parente do coral atirador tem a habilidade de expelir seu veneno através da água. Aumenta a Força em <%= str %>. Equipamento Edição Limitada do Verão 2015.", + "shieldSpecialSummer2015WarriorText": "Escudo de Peixe-Lua", + "shieldSpecialSummer2015WarriorNotes": "Forjado a partir de metal de mar profundo pelos artesãos de Dilatória, este escudo brilha como o sol e o mar. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada do Verão 2015.", + "shieldSpecialSummer2015HealerText": "Escudo Robusto", + "shieldSpecialSummer2015HealerNotes": "Use este escudo para afastar ratos de porão. Aumenta Constituição em <%= con %>. Equipamento Edição Limitada do Verão 2015.", "shieldMystery301405Text": "Escudo Relógio", "shieldMystery301405Notes": "O tempo está do seu lado com esse eminente escudo relógio! Não concede benefícios. Item de Assinante de Junho 3015.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Escudo de Gladiador", + "shieldArmoireGladiatorShieldNotes": "Para ser um gladiador você precisa... ah, tanto faz, só espante eles com o seu escudo. Aumenta Constituição em <%= con %> e Força em <%= str %>. Armário Encantado: Conjunto de Gladiador (Item 3 de 3).", + "back": "Acessório de Costas", "backBase0Text": "Sem Acessório de Fundo", "backBase0Notes": "Sem Acessório de Fundo.", "backMystery201402Text": "Asas Douradas", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Sibila com força e beleza. Não concede benefícios. Equipamento Edição Especial de Convenção.", "backSpecialWonderconBlackText": "Capa Furtiva", "backSpecialWonderconBlackNotes": "Rodeado de sombras e sussurros. Não concede benefícios. Equipamento Edição Especial de Convenção.", - "body": "Body Accessory", + "body": "Acessório de Corpo", "bodyBase0Text": "Sem Acessório de Corpo", "bodyBase0Notes": "Sem Acessório de Corpo.", "bodySpecialWonderconRedText": "Colar de Rubi", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Nem água salgada nem água fresca podem manchar essa capeleta metálica. Não concede benefícios. Equipamento Edição Limitada de Verão 2014.", "bodySpecialSummerHealerText": "Colar de Coral", "bodySpecialSummerHealerNotes": "Um estiloso colar de coral vivo! Equipamento Edição Limitada de Verão 2014.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015WarriorText": "Oceanic Spikes", - "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015MageText": "Golden Buckle", - "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", - "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Faixa de Renegado", + "bodySpecialSummer2015RogueNotes": "Você não pode ser um Renegado de verdade sem estilo... e uma faixa. Não concede benefícios. Equipamento Edição Limitada de Verão 2015.", + "bodySpecialSummer2015WarriorText": "Estacas Oceânicas", + "bodySpecialSummer2015WarriorNotes": "Cada estaca esguicha veneno de água-viva, defendendo o portador. Não concede benefícios. Equipamento Edição Limitada de Verão 2015.", + "bodySpecialSummer2015MageText": "Fivela Dourada", + "bodySpecialSummer2015MageNotes": "Esta fivela não concede nenhum poder, mas é brilhante. Não concede benefícios. Equipamento Edição Limitada de Verão 2015.", + "bodySpecialSummer2015HealerText": "Lenço de Marinheiro", + "bodySpecialSummer2015HealerNotes": "Bão bão bão? Não, não, não! Não concede benefícios. Equipamento Edição Limitada de Verão 2015.", "headAccessory": "acessório para cabeça", "accessories": "Acessórios", "animalEars": "Orelhas de Animais", @@ -576,7 +578,7 @@ "headAccessoryMystery201502Notes": "Deixe sua imaginação voar! Não concede benefícios. Item de Assinante de Fevereiro 2015.", "headAccessoryMystery301405Text": "Óculos de Proteção para Cabeça", "headAccessoryMystery301405Notes": "\"Óculos de proteção são para os olhos,\" eles disseram. \"Ninguém quer óculos que você só pode usar na cabeça,\" eles disseram. Ha! Você mostrou pra eles. Não concede benefícios. Item de Assinante de Agosto 3015.", - "eyewear": "Eyewear", + "eyewear": "Óculos", "eyewearBase0Text": "Sem Acessório Para os Olhos", "eyewearBase0Notes": "Sem Acessório Para os Olhos.", "eyewearSpecialSummerRogueText": "Tapa-Olho Bandoleiro", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Seus motivos são definitivamente legítimos. Não concede benefícios. Equipamento Edição Especial de Convenção.", "eyewearMystery201503Text": "Óculos Água-marinha", "eyewearMystery201503Notes": "Não deixe que estas gemas brilhantes cutuquem seus olhos! Não concede benefícios. Item de Assinante de Março de 2015.", + "eyewearMystery201506Text": "Snorkel de Neon", + "eyewearMystery201506Notes": "Este snorkel de neon permite ao portador enxergar embaixo da água. Não concede benefícios. Item de Assinante de Junho 2015.", "eyewearMystery301404Text": "Óculos de Proteção", "eyewearMystery301404Notes": "Nenhum acessório é tão chique quanto óculos de proteção - exceto, talvez, um monóculo. Não concede benefícios. Item de Assinante de Agosto 3015.", "eyewearMystery301405Text": "Monóculo", diff --git a/common/locales/pt/generic.json b/common/locales/pt/generic.json index ddc6ffa84c..bf7b4c8195 100644 --- a/common/locales/pt/generic.json +++ b/common/locales/pt/generic.json @@ -54,7 +54,9 @@ "gems": "Gemas", "gemButton": "Você tem <%= number %> Gemas.", "moreInfo": "Mais Informação", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(ver mais)", + "showMoreLess": "(ver menos)", + "gemsWhatFor": "Clique para comprar Gemas! As gemas permitem a você comprar itens especiais, como Missões, customizações de avatar e equipamento sazonal.", "veteran": "Veterano", "veteranText": "Resistiu ao Habit O Cinza (nosso website pré Angular), e ganhou muitas cicatrizes de batalhas contra os bugs.", "originalUser": "Usuário Original!", @@ -85,7 +87,7 @@ "audioTheme_off": "Desligar", "audioTheme_danielTheBard": "Daniel O Bardo", "audioTheme_wattsTheme": "Tema de Watts", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Tema Gokul", "askQuestion": "Fazer uma Pergunta", "reportBug": "Reportar um Problema", "contributeToHRPG": "Contribuir para o HabitRPG", diff --git a/common/locales/pt/groups.json b/common/locales/pt/groups.json index 6f7ca2d8ce..dfb3aebb65 100644 --- a/common/locales/pt/groups.json +++ b/common/locales/pt/groups.json @@ -39,8 +39,8 @@ "editGroup": "Editar Grupo", "newGroupName": "Nome da <%= groupType %>", "groupName": "Nome do Grupo", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Líder do Grupo", + "groupID": "ID do Grupo", "groupDescr": "Descrição mostrada na lista pública de Guildas (Markdown OK)", "logoUrl": "URL do Logo", "assignLeader": "Nomear Líder do Grupo", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Compra", "sendGiftMessagePlaceholder": "Mensagem Pessoal (opcional)", "sendGiftSubscription": "<%= months %> Mês(es): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Batalhe contra monstros com os amigos", + "startAParty": "Começar uma Equipe", + "addToParty": "Adicione alguém em sua equipe" } \ No newline at end of file diff --git a/common/locales/pt/limited.json b/common/locales/pt/limited.json index ff0a1764de..720431de42 100644 --- a/common/locales/pt/limited.json +++ b/common/locales/pt/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Membros da equipe te assustaram <%= spookDust %> vezes.", "agriculturalFriends": "Amigos Agrícolas", "agriculturalFriendsText": "Membros da equipe te transformaram em flor <%= seeds %> vezes.", + "aquaticFriends": "Amigos aquáticos", + "aquaticFriendsText": "Membros da equipe jogaram espuma do mar em você <%= seafoam %> vezes.", "valentineCard": "Cartão do Dia dos Namorados", "valentineCardNotes": "Envie um cartão de Dia dos Namorados para um membro de sua equipe.", "valentine0": "\"Rosas são vermelhas<%= lineBreak %>Minhas atividades diárias são azuis<%= lineBreak %>Estou feliz que estou<%= lineBreak %>Em equipe com você!\"", @@ -25,7 +27,7 @@ "seasonalShopTitle": "<%= linkStart %>Feiticeira Sazonal<%= linkEnd %>", "seasonalShopClosedText": "A Loja Sazonal está fechada atualmente! Eu não sei onde a Feiticeira Sazonal está agora, mas eu aposto que ela estará de volta durante o próximo <%= linkStart %>Grande Gala<%= linkEnd %>!", "seasonalShopText": "Bem vindo a Loja Sazonal!! Nós estamos vendendo mercadorias Edição Sazonal de primavera no momento. Tudo aqui estará disponível para compra durante o Festival de Primavera todos os anos, mas nós só estaremos abertos até 30 de abril, então certifique-se de estocar agora ou você vai ter que esperar um ano para comprar esses items de novo!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", + "seasonalShopSummerText": "Bem-vindo à Loja Sazonal! No momento temos em estoque itens da Edição Sazonal de verão. Todos os itens daqui estarão disponíveis para compra durante o evento Splash de Verão de cada ano, mas ficaremos abertos somente até o dia 31 de julho, portanto certifique-se de garantir seus equipamentos agora, ou você terá que esperar um ano para comprar estes itens novamente.", "seasonalShopRebirth": "Se você usou o Orb do Renascimento, você pode comprar novamente este equipamento na Coluna de Recompensas depois de desbloqueá-lo na Loja de Itens.\nInicialmente, só estará disponível a compra de itens da sua atual classe (Guerreiro por padrão), mas não tema, os outros itens específicos de classe se tornarão disponíveis caso você mude para aquela classe.", "candycaneSet": "Bastão Doce (Mago)", "skiSet": "Assa-ski-no (Ladino)", @@ -46,8 +48,8 @@ "magicMouseSet": "Ratinho Encantado (Mago)", "lovingPupSet": "Cãozinho Afetuoso (Curandeiro)", "stealthyKittySet": "Gatinho Furtivo (Ladino)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Marujo Ousado (Guerreiro)", + "emeraldMermageSet": "Sereia da Mágica (Mago)", + "reefSeahealerSet": "Curandeiro dos Corais (Curandeiro)", + "roguishPirateSet": "Pirata Malandro (Ladino)" } \ No newline at end of file diff --git a/common/locales/pt/messages.json b/common/locales/pt/messages.json index 529829b96e..cdeace0c47 100644 --- a/common/locales/pt/messages.json +++ b/common/locales/pt/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Seu <%= itemText %> quebrou.", "messageTaskNotFound": "Tarefa não encontrada.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Uma tarefa com essa ID já existe.", "messageTagNotFound": "Etiqueta não encontrada.", "messagePetNotFound": ":mascote não encontrado em user.items.pets", "messageFoodNotFound": ":comida não encontrada em user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Você encontrou um Ovo de <%= dropText %>! <%= dropNotes %>", "messageDropPotion": "Você encontrou uma Poção de Eclosão <%= dropText %>! <%= dropNotes %>", "messageFoundQuest": "Você encontrou a missão \"<%= 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!" + "armoireEquipment": "<%= image %> Você encontrou uma peça de Equipamento raro no Armário: <%= dropText %>! Incrível!", + "armoireFood": "<%= image %> Você remexeu no Armário e encontrou <%= dropArticle %><%= dropText %>. O que aquilo estava fazendo lá?", + "armoireExp": "Você se engalfinhou com o Armário e ganhou Experiência. Pega essa!" } \ No newline at end of file diff --git a/common/locales/pt/npc.json b/common/locales/pt/npc.json index f6b91bdb82..8475a1bfc5 100644 --- a/common/locales/pt/npc.json +++ b/common/locales/pt/npc.json @@ -10,8 +10,8 @@ "alexander": "Alexander o Comerciante", "welcomeMarket": "Bem-vindo ao Mercado! Compre ovos e poções difíceis de encontrar! Venda seus extras! Encomende serviços úteis! Veja ver o que temos para oferecer.", "sellForGold": "Vender <%= item %> por <%= gold %> Ouro", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Vender <%= itemType %> Ovo por <%= gold %> Ouro", + "sellPotionForGold": "Vender <%= itemType %> Porção por <%= gold %> Ouro", "buyGems": "Comprar Gemas", "justin": "Justin", "USD": "USD", @@ -20,7 +20,7 @@ "dismissAlert": "Remover Alerta", "donateText1": "Adiciona 20 Gemas em sua conta. Gemas são usadas para comprar itens especiais dentro do jogo, como camisetas e estilos de cabelo.", "donateText2": "Apoie HabitRPG", - "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!", + "donateText3": "HabitRPG é um projeto open source que depende de nossos usuários para suporte. O dinheiro que você gasta em pedras preciosas nos ajuda a manter os servidores funcionando, manter uma pequena equipe, desenvolver novas funcionalidades, e oferecer incentivos para os nossos programadores voluntários. Obrigado pela vossa generosidade!", "donationDesc": "20 Gemas, Doação para HabitRPG", "payWithCard": "Pagar com Cartão", "payNote": "Nota: Ás vezes o PayPal demora bastante tempo para processar. Recomendamos pagar com cartão.", @@ -43,36 +43,36 @@ "tourHabits": "Essa coluna é para bons e maus Hábitos que você faz várias vezes por dia! Para proceder, clique no lápis para editar os nomes, depois clique no positivo (checkmark) para salvar.", "tourStats": "Bons Hábitos dão Experiência e Ouro! Maus Hábitos tiram vida.", "tourGP": "Para avançar, compre a Espada de Treinamento com o ouro que você acabou de ganhar!", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": " Personalize seu Avatar ", "tourScrollDown": "Certifique-se de rolar a página até o final para ver todas as opções! Clique no seu avatar novamente para retornar à página de tarefas.", "tourMuchMore": "Quando tiver terminado suas tarefas, você pode formar uma equipe com amigos, conversar as guildas temáticas, participar de desafios, e mais!", "tourStatsPage": "Essa é a página de Atributos! Conquiste medalhas completando as tarefas listadas,", - "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!", + "tourTavernPage": "Bem-vindo à Taverna, um sala de chat para todas as idades! Você pode evitar que suas Tarefas Diárias possam ferí-lo em caso de doença ou de viagens, clicando em \"Descansar no Hotel.\" Venha dizer oi!", "tourPartyPage": "Sua Equipe vai te ajudar a se manter responsável. Convide amigos para destravar um Pergaminho de Missão!", - "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!", + "tourGuildsPage": "Guildas são grupos de bate-papo de interesse comum criadas pelos jogadores, para jogadores. Navegue pela lista e junte-se às Guildas que lhe interessam. Certifique-se de verificar a popular Guilda Novatos, onde qualquer pessoa pode fazer perguntas sobre HabitRPG!", + "tourChallengesPage": "Desafios são listas de tarefas temáticas criadas por usuários! Participar de um Desafio adicionará tarefas à sua conta. Compita contra outros usuários para ganhar prêmios em gemas!", "tourMarketPage": "A partir do level 4, você pode encontrar ovos e poções de eclosão aleatoriamente quando você completa tarefas. Elas aparecem aqui - use-as para chocar mascotes! Você também pode comprar items do Mercado.", - "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.\"", + "tourHallPage": "Bem-vindo ao Salão dos Heróis, onde os colaboradores open-source do HabitRPG são honrados. Seja através de programação, arte, música, escrita ou apenas vontade de ajudar, eles receberam Gemas, equipamentos exclusivos e títulos prestigiosos. Você também pode contribuir para o HabitRPG!", + "tourPetsPage": "Este é o Estábulo! Depois do nível 4, você pode chocar mascotes usando ovos e poções. Quando você chocar um mascote no Mercado, ele aparecerá aqui. Clique na imagem de um mascote para adicioná-lo ao seu avatar. Alimente-os com comida que você encontrar depois do nível 4 e eles se transformarão em poderosas montarias.", + "tourMountsPage": "Depois que você alimentar um mascote o suficiente para transformá-lo em uma montaria, ele aparecerá aqui. (Mascotes, montarias e comida estão disponíveis depois do nível 4.) Clique em uma montaria para subir nela!", + "tourEquipmentPage": "É aqui que seu Equipamento fica guardado! Seu Equipamento de Batalha afeta seus atributos. Se você quiser mostrar um Equipamento diferente no seu avatar sem alterar seus atributos, clique em \"Usar Traje\".", "tourOkay": "Okay!", - "tourAwesome": "Awesome!", - "tourSplendid": "Splendid!", - "tourNifty": "Nifty!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourAwesome": "Incrível!", + "tourSplendid": "Esplêndido!", + "tourNifty": "Estiloso!", + "tourAvatarProceed": "Mostre minhas tarefas!", + "tourToDosBrief": "Afazeres", + "tourDailiesBrief": "Tarefas Diárias", + "tourDailiesProceed": "Vou tomar cuidado!", + "tourHabitsBrief": "Bons e Maus Hábitos", + "tourHabitsProceed": "Faz sentido!", + "tourRewardsBrief": "Lista de Recompensas", + "tourRewardsProceed": "Isso é tudo!", + "welcomeToHabit": "Bem-vindo ao HabitRPG, um jogo para melhorar a sua vida!", + "welcome1": "Crie e customize um avatar para representar você.", + "welcome2": "Suas tarefas da vida real afetam a Vida (HP), Experiência (XP) e Ouro do seu avatar!", + "welcome3": "Complete tarefas para ganhar Experiência (XP) e Ouro, que desbloqueiam incríveis recursos e recompensas!", + "welcome4": "Evite maus hábitos que sugam sua Vida (HP), ou seu avatar morrerá!", + "welcome5": "Agora você vai customizar o seu avatar e definir as suas tarefas...", + "imReady": "Estou pronto!" } \ No newline at end of file diff --git a/common/locales/pt/pets.json b/common/locales/pt/pets.json index e2cdc34a26..97a46c277b 100644 --- a/common/locales/pt/pets.json +++ b/common/locales/pt/pets.json @@ -13,6 +13,7 @@ "hydra": "Hidra", "mantisShrimp": "Camarão Mantis", "mammoth": "Mamute Felpudo", + "orca": "Orca", "rarePetPop1": "Clique na pata de ouro para saber mais em como obter esse mascote raro através de contribuições ao HabitRPG.", "rarePetPop2": "Como Conseguir esse Mascote!", "potion": "Poção <%= potionType %>", diff --git a/common/locales/pt/quests.json b/common/locales/pt/quests.json index eff7a855de..f1b8358e15 100644 --- a/common/locales/pt/quests.json +++ b/common/locales/pt/quests.json @@ -1,11 +1,11 @@ { "quests": "Missões", "quest": "missão", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Detalhes da Missão", + "invitations": "Convites", "completed": "Completo!", "youReceived": "Você Recebeu", - "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", + "questSend": "Clicar em \"Convidar\" enviará um convite para os membros da sua equipe. Quando todos membros aceitarem ou rejeitarem, a missão começará. Veja o estado da missão em Social > Equipe.", "inviteParty": "Convidar Equipe", "questInvitation": "Convite de Missão:", "questInvitationTitle": "Convite para Missão", diff --git a/common/locales/pt/questscontent.json b/common/locales/pt/questscontent.json index 8877fafe96..05d6b604dc 100644 --- a/common/locales/pt/questscontent.json +++ b/common/locales/pt/questscontent.json @@ -203,10 +203,16 @@ "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", - "questKrakenText": "The Kraken of Inkomplete", - "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", - "questKrakenBoss": "The Kraken of Inkomplete", - "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenText": "O Kraken do Inkompleto", + "questKrakenNotes": "Está um dia quente e ensolarado enquanto vocês navegam sobre a Baia Inkompleta, mas seus pensamentos estão turvos com preocupações sobre tudo que vocês precisam fazer. Parece que assim que você termina uma tarefa, outra surge e depois outra...

De repente, o barco dá um horrível solavanco e pegajosos tentáculos eclodem da água por todos os lados! \"Estamos sendo atacados pelo Kraken do Inkompleto!\", brada Wolvenhalo.

\"Rápido!\" Limonada lhes chama. \"Acertem o máximo de tentáculos e tarefas que vocês puderem, antes que outros possam surgir em seu lugar!\"", + "questKrakenBoss": "O Kraken do Inkompleto", + "questKrakenCompletion": "Enquanto o Kraken foge, diversos ovos bóiam para a superfície da água. Limonada lhes examina e suas suspeitas se tornam deleite. \"Ovos de Lula!\", diz ela. \"Aqui, peguem ele como uma recompensa por tudo que vocês realizaram.\" ", + "questKrakenDropCuttlefishEgg": "Lula (Ovo)", + "questKrakenUnlockText": "Desbloqueia a compra de ovos de lula no Mercado", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/pt/settings.json b/common/locales/pt/settings.json index b25b0c78b9..cf4d91ece7 100644 --- a/common/locales/pt/settings.json +++ b/common/locales/pt/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Início do Dia Personalizado", "24HrClock": "Relógio 24hrs", "customDayStartInfo1": "Por padrão, o HabitRPG verifica e redefine suas tarefas diárias todos os dias à meia-noite no seu próprio fuso horário. É recomendado que você leia as seguintes informações antes de alterar isso:", - "customDayStartInfo2": "(mostrar mais)", - "customDayStartInfo3": "(mostrar menos)", "customDayStartInfo4": "Complete todas as suas Tarefas Diárias antes de alterar o seu Horário de Início do Dia ou Descanse na Pousada neste dia. Alterar o seu Horário de Início do Dia pode levar o Cron a começar imediatamente, mas depois do primeiro dia irá funcionar como esperado.

Espere até duas horas para as mudanças tenham efeito. Por exemplo: se estiver atualmente definido como 0 (meia-noite), altere antes das 10 da noite; se quiser alterar para às 9 PM, faça a mudança antes das 7 PM.

Preencha um horário de 0 à 23 (o sistema usa um relógio de 24 horas). Digitar é mais efetivo do que usar as setas. Uma vez definido, atualize a página para confirmar se o novo valor está sendo mostrado corretamente.", "misc": "Variados", "showHeader": "Mostrar Cabeçalho", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "incluindo ambos os seus e-mails antigo e novo, bem como seu ID de Usuário.", "username": "Nome de login", + "usernameOrEmail": "Nome de login ou E-mail", "email": "E-mail", "registeredWithFb": "Registrado com o Facebook", "loginNameDescription1": "Isso é o que você usa para logar no HabitRPG. Vá para", @@ -113,11 +112,11 @@ "benefits": "Benefícios", "coupon": "Cupom", "couponPlaceholder": "Inserir Código de Cupom", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Às vezes temos eventos e distribuímos códigos promocionais para equipamentos especiais. (exemplo, para aqueles que passam nos nossos estandes da Wondercon)", "apply": "Aplicar", "resubscribe": "Reinscrever", "promoCode": "Código Promocional", "promoCodeApplied": "Código Promocional Aplicado! Verifique seu inventário", "promoPlaceholder": "Insira um Código Promocional", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Mostrar o botão 'Convidar' para a Equipe quando a equipe tiver 1 membro." } \ No newline at end of file diff --git a/common/locales/pt/spells.json b/common/locales/pt/spells.json index e5686d56bf..c532b7f42d 100644 --- a/common/locales/pt/spells.json +++ b/common/locales/pt/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Semente Cintilante", "spellSpecialShinySeedNotes": "Transforme um amigo numa alegre flor!", "spellSpecialPetalFreePotionText": "Poção Livre-de-pétalas", - "spellSpecialPetalFreePotionNotes": "Cancela os efeitos de uma Semente Cintilante." + "spellSpecialPetalFreePotionNotes": "Cancela os efeitos de uma Semente Cintilante.", + "spellSpecialSeafoamText": "Espuma do mar", + "spellSpecialSeafoamNotes": "Transforma um amigo em uma criatura marinha!", + "spellSpecialSandText": "Areia", + "spellSpecialSandNotes": "Cancela os efeitos da espuma do mar." } \ No newline at end of file diff --git a/common/locales/pt/subscriber.json b/common/locales/pt/subscriber.json index 70ff3be3de..a33a3b876f 100644 --- a/common/locales/pt/subscriber.json +++ b/common/locales/pt/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Assinaturas", "subDescription": "Desativa propagandas, compra gemas com ouro, item misterioso mensal, retém histórico de progresso, capacidade de drops dobrada, ajuda os desenvolvedores. Clique para mais informações.", "disableAds": "Desativar propagandas", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Propagandas serão desativadas enquanto você tiver uma assinatura ativa (usuários que doaram antes do sistema de assinatura estão isentos).", "buyGemsGold": "Comprar Gemas com Ouro", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Alexander, o Mercador, te venderá gemas a um custo de <%= gemCost %> ouro por gema. Suas entregas mensais estão inicialmente limitadas a <%= gemLimit %> gemas por mês, mas o limite aumenta em 5 gemas a cada três meses de assinatura consecutiva, até um máximo de 50 gemas por mês!", "retainHistory": "Retém histórico completo de registros", "retainHistoryText": "Deixa seu histórico completo disponível em gráficos e exportações. Históricos de não-assinantes se consolidam para otimização do banco de dados.", "doubleDrops": "Capacidade de drop diário dobrado", "doubleDropsText": "Complete seu estábulo mais rápido!", "mysteryItem": "Itens Únicos de Assinaturas Mensais", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "A cada mês você receberá um item cosmético único para o seu personagem! Além disso, para cada três meses de assinatura consecutiva, os Viajantes no Tempo Misteriosos te darão acesso a itens cosméticos do passado (e do futuro!).", "supportDevs": "Ajuda os desenvolvedores", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Sua assinatura ajuda a manter Habitica próspera e ajuda a financiar o desenvolvimento de novos recursos. Obrigado por sua generosidade!", "monthUSD": "USD / Mês", "organization": "Organização", "groupPlans": "Planos Corporativos", diff --git a/common/locales/pt/tasks.json b/common/locales/pt/tasks.json index ae2ad6a78f..1467edf872 100644 --- a/common/locales/pt/tasks.json +++ b/common/locales/pt/tasks.json @@ -16,13 +16,14 @@ "checklist": "Lista", "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": "Title", + "text": "Título", "extraNotes": "Notas Extras", "direction/Actions": "Direção/Ações", "advancedOptions": "Opções Avançadas", "difficulty": "Dificuldade", "difficultyHelpTitle": "Quão difícil é essa tarefa?", "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.", + "trivial": "Trivial", "easy": "Fácil", "medium": "Médio", "hard": "Difícil", @@ -36,11 +37,11 @@ "newDailyBulk": "Novas Tarefas Diárias (uma por linha)", "streakCounter": "Contador de Combo", "repeat": "Repetir", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Repetir Sempre", + "repeatDays": "A cada X dias", + "repeatWeek": "Em certos dias da semana", + "day": "Dia", + "days": "Dias", "restoreStreak": "Restaurar Combo", "todos": "Afazeres", "newTodo": "Novo Afazer", @@ -65,9 +66,9 @@ "clearTags": "Limpar", "hideTags": "Ocultar", "showTags": "Mostrar", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Data Inicial", + "startDateHelpTitle": "Quando esta tarefa deve começar?", + "startDateHelp": "Defina a data para a qual esta tarefa entra em vigor. Não será debitada dos dias anteriores.", "streakName": " Conquistas de Combo", "streakText": "Realizou <%= streaks %> Combo(s) de 21-dias de Tarefas Diárias", "streakSingular": "Mestre do Combo", @@ -87,22 +88,22 @@ "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 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.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", - "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", - "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "habitHelp1": "Bons Hábitos são coisas que você faz muitas vezes. Eles recompensam com Ouro e Experiência cada vez que você clica no botão <% = plusIcon%>.", + "habitHelp2": "Maus Hábitos são coisas que você quer evitar fazer. Eles diminuem sua Saúde cada vez que você clica no botão <% = minusIcon%>.", + "habitHelp3": "Para se inspirar, confira essas amostras de Hábitos!", + "newbieGuild": "Mais dúvidas? Pergunte na <% = linkStart%>Guilda Novatos<% = linkend%>!", + "dailyHelp1": "As Tarefas Diárias se repetem <% = emphasisStart%> todos os dias <% = emphasisEnd%> em que elas estão ativas. Clique em <% = pencilIcon%> para alterar os dias em que estarão ativas.", + "dailyHelp2": "Se você não completar suas Tarefas Diárias ativas, você perde Saúde quando o dia termina.", + "dailyHelp3": "Tarefas Diárias ficam <% = emphasisStart%> mais vermelhas <% = emphasisEnd%> quando você as perde, e <% = emphasisStart%> mais azuis <% = emphasisEnd%> quando você as conclui. Quanto mais a tarefa diária estiver vermelha, mais ela vai te recompensar... ou te machucar!", + "dailyHelp4": "Para alterar a duração do seu dia, vá para <% = linkStart%> Configurações> Site <% = linkend%>> Configurar Início do Dia.", + "dailyHelp5": "Para se inspirar, confira essas Amostras de Tarefas Diárias!", + "toDoHelp1": "Afazeres começaram amarelos, e vão se tornando mais vermelhos (mais valiosos) quanto mais tempo levar para concluí-los.", + "toDoHelp2": "Afazeres nunca te machucam! Eles apenas recompensam com Ouro e Experiência.", + "toDoHelp3": "Dividindo um Afazer em uma lista de tarefas menores, se tornará menos assustador, e vai aumentar seus pontos!", + "toDoHelp4": "Para inspiração, veja estes exemplos de Afazeres!", + "rewardHelp1": "O Equipamento que você comprar para o seu avatar é armazenado em <% = linkStart%> Inventário> Equipamento <% = linkend%>.", + "rewardHelp2": "Equipamentos afetam suas estatísticas (<% = linkStart%> Avatar> Estatísticas <% = linkend%>).", + "rewardHelp3": "Equipamentos Especiais irão aparecer durante os Eventos Mundiais.", + "rewardHelp4": "Não tenha medo de definir Recompensas Personalizadas! Confira algumas amostras aqui .", + "clickForHelp": "Clique para ajuda" } \ No newline at end of file diff --git a/common/locales/ro/backgrounds.json b/common/locales/ro/backgrounds.json index 49d987891e..75de5c7a7c 100644 --- a/common/locales/ro/backgrounds.json +++ b/common/locales/ro/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/ro/challenge.json b/common/locales/ro/challenge.json index 576ce2d6ae..a579f00800 100644 --- a/common/locales/ro/challenge.json +++ b/common/locales/ro/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/ro/character.json b/common/locales/ro/character.json index 94de23b5c4..7f79326230 100644 --- a/common/locales/ro/character.json +++ b/common/locales/ro/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastel Skins", "spookySkins": "Piei înfricoșătoare", "supernaturalSkins": "Supernatural Skins", + "splashySkins": "Splashy Skins", "rainbowColors": "Culori curcubeu", "shimmerColors": "Shimmer Colors", "hauntedColors": "Haunted Colors", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/ro/content.json b/common/locales/ro/content.json index 3a90d0e08b..8fe5379e53 100644 --- a/common/locales/ro/content.json +++ b/common/locales/ro/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "woolly", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "de bază", "hatchingPotionWhite": "Alb", diff --git a/common/locales/ro/gear.json b/common/locales/ro/gear.json index ad1b533911..1f4d04cd83 100644 --- a/common/locales/ro/gear.json +++ b/common/locales/ro/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/ro/generic.json b/common/locales/ro/generic.json index f0e389c6c0..e472cbd937 100644 --- a/common/locales/ro/generic.json +++ b/common/locales/ro/generic.json @@ -54,6 +54,8 @@ "gems": "Nestemate", "gemButton": "You have <%= number %> Gems.", "moreInfo": "Mai multe informații", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veteran", "veteranText": "A îndurat Habit cel Gri (situl nostru pre Angular) și a dobândit multe cicatrici de luptă de la erorile lui.", diff --git a/common/locales/ro/groups.json b/common/locales/ro/groups.json index beb8a80b90..56ff280a52 100644 --- a/common/locales/ro/groups.json +++ b/common/locales/ro/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/ro/limited.json b/common/locales/ro/limited.json index a613537a16..fb7a2311c3 100644 --- a/common/locales/ro/limited.json +++ b/common/locales/ro/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Speriat de <%= spookDust %> ori de colegii din echipă", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Felicitare de Sf. Valentin", "valentineCardNotes": "Send a Valentine's Day card to a party member.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/ro/pets.json b/common/locales/ro/pets.json index 1d52cfc779..9df1d990ae 100644 --- a/common/locales/ro/pets.json +++ b/common/locales/ro/pets.json @@ -13,6 +13,7 @@ "hydra": "Hidră", "mantisShrimp": "Crevete călugăr", "mammoth": "Woolly Mammoth", + "orca": "Orca", "rarePetPop1": "Apasă pe laba de aur pentru a afla mai multe despre cum poți obține acest companion rar contribuind la HabitRPG!", "rarePetPop2": "Cum să primeşti acest companion", "potion": "Poţiune <%= potionType %>", diff --git a/common/locales/ro/questscontent.json b/common/locales/ro/questscontent.json index 15591a6d23..bf8ed55b68 100644 --- a/common/locales/ro/questscontent.json +++ b/common/locales/ro/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/ro/settings.json b/common/locales/ro/settings.json index 151ef48ad2..b4fab747b1 100644 --- a/common/locales/ro/settings.json +++ b/common/locales/ro/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Când începe ziua", "24HrClock": "Ceas cu 24H", "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:", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "Altele", "showHeader": "Arată antet", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registered with Facebook", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", diff --git a/common/locales/ro/spells.json b/common/locales/ro/spells.json index 999a0f3d01..0bb60b57f9 100644 --- a/common/locales/ro/spells.json +++ b/common/locales/ro/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/ro/tasks.json b/common/locales/ro/tasks.json index 479bc3f21c..c5adb734f1 100644 --- a/common/locales/ro/tasks.json +++ b/common/locales/ro/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Dificultate", "difficultyHelpTitle": "Cât de dificil e acest țel?", "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!", + "trivial": "Trivial", "easy": "Ușor", "medium": "Mediu", "hard": "Greu", diff --git a/common/locales/ru/backgrounds.json b/common/locales/ru/backgrounds.json index 825706d51c..2e768d3758 100644 --- a/common/locales/ru/backgrounds.json +++ b/common/locales/ru/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Блестящие Пузыри", "backgroundShimmeryBubblesNotes": "Переплывите море Блестящих Пузырей", "backgroundIslandWaterfallsText": "Остров Водопадов", - "backgroundIslandWaterfallsNotes": "Устройте пикник у Острова Водопадов" + "backgroundIslandWaterfallsNotes": "Устройте пикник на Острове Водопадов", + "backgrounds072015": "Набор 14: Выпущен в июле 2015", + "backgroundDilatoryRuinsText": "Руины Промедления", + "backgroundDilatoryRuinsNotes": "Погрузитесь к руинам Промедления.", + "backgroundGiantWaveText": "Гигантская волна", + "backgroundGiantWaveNotes": "Прокатитесь на гигантской волне!", + "backgroundSunkenShipText": "Затонувший корабль", + "backgroundSunkenShipNotes": "Исследуйте затонувший корабль." } \ No newline at end of file diff --git a/common/locales/ru/challenge.json b/common/locales/ru/challenge.json index f67a5b48ad..42c4f0e188 100644 --- a/common/locales/ru/challenge.json +++ b/common/locales/ru/challenge.json @@ -49,10 +49,11 @@ "keepTasks": "Оставить задания", "closeCha": "Закрыть испытание и...", "leaveCha": "Покинуть испытание и...", - "challengedOwnedFilterHeader": "Ownership", - "challengedOwnedFilter": "Owned", - "challengedNotOwnedFilter": "Not Owned", - "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "challengedOwnedFilterHeader": "Создатель", + "challengedOwnedFilter": "Созданные вами", + "challengedNotOwnedFilter": "Созданные другими", + "challengedEitherOwnedFilter": "Все", + "backToChallenges": "Вернуться к списку испытаний", + "prizeValue": "<%= gemcount %> <%= gemicon %> в награду", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/ru/character.json b/common/locales/ru/character.json index 329063ed69..ef3748b97d 100644 --- a/common/locales/ru/character.json +++ b/common/locales/ru/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Пастельные цвета", "spookySkins": "Зловещие цвета", "supernaturalSkins": "Сверхъестественные цвета", + "splashySkins": "Плещущиеся цвета", "rainbowColors": "Радужные цвета", "shimmerColors": "Мерцающие цвета", "hauntedColors": "Призрачные цвета", @@ -53,9 +54,11 @@ "costume": "Костюм", "costumeText": "Если внешний вид какой-либо экипировки вам нравится больше, чем надетой сейчас, можете отметить «Использовать костюм» для того, чтобы визуально предстать в желаемом костюме поверх боевой экипировки.", "useCostume": "Использовать костюм", - "gearAchievement": "Вы заработали значок \"Превосходная экипировка\" за максимальное усовершенствование комплекта доспехов для некоторого класса! Вы полностью усовершенствовали следующие комплекты доспехов:", - "moreGearAchievements": "Чтобы заработать больше значков \"Первосходная экипировка\", меняйте классы на странице характеристик и покупайте обмундирование для нового класса!", - "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.", + "useCostumeInfo1": "Нажмите \"Использовать костюм\" чтобы надевать на персонажа вещи, не влияя на характеристики текущей экипировки. Это позволяет вам одевать наиболее эффективную экипировку на левой половине экрана и отдельно настраивать внешний вид аватара на правой половине экрана.", + "useCostumeInfo2": "Нажав \"Использовать Костюм\" на вашем аватаре не будет экипировки, но не бойтесь! Если вы посмотрите налево вы увидите, что экипировка еще действует на характеристики персонажа. Все что вы экипируете на правой половине экрана не повлияет на ваши характеристики, но позволит вашему аватару отлично выглядеть. Вы можете пробовать различные комбинации экипировок, смешивать экипировку из различных наборов а также выбирать питомца, скакуна и фон.

Есть вопросы? Проверьте Страницу Костюмов на вики. Нашли отличное сочетание? Продемонстрируйте его в Гильдии Карнавала Костюмов или похвастайтесь им в Таверне.", + "gearAchievement": "Вы заработали значок «Превосходная экипировка» за максимальное усовершенствование комплекта экипировки для вашего класса! Вы собрали полные наборы для следующих классов:", + "moreGearAchievements": "Чтобы заработать больше значков «Первосходная экипировка», меняйте классы на странице характеристик и покупайте обмундирование для нового класса!", + "armoireUnlocked": "Теперь вам доступна Зачарованная оружейная! Кликайте на нем, чтобы случайным образом получить предмет из особого снаряжения! Также вам может достаться опыт или еда.", "ultimGearName": "Превосходная экипировка", "ultimGearText": "Полностью усовершенствовал(а) оружие и комплект доспехов для следующих классов:", "level": "Уровень", @@ -146,5 +149,5 @@ "mageWiki": "Маг", "rogueWiki": "Разбойник", "healerWiki": "Целитель", - "chooseClassLearn": "Learn more about classes" + "chooseClassLearn": "Подробнее о классах" } \ No newline at end of file diff --git a/common/locales/ru/communityguidelines.json b/common/locales/ru/communityguidelines.json index 0ebc2a483c..978fa4aa3b 100644 --- a/common/locales/ru/communityguidelines.json +++ b/common/locales/ru/communityguidelines.json @@ -52,14 +52,14 @@ "commGuideHeadingPublicGuilds": "Открытые гильдии", "commGuidePara029": "Публичные гильдии в отличие от Таверны сосредоточены на определенной теме в обсуждениях. Чат гильдии должен быть сфокусирован именно на ней. Например, члены гильдии писателей не должны обсуждать садоводство вместо писательства, а Драконоборцы не должны интересоваться расшифровкой древних рун. Некоторые гильдии менее строги на этот счет, другие более, но всё же, старайтесь не отдаляться от темы!", "commGuidePara031": "В некоторых публичных гильдиях обсуждаются деликатные темы, такие как депрессия, религия, политика и т.д. Это нормально до тех пор, пока участники обсуждений не нарушают Правила и Условия или Нормы Поведения в Общественных Местах, и до тех пор, пока они не отвлекаются от основной темы.", - "commGuidePara033": "Публичные гильдии не должны содержать контент 18+. Если планируется регулярно обсуждать деликатные темы, это должно быть отражено в названии гильдии. Это нужно для спокойствия и комфорта каждого в стране Habitica. Если в гильдии обсуждаются разного рода деликатные вопросы, то следует предупреждать ваших сограждан (например, «Внимание: контент не для слабонервных!»). Более того, такой контент должен быть уместен – например в гильдии для борьбы с депрессией подходит по основную тему то, что явно не подойдет гильдии музыкантов. Если Вы видите, что кто-то систематически нарушает это правило, даже после просьб прекратить это делать, сообщите об этом на email leslie@habitrpg.com и приложите скриншоты.", + "commGuidePara033": "Публичные гильдии не должны содержать контент 18+. Если планируется регулярно обсуждать деликатные темы, это должно быть отражено в названии гильдии. Это нужно для спокойствия и комфорта каждого в стране Habitica. Если в гильдии обсуждаются разного рода деликатные вопросы, то следует предупреждать других жителей страны Habitica (например, «Внимание: упоминается членовредительство!»). Более того, такой контент должен быть уместен – например, вопрос причинения себе вреда может быть уместным в гильдии для борьбы с депрессией, но в меньшей степени подойдет гильдии музыкантов. Если Вы видите, что кто-то систематически нарушает это правило, даже после нескольких просьб прекратить это делать, пожалуйста, сообщите об этом на email leslie@habitrpg.com и приложите скриншоты.", "commGuidePara035": "Гильдии, открытые или закрытые, не должны создаваться с целью нападок на любую группу или индивидуума. Создание подобной Гильдии будет служить основанием для немедленного бана аккаунта. Сражайтесь с плохими привычками, а с не другими искателями приключений!", "commGuidePara037": "Все Вызовы в Таверне и Вызовы Открытых гильдий также должны подчиняться этим правилам.", "commGuideHeadingBackCorner": "Задний Угол", "commGuidePara038": "Иногда разговоры становятся слишком длинными, развязными и деликатными и начинают раздражать посетителей общественных мест. В таком случае обсуждение перенаправляется в гильдию Задний Угол. Обратите внимание, что отправка в Угол не является наказанием в полном смысле слова. Фактически, многие граждане страны Habitica любят потусоваться там и поразглагольствовать.", "commGuidePara039": "В гильдии Задний Угол любой может свободно обсуждать любые темы и сколько угодно долго. Это место тщательно модерируется. Все Правила и Условия, а также Публичные Инструкции работают здесь как и в любом другом месте. То, что мы носим длинные плащи и кучкуемся за углом, еще не говорит о том, что всё дозволено! А теперь передайте мне эту тусклую свечу, будьте любезны.", "commGuideHeadingTrello": "Доски Trello", - "commGuidePara040": "Trello служит открытым форумом для предложений и обсуждений возможностей сайта. Habitica управляется ее народом в форме совместного участия – все мы создаем этот сайт вместе. Trello – это система, которая позволяет нам излить все свои мысли. Исходя из этого, постарайтесь умещать все свои мысли в один комментарий, не нужно много раз комментировать одну и ту же карточку. Если Вам в голову пришло что-то новое, не стесняйтесь редактировать свои старые комментарии. Пожалуйста, пожалейте тех, кому приходят оповещения о каждом новом комментарии. Наши почтовые ящики от этого чудом не ломятся.", + "commGuidePara040": "Trello служит открытым форумом для предложений и обсуждения функций сайта. Habitica управляется ее народом в форме совместного участия – все мы создаем этот сайт вместе. Trello – это система, которая позволяет нам излить все свои мысли. Исходя из этого, постарайтесь умещать все свои мысли в один комментарий, не нужно много раз подряд комментировать одну и ту же карточку. Если Вам в голову пришло что-то новое, не стесняйтесь редактировать свои прежние комментарии. Пожалуйста, пожалейте тех, кому приходят оповещения о каждом новом комментарии. Наши почтовые ящики от этого чудом не ломятся.", "commGuidePara041": "HabitRPG использует пять разных досок Trello:", "commGuideList03A": "Главная доска – это место для просьб о новых функциях сайта и голосования по ним.", "commGuideList03B": "Мобильная доска – это место для просьб о новых функциях мобильного приложения и голосования по ним.", @@ -68,7 +68,7 @@ "commGuideList03E": "Wiki-доска – это место для улучшения, обсуждения и запроса нового контента wiki.", "commGuidePara042": "Всем изложены основные принципы и правила поведения в общественных местах. Пользователи не должны отклоняться от темы на любой доске или карточке. Поверьте на слово, там и так базар-вокзал! Затянувшиеся обсуждения должны быть перенесены в Задний Угол.", "commGuideHeadingGitHub": "GitHub", - "commGuidePara043": "HabitRPG использует GitHub для отслеживания багов и доработки кода. Это своего рода кузница, где неутомимые Кузнецы куют новый функционал! Здесь действуют все правила поведения в публичных местах. Будьте вежливы с Кузнецами – у них очень много работы по поддержанию сайта! Ура, Кузнецам!", + "commGuidePara043": "HabitRPG использует GitHub для отслеживания багов и доработки кода. Это своего рода кузница, где неутомимые кузнецы куют новый функционал! Здесь действуют все правила поведения в публичных местах. Будьте вежливы с кузнецами – у них очень много работы по поддержанию сайта! Ура, Кузнецам!", "commGuidePara044": "Пользователи, которые являются членами репозитория HabitRPG:", "commGuideHeadingWiki": "Wiki", "commGuidePara045": "HabitRPG wiki собирает информацию об этом сайте. Также там размещаются несколько форумов аналогичных форумам гильдий в HabitRPG. Следовательно, здесь также действуют все правила поведения в Публичных местах.", @@ -135,11 +135,11 @@ "commGuideList11D": "Удаления (Модератор/Сотрудники могут удалить проблемный контент)", "commGuideList11E": "Правки (Модераторы/Сотрудники могут редактировать проблемный контент)", "commGuideHeadingRestoration": "Восстановление", - "commGuidePara061": "Habitica – это страна самосовершенствования и здесь верят во второй шанс. Если Вы совершили нарушение и получили наказание, воспринимайте это как второй шанс осознать свои поступки и улучшить свое положение в сообществе.", + "commGuidePara061": "Habitica – это страна самосовершенствования, и здесь верят во второй шанс. Если Вы совершили нарушение и получили наказание, воспринимайте это как шанс обдумать свои поступки и постараться быть лучшим членом сообщества.", "commGuidePara062": "Последствия Ваших нарушений разъясняются Вам через email или через сообщение от модератора или админа (в случае мелких нарушений). Примите наложенные на Вас ограничения и прилагайте усилия, чтобы Вам простили ваши огрехи.", "commGuidePara063": "Если Вы не понимаете последствий ваших действий или природу нарушений, попросите модераторов или админов вам это разъяснить, дабы не нарушать в будущем.", "commGuideHeadingContributing": "Вклад в развитие страны Habitica", - "commGuidePara064": "HabitRPG – это открытый проект, что означает возможность любому участнику внести свой вклад! Те, кто хорошо с этим справляются, получают вознаграждение в соответствии с рангом:", + "commGuidePara064": "HabitRPG – это проект с открытым исходным кодом, что означает возможность любому участнику внести свой вклад в развитие! Те, кому это удастся, получат вознаграждение в соответствии с рангом:", "commGuideList12A": "Значок участника HabitRPG, плюс 3 самоцвета", "commGuideList12B": "Броня участника HabitRPG, плюс 3 самоцвета", "commGuideList12C": "Шлем участника HabitRPG, плюс 3 самоцвета", @@ -151,10 +151,10 @@ "commGuidePara066": "О рангах участников стоит сказать несколько важных вещей:", "commGuideList13A": "Ранги присваиваются не просто так. Они устанавливаются по усмотрению модераторов. На их решение влияют разные факторы, включая их восприятие Вашей работы и ее значимости для сайта и сообщества. Мы оставляем за собой право менять специальные уровни, звания и награды по своему усмотрению.", "commGuideList13B": "Чем выше ранг, тем сложнее получить следующий. Если Вы создали одного монстра или исправили один баг, то этого может быть достаточно для присвоения Вам первого ранга участника, но не достаточно для следующего. Как и в любой хорошей RPG при повышении уровня повышается и сложность!", - "commGuideList13C": "Ранги – общее понятие, присвоение ранга не зависит от той сферы, в которой участник оставил свой вклад. Для оценки сложности мы смотрим на все Ваши заслуги, чтобы люди, которые сначала что-то нарисовали, потом пофиксили маленький баг, а затем написали пару строк в вики, не развивались быстрее, чем те, которые долго работают в одном деле. Так достигается справедливость!", + "commGuideList13C": "Ранги не присваиваются в каждой отдельной области «с нуля». При оценке сложности мы смотрим на все Ваши заслуги, чтобы люди, которые сначала что-то нарисовали, потом исправили небольшую ошибку, а затем поверхностно позанимались вики, не продвигались быстрее, чем те, которые долго работают в одном направлении. Так сохраняется справедливость!", "commGuideList13D": "Пользователи на испытательном сроке не могут быть подняты в ранге. Модераторы имеют право замораживать достижения пользователя из-за его нарушений. В этом случае пользователя оповестят о принятом решении и о том, как исправить положение. Ранг может быть и вовсе снят благодаря нарушениям и испытательному сроку.", "commGuideHeadingFinal": "Заключительный раздел", - "commGuidePara067": "Вот ты и прочел это, храбрый житель страны Habitica – Руководство по использованию сообщества! Утри этот пот со своих бровей и вознагради себя опытом за то, что прочел все от начала и до конца. Если у тебя есть любые вопросы или беспокойства насчет Руководства по использованию сообщества, то пожалуйста напиши письмо Lemoness (leslie@habitrpg.com) и она будет рада помочь тебе их прояснить.", + "commGuidePara067": "Вот Вы и прочли это, храбрый житель страны Habitica – Правила сообщества! Утрите пот с бровей и вознаградите себя несколькими ОО за то, что прочли все. Если у Вас есть какие-либо вопросы или сомнения насчет Правил сообщества, то, пожалуйста, напишите письмо Lemoness (leslie@habitrpg.com) и она будет рада помочь вам их прояснить.", "commGuidePara068": "А сейчас вперёд, храбрый искатель приключений, повергни несколько Ежедневных заданий!", "commGuideHeadingLinks": "Полезные ссылки", "commGuidePara069": "Ниже приведены имена талантливых художников, участвовавших в создании иллюстраций к данной статье", diff --git a/common/locales/ru/content.json b/common/locales/ru/content.json index 7954f1c85f..306ea5518f 100644 --- a/common/locales/ru/content.json +++ b/common/locales/ru/content.json @@ -1,10 +1,10 @@ { "potionText": "Эликсир здоровья", "potionNotes": "Восстанавливает 15 здоровья (мгновенно)", - "armoireText": "Волшебный сундук", - "armoireNotesFull": "Откройте сундук, чтобы случайным образом получить особое снаряжение, опыт или еду! Осталось снаряжения:", - "armoireLastItem": "Вы извлекли из сундука последний редкий предмет.", - "armoireNotesEmpty": "Новое снаряжение будет появляться в сундуке раз в месяц. До тех пор - продолжайте кликать ради золота и еды!", + "armoireText": "Зачарованная оружейная", + "armoireNotesFull": "Откройте оружейную, чтобы случайным образом получить особое снаряжение, опыт или еду! Осталось снаряжения:", + "armoireLastItem": "Вы получили последний редкий предмет из Зачарованной оружейной.", + "armoireNotesEmpty": "Новое снаряжение будет появляться в оружейной раз в месяц. До тех пор - продолжайте кликать ради золота и еды!", "dropEggWolfText": "Волк", "dropEggWolfAdjective": "преданный", "dropEggTigerCubText": "Тигренок", @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "милый", "questEggSheepText": "Баран", "questEggSheepAdjective": "Шерстистая", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Кальмар", + "questEggCuttlefishAdjective": "пушистый", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Найдите инкубационный эликсир, чтобы полить им яйцо и из него вылупится <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Обыкновенный", "hatchingPotionWhite": "Белый", @@ -75,7 +77,7 @@ "hatchingPotionCottonCandyPink": "Розовый сахарный", "hatchingPotionCottonCandyBlue": "Синий сахарный", "hatchingPotionGolden": "Золотой", - "hatchingPotionNotes": "Полейте это на яйцо и из него вылупится питомец — <%= potText(locale) %>.", + "hatchingPotionNotes": "Полейте это на яйцо и из него вылупится <%= potText(locale) %> питомец.", "foodMeat": "Мясо", "foodMilk": "Молоко", "foodPotatoe": "Картофель", diff --git a/common/locales/ru/defaulttasks.json b/common/locales/ru/defaulttasks.json index 764a3e85b2..9a915851d2 100644 --- a/common/locales/ru/defaulttasks.json +++ b/common/locales/ru/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Плодотворная работа (щелкните на иконке карандаша для правки)", + "defaultHabit1Notes": "Примеры полезных привычек: + Съесть овощ + 15 минут плодотворной работы", + "defaultHabit2Text": "Нездоровое питание (щелкните на иконке карандаша для правки)", "defaultHabit2Notes": "Примеры вредных привычек: – Курить – Прокрастинировать", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Воспользоваться лестницей/лифтом (щелкните на иконке карандаша для правки)", "defaultHabit3Notes": "Примеры полезных или вредных привычек: +/- Подняться по лестнице/поехать на лифте; +/- Выпить воду/газировку", "defaultDaily1Text": "1 час работы над личным проектом", "defaultDaily1Notes": "Все задачи при создании по умолчанию имеют желтый цвет. Это означает, что вы получите только небольшой урон при их пропуске, а также небольшое вознаграждение при их выполнении.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "установите уровень сложности в разделе «Дополнительные параметры»", "defaultTodo4Checklist3": "по желанию: установите срок, к которому задачу нужно выполнить", "defaultTodo5Text": "Создать команду (частную группу) со своими друзьями (Общение > Команда)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "Перерыв 15 минут", "defaultReward1Notes": "Свои собственные награды могут принимать разные формы. Некоторые люди откладывают просмотр любимого сериала, если у них нет достаточно золота.", "defaultReward2Text": "Пирожное", "defaultReward2Notes": "Другим просто хочется пирожного. Попытайтесь придумать награды, которые будут мотивировать вас лучше всего.", diff --git a/common/locales/ru/front.json b/common/locales/ru/front.json index d58dbe4e49..33f42fbd95 100644 --- a/common/locales/ru/front.json +++ b/common/locales/ru/front.json @@ -153,9 +153,9 @@ "schoolSample4": "Заметки по 1 главе", "schoolSample5": "Прочитать 1 главу", "sixteenBitFilQuote": "Я выполняю задания и задачи в рекордное время, благодаря HabitRPG. Просто я всегда так стремлюсь получить новый уровень!", - "skysailorQuote": "Моя команды и наши квесты поддерживают мою вовлеченность в игру и мотивируют выполнять задачи и менять жизнь к лучшему", + "skysailorQuote": "Моя команда и наши квесты поддерживают мою вовлеченность в игру и мотивируют выполнять задачи и менять жизнь к лучшему", "socialTitle": "HabitRPG — Живи играючи", - "supermouse35Quote": "Я больше тренируюсь и не уже несколько месяцев не забываю принимать лекарства! Спасибо, Habit. :D", + "supermouse35Quote": "Я больше тренируюсь и уже несколько месяцев не забываю принимать лекарства! Спасибо, Habit. :D", "sync": " Синхронизация", "tasks": " Задачи", "teamSample1": "Набросать план совещания во вторник", @@ -174,9 +174,9 @@ "work": "Работа", "zelahQuote": "С HabitRPG пойти спать вовремя меня может убедить мысль получить очки, если лягу рано, или же потерять здоровье – если поздно.", "reportAccountProblems": "Сообщить о проблеме с учетной записью", - "reportCommunityIssues": "Report Community Issues", - "generalQuestionsSite": "General Questions about the Site", - "businessInquiries": "Business Inquiries", - "merchandiseInquiries": "Merchandise Inquiries", - "marketingInquiries": "Marketing/Social Media Inquiries" + "reportCommunityIssues": "Сообщить о проблеме с сообществом", + "generalQuestionsSite": "Общие Вопросы по Сайту", + "businessInquiries": "Бизнес предложения", + "merchandiseInquiries": "Предложения по использованию торговой марки", + "marketingInquiries": "Предложения по маркетингу и рекламе в соц. сетях" } \ No newline at end of file diff --git a/common/locales/ru/gear.json b/common/locales/ru/gear.json index 2e627b729e..a686a3770e 100644 --- a/common/locales/ru/gear.json +++ b/common/locales/ru/gear.json @@ -8,7 +8,7 @@ "weaponWarrior1Notes": "Простой солдатский клинок. Увеличивает силу на <%= str %>.", "weaponWarrior2Text": "Топор", "weaponWarrior2Notes": "Боевой топор с обоюдным лезвием. Увеличивает силу на <%= str %>", - "weaponWarrior3Text": "Булава", + "weaponWarrior3Text": "Моргенштерн", "weaponWarrior3Notes": "Тяжелая дубина с острыми шипами. Увеличивает силу на <%= str %>.", "weaponWarrior4Text": "Сапфировый клинок", "weaponWarrior4Notes": "Меч, чье лезвие кусается, как северный ветер. Увеличивает силу на <%= str %>.", @@ -64,7 +64,7 @@ "weaponSpecial1Notes": "Его сверкающие грани рассказывают историю героя. Увеличивает все характеристики на <%= attrs %>.", "weaponSpecial2Text": "Посох дракона Стивена Уэбера", "weaponSpecial2Notes": "Чувствуется мощь дракона, заключенная внутри. Увеличивает силу и восприятие на <%= attrs %>.", - "weaponSpecial3Text": "«Сминающая рубежи» булава Мастейна", + "weaponSpecial3Text": "Моргенштерн Мастейна, сминающий мильные метки", "weaponSpecial3Notes": "С дуэлями, монстрами и недомоганиями покончено! Сделай из них пюре! Увеличивает силу, интеллект и телосложение на <%= attrs %>.", "weaponSpecialCriticalText": "Молот победителя критических багов", "weaponSpecialCriticalNotes": "Этот борец разбил особо опасного неприятеля в битве на Github, в которой пали многие войны. Молот исполнен из костей Бага и наносит мощные критические удары. Увеличивает силу и восприятие на <%= attrs %>.", @@ -116,12 +116,12 @@ "weaponSpecialSpring2015MageNotes": "Этой симпатичной палочкой можно наколдовать себе морковку. Увеличивает интеллект на <%= int %> и восприятие на <%= per %>. Экипировка ограниченного выпуска весны 2015.", "weaponSpecialSpring2015HealerText": "Кошачья Погремушка", "weaponSpecialSpring2015HealerNotes": "Стоит только взмахнуть погремушкой, и чарующий треск этой штуки займет КОГО УГОДНО очень надолго. Увеличивает интеллект на <%= int %>. Экипировка ограниченного выпуска весны 2015.", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015WarriorText": "Sun Swordfish", - "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "weaponSpecialSummer2015MageText": "Soothsayer Staff", - "weaponSpecialSummer2015MageNotes": "Hidden power glimmers in the jewels of this staff. Increases Intelligence by <%= int %> and Perception by <%= per %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "Коралл-огнемет", + "weaponSpecialSummer2015RogueNotes": "Этот сородич огненного коралла способен стрелять ядом сквозь толщу воды. Увеличивает Силу на <%= str %>. Экипировка ограниченного выпуска лета 2015.", + "weaponSpecialSummer2015WarriorText": "Солнечная Меч-Рыба", + "weaponSpecialSummer2015WarriorNotes": "Солнечная Меч-Рыба это оружие, наводящее ужас, только если не давать рыбе трепыхаться. Увеличивает Силу на <% = str %>. Экипировка ограниченного выпуска лета 2015.", + "weaponSpecialSummer2015MageText": "Посох Предсказателя", + "weaponSpecialSummer2015MageNotes": "В мерцающих камнях этого посоха скрыта сила. Увеличивает Интеллект на <%= int %> и Восприятие на <%= per %>. Экипировка ограниченного выпуска лета 2015", "weaponSpecialSummer2015HealerText": "Wand of the Waves", "weaponSpecialSummer2015HealerNotes": "Cures seasickness and sea sickness! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", "weaponMystery201411Text": "Вилы пиршества", @@ -129,16 +129,16 @@ "weaponMystery201502Text": "Сверкающий крылатый посох Любви-а-также-Правды", "weaponMystery201502Notes": "Ради КРЫЛЬЕВ! Ради ЛЮБВИ! Ради ТАКЖЕ-ПРАВДЫ! Преимуществ не дает. Подарок подписчикам в феврале 2015.", "weaponMystery201505Text": "Копье Зеленого рыцаря", - "weaponMystery201505Notes": "Это зелено-серебристое копье выбило из седла не одного седока. Преимуществ не дает. Подарок подписчикам в мае 2015.", + "weaponMystery201505Notes": "Это зелено-серебристое копье выбило из седла не одного противника. Преимуществ не дает. Подарок подписчикам в мае 2015.", "weaponMystery301404Text": "Стимпанковская трость", "weaponMystery301404Notes": "Отлично подходит для прогулки по городу. Подарок подписчикам марта 3015. Преимуществ не дает.", - "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.", + "weaponArmoireBasicCrossbowText": "Базовый арбалет", + "weaponArmoireBasicCrossbowNotes": "Этот арбалет способен пронзить доспехи задания издалека! Увеличивает Силу на <%= str %>, Восприятие на <%= per %>, и телосложение на <%= con %>. Зачарованная оружейная: независимый предмет.", "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": "Броня", "armorBase0Text": "Обычная одежда", - "armorBase0Notes": "Обычная одежда, преимуществ не предоставляет.", + "armorBase0Notes": "Обычная одежда, преимуществ не дает.", "armorWarrior1Text": "Кожаные доспехи", "armorWarrior1Notes": "Жакет из прочной кожи. Увеличивает телосложение на <%= con %>.", "armorWarrior2Text": "Кольчуга", @@ -213,8 +213,8 @@ "armorSpecialSummerWarriorNotes": "Изящная резьба выглядит эффектно, особенно на чьих-то головах. Добавляет <%= con %> очков к телосложению. Экипировка ограниченного выпуска лета 2014.", "armorSpecialSummerMageText": "Изумрудный хвост", "armorSpecialSummerMageNotes": "Это одеяние из сияющих чешуек наделяет его владельца настоящей магией русалок! Увеличивает Интеллект на <%= int %>. Экипировка ограниченного выпуска лета 2014.", - "armorSpecialSummerHealerText": "Хвост лекаря морских коньков", - "armorSpecialSummerHealerNotes": "Это одеяние из сияющих чешуек превращает его владельца в настоящего Морского Целителя! Увеличивает Телосложение на <%= con %>. Экипировка ограниченного выпуска лета 2014.", + "armorSpecialSummerHealerText": "Хвост Морского Целителя", + "armorSpecialSummerHealerNotes": "Это одеяние из сияющих чешуек превращает владельца в настоящего Морского Целителя! Увеличивает Телосложение на <%= con %>. Экипировка ограниченного выпуска лета 2014.", "armorSpecialFallRogueText": "Кроваво-красное одеяние", "armorSpecialFallRogueNotes": "Яркий. Бархатный. Вампирский. Увеличивает Восприятие на <%= per %>. Экипировка ограниченного выпуска осени 2014.", "armorSpecialFallWarriorText": "Лабораторный халат науки", @@ -239,13 +239,13 @@ "armorSpecialSpring2015MageNotes": "Эти фалды отлично смотрятся с вашим пушистым хвостиком! Увеличивает интеллект на <%= int %>. Экипировка ограниченного выпуска весны 2015.", "armorSpecialSpring2015HealerText": "Утешающий комбинезон", "armorSpecialSpring2015HealerNotes": "Этот мягкий комбинезон удобен и успокаивает также хорошо, как мятный чай. Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска весны 2015.", - "armorSpecialSummer2015RogueText": "Ruby Tail", - "armorSpecialSummer2015RogueNotes": "This garment of shimmering scales transforms its wearer into a real Reef Renegade! Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015WarriorText": "Golden Tail", - "armorSpecialSummer2015WarriorNotes": "This garment of shimmering scales transforms its wearer into a real Sunfish Warrior! Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015MageText": "Soothsayer Robes", - "armorSpecialSummer2015MageNotes": "Hidden power resides in the puffs of these sleeves. Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", - "armorSpecialSummer2015HealerText": "Sailor's Armor", + "armorSpecialSummer2015RogueText": "Рубиновый хвост", + "armorSpecialSummer2015RogueNotes": "Это одеяние из сияющих чешуек превращает владельца в настоящего Рифового Ренегата! Увеличивает восприятие на <%= per %>. Экипировка ограниченного выпуска лета 2015.", + "armorSpecialSummer2015WarriorText": "Золотой хвост", + "armorSpecialSummer2015WarriorNotes": "Этот доспех из блестящих чешуек превращает носителя в настоящего Воина Солнечной Рыбы! Увеличивает Телосложение на <%= con %>. Экипировка ограниченного выпуска лета 2015.", + "armorSpecialSummer2015MageText": "Мантия Предсказателя", + "armorSpecialSummer2015MageNotes": "Скрытая сила таится в этих одеяниях. Увеличивает Интеллект на <% = int %>. Экипировка ограниченного выпуска лета 2015.", + "armorSpecialSummer2015HealerText": "Доспех Морехода", "armorSpecialSummer2015HealerNotes": "This armor lets everyone know that you are an honest merchant sailor who would never dream of behaving like a scalawag. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", "armorMystery201402Text": "Облачение посланника", "armorMystery201402Notes": "Сверкающая и крепкая, эта броня снабжена большим количеством карманов для переноски писем. Преимуществ не дает. Подарок подписчикам февраля 2014.", @@ -256,7 +256,7 @@ "armorMystery201406Text": "Мантия осьминога.", "armorMystery201406Notes": "Эта гибкая мантия позволит ее носителю пролезать через мельчайшие трещины. Преимуществ не дает. Подарок подписчикам июня 2014.", "armorMystery201407Text": "Костюм исследователя морских глубин", - "armorMystery201407Notes": "Известный также, как \"хлюпкий\", \"слишком плотный\" и \"честно говоря, довольно громоздкий\", этот костюм – лучший друг любого бесстрашного исследователя морских глубин. Преимуществ не дает. Подарок подписчикам июля 2014.", + "armorMystery201407Notes": "Описываемый иногда как «хлюпкий», «слишком плотный» и «честно говоря, довольно громоздкий», этот костюм – лучший друг любого бесстрашного исследователя морских глубин. Преимуществ не дает. Подарок подписчикам июля 2014.", "armorMystery201408Text": "Солнечная Мантия", "armorMystery201408Notes": "Эта мантия соткана из золота и солнечного света. Преимуществ не дает. Подарок подписчикам августа 2014.", "armorMystery201409Text": "Жилет Странника", @@ -271,12 +271,14 @@ "armorMystery201503Notes": "Этот голубой минерал символизирует удачу, счастье и неутомимость. Преимуществ не дает. Подарок подписчикам в марте 2015.", "armorMystery201504Text": "Мантия трудолюбивой пчелки", "armorMystery201504Notes": "В этой очаровательной мантии вы будете продуктивны, как трудолюбивая пчелка! Преимуществ не дает. Подарок подписчикам в апреле 2015.", + "armorMystery201506Text": "Костюм Водолаза", + "armorMystery201506Notes": "Проплывите через коралловые рифы в этом ярком плавательном костюме! Преимуществ не дает. Подарок подписчикам июня 2015.", "armorMystery301404Text": "Стимпанковский костюм", "armorMystery301404Notes": "Чудной и лихой! Преимуществ не дает. Подарок подписчикам февраля 3015.", "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).", + "armorArmoireGladiatorArmorText": "Доспех Гладиатора", + "armorArmoireGladiatorArmorNotes": "Чтобы быть гладиатором, вы должны быть не только хитрым... но и сильным. Увеличивает Восприятие на <%= per %> и Силу на <%= str %>. Зачарованная Оружейная: Набор Гладиатора (Часть 2 из 3).", "headgear": "Головной убор", "headBase0Text": "Нет шлема", "headBase0Notes": "Нет головного убора.", @@ -378,14 +380,14 @@ "headSpecialSpring2015MageNotes": "Что было первым, кролик или шляпа? Увеличивает восприятие на <%= per %>. Экипировка ограниченного выпуска весны 2015.", "headSpecialSpring2015HealerText": "Утешающая корона", "headSpecialSpring2015HealerNotes": "Жемчужина в этой короне утешает и успокаивает всех вокруг. Увеличивает интеллект на <%= int %>. Экипировка ограниченного выпуска весны 2015.", - "headSpecialSummer2015RogueText": "Renegade Hat", - "headSpecialSummer2015RogueNotes": "This pirate hat fell overboard and has been decorated with scraps of fire coral. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015RogueText": "Шляпа Ренегата", + "headSpecialSummer2015RogueNotes": "Этот пират свалился за борт и был украшен кусочками огненного коралла. Увеличивает восприятие на <%= per %>. Экипировка ограниченного выпуска лета 2015.", "headSpecialSummer2015WarriorText": "Jeweled Oceanic Helm", "headSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this helm is strong and handsome. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015MageText": "Soothsayer Scarf", - "headSpecialSummer2015MageNotes": "Hidden power shines in the threads of this scarf. Increases Perception by <%= per %>. Limited Edition 2015 Summer Gear.", - "headSpecialSummer2015HealerText": "Sailor's Cap", - "headSpecialSummer2015HealerNotes": "With your sailor's cap set firmly on your head, you can navigate even the stormiest seas! Increases Intelligence by <%= int %>. Limited Edition 2015 Summer Gear.", + "headSpecialSummer2015MageText": "Шарф Предсказателя", + "headSpecialSummer2015MageNotes": "В нитях этого шарфа скрыта сила. Увеличивает Восприятие на <%= per %>. Экипировка ограниченного выпуска лета 2015.", + "headSpecialSummer2015HealerText": "Шляпа Морехода", + "headSpecialSummer2015HealerNotes": "Надев эту шляпу вы не пропадете даже в самый страшный шторм. Увеличивает Интеллект на <%= int %>. Экипировка ограниченного выпуска лета 2015.", "headSpecialGaymerxText": "Радужный шлем воина.", "headSpecialGaymerxNotes": "Этот шлем выкрашен в яркие радужные цвета в честь празднования эпохи процветания и GaymerX. GaymerX это интернациональная игровая конвенция, поддерживающая ЛГБТ-сообщества и видео игры, она открыта каждому. Она проходит в центре Сан-Франциско 11-13 июля.Преимуществ не дает.", "headMystery201402Text": "Шлем с крыльями", @@ -405,19 +407,19 @@ "headMystery201501Text": "Звездный шлем", "headMystery201501Notes": "Мерцающие созвездия, крутясь, направляют мысли владельца в нужное русло. Преимуществ не дает. Подарок подписчикам в январе 2015.", "headMystery201505Text": "Шлем Зеленого рыцаря", - "headMystery201505Notes": "Гордо колыхающиеся зеленые перья на железном шлеме. Преимуществ не дает. Подарок подписчикам в мае 2015.", + "headMystery201505Notes": "На этом шлеме гордо колышется зеленый плюмаж. Преимуществ не дает. Подарок подписчикам в мае 2015.", "headMystery301404Text": "Модный цилиндр", "headMystery301404Notes": "Модный цилиндр для самых уважаемых господ! Подарок подписчикам января 3015. Преимуществ не дает.", "headMystery301405Text": "Обычный цилиндр", "headMystery301405Notes": "Обычный цилидр, что так и просит дополнить его модными аксессуарами. Преимуществ не дает. Подарок подписчикам мая 3015.", "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.", + "headArmoireRedHairbowText": "Красный бант", + "headArmoireRedHairbowNotes": "Станьте сильнее, круче и умней, надев этот красивый красный бант! Увеличивает Силу на <%= str %>, Телосложение на <%= con %>, и Интеллект на <%= int %>. Зачарованная оружейная: независимый предмет.", "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).", + "headArmoireGladiatorHelmText": "Шлем Гладиатора", + "headArmoireGladiatorHelmNotes": "Чтобы быть гладиатором, вы должны быть не только сильным... но и хитрым. Увеличивает Интеллект на <%= int %> и Восприятие на <%= per %>. Зачарованная Оружейная: Набор Гладиатора (Часть 1 из 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": "Предмет для защитной руки", @@ -467,7 +469,7 @@ "shieldSpecialSummerHealerNotes": "Никто не осмелится атаковать коралловый риф, увидав этот сияющий щит! Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска лета 2014.", "shieldSpecialFallRogueText": "Серебряная конфета", "shieldSpecialFallRogueNotes": "Убивает нежить. Также дает преимущество против оборотней, ведь осторожность никогда не помешает. Увеличивает силу на <%= str %>. Экипировка ограниченного выпуска осени 2014.", - "shieldSpecialFallWarriorText": "Мощное зелье науки", + "shieldSpecialFallWarriorText": "Мощный эликсир науки", "shieldSpecialFallWarriorNotes": "Мистическим образом проливается на лабораторные халаты. Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска осени 2014.", "shieldSpecialFallHealerText": "Щит с инкрустацией.", "shieldSpecialFallHealerNotes": "Этот сверкающий щит был найден а древней гробнице. Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска осени 2014.", @@ -483,17 +485,17 @@ "shieldSpecialSpring2015WarriorNotes": "Швырните ей во врага! Ну или оставьте себе, потому что к обеду в ней будет полно вкусного корма. Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска весны 2015.", "shieldSpecialSpring2015HealerText": "Узорчатая подушка", "shieldSpecialSpring2015HealerNotes": "Вы можете уютно устроиться на этой подушке или же разодрать ее когтями в свое удовольствие. Рррр! Увеличивает телосложение на <%= con %>. Экипировка ограниченного выпуска весны 2015.", - "shieldSpecialSummer2015RogueText": "Firing Coral", - "shieldSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015WarriorText": "Sunfish Shield", + "shieldSpecialSummer2015RogueText": "Огнестрельный Коралл", + "shieldSpecialSummer2015RogueNotes": "Этот сородич огненного коралла способен стрелять ядом сквозь толщу воды. Увеличивает Силу на <%= str %>. Экипировка ограниченного выпуска лета 2015.", + "shieldSpecialSummer2015WarriorText": "Щит Солнечной Рыбы", "shieldSpecialSummer2015WarriorNotes": "Crafted of deep-ocean metal by the artisans of Dilatory, this shield shines like the sand and the sea. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", - "shieldSpecialSummer2015HealerText": "Strapping Shield", - "shieldSpecialSummer2015HealerNotes": "Use this shield to bash away bilge rats. Increases Constitution by <%= con %>. Limited Edition 2015 Summer Gear.", + "shieldSpecialSummer2015HealerText": "Заклеенный Щит", + "shieldSpecialSummer2015HealerNotes": "Оглушайте этим щитом трюмных крыс. Увеличивает Телосложение на <%= con %>. Экипировка ограниченного выпуска лета 2015.", "shieldMystery301405Text": "Часовой щит", "shieldMystery301405Notes": "С этим монументальным часовым щитом время на вашей стороне! Подарок подписчикам июня 3015. Преимуществ не дает.", - "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).", - "back": "Back Accessory", + "shieldArmoireGladiatorShieldText": "Щит Гладиатора", + "shieldArmoireGladiatorShieldNotes": "Чтобы быть гладиатором, вы должны... а хотя, все равно, просто оглушайте врагов своим щитом. Увеличивает Телосложение на <%= con %> и Силу на <%= str %>. Зачарованная Оружейная: Набор Гладиатора (Часть 3 из 3).", + "back": "Аксессуар на спину", "backBase0Text": "Нет аксессуаров на спине", "backBase0Notes": "Нет аксессуаров на спине.", "backMystery201402Text": "Золотые крылья", @@ -508,7 +510,7 @@ "backSpecialWonderconRedNotes": "Развевается мощно и красиво. Преимуществ не дает. Предмет специального фестивального выпуска.", "backSpecialWonderconBlackText": "Тайный плащ", "backSpecialWonderconBlackNotes": "Спряден из теней и шепота. Преимуществ не дает. Предмет специального фестивального выпуска.", - "body": "Body Accessory", + "body": "Аксессуар на тело", "bodyBase0Text": "Нет аксессуаров на теле", "bodyBase0Notes": "Нет аксессуаров на теле.", "bodySpecialWonderconRedText": "Рубиновое ожерелье", @@ -521,14 +523,14 @@ "bodySpecialSummerMageNotes": "Ни соленая, ни свежая вода не лишат блеска эту металическую пелерину. Преимуществ не дает. Экипировка ограниченного выпуска лета 2014.", "bodySpecialSummerHealerText": "Коралловое ожерелье.", "bodySpecialSummerHealerNotes": "Стильное ожерелье из настоящих кораллов. Бонусов не дает. Экипировка ограниченного выпуска лета 2014.", - "bodySpecialSummer2015RogueText": "Renegade Sash", - "bodySpecialSummer2015RogueNotes": "You can't be a true Renegade without panache... and a sash. Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015RogueText": "Пояс Ренегата", + "bodySpecialSummer2015RogueNotes": "Нельзя быть настоящим ренегатом без пафоса... и пояса. Преимуществ не дает. Экипировка ограниченного выпуска лета 2015.", "bodySpecialSummer2015WarriorText": "Oceanic Spikes", "bodySpecialSummer2015WarriorNotes": "Each spike drips jellyfish venom, defending the wearer. Confers no benefit. Limited Edition 2015 Summer Gear.", "bodySpecialSummer2015MageText": "Golden Buckle", "bodySpecialSummer2015MageNotes": "This buckle adds no power at all, but it's shiny. Confers no benefit. Limited Edition 2015 Summer Gear.", "bodySpecialSummer2015HealerText": "Sailor's Neckerchief", - "bodySpecialSummer2015HealerNotes": "Yo ho ho? No, no, no! Confers no benefit. Limited Edition 2015 Summer Gear.", + "bodySpecialSummer2015HealerNotes": "Йо-хо-хо? Не-не-не! Преимуществ не дает. Экипировка ограниченного выпуска лета 2015.", "headAccessory": "аксессуар на голову", "accessories": "Аксессуары", "animalEars": "Звериные уши", @@ -580,15 +582,17 @@ "eyewearBase0Text": "Нет очков или маски", "eyewearBase0Notes": "Нет очков или маски.", "eyewearSpecialSummerRogueText": "Разбойничья повязка", - "eyewearSpecialSummerRogueNotes": "Не нужно быть мошенником, чтобы понять, насколько она стильная! Не приносит выгоды. Экипировка ограниченного выпуска лета 2014.", + "eyewearSpecialSummerRogueNotes": "Не нужно быть негодяем, чтобы понять, насколько она стильная! Преимуществ не дает. Экипировка ограниченного выпуска лета 2014.", "eyewearSpecialSummerWarriorText": "Пиратская повязка", - "eyewearSpecialSummerWarriorNotes": "Не нужно быть мошенником, чтобы понять, насколько это стильно! Преимуществ не дает. Экипировка ограниченного выпуска лета 2014.", + "eyewearSpecialSummerWarriorNotes": "Не нужно быть жуликом, чтобы понять, насколько она стильная! Преимуществ не дает. Экипировка ограниченного выпуска лета 2014.", "eyewearSpecialWonderconRedText": "Могущественная маска", - "eyewearSpecialWonderconRedNotes": "Какой мощный аксессуар! Предмет специального фестивального выпуска.", + "eyewearSpecialWonderconRedNotes": "Какой мощный аксессуар! Преимуществ не дает. Предмет специального фестивального выпуска.", "eyewearSpecialWonderconBlackText": "Тайная маска", "eyewearSpecialWonderconBlackNotes": "Ваши побуждения определенно не противоречат закону. Преимуществ не дает. Предмет специального фестивального выпуска.", "eyewearMystery201503Text": "Аквамариновая маска", "eyewearMystery201503Notes": "Только не выколите себе глаз одним из этих сверкающих камней! Преимуществ не дает. Подарок подписчикам в марте 2015.", + "eyewearMystery201506Text": "Неоновая Подводная Маска", + "eyewearMystery201506Notes": "Позволяет надевшему видеть под водой. Преимуществ не дает. Подарок Подписчикам июня 2015.", "eyewearMystery301404Text": "Защитные очки", "eyewearMystery301404Notes": "Нет ничего более стильного, чем защитные очки. Ну, разве что монокль. Подарок подписчикам апреля 3015. Преимуществ не дает.", "eyewearMystery301405Text": "Монокль", diff --git a/common/locales/ru/generic.json b/common/locales/ru/generic.json index 1eeff6c4fe..f0c6214aef 100644 --- a/common/locales/ru/generic.json +++ b/common/locales/ru/generic.json @@ -39,7 +39,7 @@ "close": "Закрыть", "saveAndClose": "Сохранить и закрыть", "cancel": "Отмена", - "ok": "OK", + "ok": "ОК", "add": "Добавить", "undo": "Отменить", "continue": "Продолжить", @@ -54,18 +54,20 @@ "gems": "самоцв.", "gemButton": "Cамоцветов у вас: <%= number %>.", "moreInfo": "Подробнее", - "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", + "showMoreMore": "(раскрыть)", + "showMoreLess": "(скрыть)", + "gemsWhatFor": "Нажмите, чтобы купить самоцветы! За самоцветы можно приобрести особые предметы: квесты, средства персонализации аватара и сезонное снаряжение.", "veteran": "Ветеран", "veteranText": "Получено множество боевых шрамов от багов Habit The Grey (наш сайт до перехода на Angular) и проявлена небывалая стойкость.", "originalUser": "Пользователь-первопроходец!", "originalUserText": "Один из очень ранних последователей. Самый настоящий альфа-тестер!", "habitBirthday": "Вечеринка дня рождения HabitRPG", - "habitBirthdayText": "Участвовал в праздновании дня рождения HabitRPG!", - "habitBirthdayPluralText": "Участвовал в <%= number %> празднованиях дня рождения HabitRPG!", + "habitBirthdayText": "Участвовал(а) в праздновании дня рождения HabitRPG!", + "habitBirthdayPluralText": "Участвовал(а) в <%= number %> празднованиях дня рождения HabitRPG!", "achievementDilatory": "Спаситель Промедления", - "achievementDilatoryText": "Помог уничтожить Повелителя Откладываемых-На-Завтра Заданий на протяжении фестиваля лета 2014.", + "achievementDilatoryText": "Помог(ла) уничтожить Повелителя Откладываемых-На-Завтра Заданий в дни Летнего Всплеска 2014.", "costumeContest": "Конкурс костюмов 2014", - "costumeContestText": "Участвовал в конкурсе костюмов на Хэллоуин в 2014 году. Некоторые работы можно увидеть на странице blog.habitrpg.com/tagged/cosplay!", + "costumeContestText": "Участвовал(-а) в конкурсе костюмов на Хэллоуин в 2014 году. Некоторые работы можно увидеть на странице blog.habitrpg.com/tagged/cosplay!", "memberSince": " - Участник с ", "lastLoggedIn": "- Последний вход", "notPorted": "Эта функция еще не перенесена со старого сайта.", @@ -85,7 +87,7 @@ "audioTheme_off": "Выкл.", "audioTheme_danielTheBard": "Бард Даниэль", "audioTheme_wattsTheme": "Тема Уоттса", - "audioTheme_gokulTheme": "Gokul Theme", + "audioTheme_gokulTheme": "Тема Гокула", "askQuestion": "Задать вопрос", "reportBug": "Сообщить о проблеме", "contributeToHRPG": "Участвовать в развитии HabitRPG", @@ -103,6 +105,6 @@ "November": "Ноябрь", "December": "Декабрь", "dateFormat": "Формат даты", - "achievementStressbeast": "Спаситель от Промедления", + "achievementStressbeast": "Спаситель Стойкальма", "achievementStressbeastText": "Помог победить Отвратительного Стрессозверя во время события Зимняя Страна Чудес 2015!" } \ No newline at end of file diff --git a/common/locales/ru/groups.json b/common/locales/ru/groups.json index a064ef0857..aed3a081a3 100644 --- a/common/locales/ru/groups.json +++ b/common/locales/ru/groups.json @@ -39,8 +39,8 @@ "editGroup": "Редактировать группу", "newGroupName": "Название (<%= groupType %>)", "groupName": "Название группы", - "groupLeader": "Group Leader", - "groupID": "Group ID", + "groupLeader": "Лидер группы", + "groupID": "ID группы", "groupDescr": "Описание, которое отображается в списке открытых гильдий (можно использовать Markdown)", "logoUrl": "Ссылка на логотип", "assignLeader": "Назначить лидера группы", @@ -108,17 +108,18 @@ "inviteFriends": "Пригласить друзей", "inviteAlertInfo": "Здесь можно пригласить друзей по ID пользователя.", "inviteExistUser": "Пригласить существующего пользователя", - "inviteByEmail": "пригласить друзей по почте. Если они присоединятся по ссылке из вашего письма, они будут автоматически приглашены в эту группу.", + "inviteByEmail": "Пригласить друзей по почте. Если они присоединятся по ссылке из вашего письма, они будут автоматически приглашены в эту группу.", "byColon": "От:", "inviteNewUsers": "Пригласить Новых Пользователей", "inviteAlertInfo2": "Или поделитесь этой ссылкой (Скопировать/Вставить)", - "sendGiftHeading": "Отправить Подарок <%= name %>", - "sendGiftGemsBalance": "Из <%= number %> Самоцветов", + "sendGiftHeading": "Отправить подарок <%= name %>", + "sendGiftGemsBalance": "Из <%= number %> самоцветов", "sendGiftCost": "Всего: $<%= cost %>", "sendGiftFromBalance": "From Balance", "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", - "startAParty": "Start a Party", - "addToParty": "Add someone to your party" + "battleWithFriends": "Battle Monsters With Friends", + "startAParty": "Создать команду", + "addToParty": "Пригласите участника в команду" } \ No newline at end of file diff --git a/common/locales/ru/limited.json b/common/locales/ru/limited.json index e41e851e18..8c58d75111 100644 --- a/common/locales/ru/limited.json +++ b/common/locales/ru/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Напуган членами команды <%= spookDust %> раз(а).", "agriculturalFriends": "Сельскохозяйственные друзья", "agriculturalFriendsText": "Превращен в цветок членами команды <%= seeds %> раз(а).", + "aquaticFriends": "Водяные друзья", + "aquaticFriendsText": "Обрызган членами команды <%= seafoam %> раз(а).", "valentineCard": "Валентинка", "valentineCardNotes": "Отправьте валентинку члену команды.", "valentine0": "«Розы ярко-алые,<%= lineBreak %>А мои задачи – синие,<%= lineBreak %>Мы друзья в команде славные –<%= lineBreak %>Вот такое мое мнение!»", @@ -25,8 +27,8 @@ "seasonalShopTitle": "<%= linkStart %>Сезонная Волшебница<%= linkEnd %>", "seasonalShopClosedText": "Сезонная лавка сейчас закрыта!! Я не знаю где сейчас Сезонная Чародейка, но она уж точно вернется к следующему большому празднику.", "seasonalShopText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары весеннего сезонного выпуска. Товары будут доступны ежегодно в дни Весенней Веселухи, но мы открыты только до 30 апреля, так что спешите закупиться сейчас, иначе придется ждать целый год!", - "seasonalShopSummerText": "Welcome to the Seasonal Shop!! We're stocking summertime Seasonal Edition goodies at the moment. Everything here will be available to purchase during the Summer Splash event each year, but we're only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again!", - "seasonalShopRebirth": "Использовав шар возрождения, вы сможете повторно купить это снаряжение в колонке наград после того, как разблокируете лавку предметов. Изначально вы сможете купить только предметы для вашего текущего класса (класс по умолчанию – воин), но не волнуйтесь: после смены класса вам станут доступны другие классовые предметы.", + "seasonalShopSummerText": "Добро пожаловать в Сезонную лавку! Сейчас мы предлагаем товары летнего сезонного выпуска. Товары будут доступны ежегодно в дни Летнего Всплеска, но мы открыты только до 31 июля, так что спешите закупиться сейчас, иначе придется ждать целый год!", + "seasonalShopRebirth": "Использовав шар возрождения, вы сможете повторно купить это снаряжение в колонке наград после того, как разблокируете Лавку предметов. Изначально вы сможете купить только предметы для вашего текущего класса (класс по умолчанию – воин), но не волнуйтесь: после смены класса вам станут доступны другие классовые предметы.", "candycaneSet": "Карамельная палочка (Маг)", "skiSet": "Лыжник-ассасин (Разбойник)", "snowflakeSet": "Снежинка (Знахарь)", @@ -46,8 +48,8 @@ "magicMouseSet": "Волшебная Мышь (Маг)", "lovingPupSet": "Любящий Щенок (Целитель)", "stealthyKittySet": "Скрытная Киса (Разбойник)", - "daringSwashbucklerSet": "Daring Swashbuckler (Warrior)", - "emeraldMermageSet": "Emerald Mermage (Mage)", - "reefSeahealerSet": "Reef Seahealer (Healer)", - "roguishPirateSet": "Roguish Pirate (Rogue)" + "daringSwashbucklerSet": "Дерзкий Головорез (Воин)", + "emeraldMermageSet": "Изумрудный Русалколдун (Маг)", + "reefSeahealerSet": "Рифовый Морской Целитель (Целитель)", + "roguishPirateSet": "Коварный Пират (Разбойник)" } \ No newline at end of file diff --git a/common/locales/ru/messages.json b/common/locales/ru/messages.json index c6f09a8296..ab80c999ce 100644 --- a/common/locales/ru/messages.json +++ b/common/locales/ru/messages.json @@ -1,7 +1,7 @@ { "messageLostItem": "Сломано: <%= itemText %>.", "messageTaskNotFound": "Задание не найдено.", - "messageDuplicateTaskID": "A task with that ID already exists.", + "messageDuplicateTaskID": "Задание с таким ID уже существует.", "messageTagNotFound": "Тег не найден.", "messagePetNotFound": ":pet не найдено в user.items.pets", "messageFoodNotFound": ":food не найдено в user.items.food", @@ -22,7 +22,7 @@ "messageDropEgg": "Вы нашли: <%= dropText %> в яйце! <%= dropNotes %>", "messageDropPotion": "Вы нашли <%= dropText %> инкубационный эликсир! <%= dropNotes %>", "messageFoundQuest": "Вы нашли квест: «<%= 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!" + "armoireEquipment": "<%= image %> Вы нашли в оружейной редкий предмет: <%= dropText %>! Потрясающе!", + "armoireFood": "<%= image %> Копаясь в оружейной, вы находите <%= dropArticle %><%= dropText %>. Откуда это здесь?", + "armoireExp": "Вы сражаетесь с оружейной и получаете опыт. Получай!" } \ No newline at end of file diff --git a/common/locales/ru/npc.json b/common/locales/ru/npc.json index 7781f0f2d3..e511a6da8f 100644 --- a/common/locales/ru/npc.json +++ b/common/locales/ru/npc.json @@ -2,16 +2,16 @@ "npc": "NPC", "npcText": "Оказал максимальную спонсорскую помощь проекту на Kickstarter", "mattBoch": "Мэтт Бош", - "mattShall": "Мне привести вашего скакуна, <%= name %>? Когда питомец откормлен до состояния скакуна, он отображается здесь. Выберите скакуна, чтобы оседлать его.", - "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.", + "mattShall": "Мне привести вашего скакуна, <%= name %>? Когда питомец получит достаточно еды, он станет скакуном и будет отображаться здесь. Выберите скакуна, чтобы оседлать его!", + "mattBochText1": "Добро пожаловать в Стойла! Я повелитель зверей Мэтт. Начиная с 4-го уровня, вы можете заниматься выведением питомцев, используя яйца и эликсиры. Как только вы выведите питомца на Рынке, он появится здесь! Нажмите на изображение питомца, чтобы добавить его к своему аватару. Кормите их едой, которую вы будете находить после 4-го уровня, и они вырастут в выносливых скакунов.", "daniel": "Даниэль ", "danielText": "Добро пожаловать в Таверну! Задержитесь немного и поболтайте с местными жителями. Вам нужен отдых: (отпуск или больничный)? Я размещу вас в Гостинице. Пропущенные Ежедневные задания при этом не будут причинять вам вреда в конце дня, но вы так же сможете отмечать их выполнение.", "danielText2": "Будьте осторожны: если ваша команда сражается с Боссом, он все же будет наносить вам урон за Ежедневные задания, пропущенные вашими товарищами! Кроме того, нанесенный вами урон Боссу или найденные предметы не будут зарегистрированы, пока вы не покинете Гостиницу.", "alexander": "Торговец Александр", "welcomeMarket": "Заходите на рынок! Купите редкие яйца и эликсиры! Продайте то, что вам не нужно! Воспользуйтесь полезными услугами! Загляните и ознакомьтесь со всеми предложениями.", "sellForGold": "Продать <%= item %> за <%= gold %> золота", - "sellEggForGold": "Sell <%= itemType %> Egg for <%= gold %> Gold", - "sellPotionForGold": "Sell <%= itemType %> Potion for <%= gold %> Gold", + "sellEggForGold": "Продать <%= itemType %> в яйце за <%= gold %> золота", + "sellPotionForGold": "Продать <%= itemType %> эликсир за <%= gold %> золота", "buyGems": "Купить самоцветы", "justin": "Джастин", "USD": "долларов США", @@ -20,7 +20,7 @@ "dismissAlert": "Скрыть эти вести", "donateText1": "Добавляет 20 самоцветов к вашей учетной записи. Самоцветы используются для покупки особых игровых предметов, таких как рубахи или прически.", "donateText2": "Поддержать разработку HabitRPG", - "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!", + "donateText3": "HabitRPG – это проект с открытым исходным кодом, зависящий от поддержки своих пользователей. Деньги, которые вы тратите на покупку самоцветов, помогают нам поддерживать сервера в рабочем состоянии, сохранять небольшой штат сотрудников, разрабатывать новые функции и давать стимул нашим программистам-добровольцам. Благодарим вас за щедрость!", "donationDesc": "20 самоцветов, поддержка HabitRPG", "payWithCard": "Оплатить картой", "payNote": "Обратите внимание: для обработки платежа системе PayPal часто требуется длительное время. Мы рекомендуем оплату картой.", @@ -43,36 +43,36 @@ "tourHabits": "Это колонка ваших полезных и вредных привычек. Кликните на карандаш, чтобы изменить названия привычек, а затем на галочку для сохранения.", "tourStats": "Полезные привычки приносят опыт и золото. Вредные привычки снижают здоровье.", "tourGP": "Для продолжения купите тренировочный меч за золото, которое вы заработали.", - "tourAvatar": "Customize Your Avatar", + "tourAvatar": "Персонализируйте Аватар", "tourScrollDown": "Обязательно пролистайте страницу вниз до конца, чтобы просмотреть все доступные возможности! Чтобы вернуться к странице заданий, еще раз кликните на аватаре.", "tourMuchMore": "Когда с заданиями покончено, вы можете собрать команду с друзьями, пообщаться в гильдиях по интересам, присоединиться к испытаниям и многое другое!", "tourStatsPage": "Это страница характеристик. Достижения можно заработать, выполняя задания из списка.", - "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!", + "tourTavernPage": "Добро пожаловать в Таверну, место общения для игроков всех возрастов! Здесь вы также можете защититься от последствий пропуска ежедневных заданий на время болезни или путешествия, выбрав опцию «В гостиницу». Заглядывайте пообщаться!", "tourPartyPage": "Команда поможет вам быть ответственней. Пригласите друзей, чтобы разблокировать свиток квеста.", - "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": "Начиная с уровня 4, после завершения заданий вы можете получить случайным образом выпавшее яйцо или инкубационный эликсир. Используйте их для того, чтобы вырастить питомцев! Также эти предметы можно купить на рынке.", - "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", - "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", - "welcome1": "Create and customize an in-game avatar to represent you.", - "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", - "welcome3": "Complete tasks to earn Experience (XP) and Gold, which unlock awesome features and rewards!", - "welcome4": "Avoid bad habits that drain Health (HP), or your avatar will die!", - "welcome5": "Now you'll customize your avatar and set up your tasks...", - "imReady": "I'm Ready!" + "tourGuildsPage": "Гильдии представляют собой групповые чаты по общим интересам, создаваемые игроками и для игроков. Просмотрите список и присоединяйтесь к интересным для вас гильдиями. Обратите внимание на популярную гильдию новичков (Newbies Guild), где любой может задать вопрос о HabitRPG!", + "tourChallengesPage": "Испытания – это тематические списки заданий, созданные пользователями! Присоединившись к испытанию, вы добавите эти задания к своему аккаунту. Соревнуйтесь с другими пользователями, чтобы получить самоцветы в качестве призов!", + "tourMarketPage": "Начиная с 4-го уровня, после завершения заданий вы можете получить случайным образом выпавшее яйцо или инкубационный эликсир. Используйте их для того, чтобы вырастить питомцев! Также эти предметы можно купить на Рынке.", + "tourHallPage": "Добро пожаловать в Зал Героев, где воздаются почести добровольным помощникам, участвующим в развитии HabitRPG. За свои заслуги в программировании, изобразительном искусстве, музыке, литературном творчестве или простой помощи они награждены самоцветами, уникальным снаряжением и престижными титулами. Вы тоже можете помочь HabitRPG!", + "tourPetsPage": "Это стойла! Начиная с 4-го уровня, вы можете выращивать питомцев из яиц с помощью эликсиров. После того, как питомец вылупится на Рынке, он появится здесь. Кликните на изображение питомца, чтобы добавить его на свой аватар. Кормите питомцев едой, которую будете находить после 4-го уровня, и они вырастут в выносливых скакунов.", + "tourMountsPage": "Когда питомец получит достаточно еды, он станет скакуном и будет отображаться здесь. (Питомцы, скакуны и еда доступны после 4-го уровня). Выберите скакуна, чтобы оседлать его!", + "tourEquipmentPage": "Здесь хранится ваше снаряжение! Боевая экипировка влияет на ваши характеристики. Если вы хотите, чтобы на аватаре отображалось иное снаряжение, без изменения характеристик, нажмите «Использовать костюм».", + "tourOkay": "Хорошо!", + "tourAwesome": "Потрясающе!", + "tourSplendid": "Отлично!", + "tourNifty": "Ловко!", + "tourAvatarProceed": "Покажите мои задания!", + "tourToDosBrief": "Список задач", + "tourDailiesBrief": "Ежедневные задания", + "tourDailiesProceed": "Будем осторожны!", + "tourHabitsBrief": "Хорошие и плохие привычки", + "tourHabitsProceed": "Разумно!", + "tourRewardsBrief": "Список наград", + "tourRewardsProceed": "Это все!", + "welcomeToHabit": "Добро пожаловать в HabitRPG, игру для улучшения своей жизни!", + "welcome1": "Создайте и персонализируйте игровой аватар, который будет представлять вас.", + "welcome2": "Ваши задачи в реальной жизни будут влиять на здоровье (ОЗ), опыт (ОО) и золото!", + "welcome3": "Выполняйте задания, чтобы получить опыт (ОО) и золото, которое открывает потрясающие возможности и награды!", + "welcome4": "Избегайте плохих привычек, забирающих здоровье (ОЗ), или ваш аватар умрет!", + "welcome5": "Теперь вы можете персонализировать аватар и настроить задачи...", + "imReady": "Начнем!" } \ No newline at end of file diff --git a/common/locales/ru/pets.json b/common/locales/ru/pets.json index dd9f9f2ad1..8d71f57ab9 100644 --- a/common/locales/ru/pets.json +++ b/common/locales/ru/pets.json @@ -13,6 +13,7 @@ "hydra": "Гидра", "mantisShrimp": "Рак-богомол", "mammoth": "Шерстистый мамонт", + "orca": "Orca", "rarePetPop1": "Нажмите золотую лапу, чтобы подробнее узнать, как получить этого редкого питомца, приняв участие в проекте HabitRPG!", "rarePetPop2": "Как получить этого питомца?", "potion": "<%= potionType %> эликсир", @@ -37,7 +38,7 @@ "mountMasterName": "Повелитель скакунов", "mountMasterText": "Найдены все 90 скакунов (ещё сложней, поздравляем этого пользователя!)", "mountMasterText2": "и <%= count %> раз отпустил всех 90 скакунов на свободу ", - "beastMountMasterName": "Повелитель Зверей и Повелитель Скакунов", + "beastMountMasterName": "Повелитель зверей и Повелитель скакунов", "triadBingoName": "Тройное бинго", "triadBingoText": "Нашёл всех 90 питомцев, всех 90 скакунов, и затем нашёл всех 90 питомцев СНОВА (КАК ВАМ ЭТО УДАЛОСЬ!)", "triadBingoText2": "и <%= count %> раз выпустил всю конюшню на свободу ", @@ -52,12 +53,12 @@ "petName": "<%= potion %> <%= egg %>", "mountName": "<%= potion %> <%= mount %>", "petKeyName": "Ключ от Вольеров", - "petKeyPop": "Отпустите ваших питомцев на свободу, освободите их для их собственных приключений и испытайте восторг Властелина зверей заново!", + "petKeyPop": "Отпустите ваших питомцев на свободу, освободите их для их собственных приключений и испытайте восторг Повелителя зверей заново!", "petKeyBegin": "Ключ от Вольеров: поборитесь за звание <%= title %> ещё раз!", "petKeyInfo": "Пропал восторг от собирания питомцев? Теперь вы можете отпустить их и вновь привнести смысл в получение предметов!", "petKeyInfo2": "Используйте Ключ от Вольеров, чтобы сбросить количество ваших неквестовых питомцев и/или скакунов до нуля. (Квестовые и Редкие питомцы и скакуны не сбрасываются)", - "petKeyInfo3": "Существует три разных Ключа от Вольеров, которые позволяют: выпустить только питомцев (за 4 самоцвета), выпустить только скакунов (за 4 самоцвета) или выпустить и питомцев, и скакунов одновременно (за 6 самоцветов). Использование ключа позволит вам повторить достижения Властелин зверей и Повелитель скакунов. Для того, чтобы повторить достижение Тройное Бинго, используйте ключ \"Освободить и питомцев, и скакунов\", и соберите все 90 питомцев во второй раз. Покажите миру, что Вы – настоящий мастер - коллекционер! Но принимайте решение мудро: открыв вольеры или стойла, вы уже не сможете вернуть своих питомцев кроме, как собрав их всех заново...", - "petKeyInfo4": "Существует три разных Ключа от Вольеров, которые позволяют: выпустить только питомцев (за 4 самоцвета), выпустить только скакунов (за 4 самоцвета) или выпустить и питомцев, и скакунов одновременно. Использование ключа позволит вам повторить достижения Властелин зверей и Повелитель скакунов. Для того, чтобы повторить достижение Тройное Бинго, используйте ключ \"Освободить и питомцев, и скакунов\", и соберите все 90 питомцев во второй раз. Покажите миру, что Вы – настоящий мастер - коллекционер! Но принимайте решение мудро: открыв вольеры или стойла, вы уже не сможете вернуть своих питомцев кроме, как собрав их всех заново...", + "petKeyInfo3": "Существует три разных Ключа от Вольеров, которые позволяют: выпустить только питомцев (за 4 самоцвета), выпустить только скакунов (за 4 самоцвета) или выпустить и питомцев, и скакунов одновременно (за 6 самоцветов). Использование ключа позволит вам повторить достижения Повелитель зверей и Повелитель скакунов. Для того, чтобы повторить достижение Тройное Бинго, используйте ключ «Освободить и питомцев, и скакунов», и соберите все 90 питомцев во второй раз. Покажите миру, что Вы – настоящий мастер - коллекционер! Но принимайте решение мудро: открыв вольеры или стойла, вы уже не сможете вернуть своих питомцев кроме, как собрав их всех заново...", + "petKeyInfo4": "Существует три разных Ключа от Вольеров, которые позволяют: выпустить только питомцев (за 4 самоцвета), выпустить только скакунов (за 4 самоцвета) или выпустить и питомцев, и скакунов одновременно. Использование ключа позволит вам повторить достижения Повелитель зверей и Повелитель скакунов. Для того, чтобы повторить достижение Тройное Бинго, используйте ключ «Освободить и питомцев, и скакунов», и соберите все 90 питомцев во второй раз. Покажите миру, что Вы – настоящий мастер - коллекционер! Но принимайте решение мудро: открыв вольеры или стойла, вы уже не сможете вернуть своих питомцев кроме, как собрав их всех заново...", "petKeyPets": "Освободить моих питомцев", "petKeyMounts": "Освободить моих скакунов", "petKeyBoth": "Освободить всех", diff --git a/common/locales/ru/quests.json b/common/locales/ru/quests.json index 4144cf964e..20a59d8c1e 100644 --- a/common/locales/ru/quests.json +++ b/common/locales/ru/quests.json @@ -1,8 +1,8 @@ { "quests": "Квесты", "quest": "квест", - "questDetails": "Quest Details", - "invitations": "Invitations", + "questDetails": "Информация о квесте", + "invitations": "Приглашения", "completed": "Завершено!", "youReceived": "Вы получили", "questSend": "Clicking \"Invite\" will send an invitation to your party members. When all members have accepted or denied, the quest begins. See status under Social > Party.", @@ -21,7 +21,7 @@ "bossStrength": "Сила босса", "collect": "Собрать", "collected": "Собрано", - "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).", + "bossDmg1": "Босс получает урон от каждого завершенного ежедневного задания, каждой задачи и каждой полезной привычки. Вы можете нанести больше урона, выполняя красные задания и используя Мощный удар или Всплеск пламени. Босс нанесет урон каждому участнику квеста за каждое пропущенное ежедневное задание (ущерб от задания, умноженный на силу босса) в дополнение к обычному урону. Старайтесь поддерживать здоровье команды, выполняя ежедневные задания! Весь урон, нанесенный команде и боссу, засчитывается в момент смены суток (по окончании вашего дня).", "bossDmg2": "Только участники будут сражаться с боссом и разделят квестовые трофеи.", "tavernBossInfo": "Чтобы нанести урон боссу, выполняйте свои задачи и ежедневные задания. Чем сложнее задание, тем больший урон вы нанесете боссу выполняя его (красные задания, заклинания магов, атаки воинов и так далее). Ярость босса будет увеличиваться за каждое невыполненное ежедневное задание (урон от него умножается на силу босса). Когда его ярость достигнет максимума произойдёт что-то плохое, поэтому выполняйте свои ежедневные задания! Весь урон боссу и от босса подсчитывается по расписанию (в ваш момент смены суток).", "bossColl1": "Чтобы собирать предметы, выполняйте положительные задания. Квестовые предметы падают точно так же, как обычные; однако, вы не увидите, что упало, до начала следующего дня — тогда всё, что вы нашли, будет посчитано и сложено в общую стопку.", diff --git a/common/locales/ru/questscontent.json b/common/locales/ru/questscontent.json index e6e7ccbcaa..8e9f9b55ed 100644 --- a/common/locales/ru/questscontent.json +++ b/common/locales/ru/questscontent.json @@ -11,8 +11,8 @@ "questEvilSanta2CollectBranches": "Сломанные ветки", "questEvilSanta2DropBearCubPolarPet": "Белый медведь (питомец)", "questGryphonText": "Огненный грифон", - "questGryphonNotes": "Великий властелин животных, беконзаврбакнозавр. — Пожалуйста, возьмите несколько грифоньих яиц. Я уверен, что вы прекрасно вырастите этих грифонов!»", + "questGryphonNotes": "Великий властелин зверей, baconsaur, обращается к вашей команде за помощью. «Пожалуйста, искатели приключений, вы должны мне помочь! Моя драгоценная грифониха вырвалась на свободу и теперь наводит ужас на Habit City! Если вы сумеете ее остановить, я дам вам в награду несколько яиц!»", + "questGryphonCompletion": "Побежденный, могучий зверь стыдливо крадется к своему хозяину. «Вот это да! Прекрасная работа, искатели приключений! — восклицает baconsaur. — Пожалуйста, возьмите несколько грифоньих яиц. Я уверен, что вы прекрасно вырастите этих грифонов!»", "questGryphonBoss": "Огненный грифон", "questGryphonDropGryphonEgg": "Грифон (яйцо)", "questGryphonUnlockText": "Позволяет покупать на рынке грифона в яйце.", @@ -54,7 +54,7 @@ "questRoosterUnlockText": "Позволяет покупать на рынке петуха в яйце.", "questSpiderText": "Ледяной Арахнид", "questSpiderNotes": "На улице становится все прохладнее, аккуратный морозец уже украшает инеевыми узорами окна Хаббитанцев... Кроме @Arcosine, чьи окна полностью заморожены Ледяным Пауком, который обосновался в его доме. О, Господи.", - "questSpiderCompletion": "Ледяной паук рассыпается на кусочки, оставляя за собой небольшую кучку снежинок и несколько зачарованных яиц. @Arcosine поспешно предлагает вам их в качестве награды – возможно, вы сможете самостоятельно вырастить немного неопасных пауков в качестве своих питомцев?", + "questSpiderCompletion": "Ледяной паук рассыпается, оставляя за собой небольшую кучку снежинок и несколько волшебных яиц. @Arcosine поспешно предлагает вам их в качестве награды – возможно, вы сможете самостоятельно вырастить немного неопасных пауков в качестве своих питомцев?", "questSpiderBoss": "Паук", "questSpiderDropSpiderEgg": "Паук (яйцо)", "questSpiderUnlockText": "Позволяет покупать на рынке паука в яйце.", @@ -74,19 +74,19 @@ "questVice3DropDragonEgg": "Дракон (яйцо)", "questVice3DropShadeHatchingPotion": "Сумрачный инкубационный эликсир", "questMoonstone1Text": "Ожерелье Лунных камней", - "questMoonstone1Notes": "

Страшная болезнь поразила Хаббитанцев. Давно забытые плохие Привычки растут с удвоенной силой. Тарелки лежат немытые, учебники не прочитаны и прокрастинация достигает угрожающего размаха!


Вы проследили, как некоторые из ваших плохих привычек вернулись на Болота Застоя и обнаружили виновника: призрачная Некромантша, Рецидивина. Вы ринулись вперед, размахивая оружием, но они их удары не причиняют призраку вреда.


\"Не беспокоить\", – прошипела она с сухим треском. \"Без ожеоелья лунных камней, ничто не может причинить мне вред, а мастер-ювелир @aurakami давно разбросал все лунные камни по Хаббитике!\" Задыхаясь, вы отступаете... но вы знаете, что нужно сделать.

", + "questMoonstone1Notes": "

Страшная болезнь поразила жителей страны Habitica. Плохие привычки, давно забытые, как казалось, растут с удвоенной силой. Тарелки лежат немытые, учебники не прочитаны и прокрастинация достигает угрожающего размаха!


Вы проследили, как некоторые из ваших плохих привычек вернулись на Болота застоя и обнаружили виновника: призрачная некромантша, Рецидивина. Вы ринулись вперед, размахивая оружием, но оно проходит сквозь нее, не причиняют призраку вреда.


«Даже не пытайтесь, – прошипела она с сухим треском. – Без ожерелья лунных камней, ничто не может причинить мне вреда, а мастер-ювелир @aurakami давно разбросал все лунные камни по всей стране!» Задыхаясь, вы отступаете... но вы знаете, что нужно делать.

", "questMoonstone1CollectMoonstone": "Лунные камни", "questMoonstone1DropMoonstone2Quest": "Ожерелье лунных камней, часть 2: Некромант Рецидивина (Свиток)", "questMoonstone2Text": "Некромант Рецидивина", - "questMoonstone2Notes": "

Отважный оружейник @Inventrix помог вам сковать зачарованные лунные камни в ожерелье. Теперь вы готовы противостоять Рецидивине, но как только вы зашли в Болота Застоя, страшный холод окутал вас.


Гнилое дыхание прошептало вам на ухо. \"Вернулся? Какая прелесть...\" Вы попятились и сделали выпод, под светом ожерелья лунных камней, ваше оружие поразило твердую плоть. \"Вы еще призовете меня обратно в мир\", – огрызнулась Рецидивина, – \"но сейчас твое время распрощаться с ним!\"

", + "questMoonstone2Notes": "

Отважный оружейник @Inventrix помог вам сковать зачарованные лунные камни в ожерелье. Теперь вы готовы противостоять Рецидивине, но как только вы зашли в Болота застоя, страшный холод окутал вас.


Гнилое дыхание прошептало вам на ухо. «Вернулся? Какая прелесть...» Вы поворачиваетесь и делаете выпад, под светом ожерелья лунных камней, ваше оружие поражает твердую плоть. «Вам, возможно, и удалось призвать меня обратно в мир, – огрызается Рецидивина, – но сейчас время для вас распрощаться с ним!»

", "questMoonstone2Boss": "Некромант", "questMoonstone2DropMoonstone3Quest": "Ожерелье лунных камней, часть 3: Рецидивина трансформировалась (Свиток)", "questMoonstone3Text": "Рецидивина трансформировалась", - "questMoonstone3Notes": "

Рецидивина упала на землю, и вы ударили ее ожерельем лунным камней. К вашему ужасу Рецидивина схватила самоцветы, ее взгляд наполнился торжеством.


\"Глупое создание из плоти!\" – закричала она. \"Эти лунные камни восстановят физическую оболочку, правда, не так, как ты себе представляешь. Как только полная луна появится из темноты – это наполнит меня силой. Из теней я призываю призрак твоего самого страшного врага!\"


Болезненный зеленый туман поднимается из болота, и тело Рецидивины содрогается, принимая форму, которая поднимает в вас волну ужаса, – неживое тело Вайса, ужасного возрожденного.

", - "questMoonstone3Completion": "

Вам становится сложнее дышать, пот щиплет глаза, когда умирает восставший Змей. Остатки Рецидивины рассеиваются в прозрачный серый туман, который быстро уносит освежающий ветерок. Вы слышите отдаленные восторженные крики Хаббитанцев, которые победили свои вредные Привычки раз и навсегда.


@Baconsaur Повелитель зверей приземляется на грифоне. \"Я видел конец вашей битвы с неба, и я был глубоко тронут. Пожалуйста, примите эту зачарованную тунику – ваша храбрость говорит о благородном сердце, и я верю, что вы должны получить ее\".

", + "questMoonstone3Notes": "

Рецидивина падает на землю, и вы наносите ей удар ожерельем лунных камней. К вашему ужасу Рецидивина хватает самоцветы, и ее взгляд наполнился торжеством.


«Глупое создание из плоти!» – кричит она. «Эти лунные камни восстановят мою физическую оболочку, правда, не так, как ты себе представляешь. Как только полная луна появится из темноты – это наполнит меня силой. Из теней я призываю призрак твоего самого страшного врага!»


Болезненно зеленый туман поднимается из болота, и тело Рецидивины содрогается, принимая форму, которая поднимает в вас волну ужаса, – восставшее из мертвых тело Вайса, ужасное, переродившееся.

", + "questMoonstone3Completion": "

Вам становится сложнее дышать, пот щиплет глаза, когда умирает восставший Змей. Останки Рецидивины рассеиваются в бледно-серый туман, который быстро уносится порывом освежающего ветерка. Вы слышите отдаленные восторженные крики Хаббитанцев, которые победили свои вредные привычки раз и навсегда.


Повелитель зверей @Baconsaur приземляется на грифоне. «Я видел конец вашей битвы с неба, и я был глубоко тронут. Пожалуйста, примите эту зачарованную тунику – ваша храбрость говорит о благородном сердце, и я верю, что вы должны получить ее.»

", "questMoonstone3Boss": "Некро-Вайс", "questMoonstone3DropRottenMeat": "Тухлое мясо (еда)", - "questMoonstone3DropZombiePotion": "Зомби Инкубационный эликсир", + "questMoonstone3DropZombiePotion": "Зомби инкубационный эликсир", "questGoldenknight1Text": "Строгий выговор", "questGoldenknight1Notes": "

Золотой Рыцарь должна была наказывать Хаббитанцев за их дела. Не сделали все ваши Ежедневные задания? Пропустили привычку? Она использует это как повод, чтобы прочитать вам нотацию и настаивать, чтобы вы следовали ее примеру. Она яркий образец идеального Хаббитанца, и не смейте возражать. Ладно, это не очень хорошо! Каждый совершает ошибки. Они не должны быть встречены с таким негативом. Наверное, пора вам собрать некоторые свидетельства обиженных Хаббитанцев и сделать Золотому Рыцарю суровый выговор!

", "questGoldenknight1CollectTestimony": "Доказательства", @@ -96,11 +96,11 @@ "questGoldenknight2Boss": "Золотой Рыцарь", "questGoldenknight2DropGoldenknight3Quest": "Золотой Рыцарь, часть 3: Железный Рыцарь (Свиток)", "questGoldenknight3Text": "Железный Рыцарь", - "questGoldenknight3Notes": "

@Jon Arinbjorn пытается привлечь ваше внимание. После битвы новая фигура предстает пред вашим взором. Это закованный в черную сталь рыцарь с обнаженным мечом в руке. И он медленно приближается. \"Нет, отец!\" – кричит ему Золотой Рыцарь, но без толку – новый противник движется вперед. \n\"Прости меня, герой, – сокрушенно говорит Золотой Рыцарь, – я не осознавала, что обратила свои добрые помыслы в жестокость. Но пред тобой мой отец – рыцарь с самым черным и жестоким сердцем. Если ты не сразишь его, то все мы обречены! Вот! Возьми мой верный моргенштерн и победи Железного Рыцаря!\"

", - "questGoldenknight3Completion": "

С лязгом и звоном Железный Рыцарь падает на колени. \"Ты силён, – выдыхает он, – я сражен и унижен.\" Золотой Рыцарь приближается к вам. \"Благодарю тебя, герой. Мы извлекли урок из этих событий. Я переговорю с отцом. И, возможно, нам стоит принести свои извинения обитателям страны Habitica.\" Золотой Рыцарь на мгновение задумывается и принимает решение. \"Возьми мой моргенштерн. Он служил мне верой и правдой, так пусть же теперь у него будет более достойный владелец!\"

", + "questGoldenknight3Notes": "

@Jon Arinbjorn пытается привлечь ваше внимание. После битвы новая фигура предстает пред вашим взором. Это закованный в черную сталь рыцарь с обнаженным мечом в руке. И он медленно приближается. «Нет, отец!» – кричит ему Золотой Рыцарь, но без толку – новый противник движется вперед. «Прости меня, герой, – сокрушенно говорит Золотой Рыцарь, – я не осознавала, что обратила свои добрые помыслы в жестокость. Но пред тобой мой отец – рыцарь с самым черным и жестоким сердцем. Если ты не сразишь его, то все мы обречены! Вот! Возьми мой верный моргенштерн и победи Железного Рыцаря!»

", + "questGoldenknight3Completion": "

С лязгом и звоном Железный Рыцарь падает на колени. «Ты силён, – выдыхает он, – я сражен и унижен.» Золотой Рыцарь приближается к вам. «Благодарю тебя, герой. Мы извлекли урок из этих событий. Я переговорю с отцом. И, возможно, нам стоит принести свои извинения обитателям страны Habitica.» Золотой Рыцарь на мгновение задумывается и принимает решение. «Возьми мой моргенштерн. Он служил мне верой и правдой, так пусть же теперь у него будет более достойный владелец!»

", "questGoldenknight3Boss": "Железный Рыцарь", "questGoldenknight3DropHoney": "Мёд (Еда)", - "questGoldenknight3DropGoldenPotion": "Золотой Инкубационный эликсир", + "questGoldenknight3DropGoldenPotion": "Золотой инкубационный эликсир", "questGoldenknight3DropWeapon": "«Рубежи сминающая» булава Мастейна (оружие в левую руку)", "questBasilistText": "Василист", "questBasilistNotes": "На рынке суматоха, да такая, что должна бы заставить вас бежать прочь. Но, будучи отважным искателем приключений, вы, наоборот, спешите на шум и видите Василиста – слившийся воедино список из вороха незавершенных Задач! Оказавшиеся поблизости жители страны Habitica не могут начать работу, они парализованы от страха, видя длину Василиста. Где-то поблизости вы слышите крик @Arcosine: «Быстрее! Выполните Задачи и Ежедневные задания, чтобы обезвредить монстра, пока никто не получил болезненных порезов от бумаги!» Наноси удар скорее, искатель приключений, – выполните одну из своих Задач, но будьте осторожны! Если вы не отметите хотя бы одно из Ежедневных заданий, Василист атакует вас и вашу команду!", @@ -148,8 +148,8 @@ "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": "Позволяет покупать на рынке пингвина в яйце.", @@ -160,7 +160,7 @@ "questStressbeastBossRageDescription": "Когда этот датчик заполнится, Отвратительный Стрессозверь выпустит на страну Habitica ярость своей стресс-атаки!", "questStressbeastDropMammothPet": "Мамонт (Питомец)", "questStressbeastDropMammothMount": "Мамонт (Скакун)", - "questStressbeastBossRageStables": "`Ужасный Стрессозверь использует СТРЕССОВЫЙ УДАР!`\n\nВсплеск стресса восстанавливает здоровье Ужасного Стрессозверя!\n\nО, нет! Несмотря на все наши старания, мы упустили некоторые ежедневные задания из виду и их красный цвет привел Ужасного Стрессозверя в ярость, восполнив его здоровье! Вселяющее ужас создание бросается к Стойлам, но Мэтт, повелитель зверей, по-геройски бросается на защиту питомцев и скакунов. Стрессозверь стискивает Мэтта жесткой хваткой, но, по крайней мере, он отвлекся на какой-то момент. Скорей! Давайте держать наши ежедневные задания в порядке, чтобы победить этого монстра, пока он не атаковал вновь!", + "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Мы должны удвоить наши усилия, но не унывайте – это знак того, что Стрессозверь понимает, что вот-вот будет побежден. Не время сдаваться!", @@ -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": "Желейный Регент", @@ -207,6 +207,12 @@ "questKrakenNotes": "It's a warm, sunny day as you sail across the Inkomplete Bay, but your thoughts are clouded with worries about everything that you still need to do. It seems that as soon as you finish one task, another crops up, and then another...

Suddenly, the boat gives a horrible jolt, and slimy tentacles burst out of the water on all sides! \"We're being attacked by the Kraken of Inkomplete!\" Wolvenhalo cries.

\"Quickly!\" Lemoness calls to you. \"Strike down as many tentacles and tasks as you can, before new ones can rise up to take their place!\"", "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", - "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenDropCuttlefishEgg": "Кальмар (яйцо)", + "questKrakenUnlockText": "Позволяет покупать на рынке кальмара в яйце.", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/ru/settings.json b/common/locales/ru/settings.json index d31a4643fe..40fa82dc1b 100644 --- a/common/locales/ru/settings.json +++ b/common/locales/ru/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Персональное начало суток", "24HrClock": "24-часовой формат", "customDayStartInfo1": "HabitRPG по умолчанию проверяет и сбрасывает ваши ежедневные задачи каждый день в полночь по вашему часовому поясу. Рекомендуем прочитать следующую информацию, прежде чем изменять настройки:", - "customDayStartInfo2": "(больше)", - "customDayStartInfo3": "(меньше)", "customDayStartInfo4": "Выполните все ежедневные задания, прежде чем изменить персональное начало суток или отдохните один день в гостинице. Изменение настройки персонального начала дня может привести к тому, что момент смены суток, или крон, наступит немедленно, но на следующий день все произодет по расписанию.

Учитывайте, что для вступления настроек в силу может потребоваться до двух часов. Например, если смена суток сейчас установлена на 0 часов (полночь), измените этот параметр до 22 часов, если хотите установить его на 21 час, внесите изменения до 19 часов.

Введите час между 0 и 23 (используется 24-часовой формат). Ввести цифру с клавиатуры может быть проще, чем с помощью стрелок. После установки перезагрузите страницу, чтобы убедиться, что отображается новое значение.", "misc": "Разное", "showHeader": "Показывать область персонажа", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "включая ваш старый и новый адреса электронной почты, а также ваш User ID", "username": "Имя пользователя", + "usernameOrEmail": "Имя пользователя или e-mail", "email": "Email", "registeredWithFb": "Зарегистрирован с помощью Facebook", "loginNameDescription1": "Это ваше имя пользователя для входа в HabitRPG. Зайдите в", @@ -113,11 +112,11 @@ "benefits": "Преимущества", "coupon": "Промо", "couponPlaceholder": "Введите Промо Код", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Иногда мы проводим различные мероприятия и раздаем купоны на особую экипировку (например, заглянувшим к нам на стенд на Wondercon)", "apply": "Применить", "resubscribe": "Повторить подписку", "promoCode": "Промокод", "promoCodeApplied": "Промокод принят! Проверьте инвентарь", "promoPlaceholder": "Введите Промокод", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Отображать кнопку приглашения в команду когда в команде 1 человек" } \ No newline at end of file diff --git a/common/locales/ru/spells.json b/common/locales/ru/spells.json index 6b4e302095..05add19403 100644 --- a/common/locales/ru/spells.json +++ b/common/locales/ru/spells.json @@ -41,6 +41,10 @@ "spellSpecialOpaquePotionNotes": "Отменить эффект Зловещих искр", "spellSpecialShinySeedText": "Солнечное семя", "spellSpecialShinySeedNotes": "Превратите друга в радостный цветок!", - "spellSpecialPetalFreePotionText": "Зелье освобождения от лепестков", - "spellSpecialPetalFreePotionNotes": "Отменить эффект Солнечного семени." + "spellSpecialPetalFreePotionText": "Эликсир освобождения от лепестков", + "spellSpecialPetalFreePotionNotes": "Отменить эффект Солнечного семени.", + "spellSpecialSeafoamText": "Морская пена", + "spellSpecialSeafoamNotes": "Превратите друга в морское животное!", + "spellSpecialSandText": "Песок", + "spellSpecialSandNotes": "Отменить эффект морской пены." } \ No newline at end of file diff --git a/common/locales/ru/subscriber.json b/common/locales/ru/subscriber.json index 4de00711f6..537b460342 100644 --- a/common/locales/ru/subscriber.json +++ b/common/locales/ru/subscriber.json @@ -3,17 +3,17 @@ "subscriptions": "Подписки", "subDescription": "Отключение рекламы, покупка самоцветов за золото, таинственный предмет каждый месяц, сохранение истории достижений, удвоение предела выпадения предметов, поддержка разработчиков. Нажмите, чтобы узнать больше.", "disableAds": "Отключение рекламы", - "disableAdsText": "Ads are disabled while you have an active subscription (original donors are grandfathered).", + "disableAdsText": "Пользователям, имеющим активную подписку, реклама не отображается (реклама никогда не будет отображаться пользователям, сделавшим пожертвование до системы подписок).", "buyGemsGold": "Возможность покупки самоцветов за золото", - "buyGemsGoldText": "Alexander the Merchant will sell you gems at a cost of <%= gemCost %> gold per gem. His monthly shipments are initially capped at <%= gemLimit %> gems per month, but this cap increases by 5 gems for every three months of consecutive subscription, up to a maximum of 50 gems per month!", + "buyGemsGoldText": "Торговец Alexander продаст вам самоцветы за <%= gemCost %> золота за штуку. Каждый месяц он может продать не более <%= gemLimit %> самоцветов, но этот предел может быть увеличен на 5 за каждые три месяца непрерывной подписки вплоть до 50 самоцветов в месяц.", "retainHistory": "Сохранение подробной истории", "retainHistoryText": "Вся история становится доступна для просмотра в виде графиков и экспорта. История пользователей, не оформивших подписку, консолидируется для оптимизации базы данных.", "doubleDrops": "Увеличение дневного предела выпадения предметов в 2 раза", "doubleDropsText": "Заполните стойла быстрее!", "mysteryItem": "Уникальные ежемесячные предметы для подписчиков", - "mysteryItemText": "Each month you will receive a unique cosmetic item for your avatar! Plus, for every three months of consecutive subscription, the Mysterious Time Travelers will grant you access to historic (and futuristic!) cosmetic items.", + "mysteryItemText": "За каждый месяц вы получите уникальное украшение для своего аватара. А за каждые 3 месяца непрерывной подписки Мистические Путешественники во Времени подарят вам историческое (или футуристическое) украшение.", "supportDevs": "Поддержка разработки", - "supportDevsText": "Your subscription helps keep Habitica thriving and helps fund the development of new features. Thank you for your generosity!", + "supportDevsText": "Ваша подписка помогает стране Habitica развиваться и разрабатывать новые идеи. Спасибо за вашу щедрость!", "monthUSD": "долларов США в месяц", "organization": "Организация", "groupPlans": "Корпоративные планы", diff --git a/common/locales/ru/tasks.json b/common/locales/ru/tasks.json index f25249fada..b8435cec9b 100644 --- a/common/locales/ru/tasks.json +++ b/common/locales/ru/tasks.json @@ -16,13 +16,14 @@ "checklist": "Список", "checklistText": "Разбейте задание на меньшие подзадачи! Выполнение подзадач увеличит получаемое количество опыта и золота за Задания, а также уменьшит урон, наносимый Ежедневными заданиями.", "expandCollapse": "Развернуть/свернуть", - "text": "Title", + "text": "Заголовок", "extraNotes": "Дополнительные заметки", "direction/Actions": "Направление/Действия", "advancedOptions": "Дополнительные параметры", "difficulty": "Сложность", "difficultyHelpTitle": "Насколько трудно это задание?", "difficultyHelpContent": "Чем сложнее задание, тем больше опыта и золота вы зарабатываете при его выполнении... однако более сложные вредные привычки и пропущенные ежедневные задания наносят вам больше урона!", + "trivial": "Пустяк", "easy": "Легко", "medium": "Нормально", "hard": "Сложно", @@ -36,18 +37,18 @@ "newDailyBulk": "Новые ежедневные задания (по одному на строку)", "streakCounter": "Счетчик серии", "repeat": "Повтор", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", - "days": "Days", + "repeatEvery": "Повторять каждый", + "repeatDays": "Каждые N дней", + "repeatWeek": "В определенные дни недели", + "day": "-й день", + "days": "-й день", "restoreStreak": "Восстановить серию", "todos": "Задачи", "newTodo": "Новая задача", "newTodoBulk": "Новые задачи (по одной на строку)", "dueDate": "Выполнить до", "remaining": "Активные", - "complete": "Завершенные", + "complete": "Сделано", "dated": "С датой", "due": "Открытые", "grey": "Серые", @@ -65,9 +66,9 @@ "clearTags": "Очистить", "hideTags": "Скрыть", "showTags": "Показать", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", - "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", + "startDate": "Дата начала", + "startDateHelpTitle": "Когда это задание должно начаться?", + "startDateHelp": "Задайте дату, в этот день задание вступит в силу. Ранее оно будет недоступно.", "streakName": "Достижения серии", "streakText": "Количество 21-дневных серий выполненных подряд ежедневных заданий: <%= streaks %>", "streakSingular": "Серии", @@ -87,22 +88,22 @@ "pushTaskToBottom": "Переместить задание вниз", "emptyTask": "Сначала введите название задания.", "dailiesRestingInInn": "Вы отдыхаете в Гостинице! Пропущенные Ежедневные задания НЕ причинят вам вреда в конце сегодняшнего дня, но отметки об их выполнении БУДУТ сбрасываться каждый день. Если ваша Команда участвует к квесте, вы не будете наносить урон / находить предметы, пока не покинете Гостиницу. В то же время Босс все же будет наносить урон вам за Ежедневные задания, пропущенные вашими товарищами по Команде.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", - "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", - "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", - "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", - "dailyHelp4": "To change when your day rolls over, go to <%= linkStart %> Settings > Site<%= linkEnd %> > Custom Day Start.", - "dailyHelp5": "For inspiration, check out these sample Dailies!", - "toDoHelp1": "To-Dos start yellow, and get redder (more valuable) the longer it takes to complete them.", - "toDoHelp2": "To-Dos never hurt you! They only award Gold and Experience.", + "habitHelp1": "Полезные привычки – это то, что вы делаете часто. За них вы получаете золото и опыт после каждого нажатия на <%= plusIcon %>.", + "habitHelp2": "Вредные привычки – это действия, которых вы хотите избежать. Они наносят вам урон после каждого нажатия на <%= minusIcon %>.", + "habitHelp3": "Ищете вдохновения? Посмотрите примеры привычек!", + "newbieGuild": "Остались вопросы? Задайте их в <%= linkStart %>Гильдии новичков<%= linkEnd %>!", + "dailyHelp1": "Ежедневные задания повторяются <%= emphasisStart %>каждый день<%= emphasisEnd %>, если в этот день они действуют. Нажмите <%= pencilIcon %>, чтобы изменить дни действия ежедневных заданий.", + "dailyHelp2": "Если вы не завершите активные ежедневные задания, в конце дня вы потеряете здоровье.", + "dailyHelp3": "Ежедневные задания становятся <%= emphasisStart %>красными<%= emphasisEnd %>, когда вы их пропускаете, и <%= emphasisStart %>синими<%= emphasisEnd %>, когда выполняете. Чем насыщеннее красный цвет задания, тем большую награду... или ущерб вы за него получите.", + "dailyHelp4": "Чтобы изменить время окончания вашего дня, откройте <%= linkStart %> Настройки > Сайт<%= linkEnd %> > Персональное начало суток.", + "dailyHelp5": "Ищете вдохновения? Посмотрите примеры ежедневных заданий!", + "toDoHelp1": "Задачи изначально желтые и краснеют (их стоимость повышается) тем сильнее, чем больше времени вам требуется на их завершение. ", + "toDoHelp2": "Задачи не наносят вам ущерба! Они только приносят золото и опыт.", "toDoHelp3": "Breaking a To-Do down into a checklist of smaller items will make it less scary, and will increase your points!", - "toDoHelp4": "For inspiration, check out these sample To-Dos!", - "rewardHelp1": "The Equipment you buy for your avatar is stored in <%= linkStart %>Inventory > Equipment<%= linkEnd %>.", - "rewardHelp2": "Equipment affects your stats (<%= linkStart %>Avatar > Stats<%= linkEnd %>).", + "toDoHelp4": "Ищете вдохновения? Посмотрите примеры задач!", + "rewardHelp1": "Купленное вами снаряжение хранится здесь: <%= linkStart %>Инвентарь > Снаряжение<%= linkEnd %>.", + "rewardHelp2": "Снаряжение влияет на ваши характеристики (<%= linkStart %>Пользователь > Характеристики<%= linkEnd %>).", "rewardHelp3": "Special equipment will appear here during World Events.", - "rewardHelp4": "Don't be afraid to set custom Rewards! Check out some samples here.", - "clickForHelp": "Click for help" + "rewardHelp4": "Не бойтесь назначать себе персональные награды! Посмотрите примеры наград здесь.", + "clickForHelp": "Помощь" } \ No newline at end of file diff --git a/common/locales/sk/backgrounds.json b/common/locales/sk/backgrounds.json index d2e5ab9435..a3c1369e63 100644 --- a/common/locales/sk/backgrounds.json +++ b/common/locales/sk/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/sk/challenge.json b/common/locales/sk/challenge.json index 0a48a07ad6..e45c6fe2e4 100644 --- a/common/locales/sk/challenge.json +++ b/common/locales/sk/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/sk/character.json b/common/locales/sk/character.json index ccddb4fb59..9acdd3c733 100644 --- a/common/locales/sk/character.json +++ b/common/locales/sk/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastelové pokožky", "spookySkins": "Strašidelné pokožky", "supernaturalSkins": "Nadprirodzené pokožky", + "splashySkins": "Splashy Skins", "rainbowColors": "Dúhové farby", "shimmerColors": "Trblietavé farby", "hauntedColors": "Strašidelné farby", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/sk/content.json b/common/locales/sk/content.json index 326f9951f5..36e29a91e5 100644 --- a/common/locales/sk/content.json +++ b/common/locales/sk/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "woolly", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Nájdi liahoxír, ktorý vyleješ na vajíčko, a vyliahne sa z neho <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Základný", "hatchingPotionWhite": "Biely", diff --git a/common/locales/sk/gear.json b/common/locales/sk/gear.json index 54595ecf63..9048cad1e7 100644 --- a/common/locales/sk/gear.json +++ b/common/locales/sk/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/sk/generic.json b/common/locales/sk/generic.json index 8f935e0d15..1e021760d7 100644 --- a/common/locales/sk/generic.json +++ b/common/locales/sk/generic.json @@ -54,6 +54,8 @@ "gems": "Drahokamy", "gemButton": "You have <%= number %> Gems.", "moreInfo": "Viac informácií", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veterán", "veteranText": "Je ošľahaný Habitom Šedým (naša stránka pred Angularom), a utŕžil veľa jaziev z boja s krvilačnými bugmi.", diff --git a/common/locales/sk/groups.json b/common/locales/sk/groups.json index cbc785ba09..44e6d1d31f 100644 --- a/common/locales/sk/groups.json +++ b/common/locales/sk/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/sk/limited.json b/common/locales/sk/limited.json index 333d4d91a2..6e89c88284 100644 --- a/common/locales/sk/limited.json +++ b/common/locales/sk/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Got spooked <%= spookDust %> times by party members.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Got transformed into a flower <%= seeds %> times by party members.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Valentínka", "valentineCardNotes": "Send a Valentine's Day card to a party member.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/sk/pets.json b/common/locales/sk/pets.json index 4c1f4042e1..a8a8fbd7c6 100644 --- a/common/locales/sk/pets.json +++ b/common/locales/sk/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Garnát", "mammoth": "Woolly Mammoth", + "orca": "Orca", "rarePetPop1": "Ak chceš vedieť, ako môžeš získať vzácne zvieratko vďaka prispevaniu do HabitRPG, klikni na zlatú packu.", "rarePetPop2": "Ako získam toto zvieratko?", "potion": "<%= potionType %> liahoxír", diff --git a/common/locales/sk/questscontent.json b/common/locales/sk/questscontent.json index 30b9858421..e858d35474 100644 --- a/common/locales/sk/questscontent.json +++ b/common/locales/sk/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/sk/settings.json b/common/locales/sk/settings.json index 49d973eab1..8fcce9472c 100644 --- a/common/locales/sk/settings.json +++ b/common/locales/sk/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Vlastný začiatok dňa", "24HrClock": "24-hodinový formát hodí", "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:", - "customDayStartInfo2": "(show more)", - "customDayStartInfo3": "(show less)", "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.", "misc": "Rôzne", "showHeader": "Zobraziť záhlavie", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Prihlasovacie meno", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Registrovať pomocou Facebook účtu", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", diff --git a/common/locales/sk/spells.json b/common/locales/sk/spells.json index 98b1abc876..05d514f503 100644 --- a/common/locales/sk/spells.json +++ b/common/locales/sk/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/sk/tasks.json b/common/locales/sk/tasks.json index f60777900c..12a9343ccd 100644 --- a/common/locales/sk/tasks.json +++ b/common/locales/sk/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Obtiažnosť", "difficultyHelpTitle": "Ako náročná je úloha?", "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!", + "trivial": "Trivial", "easy": "Ľahké", "medium": "Stredné", "hard": "Ťažké", diff --git a/common/locales/sr/backgrounds.json b/common/locales/sr/backgrounds.json index 6d0eb80c77..a6e5f16239 100644 --- a/common/locales/sr/backgrounds.json +++ b/common/locales/sr/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Svetlucavi balončići", "backgroundShimmeryBubblesNotes": "Plovite kroz more Svetlucavih balončića", "backgroundIslandWaterfallsText": "Ostrvski vodopadi", - "backgroundIslandWaterfallsNotes": "Otiđite na izlet kod Ostrvskih vodopada" + "backgroundIslandWaterfallsNotes": "Otiđite na izlet kod Ostrvskih vodopada", + "backgrounds072015": "Komplet 14: jul 2015.", + "backgroundDilatoryRuinsText": "Ruševine Neproduktivnosti", + "backgroundDilatoryRuinsNotes": "Zaronite do ruševina Neproduktivnosti.", + "backgroundGiantWaveText": "Ogromni talas", + "backgroundGiantWaveNotes": "Surfujte na ogromnom talasu!", + "backgroundSunkenShipText": "Potopljeni brod", + "backgroundSunkenShipNotes": "Istražite potopljeni brod." } \ No newline at end of file diff --git a/common/locales/sr/challenge.json b/common/locales/sr/challenge.json index 91f15a44b1..ef83096544 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": "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.", + "challengeDiscription": "Ovo su zadaci izazova, koji će biti dodati na Vaš spisak zadataka ako se pridružite ovom izazovu. Korisnicima koji ostvare napredak promeniće se boja i dobiće grafikone na kojima možete pratiti uspeh grupe.", "hows": "Kako nam ide?", "filter": "Filter", "groups": "Grupe", @@ -33,8 +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": "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.", + "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.", + "prizePopTavern": "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, a nagrade za izazove u Krčmi neće Vam biti vraćene ako izazove otkažete.", "publicChallenges": "Minimalno 1 dragulj za javne izazove . Pomaže da se spreči spam (zaista pomaže).", "officialChallenge": "Zvanični HabitRPG izazov", "by": "Izazivač: ", @@ -44,15 +44,16 @@ "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.", + "sureDelChaTavern": "Jeste li sigurni da želite da obrišete izazov? Dragulji Vam neće biti vraćeni.", "removeTasks": "Obriši zadatak", "keepTasks": "Zadrži zadatak", "closeCha": "Zatvori izazov i...", "leaveCha": "Napusti izazov i...", - "challengedOwnedFilterHeader": "Ownership", - "challengedOwnedFilter": "Owned", - "challengedNotOwnedFilter": "Not Owned", - "challengedEitherOwnedFilter": "Either", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "challengedOwnedFilterHeader": "Vlasništvo", + "challengedOwnedFilter": "Sa vlasnikom", + "challengedNotOwnedFilter": "Bez vlasnika", + "challengedEitherOwnedFilter": "Oba", + "backToChallenges": "Povratak na sve izazove", + "prizeValue": "Nagrada: <%= gemcount %> <%= gemicon %>", + "clone": "Klon" } \ No newline at end of file diff --git a/common/locales/sr/character.json b/common/locales/sr/character.json index 4f1d18735b..cebb0bbf3e 100644 --- a/common/locales/sr/character.json +++ b/common/locales/sr/character.json @@ -7,7 +7,7 @@ "displayName": "Pseudonim", "displayPhoto": "Fotografija", "displayBlurb": "Komentar", - "displayBlurbPlaceholder": "Please introduce yourself", + "displayBlurbPlaceholder": "Predstavite se", "photoUrl": "Link fotografije", "imageUrl": "Link slike", "inventory": "Inventar", @@ -39,6 +39,7 @@ "pastelSkins": "Pastelne boje kože", "spookySkins": "Zastrašujuće kože", "supernaturalSkins": "Natprirodne kože", + "splashySkins": "Splashy Skins", "rainbowColors": "Boje duge", "shimmerColors": "Svetlucave boje", "hauntedColors": "Sablasne kože", @@ -49,10 +50,12 @@ "classBonusText": "Vaša klasa (ako još niste otključali i odabrali klasu, onda ste Ratnik) bolje se snalazi sa svojom opremom, nego sa opremom drugih klasa. Kad nosite opremu namenjenu Vašoj klasi, uvećavate njene bonus osobine za 50%.", "classEquipBonus": "Bonus klase", "battleGear": "Borbena oprema", - "battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.", + "battleGearText": "Oprema u kojoj se borite. Utiče na interakciju sa zadacima.", "costume": "Kostim", "costumeText": "Ako niste zadovoljni izgledom svoje opreme, izaberite „Koristi kostim“ da biste obukli kostim preko borbene opreme.", "useCostume": "Kostim", + "useCostumeInfo1": "Ako je opcija „Kostim” aktivirana, Vaš avatar može da nosi opremu koja neće uticati na karakteristike borbene opreme! Drugim rečima, možete da odaberete najjaču opremu sa leve strane, a sa desne da da podesite izgled svog avatara.", + "useCostumeInfo2": "Kad aktivirate opciju „Kostim”, Vaš avatar će izgledati sasvim obično... ali ne brinite! Na levoj strani možete videti da ste još uvek obučeni u borbenu opremu. Oprema koju odaberete sa desne strane neće uticati na Vaše karakteristike, ali će promeniti izgled avatara. Isprobajte razne kombinacije, uskladite kostime sa zverima i pozadinama.

Ako imate nedoumica, potražite odgovore na wiki stranici Kostimi. Kad osmislite zanimljivu kombinaciju opreme, pokažite je drugim igračima na stranici Costume Carnival udruženja, ili u Krčmi.", "gearAchievement": "Osvojili ste odlikovanje „Vrhunska oprema“ jer ste obukli najjaču opremu za svoju klasu!", "moreGearAchievements": "Ako promenite klasu i kupite opremu za svoju novu klasu, dobićete još odlikovanja za Vrhunsku opremu.", "armoireUnlocked": "Otključali ste Začarani kredenac! Klikom na nagradu Začarani kredenac možete dobiti posebnu opremu. Imate i šansu da dobijete iskustvo ili hranu.", @@ -117,7 +120,7 @@ "rogueText": "Odmetnici vole da skupljaju blago više nego bilo koja druga klasa. Dobijaju više zlata i vešto pronalaze predmete. Zahvaljujući veštini u Šunjanju mogu da izbegnu posledice propuštanja Svakodnevnih zadataka. Postanite odmetnik ako Vas motivišu nagrade i odlikovanja i ako želite mnogo plena i bedževa.", "healerText": "Vidari su zaštićeni od povreda i pružaju tu zaštitu drugima. Ne brinu mnogo zbog propuštenih Svakodenvnih zadataka i loših Navika, jer umeju da nadoknade izgubljeno zdravlje. Postanite Vidar ako želite da pomažete svojim saigračima, ili ako Vam se dopada zamisao da marljivim radom prevarite Smrt.", "optOut": "Odložiti", - "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.", + "optOutText": "Ne želite sad da razmišljate o klasama? Odložite odabir klase za kasnije. U međuvremenu, bićete Ratnik i nećete imati nikakve posebne veštine. Klasu možete odabrati na stranici Koristnik -> Karakteristike.", "select": "Izabrati", "stealth": "Šunjanje", "stealthNewDay": "Kad počne novi dan, izbeći ćete primanje štete za ovoliko propuštenih Svakodnevnih zadataka.", @@ -141,10 +144,10 @@ "unequipCostume": "Skinuti kostim", "unequipPetMountBackground": "Ukloniti zver, pozadinu", "animalSkins": "Životinjske kože", - "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", - "healerWiki": "Healer", - "chooseClassLearn": "Learn more about classes" + "chooseClassHeading": "Odaberite Klasu! Ili odložite odluku za kasnije.", + "warriorWiki": "Ratnik", + "mageWiki": "Čarobnjak", + "rogueWiki": "Odmetnik", + "healerWiki": "Vidar", + "chooseClassLearn": "Informacije o klasama" } \ No newline at end of file diff --git a/common/locales/sr/content.json b/common/locales/sr/content.json index 66981488b6..83733ccd9e 100644 --- a/common/locales/sr/content.json +++ b/common/locales/sr/content.json @@ -1,10 +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!", + "armoireText": "Začarani kredenac", + "armoireNotesFull": "Kad otvorite Začarani kredenac, možete dobijete posebnu opremu, iskustvo, ili hranu! Preostala oprema:", + "armoireLastItem": "Našli ste svu retku opremu u Zalaranom kredencu.", + "armoireNotesEmpty": "U kredencu se svakog meseca pojavljuje nova oprema. U međuvremenu, možete da dobijate hranu i iskustvo.", "dropEggWolfText": "Vuk", "dropEggWolfAdjective": "odani", "dropEggTigerCubText": "Mladunče tigra", @@ -62,8 +62,10 @@ "questEggSlimeAdjective": "slatki", "questEggSheepText": "Ovca", "questEggSheepAdjective": "vunasta", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggCuttlefishText": "Sipa", + "questEggCuttlefishAdjective": "umiljata", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "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/defaulttasks.json b/common/locales/sr/defaulttasks.json index b0166a6992..2887e3aa6e 100644 --- a/common/locales/sr/defaulttasks.json +++ b/common/locales/sr/defaulttasks.json @@ -1,9 +1,9 @@ { - "defaultHabit1Text": "Productive Work (Click the pencil to edit)", - "defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work", - "defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)", + "defaultHabit1Text": "Produktivan rad (kliknite na olovku da izmenite zadatak)", + "defaultHabit1Notes": "Primeri dobrih navika: +Jedi povrće +15 minuta produktivnog rada", + "defaultHabit2Text": "Brza Hrana (kliknite na olovku da izmenite zadatak)", "defaultHabit2Notes": "Primeri Loših navika: -Pušenje -Odugovlačenje", - "defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)", + "defaultHabit3Text": "Penjati se stepenicama/ići liftom(kliknite na olovku da izmenite zadatak)", "defaultHabit3Notes": "Primeri Dobrih ili loših navika: +/- Popeti se stepenicama/Voziti se liftom ; +/- Piti vodu/kolu", "defaultDaily1Text": "1h rada na ličnom projektu", "defaultDaily1Notes": "Svi zadaci su žuti kad ih napravite. To znači da će Vam naneti umerenu štetu kad ih propustite i da ćete dobiti umerene nagrade kad ih završite.", @@ -31,7 +31,7 @@ "defaultTodo4Checklist2": "podesite težinu zadatka u Naprednim postavkama", "defaultTodo4Checklist3": "ako želite, podesite rok", "defaultTodo5Text": "Organizujte Družinu sa prijateljima (Zajednica > Družina)", - "defaultReward1Text": "15 minute break", + "defaultReward1Text": "Pauza 15 minuta", "defaultReward1Notes": "Možete sami napraviti nagrade kakve Vam odgovaraju. Neki odlučuju da odlože gledanje omiljene serije dok ne prikupe dovoljno zlata da je plate.", "defaultReward2Text": "Torta", "defaultReward2Notes": "Neko jednostavno voli da pojede parče torte. Napravite nagrade koje će Vas motivisati.", diff --git a/common/locales/sr/front.json b/common/locales/sr/front.json index e30632f4a2..dcb938f399 100644 --- a/common/locales/sr/front.json +++ b/common/locales/sr/front.json @@ -173,9 +173,9 @@ "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.", - "reportAccountProblems": "Report Account Problems", - "reportCommunityIssues": "Report Community Issues", - "generalQuestionsSite": "General Questions about the Site", + "reportAccountProblems": "Prijavite problem sa nalogom", + "reportCommunityIssues": "Prijavite problem u Zajednici", + "generalQuestionsSite": "Pitanja o sajtu", "businessInquiries": "Business Inquiries", "merchandiseInquiries": "Merchandise Inquiries", "marketingInquiries": "Marketing/Social Media Inquiries" diff --git a/common/locales/sr/gear.json b/common/locales/sr/gear.json index bc705053e3..9ba9ee257a 100644 --- a/common/locales/sr/gear.json +++ b/common/locales/sr/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "Ovaj plavi mineral simbol je sreće, zadovoljstva i večne produktivnosti. Ne daje nikakav bonus. Predmet za pretplatnike mart 2015.", "armorMystery201504Text": "Odora vredne pčelice", "armorMystery201504Notes": "Radite vredno kao pčela u ovoj otmenoj odori! Ne daje nikakav bonus. Predmet za pretplatnike april 2015.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Stimpank odelo", "armorMystery301404Notes": "Kicoško i zanosno! Ne daje nikakav bonus. Predmet za pretplatnike februar 3015..", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Sigurno ne planirate ništa nezakonito. Ne daje nikakav bonus. Predmet iz specijalne kolekcije povodom konvencije.", "eyewearMystery201503Text": "Akvamarinske Naočare", "eyewearMystery201503Notes": "Nemojte se ubosti u oko ovim svetlucajućim draguljima! Ne daje nikakav bonus. Predmet za pretplatnike mart 2015.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Zaštitne naočare za oči", "eyewearMystery301404Notes": "Nema elegantnijeg aksesoara za lice od zaštitnih naočara - osim možda monokla. Ne daje nikakav bonus. Predmet za pretplatnike april 3015.", "eyewearMystery301405Text": "Monokl", diff --git a/common/locales/sr/generic.json b/common/locales/sr/generic.json index 3d99c03359..f07e552870 100644 --- a/common/locales/sr/generic.json +++ b/common/locales/sr/generic.json @@ -54,6 +54,8 @@ "gems": "Dragulji", "gemButton": "Imate <%=number %> dragulja.", "moreInfo": "Više informacija", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veteran", "veteranText": "Korisnik je pokazao veliku istrajnost u borbi na Habit The Gray (našem sajtu pre prelaska na Angular), i primio mnogo ožiljaka od bagova.", diff --git a/common/locales/sr/groups.json b/common/locales/sr/groups.json index 58c985916e..23365b17d2 100644 --- a/common/locales/sr/groups.json +++ b/common/locales/sr/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/sr/limited.json b/common/locales/sr/limited.json index fda982f516..146bbf156d 100644 --- a/common/locales/sr/limited.json +++ b/common/locales/sr/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Članovi družine uplašili su Vas <%= spookDust %> puta.", "agriculturalFriends": "Prijatelji zemljoradnici", "agriculturalFriendsText": "Članovi družine pretvorili su Vas u cvet <%= seeds %> puta.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Čestitka za dan zaljubljenih", "valentineCardNotes": "Pošaljite članu družine čestitku za Dan zaljubljenih.", "valentine0": "\"Roses are red<%= lineBreak %>My Dailies are blue<%= lineBreak %>I'm happy that I'm<%= lineBreak %>In a Party with you!\"", diff --git a/common/locales/sr/pets.json b/common/locales/sr/pets.json index b5bfdfb683..0dda00cf8f 100644 --- a/common/locales/sr/pets.json +++ b/common/locales/sr/pets.json @@ -13,6 +13,7 @@ "hydra": "Hidra", "mantisShrimp": "Ustonožac", "mammoth": "Čupavi mamut", + "orca": "Orca", "rarePetPop1": "Kliknite na zlatnu šapu da saznate kako da nabavite ovu retku zver!", "rarePetPop2": "Kako nabaviti ovu zver!", "potion": "<%= potionType %> napitak", diff --git a/common/locales/sr/questscontent.json b/common/locales/sr/questscontent.json index 312c068c5d..bbf97f9508 100644 --- a/common/locales/sr/questscontent.json +++ b/common/locales/sr/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/sr/settings.json b/common/locales/sr/settings.json index f1353bd75d..48edbdbb9c 100644 --- a/common/locales/sr/settings.json +++ b/common/locales/sr/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Vreme početka dana", "24HrClock": "24-časovni format", "customDayStartInfo1": "HabitRPG je automatski podešen da u ponoć proveri stanje svakodnevnih zadataka i spremi ih za sledeći dan. Savetujemo Vam da pročitate sledeće informacije pre nego što to promenite:", - "customDayStartInfo2": "(više informacija)", - "customDayStartInfo3": "(manje informacija)", "customDayStartInfo4": "Uradite sve svakodnevne zadatke pre nego što izmenite Vreme početka dana ili se prijavite u Gostionicu i ostanite tamo do kraja dana. Promena vremena početka dana može dovesti do toga da Cron odmah bude pokrenut, ali posle prvog dana sve će raditi normalno.

Može biti potrebno i do 2 sata da promene sistem prihvati promene. Na primer, ako je početak dana trenutno podešen na 0 (ponoć), promenite ga pre 10 uveče; ako želite da ga pomerite na 9 uveče, uradite to pre 7.

Unesite vrednost između 0 i 23 (24-časovni format). Biće bolje ako otkucate broj, nego ako budete koristili strelice na tastaturi. Kad promenite vrednost, učitajte stranicu ponovo i proverite da li prikazuje novu vrednost.", "misc": "Ostalo", "showHeader": "Prikazati zaglavlje", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "sa svojom novom i starom adresom, i sa svojim UID kodom.", "username": "Korisničko ime", + "usernameOrEmail": "Korisničko ime ili imejl-adresa", "email": "E-mail adresa", "registeredWithFb": "Prijava / Registracija preko Facebook-a", "loginNameDescription1": "Ovo koristite da se prijavite na HabitRPG. Idite na", @@ -113,11 +112,11 @@ "benefits": "Prednosti", "coupon": "Kupon", "couponPlaceholder": "Unesite kod sa kupona", - "couponText": "We sometimes have events and give out coupon codes for special gear. (eg, those who stop by our Wondercon booth)", + "couponText": "Na skupovima ponekad delimo kupone sa kodovima za specijalnu opremu. (npr. na Wondercon-u)", "apply": "Primeniti", "resubscribe": "Obnoviti pretplatu", "promoCode": "Kupon", "promoCodeApplied": "Kupon je aktiviran! Pogledajte u svoj inventar", "promoPlaceholder": "Unesite kod sa kupona", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "Prikazati opciju „Pozvati u družinu” kad družina ima 1 člana." } \ No newline at end of file diff --git a/common/locales/sr/spells.json b/common/locales/sr/spells.json index 05f7604cb6..d9c4473d3f 100644 --- a/common/locales/sr/spells.json +++ b/common/locales/sr/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Svetlucava semenka", "spellSpecialShinySeedNotes": "Pretvorite prijatelja u veseli cvet!", "spellSpecialPetalFreePotionText": "Napitak za skidanje latica", - "spellSpecialPetalFreePotionNotes": "Poništite efekat Svetlucave semenke." + "spellSpecialPetalFreePotionNotes": "Poništite efekat Svetlucave semenke.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/sr/tasks.json b/common/locales/sr/tasks.json index 1d6a2af1f4..2860e159b2 100644 --- a/common/locales/sr/tasks.json +++ b/common/locales/sr/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Težina", "difficultyHelpTitle": "Koliko je težak ovaj zadatak?", "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!", + "trivial": "Trivial", "easy": "Lako", "medium": "Normalno", "hard": "Teško", diff --git a/common/locales/sv/backgrounds.json b/common/locales/sv/backgrounds.json index 3054553781..2c6f9b6242 100644 --- a/common/locales/sv/backgrounds.json +++ b/common/locales/sv/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/sv/challenge.json b/common/locales/sv/challenge.json index cca05f4af7..15d81a00c1 100644 --- a/common/locales/sv/challenge.json +++ b/common/locales/sv/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/sv/character.json b/common/locales/sv/character.json index f9e52e7f6b..847e5c07f9 100644 --- a/common/locales/sv/character.json +++ b/common/locales/sv/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Pastellfärgade hudtyper", "spookySkins": "Spöklika hudtyper", "supernaturalSkins": "Övernaturliga hudtyper", + "splashySkins": "Splashy Skins", "rainbowColors": "Regnbågsfärger", "shimmerColors": "Skimrande färger", "hauntedColors": "Spöklika färger", @@ -53,6 +54,8 @@ "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", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/sv/content.json b/common/locales/sv/content.json index a73db6c227..9aff80bbc5 100644 --- a/common/locales/sv/content.json +++ b/common/locales/sv/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "ulligt", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Finn en kläckningsdryck att hälla på det här ägget, så kommer det att kläckas till<%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Standard", "hatchingPotionWhite": "Vit", diff --git a/common/locales/sv/gear.json b/common/locales/sv/gear.json index b23035dc8d..68de1fe8ef 100644 --- a/common/locales/sv/gear.json +++ b/common/locales/sv/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk-dräkt", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "Your motives are definitely legitimate. Confers no benefit. Special Edition Convention Item.", "eyewearMystery201503Text": "Aquamarine Eyewear", "eyewearMystery201503Notes": "Bli inte petad i ögat av de här shimrande juvelerna! Ger ingen fördel. Mars 2015 prenumerantobjekt.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "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 6b2dbc158b..f37f67c9c1 100644 --- a/common/locales/sv/generic.json +++ b/common/locales/sv/generic.json @@ -54,6 +54,8 @@ "gems": "Juveler", "gemButton": "Du har <%= number %> juveler.", "moreInfo": "Mer Info", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Veteran", "veteranText": "Har uthärdat Habit Den Grå (vår hemsida innan Angular) och har samlat på sig många krigsärr från dess buggar.", diff --git a/common/locales/sv/groups.json b/common/locales/sv/groups.json index 6670352253..f031e3d7f0 100644 --- a/common/locales/sv/groups.json +++ b/common/locales/sv/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/sv/limited.json b/common/locales/sv/limited.json index 3245160214..53953b9dbb 100644 --- a/common/locales/sv/limited.json +++ b/common/locales/sv/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Blev skrämd <%= spookDust %> gånger av sällskapsmedlemmar.", "agriculturalFriends": "Agricultural Friends", "agriculturalFriendsText": "Transformerades till en blomma <%= seeds %> gånger av sällskapsmedlemmar.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Alla Hjärtans Dag-kort", "valentineCardNotes": "Skicka ett Alla Hjärtans Dag-kort till en sällskapsdeltagare.", "valentine0": "\"Rosor är röda<%= lineBreak %>mina Dagliga blå.<%= lineBreak %>Jag är glad att vi är<%= lineBreak %>i samma sällskap, vi två!\"", diff --git a/common/locales/sv/pets.json b/common/locales/sv/pets.json index 42bc26aaf6..449f8e4165 100644 --- a/common/locales/sv/pets.json +++ b/common/locales/sv/pets.json @@ -13,6 +13,7 @@ "hydra": "Hydra", "mantisShrimp": "Mantis Räka", "mammoth": "Ullig mammut", + "orca": "Orca", "rarePetPop1": "Tryck på den gyllene tassen för att lära dig mer om hur du kan erhålla detta sällsynta husdjur genom att bidra till HabitRPG.", "rarePetPop2": "Hur du får detta husdjur!", "potion": "<%= potionType %> Dryck", diff --git a/common/locales/sv/questscontent.json b/common/locales/sv/questscontent.json index d15aad373d..703831c748 100644 --- a/common/locales/sv/questscontent.json +++ b/common/locales/sv/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/sv/settings.json b/common/locales/sv/settings.json index a7fbc0422f..e24665e2c7 100644 --- a/common/locales/sv/settings.json +++ b/common/locales/sv/settings.json @@ -42,8 +42,6 @@ "customDayStart": "Anpassad Dagsstart", "24HrClock": "24h-Klocka", "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:", - "customDayStartInfo2": "(visa mer)", - "customDayStartInfo3": "(visa mindre)", "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.", "misc": "Blandat", "showHeader": "Visa sidhuvud", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "inklusive både din gamla och din nya e-postadress, samt ditt User ID.", "username": "Inloggningsnamn", + "usernameOrEmail": "Login Name or Email", "email": "E-postadress", "registeredWithFb": "Registrerad via Facebook", "loginNameDescription1": "Detta är vad du använder för att logga in med till HabitRPG. Gå till", diff --git a/common/locales/sv/spells.json b/common/locales/sv/spells.json index 2e290b2b8a..13eb456ca0 100644 --- a/common/locales/sv/spells.json +++ b/common/locales/sv/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Transformera en vän till en glad blomma!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/sv/tasks.json b/common/locales/sv/tasks.json index 450a80220e..92110e769c 100644 --- a/common/locales/sv/tasks.json +++ b/common/locales/sv/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Svårighetsgrad", "difficultyHelpTitle": "Hur svår är den här uppgiften?", "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!", + "trivial": "Trivial", "easy": "Lätt", "medium": "Medium", "hard": "Svår", diff --git a/common/locales/uk/backgrounds.json b/common/locales/uk/backgrounds.json index c3517780a8..203abc8129 100644 --- a/common/locales/uk/backgrounds.json +++ b/common/locales/uk/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Мерехтливі бульбашки", "backgroundShimmeryBubblesNotes": "Пропливіть через море Мерехтливих бульбашок.", "backgroundIslandWaterfallsText": "Острів водоспадів", - "backgroundIslandWaterfallsNotes": "Влаштуйте пікнік на Острові водоспадів." + "backgroundIslandWaterfallsNotes": "Влаштуйте пікнік на Острові водоспадів.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/uk/challenge.json b/common/locales/uk/challenge.json index 3ce8fe2288..de3bf0fbfc 100644 --- a/common/locales/uk/challenge.json +++ b/common/locales/uk/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/uk/character.json b/common/locales/uk/character.json index 0c61993ca2..a14b4f68b8 100644 --- a/common/locales/uk/character.json +++ b/common/locales/uk/character.json @@ -39,6 +39,7 @@ "pastelSkins": "Пастельні кольори", "spookySkins": "Моторошні кольори", "supernaturalSkins": "Надзвичайні шкірні покриття", + "splashySkins": "Splashy Skins", "rainbowColors": "Кольори веселки", "shimmerColors": "Мерехтячі кольри", "hauntedColors": "Примарні кольори", @@ -53,6 +54,8 @@ "costume": "Костюм", "costumeText": "Якщо зовнішній вигляд іншого спорядженням Вам подобається більше, оберіть „Надягти костюм“, аби зовні постати у костюмі, допоки бойове спорядження вдягнене під низ.", "useCostume": "Надягти костюм", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/uk/content.json b/common/locales/uk/content.json index 26db02fbee..1fafd28ba6 100644 --- a/common/locales/uk/content.json +++ b/common/locales/uk/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "woolly", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "Find a hatching potion to pour on this egg, and it will hatch into a <%= eggAdjective(locale) %> <%= eggText(locale) %>.", "hatchingPotionBase": "Простий", "hatchingPotionWhite": "Білий", diff --git a/common/locales/uk/gear.json b/common/locales/uk/gear.json index 87b083fcb6..74f32bbb07 100644 --- a/common/locales/uk/gear.json +++ b/common/locales/uk/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "This blue mineral symbolizes good luck, happiness, and eternal productivity. Confers no benefit. March 2015 Subscriber Item.", "armorMystery201504Text": "Busy Bee Robe", "armorMystery201504Notes": "You'll be productive as a busy bee in this fetching robe! Confers no benefit. April 2015 Subscriber Item.", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "Steampunk Suit", "armorMystery301404Notes": "Dapper and dashing, wot! Confers no benefit. February 3015 Subscriber Item.", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "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.", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "Eyewear Goggles", "eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.", "eyewearMystery301405Text": "Monocle", diff --git a/common/locales/uk/generic.json b/common/locales/uk/generic.json index a201c7060d..dea5fbc6ed 100644 --- a/common/locales/uk/generic.json +++ b/common/locales/uk/generic.json @@ -54,6 +54,8 @@ "gems": "Самоцвіти", "gemButton": "Ви маєте <%= number %> Самоцвітів.", "moreInfo": "Довідатися більше", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "Ветеран", "veteranText": "Вистояв у Habit The Grey (нашому тестовому сайті), та заробив купу шрамів у бою з його баґами.", diff --git a/common/locales/uk/groups.json b/common/locales/uk/groups.json index 7b433a6302..2298482da2 100644 --- a/common/locales/uk/groups.json +++ b/common/locales/uk/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/uk/limited.json b/common/locales/uk/limited.json index 4068d8ac45..7ec08e3fdf 100644 --- a/common/locales/uk/limited.json +++ b/common/locales/uk/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "Був наляканий членами групи <%= spookDust %> разiв.", "agriculturalFriends": "Друзі-Садівники", "agriculturalFriendsText": "Був <%= seeds %> разів перетворений на квітку товаришами по групі.", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "Валентинка", "valentineCardNotes": "Відправити Валентинку члену гурту.", "valentine0": "Троянди червоні, мої завдання є сині. Я щасливий, що я з тобою", diff --git a/common/locales/uk/pets.json b/common/locales/uk/pets.json index 702ded6cd9..483ecfb125 100644 --- a/common/locales/uk/pets.json +++ b/common/locales/uk/pets.json @@ -13,6 +13,7 @@ "hydra": "Гідра", "mantisShrimp": "Рак-богомол", "mammoth": "Шерстяний Мамонт", + "orca": "Orca", "rarePetPop1": "Клацніть на золоту лапку, аби довідатися, як отримати цього улюбленця, завдяки підтримуванню HabitRPG!", "rarePetPop2": "Як отримати цього улюбленця!", "potion": "<%= potionType %> Зілля", diff --git a/common/locales/uk/questscontent.json b/common/locales/uk/questscontent.json index 4e541e757c..29bcf1c499 100644 --- a/common/locales/uk/questscontent.json +++ b/common/locales/uk/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/uk/settings.json b/common/locales/uk/settings.json index 6ffc3696f4..7dd174b9f9 100644 --- a/common/locales/uk/settings.json +++ b/common/locales/uk/settings.json @@ -42,8 +42,6 @@ "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:", - "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.", "misc": "Усяке", "showHeader": "Показати заголовок", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "including both your old and new email address as well as your User ID.", "username": "Login Name", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Зареєструватися через Facebook", "loginNameDescription1": "This is what you use to login to HabitRPG. Go to", diff --git a/common/locales/uk/spells.json b/common/locales/uk/spells.json index 6e3f79370f..aba66c3c4a 100644 --- a/common/locales/uk/spells.json +++ b/common/locales/uk/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "Shiny Seed", "spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!", "spellSpecialPetalFreePotionText": "Petal-Free Potion", - "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed." + "spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/uk/tasks.json b/common/locales/uk/tasks.json index 405879f0d8..2dd658d445 100644 --- a/common/locales/uk/tasks.json +++ b/common/locales/uk/tasks.json @@ -23,6 +23,7 @@ "difficulty": "Рівень складності", "difficultyHelpTitle": "Наскільки важке це завдання?", "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!", + "trivial": "Trivial", "easy": "Легко", "medium": "Середньо", "hard": "Важко", diff --git a/common/locales/zh/backgrounds.json b/common/locales/zh/backgrounds.json index 4dc230ee30..c61ec10571 100644 --- a/common/locales/zh/backgrounds.json +++ b/common/locales/zh/backgrounds.json @@ -84,11 +84,18 @@ "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." + "backgrounds062015": "第13组:2015年6月推出", + "backgroundDriftingRaftText": "救生筏", + "backgroundDriftingRaftNotes": "划动救生筏", + "backgroundShimmeryBubblesText": "闪闪的泡泡", + "backgroundShimmeryBubblesNotes": "在泡泡海上漂流", + "backgroundIslandWaterfallsText": "瀑布岛", + "backgroundIslandWaterfallsNotes": "在瀑布岛附近野餐", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/zh/challenge.json b/common/locales/zh/challenge.json index 8eba02199e..bacd69501f 100644 --- a/common/locales/zh/challenge.json +++ b/common/locales/zh/challenge.json @@ -16,7 +16,7 @@ "selectWinner": "选择一位赢家然后结束挑战:", "deleteOrSelect": "删除或选择赢家", "endChallenge": "结束挑战", - "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.", + "challengeDiscription": "每当你加入一个挑战,那么你的挑战表里就会添加挑战任务。以下的模拟挑战会通过改变颜色和绘制图表来让你更直观的了解你整个小组的总体进程。", "hows": "大家做得怎么样?", "filter": "过滤器", "groups": "小组", @@ -33,8 +33,8 @@ "challengeTagPop": "挑战名会显示在在标签列表和任务中。所以挑战名要短。例如用”-10磅“代替”在3个月内减掉10磅“ (点击查看详细信息)。", "challengeDescr": "详细描述", "prize": "战利品", - "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.", + "prizePop": "当有人‘挑战成功’您的挑战,您可以选择性的奖励胜利者宝石。最大值=#宝石数量(+公会宝石,如果是您发起的公会挑战)。注意:这个奖励在将来不能更改", + "prizePopTavern": "当有人‘挑战成功’您的挑战,您可以选择性的奖励胜利者宝石。最大值=#宝石数量(+公会宝石,如果是您发起的公会挑战)。注意:这个奖励在将来不能更改,酒馆挑战也不会因为任务取消而退回奖励", "publicChallenges": " 公共挑战 需要至少1个宝石 (为了防止垃圾信息)。", "officialChallenge": "HabitRPG 的官方挑战", "by": "发起自", @@ -44,15 +44,16 @@ "selectGroup": "请选择小组", "challengeCreated": "挑战创建成功", "sureDelCha": "确定 删除挑战 吗?", - "sureDelChaTavern": "Delete challenge, are you sure? Your gems will not be refunded.", + "sureDelChaTavern": "确定删除挑战吗?你的宝石不会被退回来。", "removeTasks": "移除任务", "keepTasks": "保留任务", "closeCha": "关闭挑战并且……", "leaveCha": "离开挑战并且……", - "challengedOwnedFilterHeader": "Ownership", + "challengedOwnedFilterHeader": "所有权", "challengedOwnedFilter": "已拥有的", "challengedNotOwnedFilter": "尚未拥有的", "challengedEitherOwnedFilter": "显示全部", - "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "backToChallenges": "回到所有挑战", + "prizeValue": "<%= gemcount %> <%= gemicon %> 奖励", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/zh/character.json b/common/locales/zh/character.json index 654a41c40e..0d576201e8 100644 --- a/common/locales/zh/character.json +++ b/common/locales/zh/character.json @@ -7,7 +7,7 @@ "displayName": "显示名", "displayPhoto": "图片", "displayBlurb": "简述", - "displayBlurbPlaceholder": "Please introduce yourself", + "displayBlurbPlaceholder": "请介绍你自己", "photoUrl": "图片链接", "imageUrl": "图像链接", "inventory": "物品栏", @@ -39,6 +39,7 @@ "pastelSkins": "柔和肤色", "spookySkins": "万圣节色", "supernaturalSkins": "超自然肤色", + "splashySkins": "Splashy Skins", "rainbowColors": "七彩", "shimmerColors": "微光七彩", "hauntedColors": "幽灵的颜色", @@ -49,15 +50,17 @@ "classBonusText": "用跟你的职业相符的装备会比其他更有效。(在你还没有解锁或选择其他职业之前,你是个战士) 使用相符的装备能给你的属性点50%的提升。", "classEquipBonus": "职业奖励", "battleGear": "战斗装备", - "battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.", + "battleGearText": "这是你在战斗中的装备;这会影响您在任务重的各项数值", "costume": "服装", "costumeText": "如果你更喜欢其它装备的样子,勾选\"显示服装\"的按钮,在装备战斗装备的情况下换一个造型。", "useCostume": "显示服装", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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": "Has upgraded to the maximum weapon and armor set for the following classes:", + "ultimGearText": "已经将以下职业的武器和装备升级到满级:", "level": "级", "levelUp": "升级了!", "mana": "魔法值", @@ -117,7 +120,7 @@ "rogueText": "盗贼热衷于积累财富,比其他人获得更多的金币,还擅长寻找随机物品。他们标志性的潜行技能使得他们能够躲避未完成的日常带来的伤害。如果你希望获得更多的奖励,成就,掉落以及徽章,来玩盗贼吧!", "healerText": "医师们对伤害的抗性很强,也可以保护其他的人。错过的日常任务和坏习惯无法伤害他们太多,而且他们有很多回血的技能。如果你热衷于辅助其他的队友,或者是享受那种从死神手里夺取生命的快感,那就成为一名医师吧!", "optOut": "放弃选择", - "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.", + "optOutText": "选择不了哪个职业?想以后再选择?放弃选择-您会被选为没有特殊技能的战士。你之后可以在我们的维基百科主页上了解更多关于我们的职业系统,如果您想选择职业可以到“用户”->属性点更改", "select": "选择", "stealth": "潜行", "stealthNewDay": "新的一天开始时,错过了的每日任务不会伤害到你。", @@ -140,11 +143,11 @@ "unequipBattleGear": "卸除战斗装备", "unequipCostume": "卸除戏服", "unequipPetMountBackground": "卸除宠物、坐骑、背景", - "animalSkins": "Animal Skins", - "chooseClassHeading": "Choose your Class! Or opt out to choose later.", - "warriorWiki": "Warrior", - "mageWiki": "Mage", - "rogueWiki": "Rogue", + "animalSkins": "动物皮肤", + "chooseClassHeading": "选择您的职业!或者可以稍后再选择", + "warriorWiki": "战士", + "mageWiki": "法师", + "rogueWiki": "盗贼", "healerWiki": "医师", "chooseClassLearn": "了解更多关于课程的情况" } \ No newline at end of file diff --git a/common/locales/zh/communityguidelines.json b/common/locales/zh/communityguidelines.json index a9037afe12..f02426ebbc 100644 --- a/common/locales/zh/communityguidelines.json +++ b/common/locales/zh/communityguidelines.json @@ -174,5 +174,5 @@ "commGuideLink07description": "提交像素艺术。", "commGuideLink08": "Trello剧情任务", "commGuideLink08description": "提交任务稿件。", - "lastUpdated": "Last updated" + "lastUpdated": "最新更新" } \ No newline at end of file diff --git a/common/locales/zh/content.json b/common/locales/zh/content.json index 1702153981..2bd0cde1a2 100644 --- a/common/locales/zh/content.json +++ b/common/locales/zh/content.json @@ -1,10 +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!", + "armoireText": "魔法衣橱", + "armoireNotesFull": "拉开 魔法衣橱 来获得随机的特殊装备,经验或者食物!剩余的装备:", + "armoireLastItem": "您在 魔法衣橱 里找到了最后一件 稀有装备。", + "armoireNotesEmpty": "衣橱 每个月都会有新的装备。直到那个时候,可以经常点击获得 经验 和 食物 。", "dropEggWolfText": "狼", "dropEggWolfAdjective": "忠诚的", "dropEggTigerCubText": "老虎幼崽", @@ -60,10 +60,12 @@ "questEggBunnyAdjective": "舒服的", "questEggSlimeText": "棉花糖烂泥", "questEggSlimeAdjective": "甜甜的", - "questEggSheepText": "Sheep", - "questEggSheepAdjective": "woolly", - "questEggCuttlefishText": "Cuttlefish", - "questEggCuttlefishAdjective": "cuddly", + "questEggSheepText": "羊", + "questEggSheepAdjective": "羊毛", + "questEggCuttlefishText": "墨鱼", + "questEggCuttlefishAdjective": "可爱的", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "把孵化药水倒在宠物蛋上可以孵化出一只<%= eggAdjective(locale) %><%= eggText(locale) %>。", "hatchingPotionBase": "普通", "hatchingPotionWhite": "白色", diff --git a/common/locales/zh/contrib.json b/common/locales/zh/contrib.json index 150214ee03..45e9c8fea3 100644 --- a/common/locales/zh/contrib.json +++ b/common/locales/zh/contrib.json @@ -1,6 +1,6 @@ { "friend": "朋友", - "friendFirst": "当你第一次的意见被采用时,你会得到HabitRPG贡献者的徽章. 在酒馆中交流时,你的名字也会被自豪的标为贡献者. 作为你贡献的奖励, 你还会受到3颗宝石.", + "friendFirst": "当你的意见首次被采纳时,你会得到HabitRPG贡献者的徽章。在酒馆中交流时,你的名字也会被自豪的标为贡献者。作为你贡献的奖励,你还会得到3颗宝石.", "friendSecond": "当你第二次的意见被采用时, 在奖励商店中你可以买到 水晶护甲 . 作为你持续贡献的奖励, 你还会获得 3 颗宝石.", "elite": "精英", "eliteThird": "当你第三次的意见被采用时, 在奖励商店中你可以买到 水晶头盔 . 作为你持续贡献的奖励, 你还会获得 3 颗宝石.", diff --git a/common/locales/zh/front.json b/common/locales/zh/front.json index 014f505cb3..4c60921514 100644 --- a/common/locales/zh/front.json +++ b/common/locales/zh/front.json @@ -17,7 +17,7 @@ "choreSample3": "洗了大量的餐具", "choreSample4": "整理房间", "choreSample5": "洗衣晾干大量衣服", - "chores": "Chores", + "chores": "杂项", "communityBug": "提交Bug", "communityExtensions": "插件和扩展", "communityFacebook": "Facebook", @@ -25,7 +25,7 @@ "communityForum": "论坛", "communityKickstarter": "Kickstarter", "communityReddit": "Reddit", - "companyAbout": "How it Works", + "companyAbout": "如何使用", "companyBlog": "博客", "companyDonate": "捐款", "companyExtensions": "插件", @@ -40,10 +40,10 @@ "emailNewPass": "把新密码发到我的邮箱", "evagantzQuote": "My very first dentist appointment where the hygienist was actually excited about my flossing habits. Thanks Habitrpg!", "examplesHeading": "Players use HabitRPG to manage...", - "featureAchievementByline": "Do something totally awesome? Get a badge and show it off!", - "featureAchievementHeading": "Achievement Badges", - "featureEquipByline": "Buy limited edition equipment, potions, and other virtual goodies in our Market with your task rewards!", - "featureEquipHeading": "Equipment and extras", + "featureAchievementByline": "想做一件非常棒的事情吗?炫耀一下得到的徽章吧!", + "featureAchievementHeading": "成就徽章", + "featureEquipByline": "在商店用你的任务奖励去购买限量的装备,药水和其他的虚拟物品吧!", + "featureEquipHeading": "装备和其他", "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.", diff --git a/common/locales/zh/gear.json b/common/locales/zh/gear.json index 3261e57645..f942dd7de6 100644 --- a/common/locales/zh/gear.json +++ b/common/locales/zh/gear.json @@ -116,8 +116,8 @@ "weaponSpecialSpring2015MageNotes": "可以用这支魔杖召唤一个属于你自己的胡萝卜。提高<%= int %>点智力和<%= per %>点感知。2015春季限定版装备。", "weaponSpecialSpring2015HealerText": "猫咪拨浪鼓", "weaponSpecialSpring2015HealerNotes": "当你摇动这只拨浪鼓,它会发出叮当声,让所有人保持愉悦好几小时。提高<%= int %>点智力。2015春季限定版装备。", - "weaponSpecialSummer2015RogueText": "Firing Coral", - "weaponSpecialSummer2015RogueNotes": "This relative of fire coral has the ability to propel its venom through the water. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", + "weaponSpecialSummer2015RogueText": "炽烈珊瑚", + "weaponSpecialSummer2015RogueNotes": "这个是烈焰珊瑚的分支装备,它拥有在水中散播毒液的能力。提高<%= str %>点力量。2015年夏季限量装备", "weaponSpecialSummer2015WarriorText": "Sun Swordfish", "weaponSpecialSummer2015WarriorNotes": "The Sun Swordfish is a fearsome weapon, provided that it can be induced to stop wriggling. Increases Strength by <%= str %>. Limited Edition 2015 Summer Gear.", "weaponSpecialSummer2015MageText": "Soothsayer Staff", @@ -271,6 +271,8 @@ "armorMystery201503Notes": "海蓝矿石是幸运,快乐和永久的生产力的象征。没有属性加成。2015年3月订阅者物品。", "armorMystery201504Text": "忙碌的蜜蜂长袍", "armorMystery201504Notes": "你会成为生产力作为一个忙碌的蜜蜂在此取长袍!不授予任何好处。 2015年4月认购项目。", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "蒸汽朋克套装", "armorMystery301404Notes": "整洁又精神,真聪明!没有属性加成。2015年1月订阅者物品\n", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "你的动机绝对合法。没有增益效果。特别版参与者物品。", "eyewearMystery201503Text": "海蓝护目镜", "eyewearMystery201503Notes": "别被这些璀璨的宝石闪瞎了!无属性加成。2015年三月捐赠者物品。", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "眼戴护目镜", "eyewearMystery301404Notes": "没有什么小饰品能比一副护目镜更炫了——可能,除了单片眼镜。3015年3月捐赠者物品。", "eyewearMystery301405Text": "单片眼镜", diff --git a/common/locales/zh/generic.json b/common/locales/zh/generic.json index 576f683b23..01d570ce61 100644 --- a/common/locales/zh/generic.json +++ b/common/locales/zh/generic.json @@ -54,6 +54,8 @@ "gems": "宝石", "gemButton": "你拥有 <%= number %> 个宝石。", "moreInfo": "更多信息", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "老兵", "veteranText": "经历过 Habit The Grey (原来的网站) ,身上带着多处其bug带来的伤疤。", diff --git a/common/locales/zh/groups.json b/common/locales/zh/groups.json index e1d918d4d1..0badab1558 100644 --- a/common/locales/zh/groups.json +++ b/common/locales/zh/groups.json @@ -99,8 +99,8 @@ "abuseAlreadyReported": "你已经举报过此信息。", "needsText": "请输入一个信息", "needsTextPlaceholder": "请在这里输入一个信息", - "copyMessageAsToDo": "Copy message as To-Do", - "messageAddedAsToDo": "Message copied as To-Do.", + "copyMessageAsToDo": "将消息复制为代办事项", + "messageAddedAsToDo": "消息已经复制为代办事项", "messageWroteIn": "<%= user %> wrote in <%= group %>", "msgPreviewHeading": "Message Preview", "leaderOnlyChallenges": "Only group leader can create challenges", @@ -119,6 +119,7 @@ "sendGiftPurchase": "Purchase", "sendGiftMessagePlaceholder": "Personal message (optional)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/zh/limited.json b/common/locales/zh/limited.json index 8b3ac58006..d3a73ce4b2 100644 --- a/common/locales/zh/limited.json +++ b/common/locales/zh/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "被队友吓到了 <%= spookDust %> 次", "agriculturalFriends": "农民同志", "agriculturalFriendsText": "被队友变成花朵<%= seeds %>次。", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "情人节卡片", "valentineCardNotes": "赠送情人节卡片给你的一个队伍成员。", "valentine0": "\"玫瑰红艳<%= lineBreak %>我的每日任务宝蓝<%= lineBreak %>我欢呼雀跃,因为<%= lineBreak %>能与你同在派对中!\"", diff --git a/common/locales/zh/npc.json b/common/locales/zh/npc.json index 700ea2f4be..91eec4e153 100644 --- a/common/locales/zh/npc.json +++ b/common/locales/zh/npc.json @@ -56,18 +56,18 @@ "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!", - "tourAvatarProceed": "Show me my tasks!", - "tourToDosBrief": "To-Do List", - "tourDailiesBrief": "Daily Tasks", - "tourDailiesProceed": "I'll be careful!", - "tourHabitsBrief": "Good & Bad Habits", - "tourHabitsProceed": "Makes sense!", - "tourRewardsBrief": "Reward List", - "tourRewardsProceed": "That's all!", + "tourOkay": "好的!", + "tourAwesome": "太好了!", + "tourSplendid": "太棒了!", + "tourNifty": "哈哈你真厉害!", + "tourAvatarProceed": "给我看看 任务 !", + "tourToDosBrief": "待办事项", + "tourDailiesBrief": "每日任务", + "tourDailiesProceed": "我会小心的!", + "tourHabitsBrief": "好习惯和坏习惯", + "tourHabitsProceed": "有道理!", + "tourRewardsBrief": "奖励单", + "tourRewardsProceed": "就是这些了!", "welcomeToHabit": "Welcome to HabitRPG, a game to improve your life!", "welcome1": "Create and customize an in-game avatar to represent you.", "welcome2": "Your real-life tasks affect your avatar's Health (HP), Experience (XP), and Gold!", diff --git a/common/locales/zh/pets.json b/common/locales/zh/pets.json index 1f7c40e923..dbed40cda2 100644 --- a/common/locales/zh/pets.json +++ b/common/locales/zh/pets.json @@ -13,6 +13,7 @@ "hydra": "三头蛇", "mantisShrimp": "虾蛄", "mammoth": "猛犸象", + "orca": "Orca", "rarePetPop1": "按按金色的爪印查看怎么通过为HabitRPG贡献来获得这只稀有宠物!", "rarePetPop2": "得到这个宠物的方法!", "potion": "<%= potionType %> 药水", diff --git a/common/locales/zh/questscontent.json b/common/locales/zh/questscontent.json index 610a508413..d0e2354e7d 100644 --- a/common/locales/zh/questscontent.json +++ b/common/locales/zh/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/zh/settings.json b/common/locales/zh/settings.json index 0d4e7a6bf5..0730ff3db1 100644 --- a/common/locales/zh/settings.json +++ b/common/locales/zh/settings.json @@ -42,8 +42,6 @@ "customDayStart": "自定义起始日期", "24HrClock": "24小时表", "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.", "misc": "其他", "showHeader": "显示顶部", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "包括你的新旧邮箱地址以及你的用户ID。", "username": "登陆名", + "usernameOrEmail": "Login Name or Email", "email": "邮箱", "registeredWithFb": "通过 Facebook 注册", "loginNameDescription1": "这是你用来登陆HabitRPG的登录名。访问", @@ -119,5 +118,5 @@ "promoCode": "优惠码", "promoCodeApplied": "优惠码已生效!请查看物品栏", "promoPlaceholder": "输入优惠码", - "displayInviteToPartyWhenPartyIs1": "Display Invite To Party button when party has 1 member." + "displayInviteToPartyWhenPartyIs1": "当队伍有1名成员时显示“邀请至队伍”" } \ No newline at end of file diff --git a/common/locales/zh/spells.json b/common/locales/zh/spells.json index 8e38740455..f8cc060a4b 100644 --- a/common/locales/zh/spells.json +++ b/common/locales/zh/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "闪光种子", "spellSpecialShinySeedNotes": "把一个好友变成一朵笑笑花。", "spellSpecialPetalFreePotionText": "除花剂", - "spellSpecialPetalFreePotionNotes": "解除闪光种子效果。" + "spellSpecialPetalFreePotionNotes": "解除闪光种子效果。", + "spellSpecialSeafoamText": "浪花", + "spellSpecialSeafoamNotes": "把好友变成海洋生物", + "spellSpecialSandText": "沙子", + "spellSpecialSandNotes": "取消浪花效果" } \ No newline at end of file diff --git a/common/locales/zh/tasks.json b/common/locales/zh/tasks.json index 4a6c0543bf..1dc329e345 100644 --- a/common/locales/zh/tasks.json +++ b/common/locales/zh/tasks.json @@ -16,13 +16,14 @@ "checklist": "清单", "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": "Title", + "text": "标题", "extraNotes": "额外注解", "direction/Actions": "方向 / 动作", "advancedOptions": "高级选项", "difficulty": "难度", "difficultyHelpTitle": "这任务有多难?", "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!", + "trivial": "Trivial", "easy": "简单", "medium": "中等", "hard": "困难", @@ -36,10 +37,10 @@ "newDailyBulk": "新每日任务(每个一行)", "streakCounter": "连击记录", "repeat": "重复", - "repeatEvery": "Repeat Every", - "repeatDays": "Every X Days", - "repeatWeek": "On Certain Days of the Week", - "day": "Day", + "repeatEvery": "每 天重复", + "repeatDays": "每X天", + "repeatWeek": "在每周的几天", + "day": "天", "days": "Days", "restoreStreak": "修复连击数", "todos": "待办事项", @@ -65,8 +66,8 @@ "clearTags": "清除", "hideTags": "隐藏", "showTags": "显示", - "startDate": "Start Date", - "startDateHelpTitle": "When should this task start?", + "startDate": "开始日期", + "startDateHelpTitle": "这个 任务 什么时候开始", "startDateHelp": "Set the date for which this task takes effect. Will not be due on earlier days.", "streakName": "连击成就", "streakText": "在每日任务里完成了<%= streaks %>次的21天连击。", @@ -86,11 +87,11 @@ "pushTaskToTop": "将任务置于顶部", "pushTaskToBottom": "将任务置于底部", "emptyTask": "请先输入任务标题", - "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.", - "habitHelp1": "Good Habits are things that you do often. They award Gold and Experience every time you click the <%= plusIcon %>.", - "habitHelp2": "Bad Habits are things you want to avoid doing. They remove Health every time you click the <%= minusIcon %>.", - "habitHelp3": "For inspiration, check out these sample Habits!", - "newbieGuild": "More questions? Ask in the <%= linkStart %>Newbies Guild<%= linkEnd %>!", + "dailiesRestingInInn": "你在客栈休息了!你的每日任务不会伤害你但是依然会每天更新。如果你在执行剧情任务,直到你离开客栈,你都不会受到伤害/收集物品,但是如果你的队伍成员没有完成自己的每日任务,你依然会收到来自 王 的伤害", + "habitHelp1": "好习惯是你要坚持的。每次你按 <%= plusIcon %>他们都会给你黄金和经验奖励", + "habitHelp2": "坏习惯是你要避免的。每次你按<%= minusIcon %>他们会扣除你的生命值。", + "habitHelp3": "如果不知道怎么写的话,来看看这些别人的习惯例子!", + "newbieGuild": "还有更多的问题?在 <%= linkStart %>新手公会<%= linkEnd %>问吧!", "dailyHelp1": "Dailies repeat <%= emphasisStart %>every day<%= emphasisEnd %> that they are active. Click the <%= pencilIcon %> to change the days a Daily is active.", "dailyHelp2": "If you don't complete active Dailies, you lose Health when your day rolls over.", "dailyHelp3": "Dailies turn <%= emphasisStart %>redder<%= emphasisEnd %> when you miss them, and <%= emphasisStart %>bluer<%= emphasisEnd %> when you complete them. The redder the Daily, the more it will reward you... or hurt you.", diff --git a/common/locales/zh_TW/backgrounds.json b/common/locales/zh_TW/backgrounds.json index 1ef27f2644..4df8ed883c 100644 --- a/common/locales/zh_TW/backgrounds.json +++ b/common/locales/zh_TW/backgrounds.json @@ -90,5 +90,12 @@ "backgroundShimmeryBubblesText": "Shimmery Bubbles", "backgroundShimmeryBubblesNotes": "Float through a sea of Shimmery Bubbles.", "backgroundIslandWaterfallsText": "Island Waterfalls", - "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls." + "backgroundIslandWaterfallsNotes": "Picnic near Island Waterfalls.", + "backgrounds072015": "SET 14: Released July 2015", + "backgroundDilatoryRuinsText": "Ruins of Dilatory", + "backgroundDilatoryRuinsNotes": "Dive to the Ruins of Dilatory.", + "backgroundGiantWaveText": "Giant Wave", + "backgroundGiantWaveNotes": "Surf a Giant Wave!", + "backgroundSunkenShipText": "Sunken Ship", + "backgroundSunkenShipNotes": "Explore a Sunken Ship." } \ No newline at end of file diff --git a/common/locales/zh_TW/challenge.json b/common/locales/zh_TW/challenge.json index dae0b42ddf..d62c0b56cf 100644 --- a/common/locales/zh_TW/challenge.json +++ b/common/locales/zh_TW/challenge.json @@ -54,5 +54,6 @@ "challengedNotOwnedFilter": "Not Owned", "challengedEitherOwnedFilter": "Either", "backToChallenges": "Back to all challenges", - "prizeValue": "<%= gemcount %> <%= gemicon %> Prize" + "prizeValue": "<%= gemcount %> <%= gemicon %> Prize", + "clone": "Clone" } \ No newline at end of file diff --git a/common/locales/zh_TW/character.json b/common/locales/zh_TW/character.json index 4751c484b2..15e841b682 100644 --- a/common/locales/zh_TW/character.json +++ b/common/locales/zh_TW/character.json @@ -39,6 +39,7 @@ "pastelSkins": "柔和膚色", "spookySkins": "萬聖節膚色", "supernaturalSkins": "超自然膚色", + "splashySkins": "Splashy Skins", "rainbowColors": "彩色髮色", "shimmerColors": "柔光髮色", "hauntedColors": "幽靈髮色", @@ -53,6 +54,8 @@ "costume": "服裝", "costumeText": "如果你喜歡其他裝備的外觀更勝於你現在的裝備,勾選\"使用服裝\"框穿上想被看到的服裝,而你的戰鬥裝備會穿在裡面。", "useCostume": "使用服裝", + "useCostumeInfo1": "Click \"Use Costume\" to equip items to your avatar without affecting the stats from your Battle Gear! This means that you can equip for the best stats on the left, and dress up your avatar with your equipment on the right.", + "useCostumeInfo2": "Once you click \"Use Costume\" your avatar will look pretty basic... but don't worry! If you look on the left, you'll see that your Battle Gear is still equipped. Next, you can make things fancy! Anything you equip on the right won't affect your stats, but can make you look super awesome. Try out different combos, mixing sets, and coordinating your Costume with your pets, mounts, and backgrounds.

Got more questions? Check out the Costume page on the wiki. Find the perfect ensemble? Show it off in the Costume Carnival guild or brag in the Tavern!", "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.", diff --git a/common/locales/zh_TW/content.json b/common/locales/zh_TW/content.json index fb7fa69dbe..9548a1fc3e 100644 --- a/common/locales/zh_TW/content.json +++ b/common/locales/zh_TW/content.json @@ -64,6 +64,8 @@ "questEggSheepAdjective": "羊毛製的", "questEggCuttlefishText": "Cuttlefish", "questEggCuttlefishAdjective": "cuddly", + "questEggWhaleText": "Whale", + "questEggWhaleAdjective": "splashy", "eggNotes": "把孵化藥水倒在寵物蛋上會把它孵化成一隻<%= eggAdjective(locale) %><%= eggText(locale) %>。", "hatchingPotionBase": "普通", "hatchingPotionWhite": "白色", diff --git a/common/locales/zh_TW/gear.json b/common/locales/zh_TW/gear.json index 1c832954f8..ba3ea4ce42 100644 --- a/common/locales/zh_TW/gear.json +++ b/common/locales/zh_TW/gear.json @@ -271,6 +271,8 @@ "armorMystery201503Notes": "這種藍色的礦物象徵著吉祥、幸福和永恆的生產力。沒有屬性加成。2015年3月訂閱者物品", "armorMystery201504Text": "匆忙蜜蜂長袍", "armorMystery201504Notes": "穿上這件長袍你的生產力會像蜜蜂一樣勤快!沒有屬性加成。2015年5月訂閱者物品。", + "armorMystery201506Text": "Snorkel Suit", + "armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.", "armorMystery301404Text": "蒸汽龐克套裝", "armorMystery301404Notes": "精巧又瀟灑,哇嗚!沒有屬性加成。3015年1月訂閱者物品。", "armorArmoireLunarArmorText": "Soothing Lunar Armor", @@ -589,6 +591,8 @@ "eyewearSpecialWonderconBlackNotes": "你的動機絕對合法。沒有增益效果。特別版參與者物品。", "eyewearMystery201503Text": "藍寶石眼鏡", "eyewearMystery201503Notes": "別被這些閃閃發光的寶石閃瞎!沒有屬性加成。2015年3月訂閱者物品。", + "eyewearMystery201506Text": "Neon Snorkel", + "eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.", "eyewearMystery301404Text": "眼戴護目鏡", "eyewearMystery301404Notes": "沒有什麼小飾品能比一副護目鏡更炫了—可能吧,除了單片眼鏡。3015年3月訂閱者物品。", "eyewearMystery301405Text": "單片眼鏡", diff --git a/common/locales/zh_TW/generic.json b/common/locales/zh_TW/generic.json index 6167649477..47f783d2eb 100644 --- a/common/locales/zh_TW/generic.json +++ b/common/locales/zh_TW/generic.json @@ -54,6 +54,8 @@ "gems": "寶石", "gemButton": "你有<%= number %>顆寶石", "moreInfo": "更多訊息", + "showMoreMore": "(show more)", + "showMoreLess": "(show less)", "gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.", "veteran": "老兵", "veteranText": "經歷過Habit The Grey (原來的網站) ,身上帶著多處其bug帶來的傷疤。", diff --git a/common/locales/zh_TW/groups.json b/common/locales/zh_TW/groups.json index ad53d14ba6..9c44586b71 100644 --- a/common/locales/zh_TW/groups.json +++ b/common/locales/zh_TW/groups.json @@ -119,6 +119,7 @@ "sendGiftPurchase": "購買", "sendGiftMessagePlaceholder": "私信 (可選)", "sendGiftSubscription": "<%= months %> Month(s): $<%= price %>", + "battleWithFriends": "Battle Monsters With Friends", "startAParty": "Start a Party", "addToParty": "Add someone to your party" } \ No newline at end of file diff --git a/common/locales/zh_TW/limited.json b/common/locales/zh_TW/limited.json index 55726bc92c..2c32926108 100644 --- a/common/locales/zh_TW/limited.json +++ b/common/locales/zh_TW/limited.json @@ -8,6 +8,8 @@ "alarmingFriendsText": "被隊員嚇到 <%= spookDust %> 次。", "agriculturalFriends": "園藝之友", "agriculturalFriendsText": "隊伍成員變身成一朵花共計<%= seeds %>次", + "aquaticFriends": "Aquatic Friends", + "aquaticFriendsText": "Got splashed <%= seafoam %> times by party members.", "valentineCard": "情人節卡片", "valentineCardNotes": "寄送情人節卡片給隊伍成員。", "valentine0": "\"玫瑰是鮮紅的 <%= lineBreak %> 每日任務是碧藍的 <%= lineBreak %> 我很興高采烈的 <%= lineBreak %> 能與你在同個隊伍中!\"", diff --git a/common/locales/zh_TW/pets.json b/common/locales/zh_TW/pets.json index 36afd509f3..7984fff6ee 100644 --- a/common/locales/zh_TW/pets.json +++ b/common/locales/zh_TW/pets.json @@ -13,6 +13,7 @@ "hydra": "三頭蛇", "mantisShrimp": "瀨尿蝦", "mammoth": "蓬蓬長毛象", + "orca": "Orca", "rarePetPop1": "按按金色的爪印,看看怎麼為HabitRPG貢獻,以獲得這隻稀有寵物!", "rarePetPop2": "得到這個寵物的方法!", "potion": "<%= potionType %> 藥水", diff --git a/common/locales/zh_TW/questscontent.json b/common/locales/zh_TW/questscontent.json index 8d920360bf..6a06487b0d 100644 --- a/common/locales/zh_TW/questscontent.json +++ b/common/locales/zh_TW/questscontent.json @@ -208,5 +208,11 @@ "questKrakenBoss": "The Kraken of Inkomplete", "questKrakenCompletion": "As the Kraken flees, several eggs float to the surface of the water. Lemoness examines them, and her suspicion turns to delight. \"Cuttlefish eggs!\" she says. \"Here, take them as a reward for everything you've completed.\"", "questKrakenDropCuttlefishEgg": "Cuttlefish (Egg)", - "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market" + "questKrakenUnlockText": "Unlocks purchasable cuttlefish eggs in the Market", + "questWhaleText": "Wail of the Whale", + "questWhaleNotes": "You arrive at the Diligent Docks, hoping to take a submarine to watch the Dilatory Derby. Suddenly, a deafening bellow forces you to stop and cover your ears. \"Thar she blows!\" cries Captain @krazjega, pointing to a huge, wailing whale. \"It's not safe to send out the submarines while she's thrashing around!\"

\"Quick,\" calls @UncommonCriminal. \"Help me calm the poor creature so we can figure out why she's making all this noise!\"", + "questWhaleBoss": "Wailing Whale", + "questWhaleCompletion": "After much hard work, the whale finally ceases her thunderous cry. \"Looks like she was drowning in waves of negative habits,\" @zoebeagle explains. \"Thanks to your consistent effort, we were able to turn the tides!\" As you step into the submarine, several whale eggs bob towards you, and you scoop them up.", + "questWhaleDropWhaleEgg": "Whale (Egg)", + "questWhaleUnlockText": "Unlocks purchasable whale eggs in the Market" } \ No newline at end of file diff --git a/common/locales/zh_TW/settings.json b/common/locales/zh_TW/settings.json index 8afc006281..52016b09f8 100644 --- a/common/locales/zh_TW/settings.json +++ b/common/locales/zh_TW/settings.json @@ -42,8 +42,6 @@ "customDayStart": "設定開始日期", "24HrClock": "24 小時制", "customDayStartInfo1": "HabitRPG預設在你自己的時區的午夜檢查並重設你的每日任務。我們建議您在改變之前閱讀以下信息:", - "customDayStartInfo2": "(顯示更多)", - "customDayStartInfo3": "(顯示更少)", "customDayStartInfo4": " 在改變重設時間之前完成你所有的每日任務 或是在那天 在旅館裡休息。改變你的自定義時間可能會導致 同步 立刻進行,但後一天它才會預期的運作。

請給予兩個小時的空窗期,以使更改生效。例如,如果當前設置為0(午夜),那你要在下午10時之前更改;如果你想將其更改到晚上9點,請下午7點之前改變它。

輸入從0到23的某一小時 (它採用24小時制)。打字會比你按箭頭還快。設置以後,請重新整理確定系統已經使用新的時間。", "misc": "其他", "showHeader": "顯示頂部", @@ -84,6 +82,7 @@ "emailChange2": "admin@habitrpg.com", "emailChange3": "包括你新的和舊的 eamil 地址,和你的UUID。", "username": "帳號", + "usernameOrEmail": "Login Name or Email", "email": "Email", "registeredWithFb": "Facebook 已註冊", "loginNameDescription1": "這是你用來登入 HabitRPG 的帳號。到", diff --git a/common/locales/zh_TW/spells.json b/common/locales/zh_TW/spells.json index 7c6fb57408..a3777ab578 100644 --- a/common/locales/zh_TW/spells.json +++ b/common/locales/zh_TW/spells.json @@ -42,5 +42,9 @@ "spellSpecialShinySeedText": "閃亮種子", "spellSpecialShinySeedNotes": "把一個朋友變成一個歡樂的花!", "spellSpecialPetalFreePotionText": "花瓣自由魔藥", - "spellSpecialPetalFreePotionNotes": "取消閃亮種子的效果" + "spellSpecialPetalFreePotionNotes": "取消閃亮種子的效果", + "spellSpecialSeafoamText": "Seafoam", + "spellSpecialSeafoamNotes": "Turn a friend into a sea creature!", + "spellSpecialSandText": "Sand", + "spellSpecialSandNotes": "Cancel the effects of Seafoam." } \ No newline at end of file diff --git a/common/locales/zh_TW/tasks.json b/common/locales/zh_TW/tasks.json index 86ffd1438e..4f7153c9e0 100644 --- a/common/locales/zh_TW/tasks.json +++ b/common/locales/zh_TW/tasks.json @@ -23,6 +23,7 @@ "difficulty": "難度", "difficultyHelpTitle": "此項任務有多難?", "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!", + "trivial": "Trivial", "easy": "簡單", "medium": "中等", "hard": "困難", diff --git a/common/script/content.coffee b/common/script/content.coffee index 89420ec2f3..f3391cf976 100644 --- a/common/script/content.coffee +++ b/common/script/content.coffee @@ -50,6 +50,7 @@ api.mystery = 201503: {start:'2015-03-25',end:'2015-04-02', text:'Aquamarine Set'} 201504: {start:'2015-04-24',end:'2015-05-02', text:'Busy Bee Set'} 201505: {start:'2015-05-25',end:'2015-06-02', text:'Green Knight Set'} + 201506: {start:'2015-06-25',end:'2015-07-02', text:'Neon Snorkeler Set'} 301404: {start:'3014-03-24',end:'3014-04-02', text:'Steampunk Standard Set'} 301405: {start:'3014-04-24',end:'3014-05-02', text:'Steampunk Accessories Set'} wondercon: {start:'2014-03-24',end:'2014-04-01'} # not really, but the mechanic works @@ -252,6 +253,7 @@ gear = 201501: text: t('armorMystery201501Text'), notes: t('armorMystery201501Notes'), mystery:'201501', value: 0 201503: text: t('armorMystery201503Text'), notes: t('armorMystery201503Notes'), mystery:'201503', value: 0 201504: text: t('armorMystery201504Text'), notes: t('armorMystery201504Notes'), mystery:'201504', value: 0 + 201506: text: t('armorMystery201506Text'), notes: t('armorMystery201506Notes'), mystery:'201506', 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?) @@ -484,6 +486,7 @@ gear = summerWarrior: event: events.summer, specialClass: 'warrior', text: t('eyewearSpecialSummerWarriorText'), notes: t('eyewearSpecialSummerWarriorNotes'), value: 20 mystery: 201503: text: t('eyewearMystery201503Text'), notes: t('eyewearMystery201503Notes'), mystery:'201503', value: 0 + 201506: text: t('eyewearMystery201506Text'), notes: t('eyewearMystery201506Notes'), mystery:'201506', value: 0 301404: text: t('eyewearMystery301404Text'), notes: t('eyewearMystery301404Notes'), mystery:'301404', value: 0 301405: text: t('eyewearMystery301405Text'), notes: t('eyewearMystery301405Notes'), mystery:'301405', value: 0 @@ -799,6 +802,7 @@ api.spells = target.stats.buffs.snowball = true target.stats.buffs.spookDust = false target.stats.buffs.shinySeed = false + target.stats.buffs.seafoam = false target.achievements.snowball ?= 0 target.achievements.snowball++ user.items.special.snowball-- @@ -824,6 +828,7 @@ api.spells = target.stats.buffs.snowball = false target.stats.buffs.spookDust = true target.stats.buffs.shinySeed = false + target.stats.buffs.seafoam = false target.achievements.spookDust ?= 0 target.achievements.spookDust++ user.items.special.spookDust-- @@ -849,6 +854,7 @@ api.spells = target.stats.buffs.snowball = false target.stats.buffs.spookDust = false target.stats.buffs.shinySeed = true + target.stats.buffs.seafoam = false target.achievements.shinySeed ?= 0 target.achievements.shinySeed++ user.items.special.shinySeed-- @@ -864,6 +870,32 @@ api.spells = user.stats.buffs.shinySeed = false user.stats.gp -= 5 + seafoam: + text: t('spellSpecialSeafoamText') + mana: 0 + value: 15 + target: 'user' + notes: t('spellSpecialSeafoamNotes') + cast: (user, target) -> + target.stats.buffs.snowball = false + target.stats.buffs.spookDust = false + target.stats.buffs.shinySeed = false + target.stats.buffs.seafoam = true + target.achievements.seafoam ?= 0 + target.achievements.seafoam++ + user.items.special.seafoam-- + + sand: + text: t('spellSpecialSandText') + mana: 0 + value: 5 + immediateUse: true + target: 'self' + notes: t('spellSpecialSandNotes') + cast: (user, target) -> + user.stats.buffs.seafoam = false + user.stats.gp -= 5 + nye: text: t('nyeCard') mana: 0 @@ -968,6 +1000,7 @@ api.questEggs = Slime: text: t('questEggSlimeText'), adjective: t('questEggSlimeAdjective'), canBuy: false Sheep: text: t('questEggSheepText'), adjective: t('questEggSheepAdjective'), canBuy: false Cuttlefish: text: t('questEggCuttlefishText'), adjective: t('questEggCuttlefishAdjective'), canBuy: false + Whale: text: t('questEggWhaleText'), adjective: t('questEggWhaleAdjective'), canBuy: false _.each api.questEggs, (egg,key) -> _.defaults egg, @@ -996,6 +1029,7 @@ api.specialMounts = 'MantisShrimp-Base': 'mantisShrimp' 'Turkey-Base': 'turkey' 'Mammoth-Base': 'mammoth' + 'Orca-Base': 'orca' api.hatchingPotions = Base: value: 2, text: t('hatchingPotionBase') @@ -1787,6 +1821,25 @@ api.quests = exp: 500 unlock: t('questKrakenUnlockText') + whale: + text: t('questWhaleText') + notes: t('questWhaleNotes') + completion: t('questWhaleCompletion') + value: 4 + boss: + name: t('questWhaleBoss') + hp: 500 + str: 1.5 + drop: + items: [ + {type: 'eggs', key: 'Whale', text: t('questWhaleDropWhaleEgg')} + {type: 'eggs', key: 'Whale', text: t('questWhaleDropWhaleEgg')} + {type: 'eggs', key: 'Whale', text: t('questWhaleDropWhaleEgg')} + ] + gp: 37 + exp: 275 + unlock: t('questWhaleUnlockText') + _.each api.quests, (v,key) -> _.defaults v, {key,canBuy:true} b = v.boss @@ -1926,6 +1979,16 @@ api.backgrounds = island_waterfalls: text: t('backgroundIslandWaterfallsText') notes: t('backgroundIslandWaterfallsNotes') + backgrounds072015: + dilatory_ruins: + text: t('backgroundDilatoryRuinsText') + notes: t('backgroundDilatoryRuinsNotes') + giant_wave: + text: t('backgroundGiantWaveText') + notes: t('backgroundGiantWaveNotes') + sunken_ship: + text: t('backgroundSunkenShipText') + notes: t('backgroundSunkenShipNotes') api.subscriptionBlocks = basic_earned: months:1, price:5 @@ -1935,7 +1998,7 @@ api.subscriptionBlocks = basic_12mo: months:12, price:48 _.each api.subscriptionBlocks, (b,k)->b.key = k -repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true} +# repeat = {m:true,t:true,w:true,th:true,f:true,s:true,su:true} api.userDefaults = habits: [ {type: 'habit', text: t('defaultHabit1Text'), value: 0, up: true, down: false, attribute: 'per' } diff --git a/common/script/index.coffee b/common/script/index.coffee index 45ed81d3e8..b8597d93c9 100644 --- a/common/script/index.coffee +++ b/common/script/index.coffee @@ -56,6 +56,10 @@ api.startOfWeek = api.startOfWeek = (options={}) -> moment(o.now).startOf('week') api.startOfDay = (options={}) -> + # This is designed for use with any date that has an important time portion (e.g., when comparing the current date-time with the previous cron's date-time for determing if cron should run now). + # It changes the time portion of the date-time to be the Custom Day Start hour, so that the date-time is now the user's correct start of day. + # It SUBTRACTS a day if the date-time's original hour is before CDS (e.g., if your CDS is 5am and it's currently 4am, it's still the previous day). + # This is NOT suitable for manipulating any dates that are displayed to the user as a date with no time portion, such as a Daily's Start Dates (e.g., a Start Date of today shows only the date, so it should be considered to be today even if the hidden time portion is before CDS). o = sanitizeOptions(options) dayStart = moment(o.now).startOf('day').add({hours:o.dayStart}) if moment(o.now).hour() < o.dayStart @@ -75,35 +79,36 @@ api.daysSince = (yesterday, options = {}) -> Should the user do this task on this date, given the task's repeat options and user.preferences.dayStart? ### 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() + return false unless dailyTask.type == 'daily' o = sanitizeOptions options - day = api.startOfDay(_.defaults {now:day}, o) - dayOfWeekNum = day.day() # e.g. 1 for Monday if week starts on Mon + startOfDayWithCDSTime = api.startOfDay(_.defaults {now:day}, o) # a moment() - # check if event is today or in the future - hasStartedCheck = day >= api.startOfDay(_.defaults {now:dailyTask.startDate}, o) + taskStartDate = moment(dailyTask.startDate).zone(o.timezoneOffset) - if dailyTask.frequency == 'daily' - daysSinceTaskStart = api.numDaysApart(day.startOf('day'), dailyTask.startDate, o) + # The time portion of the Start Date is never visible to or modifiable by the user so we must ignore it. + # Therefore, we must also ignore the time portion of the user's day start (startOfDayWithCDSTime), otherwise the date comparison will be wrong for some times. + # NB: The user's day start date has already been converted to the PREVIOUS day's date if the time portion was before CDS. + taskStartDate = moment(taskStartDate).startOf('day'); + + if taskStartDate > startOfDayWithCDSTime.startOf('day') + return false # Daily starts in the future + + if dailyTask.frequency == 'daily' # "Every X Days" + if !dailyTask.everyX + return false # error condition + daysSinceTaskStart = startOfDayWithCDSTime.startOf('day').diff(taskStartDate, 'days') everyXCheck = (daysSinceTaskStart % dailyTask.everyX == 0) - return everyXCheck && hasStartedCheck - else if dailyTask.frequency == 'weekly' + return everyXCheck + else if dailyTask.frequency == 'weekly' # "On Certain Days of the Week" + if !dailyTask.repeat + return false # error condition + dayOfWeekNum = startOfDayWithCDSTime.day() # e.g. 0 for Sunday dayOfWeekCheck = dailyTask.repeat[api.dayMapping[dayOfWeekNum]] - return dayOfWeekCheck && hasStartedCheck + return dayOfWeekCheck 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 - ### ------------------------------------------------------ Level cap @@ -115,6 +120,14 @@ api.maxLevel = 100 api.capByLevel = (lvl) -> if lvl > api.maxLevel then api.maxLevel else lvl +### + ------------------------------------------------------ + Health cap + ------------------------------------------------------ +### + +api.maxHealth = 50 + ### ------------------------------------------------------ Scoring @@ -235,7 +248,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}}, startDate: new Date(), everyX: 1, frequency: 'weekly') if task.type is 'daily' + _.defaults(task, {streak:0, repeat: {su:true,m:true,t:true,w:true,th:true,f:true,s:true}}, 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 @@ -313,7 +326,9 @@ api.taskClasses = (task, filters=[], dayStart=0, lastCron=+new Date, showComplet classes += ' habit-wide' if task.down and task.up classes += ' habit-narrow' if !task.down and !task.up - if priority == 1 + if priority == 0.1 + classes += ' difficulty-trivial' + else if priority == 1 classes += ' difficulty-easy' else if priority == 1.5 classes += ' difficulty-medium' diff --git a/config.json.example b/config.json.example index 7af203a71e..a7b1660983 100644 --- a/config.json.example +++ b/config.json.example @@ -23,6 +23,12 @@ "GA_ID": "GA_ID", "MIXPANEL_TOKEN": "MIXPANEL_TOKEN", "AMPLITUDE_KEY": "AMPLITUDE_KEY", + "AMAZON_PAYMENTS": { + "SELLER_ID": "SELLER_ID", + "CLIENT_ID": "CLIENT_ID", + "MWS_KEY": "", + "MWS_SECRET": "" + }, "FLAG_REPORT_EMAIL": ["email@mod.com"], "EMAIL_SERVER": { "url": "http://example.com", diff --git a/karma.conf.js b/karma.conf.js index d7a0b6c316..42e63f35db 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -48,6 +48,7 @@ module.exports = function(config) { "common/script/public/directives.js", "website/public/js/services/analyticsServices.js", "website/public/js/services/groupServices.js", + "website/public/js/services/chatServices.js", "website/public/js/services/memberServices.js", "website/public/js/services/guideServices.js", "website/public/js/services/challengeServices.js", @@ -70,6 +71,7 @@ module.exports = function(config) { "website/public/js/directives/when-scrolled.directive.js", "website/public/js/controllers/authCtrl.js", + "website/public/js/controllers/menuCtrl.js", "website/public/js/controllers/notificationCtrl.js", "website/public/js/controllers/rootCtrl.js", "website/public/js/controllers/settingsCtrl.js", diff --git a/migrations/20150706_orca_mounts.js b/migrations/20150706_orca_mounts.js new file mode 100644 index 0000000000..e8b6fe662a --- /dev/null +++ b/migrations/20150706_orca_mounts.js @@ -0,0 +1,8 @@ +/** + * Created by Sabe on 7/6/2015. + */ +db.users.update( + {}, + {$set:{'items.mounts.Orca-Base':true}}, + {multi:true} +); diff --git a/migrations/mysteryitems.js b/migrations/mysteryitems.js index 5a702d8e60..85e63074ce 100644 --- a/migrations/mysteryitems.js +++ b/migrations/mysteryitems.js @@ -2,7 +2,7 @@ var _id = ''; var update = { $addToSet: { 'purchased.plan.mysteryItems':{ - $each:['weapon_mystery_201505','head_mystery_201505'] + $each:['armor_mystery_201506','eyewear_mystery_201506'] } } }; diff --git a/package.json b/package.json index e6a638ab72..3190070bc0 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "version": "0.0.0-152", "main": "./website/src/server.js", "dependencies": { + "amazon-payments": "0.0.4", "async": "~0.9.0", "aws-sdk": "^2.0.25", "babel": "^5.5.4", @@ -16,7 +17,6 @@ "domain-middleware": "~0.1.0", "express": "~3.17.5", "express-csv": "~0.6.0", - "git-changelog": "colegleason/git-changelog", "grunt": "~0.4.1", "grunt-browserify": "^3.3.0", "grunt-cli": "~0.1.9", @@ -32,7 +32,7 @@ "grunt-nodemon": "~0.3.0", "grunt-spritesmith": "~3.5.0", "gulp": "^3.9.0", - "icalendar": "git://github.com/lefnire/node-icalendar#master", + "icalendar": "lefnire/node-icalendar#e06da0e55901f0ba940dfadc42c158ed0b1fead9", "image-size": "~0.3.2", "in-app-purchase": "^0.2.0", "jade": "~1.7.0", @@ -53,7 +53,7 @@ "passport-facebook": "2.0.0", "paypal-ipn": "2.1.0", "paypal-rest-sdk": "^1.2.1", - "pretty-data": "git://github.com/vkiryukhin/pretty-data#master", + "pretty-data": "^0.40.0", "ps-tree": "^1.0.0", "push-notify": "^1.1.1", "q": "^1.4.1", @@ -61,7 +61,7 @@ "request": "~2.44.0", "s3-upload-stream": "^1.0.6", "stripe": "*", - "swagger-node-express": "git://github.com/lefnire/swagger-node-express#habitrpg", + "swagger-node-express": "lefnire/swagger-node-express#habitrpg", "universal-analytics": "~0.3.2", "validator": "~3.19.0", "winston": "~0.8.0", @@ -75,7 +75,7 @@ "www.habitrpg.com" ], "engines": { - "node": "0.12.4" + "node": "0.10.x" }, "scripts": { "test": "./node_modules/.bin/gulp test", @@ -92,6 +92,7 @@ "event-stream": "^3.2.2", "expect.js": "~0.2.0", "glob": "^4.3.5", + "grunt-contrib-imagemin": "^0.9.4", "istanbul": "^0.3.14", "karma": "~0.10.2", "karma-chai-plugins": "~0.1.0", diff --git a/tasks/gulp-tests.js b/tasks/gulp-tests.js index 3445a7d48f..14953c8559 100644 --- a/tasks/gulp-tests.js +++ b/tasks/gulp-tests.js @@ -45,6 +45,16 @@ gulp.task('test:prepare', [ ]); gulp.task('test:common', ['test:prepare:build'], (cb) => { + let runner = exec( + testBin('mocha test/common'), + (err, stdout, stderr) => { + cb(err); + } + ); + pipe(runner); +}); + +gulp.task('test:common:safe', ['test:prepare:build'], (cb) => { let runner = exec( testBin('mocha test/common'), (err, stdout, stderr) => { @@ -54,7 +64,7 @@ gulp.task('test:common', ['test:prepare:build'], (cb) => { fail: testCount(stderr, /(\d+) failing/), pend: testCount(stdout, /(\d+) pending/) }); - cb(err); + cb(); } ); pipe(runner); @@ -62,6 +72,16 @@ gulp.task('test:common', ['test:prepare:build'], (cb) => { 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) => { + cb(err); + } + ); + pipe(runner); +}); + +gulp.task('test:api:safe', ['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) => { @@ -71,7 +91,7 @@ gulp.task('test:api', ['test:prepare:mongo'], (cb) => { fail: testCount(stderr, /(\d+) failing/), pend: testCount(stdout, /(\d+) pending/) }); - cb(err); + cb(); } ); pipe(runner); @@ -89,6 +109,16 @@ gulp.task('test:api:watch', [ }); gulp.task('test:karma', ['test:prepare:build'], (cb) => { + let runner = exec( + testBin('karma start --single-run'), + (err, stdout) => { + cb(err); + } + ); + pipe(runner); +}); + +gulp.task('test:karma:safe', ['test:prepare:build'], (cb) => { let runner = exec( testBin('karma start --single-run'), (err, stdout) => { @@ -98,7 +128,7 @@ gulp.task('test:karma', ['test:prepare:build'], (cb) => { fail: testCount(stdout, /(\d+) tests failed/), pend: testCount(stdout, /(\d+) tests skipped/) }); - cb(err); + cb(); } ); pipe(runner); @@ -111,6 +141,31 @@ gulp.task('test:e2e', ['test:prepare'], (cb) => { './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 + */ + support.forEach(kill); + cb(err); + } + ); + pipe(runner); + }); +}); + +gulp.task('test:e2e:safe', ['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) @@ -129,7 +184,7 @@ gulp.task('test:e2e', ['test:prepare'], (cb) => { pend: 0 }); support.forEach(kill); - cb(err); + cb(); } ); pipe(runner); @@ -137,10 +192,10 @@ gulp.task('test:e2e', ['test:prepare'], (cb) => { }); gulp.task('test', [ - 'test:common', - 'test:karma', - 'test:api', - 'test:e2e' + 'test:common:safe', + 'test:karma:safe', + 'test:api:safe', + 'test:e2e:safe' ], () => { let totals = [0,0,0]; @@ -164,5 +219,8 @@ gulp.task('test', [ `\x1b[36mPending: ${totals[2]}\t` ); - console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m'); + if (totals[1] > 0) throw "ERROR: There are failing tests!" + else { + console.log('\n\x1b[36mThanks for helping keep Habitica clean!\x1b[0m'); + } }); diff --git a/test/api/chat.coffee b/test/api/chat.coffee index 62d60d9b64..38c1254a00 100644 --- a/test/api/chat.coffee +++ b/test/api/chat.coffee @@ -98,3 +98,48 @@ describe "Chat", -> body = res.body expect(body.err).to.equal "Message not found!" done() + + it "removes a user's chat notifications when user is kicked", (done) -> + userToRemove = null + async.waterfall [ + (cb) -> + registerManyUsers 1, cb + + (members, cb) -> + userToRemove = members[0] + request.post(baseURL + "/groups/" + group._id + "/invite").send( + uuids: [userToRemove._id] + ) + .end -> cb() + + (cb) -> + request.post(baseURL + "/groups/" + group._id + "/join") + .set("X-API-User", userToRemove._id) + .set("X-API-Key", userToRemove.apiToken) + .end (res) -> cb() + + (cb) -> + msg = "TestMsg" + request.post(baseURL + "/groups/" + group._id + "/chat?message=" + msg) + .end (res) -> cb() + + (cb) -> + request.get(baseURL + "/user") + .set("X-API-User", userToRemove._id) + .set("X-API-Key", userToRemove.apiToken) + .end (res) -> + expect(res.body.newMessages[group._id]).to.exist + cb() + + (cb) -> + request.post(baseURL + "/groups/" + group._id + "/removeMember?uuid=" + userToRemove._id) + .end (res) -> cb() + + (cb) -> + request.get(baseURL + "/user") + .set("X-API-User", userToRemove._id) + .set("X-API-Key", userToRemove.apiToken) + .end (res) -> + expect(res.body.newMessages[group._id]).to.not.exist + cb() + ], done diff --git a/test/api/pushNotifications.coffee b/test/api/pushNotifications.coffee index e781a22bd4..d7c23ce47c 100644 --- a/test/api/pushNotifications.coffee +++ b/test/api/pushNotifications.coffee @@ -96,6 +96,8 @@ describe "Push-Notifications", -> cb(null, recipient) find: (arg, arg2, cb) -> cb(null, [recipient]) + update: (arg, arg2) -> + { exec: -> true} } groups.__set__('User', userMock) done() @@ -197,7 +199,12 @@ describe "Push-Notifications", -> findOne: (arg, arg2, cb) -> cb(null, recipient) update: (arg, arg2, cb) -> - cb(null, user) + if (cb) + return cb(null, user) + else + return { + exec: -> true + } } groups.__set__('User', userMock) groups.__set__('populateQuery', diff --git a/test/common/algos.mocha.coffee b/test/common/algos.mocha.coffee index 9c0422cad9..64bda3ccf4 100644 --- a/test/common/algos.mocha.coffee +++ b/test/common/algos.mocha.coffee @@ -127,7 +127,7 @@ cycle = (array)-> return array[n % array.length] repeatWithoutLastWeekday = ()-> - repeat = {su:1,m:1,t:1,w:1,th:1,f:1,s:1} + repeat = {su:true,m:true,t:true,w:true,th:true,f:true,s:true} if shared.startOfWeek(moment().zone(0)).isoWeekday() == 1 # Monday repeat.su = false else @@ -178,7 +178,7 @@ describe 'User', -> # Handle greyed-out dailys yesterday = moment().subtract(1,'days') - user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = 0 + user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = false _.each user.dailys[1..], (d)->d.completed = true cron() expect(user.stats.buffs.str).to.be 1 @@ -251,7 +251,7 @@ describe 'User', -> it 'does not reset checklist on grey incomplete dailies', -> yesterday = moment().subtract(1,'days') - user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = 0 + user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = false user.dailys[0].checklist = [ { "text" : "1", @@ -276,7 +276,7 @@ describe 'User', -> it 'resets checklist on complete grey complete dailies', -> yesterday = moment().subtract(1,'days') - user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = 0 + user.dailys[0].repeat[shared.dayMapping[yesterday.day()]] = false user.dailys[0].checklist = [ { "text" : "1", @@ -905,7 +905,7 @@ describe 'Cron', -> 'due today': # NOTE: a strange thing here, moment().startOf('week') is Sunday, but moment.zone(myTimeZone).startOf('week') is Monday. - defaults: {repeat:{su:1,m:true,t:1,w:1,th:1,f:1,s:1}} + defaults: {repeat:{su:true,m:true,t:true,w:true,th:true,f:true,s:true}} steps: 'pre-dayStart': defaults: {currentHour:3, dayStart:4, shouldDo:true} @@ -919,7 +919,7 @@ describe 'Cron', -> 'unchecked': {checked:false, expect: 'losePoints'} 'NOT due today': - defaults: {repeat:{su:1,m:false,t:1,w:1,th:1,f:1,s:1}} + defaults: {repeat:{su:true,m:false,t:true,w:true,th:true,f:true,s:true}} steps: 'pre-dayStart': defaults: {currentHour:3, dayStart:4, shouldDo:true} diff --git a/test/common/dailies.coffee b/test/common/dailies.coffee index d26c8d012e..fc88adfbf3 100644 --- a/test/common/dailies.coffee +++ b/test/common/dailies.coffee @@ -6,7 +6,7 @@ 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} + repeat = {su:true,m:true,t:true,w:true,th:true,f:true,s:true} if shared.startOfWeek(moment().zone(0)).isoWeekday() == 1 # Monday repeat.su = false else @@ -64,7 +64,7 @@ describe 'daily/weekly that repeats everyday (default)', -> 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}}) + shared.taskDefaults({type:'daily', startDate: moment().add(7, 'days'), frequency: 'weekly', repeat: {su:true,m:true,t:true,w:true,th:true,f:true,s:true}}) ] daily = user.dailys[0] weekly = user.dailys[1] diff --git a/test/e2e/e2e.js b/test/e2e/e2e.js index a3a62674a7..a4b3db75cb 100644 --- a/test/e2e/e2e.js +++ b/test/e2e/e2e.js @@ -34,7 +34,7 @@ describe('front page', function() { browser.sleep(1000); element(by.model('loginUsername')).sendKeys('username'); element(by.model('loginPassword')).sendKeys('pass'); - var login = element(by.css("#login-tab input[value='Login']")); + var login = element(by.css("#loginForm input[value='Login']")); login.click(); var alertDialog = browser.switchTo().alert(); expect(alertDialog.getText()).toMatch("Uh-oh - your username or password is incorrect.\n- Make sure your username or email is typed correctly.\n- You may have signed up with Facebook, not email. Double-check by trying Facebook login.\n- If you forgot your password, click \"Forgot Password\"."); diff --git a/test/spec/chatServicesSpec.js b/test/spec/chatServicesSpec.js new file mode 100644 index 0000000000..e65c36be68 --- /dev/null +++ b/test/spec/chatServicesSpec.js @@ -0,0 +1,90 @@ +'use strict'; + +describe('Chat Service', function() { + var $httpBackend, $http, chat, user; + + beforeEach(function() { + module(function($provide) { + var usr = specHelper.newUser(); + $provide.value('User', {user:usr}); + }); + + inject(function(_$httpBackend_, Chat, User) { + $httpBackend = _$httpBackend_; + chat = Chat; + user = User; + }); + }); + + describe('utils', function() { + it('calls post chat endpoint', function() { + var payload = { + gid: 'habitrpg', + message: 'Chat', + previousMsg: 'previous-msg-id' + } + + $httpBackend.expectPOST('/api/v2/groups/habitrpg/chat?message=Chat&previousMsg=previous-msg-id').respond(); + chat.utils.postChat(payload, undefined); + $httpBackend.flush(); + }); + + it('calls like chat endpoint', function() { + var payload = { + gid: 'habitrpg', + messageId: 'msg-id' + } + + $httpBackend.expectPOST('/api/v2/groups/habitrpg/chat/msg-id/like').respond(); + chat.utils.like(payload, undefined); + $httpBackend.flush(); + }); + + it('calls delete chat endpoint', function() { + var payload = { + gid: 'habitrpg', + messageId: 'msg-id' + } + + $httpBackend.expectDELETE('/api/v2/groups/habitrpg/chat/msg-id').respond(); + chat.utils.deleteChatMessage(payload, undefined); + $httpBackend.flush(); + }); + + it('calls flag chat endpoint', function() { + var payload = { + gid: 'habitrpg', + messageId: 'msg-id' + } + + $httpBackend.expectPOST('/api/v2/groups/habitrpg/chat/msg-id/flag').respond(); + chat.utils.flagChatMessage(payload, undefined); + $httpBackend.flush(); + }); + + it('calls clear flags endpoint', function() { + var payload = { + gid: 'habitrpg', + messageId: 'msg-id' + } + + $httpBackend.expectPOST('/api/v2/groups/habitrpg/chat/msg-id/clearflags').respond(); + chat.utils.clearFlagCount(payload, undefined); + $httpBackend.flush(); + }); + }); + + describe('seenMessage(gid)', function() { + it('calls chat seen endpoint', function() { + $httpBackend.expectPOST('/api/v2/groups/habitrpg/chat/seen').respond(); + chat.seenMessage('habitrpg'); + $httpBackend.flush(); + }); + + it('removes newMessages for a specific guild from user object', function() { + user.user.newMessages = {habitrpg: "foo"}; + chat.seenMessage('habitrpg'); + expect(user.user.newMessages.habitrpg).to.not.exist; + }); + }); +}); diff --git a/test/spec/controllers/authCtrlSpec.js b/test/spec/controllers/authCtrlSpec.js index 20706cf9c8..a2db08a944 100644 --- a/test/spec/controllers/authCtrlSpec.js +++ b/test/spec/controllers/authCtrlSpec.js @@ -8,6 +8,7 @@ describe('Auth Controller', function() { beforeEach(function(){ module(function($provide) { $provide.value('Analytics', analyticsMock); + $provide.value('Chat', { seenMessage: function() {} }); }); inject(function(_$httpBackend_, $rootScope, $controller) { @@ -22,21 +23,23 @@ describe('Auth Controller', function() { }) }); - it('should log in users with correct uname / pass', function() { - $httpBackend.expectPOST('/api/v2/user/auth/local').respond({id: 'abc', token: 'abc'}); - scope.auth(); - $httpBackend.flush(); - expect(user.authenticate).to.be.calledOnce; - expect($window.alert).to.not.be.called; - }); + describe('logging in', function() { - it('should not log in users with incorrect uname / pass', function() { - $httpBackend.expectPOST('/api/v2/user/auth/local').respond(404, ''); - scope.auth(); - $httpBackend.flush(); - expect(user.authenticate).to.not.be.called; - expect($window.alert).to.be.calledOnce; + it('should log in users with correct uname / pass', function() { + $httpBackend.expectPOST('/api/v2/user/auth/local').respond({id: 'abc', token: 'abc'}); + scope.auth(); + $httpBackend.flush(); + expect(user.authenticate).to.be.calledOnce; + expect($window.alert).to.not.be.called; + }); + + it('should not log in users with incorrect uname / pass', function() { + $httpBackend.expectPOST('/api/v2/user/auth/local').respond(404, ''); + scope.auth(); + $httpBackend.flush(); + expect(user.authenticate).to.not.be.called; + expect($window.alert).to.be.calledOnce; + }); }); }); - }); diff --git a/test/spec/controllers/challengesCtrlSpec.js b/test/spec/controllers/challengesCtrlSpec.js index 1982786609..f3bc73ae7c 100644 --- a/test/spec/controllers/challengesCtrlSpec.js +++ b/test/spec/controllers/challengesCtrlSpec.js @@ -182,4 +182,80 @@ describe('Challenges Controller', function() { }); }); }); + + describe('clone', function() { + + var challengeToClone = { + name: 'copyChallenge', + description: 'copyChallenge', + habits: [specHelper.newHabit()], + dailys: [specHelper.newDaily()], + todos: [specHelper.newTodo()], + rewards: [specHelper.newReward()], + leader: 'unique-user-id', + group: { _id: "copyGroup" }, + timestamp: new Date("October 13, 2014 11:13:00"), + members: ['id', 'another-id'], + official: true, + _isMember: true, + prize: 1 + }; + + it('Clones the basic challenge info', function() { + + scope.clone(challengeToClone); + + expect(scope.newChallenge.name).to.eql(challengeToClone.name); + expect(scope.newChallenge.shortName).to.eql(challengeToClone.shortName); + expect(scope.newChallenge.description).to.eql(challengeToClone.description); + expect(scope.newChallenge.leader).to.eql(user._id); + expect(scope.newChallenge.group).to.eql(challengeToClone.group._id); + expect(scope.newChallenge.official).to.eql(challengeToClone.official); + expect(scope.newChallenge.prize).to.eql(challengeToClone.prize); + }); + + it('does not clone members', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.members).to.not.exist; + }); + + it('does not clone timestamp', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.timestamp).to.not.exist; + }); + + it('clones habits', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.habits.length).to.eql(challengeToClone.habits.length); + expect(scope.newChallenge.habits[0].text).to.eql(challengeToClone.habits[0].text); + expect(scope.newChallenge.habits[0].notes).to.eql(challengeToClone.habits[0].notes); + }); + + it('clones dailys', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.dailys.length).to.eql(challengeToClone.dailys.length); + expect(scope.newChallenge.dailys[0].text).to.eql(challengeToClone.dailys[0].text); + expect(scope.newChallenge.dailys[0].notes).to.eql(challengeToClone.dailys[0].notes); + }); + + it('clones todos', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.todos.length).to.eql(challengeToClone.todos.length); + expect(scope.newChallenge.todos[0].text).to.eql(challengeToClone.todos[0].text); + expect(scope.newChallenge.todos[0].notes).to.eql(challengeToClone.todos[0].notes); + }); + + it('clones rewards', function() { + scope.clone(challengeToClone); + + expect(scope.newChallenge.rewards.length).to.eql(challengeToClone.rewards.length); + expect(scope.newChallenge.rewards[0].text).to.eql(challengeToClone.rewards[0].text); + expect(scope.newChallenge.rewards[0].notes).to.eql(challengeToClone.rewards[0].notes); + }); + }); }); diff --git a/test/spec/controllers/groupCtrlSpec.js b/test/spec/controllers/groupCtrlSpec.js index 58f0e197c3..b55bf433b5 100644 --- a/test/spec/controllers/groupCtrlSpec.js +++ b/test/spec/controllers/groupCtrlSpec.js @@ -310,3 +310,132 @@ describe("CopyMessageModal controller", function() { }); }); }); + +describe("Party Controller", function() { + var scope, ctrl, user, User, groups, $rootScope, $controller; + + beforeEach(function() { + user = specHelper.newUser(), + user._id = "unique-user-id"; + User = { + user: user, + sync: sinon.spy + } + + module(function($provide) { + $provide.value('User', User); + }); + + inject(function(_$rootScope_, _$controller_, Groups){ + + $rootScope = _$rootScope_; + + scope = _$rootScope_.$new(); + + $controller = _$controller_; + + groups = Groups; + + // Load RootCtrl to ensure shared behaviors are loaded + $controller('RootCtrl', {$scope: scope, User: User}); + + ctrl = $controller('PartyCtrl', {$scope: scope, User: User}); + }); + }); + + describe('questAccept', function() { + it('calls Groups.questAccept', function() { + var party = {}; + var groupSpy = sinon.stub(groups, "questAccept", function(){return true;}); + scope.questAccept(party); + groupSpy.should.have.been.calledOnce; + }); + }); + + describe('questReject', function() { + it('calls Groups.questReject', function() { + var party = {}; + var groupSpy = sinon.stub(groups, "questReject", function(){return true;}); + scope.questReject(party); + groupSpy.should.have.been.calledOnce; + }); + }); + + describe('questCancel', function() { + var party, cancelSpy, windowSpy; + beforeEach(function() { + party = {}; + cancelSpy = sinon.stub(groups, "questCancel", function(){return true;}); + }); + + afterEach(function() { + windowSpy.restore(); + cancelSpy.restore(); + }); + + it('calls Groups.questCancel when alert box is confirmed', function() { + windowSpy = sinon.stub(window, "confirm", function(){return true}); + + scope.questCancel(party); + windowSpy.should.have.been.calledOnce; + windowSpy.should.have.been.calledWith(window.env.t('sureCancel')); + cancelSpy.should.have.been.calledOnce; + }); + + it('does not call Groups.questCancel when alert box is confirmed', function() { + windowSpy = sinon.stub(window, "confirm", function(){return false}); + + scope.questCancel(party); + windowSpy.should.have.been.calledOnce; + cancelSpy.should.not.have.been.calledOnce; + }); + }); + + describe('questAbort', function() { + var party, abortSpy, windowSpy; + beforeEach(function() { + party = {}; + abortSpy = sinon.stub(groups, "questAbort", function(){return true;}); + }); + + afterEach(function() { + windowSpy.restore(); + abortSpy.restore(); + }); + + it('calls Groups.questAbort when two alert boxes are confirmed', function() { + windowSpy = sinon.stub(window, "confirm", function(){return true}); + + scope.questAbort(party); + windowSpy.should.have.been.calledTwice; + windowSpy.should.have.been.calledWith(window.env.t('sureAbort')); + windowSpy.should.have.been.calledWith(window.env.t('doubleSureAbort')); + abortSpy.should.have.been.calledOnce; + }); + + it('does not call Groups.questAbort when first alert box is not confirmed', function() { + windowSpy = sinon.stub(window, "confirm", function(){return false}); + + scope.questAbort(party); + windowSpy.should.have.been.calledOnce; + windowSpy.should.have.been.calledWith(window.env.t('sureAbort')); + windowSpy.should.not.have.been.calledWith(window.env.t('doubleSureAbort')); + abortSpy.should.not.have.been.calledOnce; + }); + + it('does not call Groups.questAbort when first alert box is confirmed but second one is not', function() { + // Hack to confirm first window, but not second + var shouldReturn = false; + windowSpy = sinon.stub(window, "confirm", function(){ + shouldReturn = !shouldReturn; + return shouldReturn; + }); + + scope.questAbort(party); + windowSpy.should.have.been.calledTwice; + windowSpy.should.have.been.calledWith(window.env.t('sureAbort')); + windowSpy.should.have.been.calledWith(window.env.t('doubleSureAbort')); + abortSpy.should.not.have.been.calledOnce; + }); + }); +}); diff --git a/test/spec/controllers/menuCtrlSpec.js b/test/spec/controllers/menuCtrlSpec.js new file mode 100644 index 0000000000..eaa642370b --- /dev/null +++ b/test/spec/controllers/menuCtrlSpec.js @@ -0,0 +1,26 @@ +'use strict'; + +describe('Menu Controller', function() { + + describe('MenuCtrl', function(){ + var scope, ctrl, user, $httpBackend, $window; + + beforeEach(function(){ + module(function($provide) { + $provide.value('Chat', { seenMessage: function() {} }); + }); + + inject(function(_$httpBackend_, $rootScope, $controller) { + scope = $rootScope.$new(); + + ctrl = $controller('MenuCtrl', {$scope: scope, $window: $window, User: user}); + }) + }); + + describe('clearMessage', function() { + it('is Chat.seenMessage', inject(function(Chat) { + expect(scope.clearMessages).to.eql(Chat.seenMessage); + })); + }); + }); +}); diff --git a/test/spec/controllers/notificationCtrlSpec.js b/test/spec/controllers/notificationCtrlSpec.js new file mode 100644 index 0000000000..5687eea182 --- /dev/null +++ b/test/spec/controllers/notificationCtrlSpec.js @@ -0,0 +1,87 @@ +'use strict'; + +describe('Notification Controller', function() { + var user, scope, rootScope, ctrl; + + beforeEach(function() { + user = specHelper.newUser(); + user._id = "unique-user-id"; + + module(function($provide) { + $provide.value('User', {user: user}); + $provide.value('Guide', {}); + }); + + inject(function(_$rootScope_, _$controller_) { + scope = _$rootScope_.$new(); + rootScope = _$rootScope_; + + // Load RootCtrl to ensure shared behaviors are loaded + _$controller_('RootCtrl', {$scope: scope, User: {user: user}}); + + ctrl = _$controller_('NotificationCtrl', {$scope: scope, User: {user: user}}); + }); + }); + + describe('Quest Invitation modal watch', function() { + beforeEach(function() { + sandbox.stub(rootScope, 'openModal'); + }); + + it('opens quest invitation modal', function() { + user.party.quest.RSVPNeeded = true; + delete user.party.quest.completed; + scope.$digest(); + + expect(rootScope.openModal).to.be.calledOnce; + expect(rootScope.openModal).to.be.calledWith('questInvitation', {controller:'PartyCtrl'}); + }); + + it('does not open quest invitation modal if RSVPNeeded is not true', function() { + user.party.quest.RSVPNeeded = false; + delete user.party.quest.completed; + scope.$digest(); + + expect(rootScope.openModal).to.not.be.called; + }); + + it('does not open quest invitation modal if quest.completed contains a quest key', function() { + user.party.quest.RSVPNeeded = true; + user.party.quest.completed = "hedgebeast"; + scope.$digest(); + + expect(rootScope.openModal).to.not.be.calledWith('questInvitation', {controller:'PartyCtrl'}); + }); + }); + + describe('Quest Completion modal watch', function() { + beforeEach(function() { + sandbox.stub(rootScope, 'openModal'); + }); + + it('opens quest completion modal', function() { + user.party.quest.completed = "hedgebeast"; + scope.$digest(); + + expect(rootScope.openModal).to.be.calledOnce; + expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'}); + }); + + // Ensures that the completion modal opens before the invitation modal + it('opens quest completion modal if RSVPNeeded is true', function() { + user.party.quest.RSVPNeeded = true; + user.party.quest.completed = "hedgebeast"; + scope.$digest(); + + expect(rootScope.openModal).to.be.calledOnce; + expect(rootScope.openModal).to.be.calledWith('questCompleted', {controller:'InventoryCtrl'}); + }); + + it('does not open quest completion modal if quest.completed is null', function() { + user.party.quest.completed = null; + scope.$digest(); + + expect(rootScope.openModal).to.not.be.called; + }); + }); +}); diff --git a/test/spec/filters/taskOrderingSpec.js b/test/spec/filters/taskOrderingSpec.js index 46a9162c49..2eeb1c9856 100644 --- a/test/spec/filters/taskOrderingSpec.js +++ b/test/spec/filters/taskOrderingSpec.js @@ -29,27 +29,66 @@ describe('Task Ordering Filters', function() { }); }); - describe('filterByTextAndNotes', function () { + describe('filterByTaskInfo', function () { it('returns undefined when no input given', function () { - expect(filter('filterByTextAndNotes')()).to.eql(undefined); + expect(filter('filterByTaskInfo')()).to.eql(undefined); }); - it('returns input if term is not a string', function () { - var input = [1, 2, 3]; - expect(filter('filterByTextAndNotes')(input, '')).to.eql(input); - expect(filter('filterByTextAndNotes')(input, undefined)).to.eql(input); - expect(filter('filterByTextAndNotes')(input, [])).to.eql(input); - expect(filter('filterByTextAndNotes')(input, new Date())).to.eql(input); + it('returns all tasks if term is not a string', function () { + var tasks = [1, 2, 3]; + expect(filter('filterByTaskInfo')(tasks, undefined)).to.eql(tasks); + expect(filter('filterByTaskInfo')(tasks, [])).to.eql(tasks); + expect(filter('filterByTaskInfo')(tasks, new Date())).to.eql(tasks); }); - it('filters items by notes and text', function () { + it('returns tasks if term is an empty string', function () { + var tasks = [1, 2, 3]; + expect(filter('filterByTaskInfo')(tasks, '')).to.eql(tasks); + }); + + it('filters items by text', function () { var tasks = [ { text: 'foo' }, - { text: 'foo', notes: 'bar' } + { text: 'some text that contains foo' }, + { text: 'some text that should not be matched' } ]; - expect(filter('filterByTextAndNotes')(tasks, 'bar')).to.eql([tasks[1]]); - expect(filter('filterByTextAndNotes')(tasks, 'foo')).to.eql([tasks[0], tasks[1]]); + expect(filter('filterByTaskInfo')(tasks, 'foo')).to.eql([tasks[0], tasks[1]]); + }); + + it('filters items by notes', function () { + var tasks = [ + { text: 'some text', notes: 'foo' }, + { text: 'some text', notes: 'a note that contains foo' }, + { text: 'some text', notes: 'some text' }, + { text: 'some text' } + ]; + + expect(filter('filterByTaskInfo')(tasks, 'foo')).to.eql([tasks[0], tasks[1]]); + }); + + it('filters items by checklists', function () { + var tasks = [ + { text: 'foo' }, + { text: 'foo', notes: 'bar', checklist: [ {text: "checkListToFind"} ] }, + { text: 'foo', notes: 'bar', checklist: [ {text: "checkListToNotFind"} ] } + ]; + + expect(filter('filterByTaskInfo')(tasks, 'checkListToFind')).to.eql([tasks[1]]); + }); + + it('only includes task once, even with multiple matches in checklist', function() { + var tasks = [ + { + text: 'foo', notes: 'bar', checklist: [ + {text: "checkListToFind"}, + {text: "checkListToFind"}, + {text: "checkListToFind"} + ] + } + ]; + + expect(filter('filterByTaskInfo')(tasks, 'checkListToFind')).to.eql([tasks[0]]); }); }); }); diff --git a/test/spec/services/groupServicesSpec.js b/test/spec/services/groupServicesSpec.js index 9d38dd7372..f0bfb3a538 100644 --- a/test/spec/services/groupServicesSpec.js +++ b/test/spec/services/groupServicesSpec.js @@ -1,7 +1,7 @@ 'use strict'; describe('groupServices', function() { - var $httpBackend, $http, groups; + var $httpBackend, $http, groups, user; beforeEach(function() { module(function($provide) { @@ -11,6 +11,8 @@ describe('groupServices', function() { inject(function(_$httpBackend_, Groups, User) { $httpBackend = _$httpBackend_; groups = Groups; + user = User; + user.sync = function(){}; }); }); @@ -38,4 +40,100 @@ describe('groupServices', function() { $httpBackend.flush(); }); + context('quest function wrappers', function() { + var successPromise = function() { + return { + then: function(success, failure) { + success(); + } + } + } + + var successParty = { + $questAccept: successPromise, + $questReject: successPromise, + $questCancel: successPromise, + $questAbort: successPromise + } + + var failPromise = function() { + return { + then: function(success, failure) { + failure('fail'); + } + } + } + + var failParty = { + $questAccept: failPromise, + $questReject: failPromise, + $questCancel: failPromise, + $questAbort: failPromise + } + + beforeEach(function() { + sinon.spy(user, 'sync'); + sinon.stub(console, 'log', function(arg) { return true; }); + }); + + afterEach(function() { + user.sync.restore(); + console.log.restore(); + }); + + describe('questAccept', function() { + it('syncs user if $questAccept succeeds', function() { + groups.questAccept(successParty); + user.sync.should.have.been.calledOnce; + }); + + it('does not sync user if $questAccept fails', function() { + groups.questAccept(failParty); + user.sync.should.not.have.been.calledOnce; + console.log.should.have.been.calledWith('fail'); + }); + }); + + describe('questReject', function() { + it('syncs user if $questReject succeeds', function() { + groups.questReject(successParty); + user.sync.should.have.been.calledOnce; + console.log.should.not.have.been.called; + }); + + it('does not sync user if $questReject fails', function() { + groups.questReject(failParty); + user.sync.should.not.have.been.calledOnce; + console.log.should.have.been.calledWith('fail'); + }); + }); + + describe('questCancel', function() { + it('syncs user if $questCancel succeeds', function() { + groups.questCancel(successParty); + user.sync.should.have.been.calledOnce; + console.log.should.not.have.been.called; + }); + + it('does not sync user if $questCancel fails', function() { + groups.questCancel(failParty); + user.sync.should.not.have.been.calledOnce; + console.log.should.have.been.calledWith('fail'); + }); + }); + + describe('questAbort', function() { + it('syncs user if $questAbort succeeds', function() { + groups.questAbort(successParty); + user.sync.should.have.been.calledOnce; + console.log.should.not.have.been.called; + }); + + it('does not sync user if $questAbort fails', function() { + groups.questAbort(failParty); + user.sync.should.not.have.been.calledOnce; + console.log.should.have.been.calledWith('fail'); + }); + }); + }); }); diff --git a/test/spec/services/taskServicesSpec.js b/test/spec/services/taskServicesSpec.js index fe6cee12cb..212ba816f9 100644 --- a/test/spec/services/taskServicesSpec.js +++ b/test/spec/services/taskServicesSpec.js @@ -22,7 +22,7 @@ describe('Tasks Service', function() { var task; beforeEach(function(){ - task = { id: 'task-id' }; // @TODO: replace with task factory + task = specHelper.newTask(); }); it('toggles the _editing property', function() { @@ -66,4 +66,216 @@ describe('Tasks Service', function() { expect(rootScope.charts[task.id]).to.eql(false); }); }); + + describe('cloneTask', function() { + + context('generic tasks', function() { + it('clones the data from a task', function() { + var task = specHelper.newTask(); + var clonedTask = tasks.cloneTask(task); + + expect(clonedTask.text).to.eql(task.text); + expect(clonedTask.notes).to.eql(task.notes); + expect(clonedTask.tags.includedTag).to.eql(task.tags.includedTag); + expect(clonedTask.tags.notIncludedTag).to.eql(task.tags.notIncludedTag); + expect(clonedTask.priority).to.eql(task.priority); + expect(clonedTask.attribute).to.eql(task.attribute); + }); + + it('does not clone original task\'s id or _id', function() { + var task = specHelper.newTask(); + var clonedTask = tasks.cloneTask(task); + + expect(clonedTask.id).to.exist; + expect(clonedTask.id).to.not.eql(task.id); + expect(clonedTask._id).to.exist; + expect(clonedTask._id).to.not.eql(task._id); + }); + + it('does not clone original task\'s dateCreated attribute', function() { + var task = specHelper.newTask({ + dateCreated: new Date(2014, 5, 1, 1, 1, 1, 1), + }); + var clonedTask = tasks.cloneTask(task); + + expect(clonedTask.dateCreated).to.exist; + expect(clonedTask.dateCreated).to.not.eql(task.dateCreated); + }); + + it('does not clone original task\'s value', function() { + var task = specHelper.newTask({ + value: 130 + }); + var clonedTask = tasks.cloneTask(task); + + expect(clonedTask.value).to.exist; + expect(clonedTask.value).to.not.eql(task.value); + }); + }); + + context('Habits', function() { + + it('clones a habit', function() { + var habit = specHelper.newHabit({ + up: true, + down: false + }); + var clonedHabit = tasks.cloneTask(habit); + + expect(clonedHabit.type).to.eql('habit'); + expect(clonedHabit.up).to.eql(habit.up); + expect(clonedHabit.down).to.eql(habit.down); + }); + }); + + context('Dailys', function() { + + it('clones a daily', function() { + var daily = specHelper.newDaily({ + frequency: 'daily', + everyX: 3, + startDate: new Date(2014, 5, 1, 1, 1, 1, 1), + }); + + var clonedDaily = tasks.cloneTask(daily); + + expect(clonedDaily.type).to.eql('daily'); + expect(clonedDaily.frequency).to.eql(daily.frequency); + expect(clonedDaily.everyX).to.eql(daily.everyX); + expect(clonedDaily.startDate).to.eql(daily.startDate); + }); + + it('does not clone streak', function() { + var daily = specHelper.newDaily({ + streak: 11 + }); + + var clonedDaily = tasks.cloneTask(daily); + + expect(clonedDaily.streak).to.eql(0); + }); + }); + + context('Todos', function() { + + it('clones a todo', function() { + var todo = specHelper.newTodo(); + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.type).to.eql('todo'); + }); + + it('does not clone due date', function() { + var todo = specHelper.newTodo({ + date: '2015-06-20' + }); + + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.date).to.not.exist; + }); + + it('does not clone date completed', function() { + var todo = specHelper.newTodo({ + dateCompleted: new Date() + }); + + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.dateCompleted).to.not.exist; + }); + }); + + context('Rewards', function() { + + it('clones a reward', function() { + var reward = specHelper.newReward(); + var clonedReward = tasks.cloneTask(reward); + + expect(clonedReward.type).to.eql('reward'); + }); + + it('does clone a reward\'s vaue', function() { + var reward = specHelper.newReward({ + value: 20 + }); + var clonedReward = tasks.cloneTask(reward); + + expect(clonedReward.value).to.eql(reward.value); + }); + }); + + context('complete', function() { + it('does not clone completed status', function() { + var todo = specHelper.newTodo({ + completed: true + }); + + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.completed).to.eql(false); + }); + }); + + context('history', function() { + + it('does not clone history', function() { + var habit = specHelper.newHabit({ + history: [ + { date: Date.now, value: 3.1 }, + { date: Date.now, value: 2.7 } + ] + }); + var clonedHabit = tasks.cloneTask(habit); + + expect(clonedHabit.history).to.be.an.array; + expect(clonedHabit.history).to.be.empty; + }); + }); + + context('checklists', function() { + + it('clones checklist text', function() { + var todo = specHelper.newTodo({ + checklist: [{ + completed: true, + text: 'checklist 1', + id: 'cl-1' + }, { + completed: false, + text: 'checklist 2', + id: 'cl-2' + }] + }); + + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.checklist[0].text).to.eql(todo.checklist[0].text); + expect(clonedTodo.checklist[1].text).to.eql(todo.checklist[1].text); + }); + + it('does not clone complete or id attribute of checklist', function() { + var todo = specHelper.newTodo({ + checklist: [{ + completed: true, + text: 'checklist 1', + id: 'cl-1' + }, { + completed: false, + text: 'checklist 2', + id: 'cl-2' + }] + }); + + var clonedTodo = tasks.cloneTask(todo); + + expect(clonedTodo.checklist[0].completed).to.eql(false); + expect(clonedTodo.checklist[0].id).to.not.eql(todo.checklist[0].id); + expect(clonedTodo.checklist[0].id).to.exist; + expect(clonedTodo.checklist[1].completed).to.eql(false); + expect(clonedTodo.checklist[1].id).to.not.eql(todo.checklist[1].id); + expect(clonedTodo.checklist[1].id).to.exist; + }); + }); + }); }); diff --git a/test/spec/specHelper.js b/test/spec/specHelper.js index 80f5858fe8..60a638024f 100644 --- a/test/spec/specHelper.js +++ b/test/spec/specHelper.js @@ -1,7 +1,18 @@ beforeEach(module('habitrpg')); -specHelper = { - newUser: function(){ +var specHelper = {}; + +(function(){ + + specHelper.newUser = newUser; + specHelper.newGroup = newGroup; + specHelper.newTask = newTask; + specHelper.newHabit = newHabit; + specHelper.newDaily = newDaily; + specHelper.newTodo = newTodo; + specHelper.newReward = newReward; + + function newUser() { var buffs = {per:0, int:0, con:0, str:0, stealth: 0, streaks: false}; user = { auth:{timestamps: {}}, @@ -29,8 +40,9 @@ specHelper = { achievements: {}, }; return user; - }, - newGroup: function(leader) { + } + + function newGroup(leader) { var quest = { progress: { }, active: false }; group = { "leader" : leader, @@ -45,5 +57,91 @@ specHelper = { }; return group; } -}; + function newTask(overrides) { + var task = { + id: 'task-id', + _id: 'task-id', + dateCreated: Date.now, + text: 'task text', + notes: 'task notes', + tags: { }, + value: 0, + priority: 1, + attribute: 'str', + challenge: { } + }; + + for(var key in overrides) { + task[key] = overrides[key]; + } + + return task; + } + + function newHabit(overrides) { + var habit = newTask(); + habit.type = 'habit'; + habit.history = []; + habit.up = true; + habit.down = true; + + for(var key in overrides) { + habit[key] = overrides[key]; + } + + return habit; + } + + function newDaily(overrides) { + var daily = newTask(); + daily.type = 'daily'; + daily.frequency = 'weekly'; + daily.repeat = { + m: true, + t: true, + w: true, + th: true, + f: true, + s: true, + su: true + }; + daily.startDate = Date.now; + daily.history = []; + daily.completed = false; + daily.collapseChecklist = false; + daily.checklist = []; + daily.streak = 0; + + for(var key in overrides) { + daily[key] = overrides[key]; + } + + return daily; + } + + function newTodo(overrides) { + var todo = newTask(); + todo.type = 'todo'; + todo.completed = false; + todo.collapseChecklist = false; + todo.checklist = []; + + for(var key in overrides) { + todo[key] = overrides[key]; + } + + return todo; + } + + function newReward(overrides) { + var reward = newTask(); + reward.type = 'reward'; + + for(var key in overrides) { + reward[key] = overrides[key]; + } + + return reward; + } +})(); diff --git a/website/public/css/header.styl b/website/public/css/header.styl index a1169843ce..e241f5f873 100644 --- a/website/public/css/header.styl +++ b/website/public/css/header.styl @@ -87,18 +87,7 @@ .site-header display: table height: 10.5em - -@media (min-width: 42.5em) - .site-header - width: 75% -@media (min-width: 60em) - .site-header - // margin: 0 auto - width: 66% -@media (min-width: 70em) - .site-header - width: 70% - + width: 100% // this is a wrapper for avatars in the header // inside this is the actual `herobox` module @@ -117,6 +106,7 @@ display: table-cell vertical-align: middle min-width:175px + width: 75% @media screen and (max-width:768px) padding: 1.1em 0.618em 0 .meter-label @@ -173,7 +163,15 @@ header .hero-stats background-color: darken($color-herobox, 4%) border-right: 1px solid darken($color-herobox, 12%) +.party + display: table-cell + width: 100% + button.party-invite right: 10px; position: absolute; top: 55px; + +button.party-invite-middle + display: block + margin: 57px auto \ No newline at end of file diff --git a/website/public/css/index.styl b/website/public/css/index.styl index b93b9f77fd..82f5c39d47 100644 --- a/website/public/css/index.styl +++ b/website/public/css/index.styl @@ -163,6 +163,10 @@ a.label .btn-group .btn margin-right: 0px +// Class for buttons with long text allowing wrapping +.btn-wrap + white-space: normal + .modal-indented-list margin-left: 10px; padding-left: 10px; diff --git a/website/public/css/inventory.styl b/website/public/css/inventory.styl index a8ced56dfd..bcd297268d 100644 --- a/website/public/css/inventory.styl +++ b/website/public/css/inventory.styl @@ -20,6 +20,11 @@ vertical-align: bottom margin-right: 20px +.well.use-costume-info + margin-top: 10px + p:first-child + margin-bottom: 20px + .stable .static-popover max-width: 550px diff --git a/website/public/css/items.styl b/website/public/css/items.styl index b014ca3c62..ec8265fd3c 100644 --- a/website/public/css/items.styl +++ b/website/public/css/items.styl @@ -4,10 +4,15 @@ line-height: 1.5em padding-left: 0.75em -.shop_gold, .shop_silver, .shop_copper, .shop_spell +.shop_gold, .shop_silver, .shop_copper vertical-align: top display: inline-block +.shop_spell + vertical-align: top + display: inline-block + top: -5px + .btn-buy width: 4.5em min-height: 3em diff --git a/website/public/js/app.js b/website/public/js/app.js index 822ce9601d..36e25702d7 100644 --- a/website/public/js/app.js +++ b/website/public/js/app.js @@ -136,11 +136,11 @@ window.habitrpg = angular.module('habitrpg', .state('options.social.guilds.detail', { url: '/:gid', templateUrl: 'partials/options.social.guilds.detail.html', - controller: ['$scope', 'Groups', '$stateParams', - function($scope, Groups, $stateParams){ + controller: ['$scope', 'Groups', 'Chat', '$stateParams', + function($scope, Groups, Chat, $stateParams){ Groups.Group.get({gid:$stateParams.gid}, function(group){ $scope.group = group; - Groups.seenMessage(group._id); + Chat.seenMessage(group._id); }); }] }) diff --git a/website/public/js/controllers/authCtrl.js b/website/public/js/controllers/authCtrl.js index eb62d87d52..ce49fdcfc6 100644 --- a/website/public/js/controllers/authCtrl.js +++ b/website/public/js/controllers/authCtrl.js @@ -18,6 +18,9 @@ angular.module('habitrpg') User.authenticate(id, token, function(err) { if(!err) $scope.registrationInProgress = false; $window.location.href = ('/' + window.location.hash); + Analytics.login(); + Analytics.updateUser(); + Analytics.track({'hitType':'event','eventCategory':'behavior','eventAction':'login'}); }); }; @@ -48,7 +51,6 @@ angular.module('habitrpg') $http.post(url, scope.registerVals).success(function(data, status, headers, config) { runAuth(data.id, data.apiToken); if (status == 200) { - Analytics.register(); if (data.auth.facebook) { Analytics.updateUser({'email':data.auth.facebook._json.email,'language':data.preferences.language}); Analytics.track({'hitType':'event','eventCategory':'acquisition','eventAction':'register','authType':'facebook'}); @@ -62,17 +64,12 @@ angular.module('habitrpg') $scope.auth = function() { var data = { - username: $scope.loginUsername || $('#login-tab input[name="username"]').val(), - password: $scope.loginPassword || $('#login-tab input[name="password"]').val() + username: $scope.loginUsername || $('#loginForm input[name="username"]').val(), + password: $scope.loginPassword || $('#loginForm input[name="password"]').val() }; $http.post(ApiUrl.get() + "/api/v2/user/auth/local", data) .success(function(data, status, headers, config) { runAuth(data.id, data.token); - if (status == 200) { - Analytics.login(); - Analytics.updateUser(); - Analytics.track({'hitType':'event','eventCategory':'behavior','eventAction':'login'}); - } }).error(errorAlert); }; @@ -102,38 +99,6 @@ angular.module('habitrpg') } }; - $scope.expandMenu = function(menu) { - $scope._expandedMenu = ($scope._expandedMenu == menu) ? null : menu; - }; - - function selectNotificationValue(mysteryValue, invitationValue, unallocatedValue, messageValue, noneValue) { - var user = $scope.user; - if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) { - return mysteryValue; - } else if ((user.invitations.party && user.invitations.party.id) || (user.invitations.guilds && user.invitations.guilds.length > 0)) { - return invitationValue; - } else if (user.flags.classSelected && !(user.preferences && user.preferences.disableClasses) && user.stats.points) { - return unallocatedValue; - } else if (!(_.isEmpty(user.newMessages))) { - return messageValue; - } else { - return noneValue; - } - }; - - $scope.iconClasses = function() { - return selectNotificationValue( - "glyphicon-gift", - "glyphicon-user", - "glyphicon-plus-sign", - "glyphicon-comment", - "glyphicon-comment inactive"); - }; - - $scope.hasNoNotifications = function() { - return selectNotificationValue(false, false, false, false, true); - } - // ------ Social ---------- hello.init({ @@ -144,11 +109,6 @@ angular.module('habitrpg') hello(network).login({scope:'email'}).then(function(auth){ $http.post(ApiUrl.get() + "/api/v2/user/auth/social", auth) .success(function(data, status, headers, config) { - if (status == 200) { - Analytics.login(); - Analytics.updateUser(); - Analytics.track({'hitType':'event','eventCategory':'behavior','eventAction':'login'}); - } runAuth(data.id, data.token); }).error(errorAlert); }, function( e ){ diff --git a/website/public/js/controllers/challengesCtrl.js b/website/public/js/controllers/challengesCtrl.js index a9d30bc506..a7f3f64ec6 100644 --- a/website/public/js/controllers/challengesCtrl.js +++ b/website/public/js/controllers/challengesCtrl.js @@ -89,6 +89,41 @@ habitrpg.controller("ChallengesCtrl", ['$rootScope','$scope', 'Shared', 'User', }); }; + /** + * Clone + */ + $scope.clone = function(challenge) { + var clonedTasks = { + habit: [], + daily: [], + todo: [], + reward: [] + }; + + _(clonedTasks).each(function(val, type) { + challenge[type + 's'].forEach(_cloneTaskAndPush); + }); + + $scope.obj = $scope.newChallenge = new Challenges.Challenge({ + name: challenge.name, + shortName: challenge.shortName, + description: challenge.description, + habits: clonedTasks.habit, + dailys: clonedTasks.daily, + todos: clonedTasks.todo, + rewards: clonedTasks.reward, + leader: User.user._id, + group: challenge.group._id, + official: challenge.official, + prize: challenge.prize + }); + + function _cloneTaskAndPush(taskToClone) { + var task = Tasks.cloneTask(taskToClone); + clonedTasks[task.type].push(task); + } + }; + /** * Save */ diff --git a/website/public/js/controllers/footerCtrl.js b/website/public/js/controllers/footerCtrl.js index 32c3055e6c..c3d8673124 100644 --- a/website/public/js/controllers/footerCtrl.js +++ b/website/public/js/controllers/footerCtrl.js @@ -20,14 +20,20 @@ function($scope, $rootScope, User, $http, Notification, ApiUrl) { JS files not needed right away (google charts) or entirely optional (analytics) Each file gets loaded async via $.getScript, so it doesn't bog page-load */ + $scope.deferredScripts = function(){ + // Amazon Payments + var amazonPaymentsUrl = 'https://static-na.payments-amazon.com/OffAmazonPayments/us/' + + (window.env.NODE_ENV === 'production' ? '' : 'sandbox/') + 'js/Widgets.js'; + $.getScript(amazonPaymentsUrl); + // Stripe $.getScript('//checkout.stripe.com/v2/checkout.js'); // Google Content Experiments if (window.env.NODE_ENV === 'production') { - $.getScript('//www.google-analytics.com/cx/api.js?experiment=t-AFggRWQnuJ6Teck_x1-Q', function(){ + $.getScript('//www.google-analytics.com/cx/api.js?experiment=boVO4eEyRfysNE5D53nCMQ', function(){ $rootScope.variant = cxApi.chooseVariation(); $rootScope.$apply(); }) diff --git a/website/public/js/controllers/groupsCtrl.js b/website/public/js/controllers/groupsCtrl.js index dc1329c981..2cd61ad518 100644 --- a/website/public/js/controllers/groupsCtrl.js +++ b/website/public/js/controllers/groupsCtrl.js @@ -159,8 +159,8 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' }; }]) - .controller("MemberModalCtrl", ['$scope', '$rootScope', 'Members', 'Shared', '$http', 'Notification', 'Groups', '$controller', - function($scope, $rootScope, Members, Shared, $http, Notification, Groups, $controller) { + .controller("MemberModalCtrl", ['$scope', '$rootScope', 'Members', 'Shared', '$http', 'Notification', 'Groups', 'Chat', '$controller', + function($scope, $rootScope, Members, Shared, $http, Notification, Groups, Chat, $controller) { $controller('RootCtrl', {$scope: $scope}); @@ -199,13 +199,13 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' } $scope.reportAbuse = function(reporter, message, groupId) { message.flags[reporter._id] = true; - Groups.Group.flagChatMessage({gid: groupId, messageId: message.id}, undefined, function(data){ + Chat.utils.flagChatMessage({gid: groupId, messageId: message.id}, undefined, function(data){ Notification.text(window.env.t('abuseReported')); $scope.$close(); }); } $scope.clearFlagCount = function(message, groupId) { - Groups.Group.clearFlagCount({gid: groupId, messageId: message.id}, undefined, function(data){ + Chat.utils.clearFlagCount({gid: groupId, messageId: message.id}, undefined, function(data){ message.flagCount = 0; Notification.text("Flags cleared"); $scope.$close(); @@ -248,7 +248,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' $scope.clearUserlist(); $scope.chatChanged = function(newvalue,oldvalue){ - if($scope.group.chat && $scope.group.chat.length > 0){ + if($scope.group && $scope.group.chat && $scope.group.chat.length > 0){ for(var i = 0; i < $scope.group.chat.length; i++) { $scope.addNewUser($scope.group.chat[i]); } @@ -286,8 +286,8 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' }); }]) - .controller('ChatCtrl', ['$scope', 'Groups', 'User', '$http', 'ApiUrl', 'Notification', 'Members', '$rootScope', 'Analytics', - function($scope, Groups, User, $http, ApiUrl, Notification, Members, $rootScope, Analytics){ + .controller('ChatCtrl', ['$scope', 'Groups', 'Chat', 'User', '$http', 'ApiUrl', 'Notification', 'Members', '$rootScope', 'Analytics', + function($scope, Groups, Chat, User, $http, ApiUrl, Notification, Members, $rootScope, Analytics){ $scope.message = {content:''}; $scope._sending = false; @@ -313,7 +313,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' if (_.isEmpty(message) || $scope._sending) return; $scope._sending = true; var previousMsg = (group.chat && group.chat[0]) ? group.chat[0].id : false; - Groups.Group.postChat({gid: group._id, message:message, previousMsg: previousMsg}, undefined, function(data){ + Chat.utils.postChat({gid: group._id, message:message, previousMsg: previousMsg}, undefined, function(data){ if(data.chat){ group.chat = data.chat; }else if(data.message){ @@ -335,7 +335,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' if(message.uuid === User.user.id || (User.user.backer && User.user.contributor.admin)){ var previousMsg = (group.chat && group.chat[0]) ? group.chat[0].id : false; if(confirm('Are you sure you want to delete this message?')){ - Groups.Group.deleteChatMessage({gid:group._id, messageId:message.id, previousMsg:previousMsg}, undefined, function(data){ + Chat.utils.deleteChatMessage({gid:group._id, messageId:message.id, previousMsg:previousMsg}, undefined, function(data){ if(data.chat) group.chat = data.chat; var i = _.findIndex(group.chat, {id: message.id}); @@ -354,9 +354,7 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' } else { message.likes[User.user._id] = true; } - //Chat.Chat.like({gid:group._id,mid:message.id}); - - $http.post(ApiUrl.get() + '/api/v2/groups/' + group._id + '/chat/' + message.id + '/like'); + Chat.utils.like({ gid:group._id, messageId:message.id }, undefined); } $scope.flagChatMessage = function(groupId,message) { @@ -394,9 +392,14 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' }; $scope.sync = function(group){ - group.$get(); - //When the user clicks fetch recent messages we need to update that the user has seen the new messages - Groups.seenMessage(group._id); + if(group.type == 'party') { + group.$syncParty(); // Syncs the whole party, not just 15 members + } else { + group.$get(); + } + // When the user clicks fetch recent messages we need to update + // that the user has seen the new messages + Chat.seenMessage(group._id); } // List of Ordering options for the party members list @@ -509,14 +512,18 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' } ]) - .controller("PartyCtrl", ['$rootScope','$scope', 'Groups', 'User', 'Challenges', '$state', '$compile', 'Analytics', - function($rootScope,$scope, Groups, User, Challenges, $state, $compile, Analytics) { + .controller("PartyCtrl", ['$rootScope','$scope', 'Groups', 'Chat', 'User', 'Challenges', '$state', '$compile', 'Analytics', + function($rootScope,$scope, Groups, Chat, User, Challenges, $state, $compile, Analytics) { $scope.type = 'party'; $scope.text = window.env.t('party'); $scope.group = $rootScope.party = Groups.party(); $scope.newGroup = new Groups.Group({type:'party'}); - Groups.seenMessage($scope.group._id); + if ($state.is('options.social.party')) { + $scope.group.$syncParty(); // Sync party automatically when navigating to party page + } + + Chat.seenMessage($scope.group._id); $scope.create = function(group){ group.$save(function(){ @@ -580,17 +587,24 @@ habitrpg.controller("GroupsCtrl", ['$scope', '$rootScope', 'Shared', 'Groups', ' User.set({'invitations.party':{}}); } - $scope.questCancel = function(){ + $scope.questCancel = function(party){ if (!confirm(window.env.t('sureCancel'))) return; - $rootScope.party.$questCancel(); + Groups.questCancel(party); } - $scope.questAbort = function(){ + $scope.questAbort = function(party){ if (!confirm(window.env.t('sureAbort'))) return; if (!confirm(window.env.t('doubleSureAbort'))) return; - $rootScope.party.$questAbort(); + Groups.questAbort(party); } + $scope.questAccept = function(party){ + Groups.questAccept(party); + } + + $scope.questReject = function(party){ + Groups.questReject(party); + } } ]) diff --git a/website/public/js/controllers/headerCtrl.js b/website/public/js/controllers/headerCtrl.js index 89db3dc18c..474e5446f5 100644 --- a/website/public/js/controllers/headerCtrl.js +++ b/website/public/js/controllers/headerCtrl.js @@ -1,7 +1,7 @@ "use strict"; -habitrpg.controller("HeaderCtrl", ['$scope', 'Groups', 'User', '$location', '$rootScope', - function($scope, Groups, User, $location, $rootScope) { +habitrpg.controller("HeaderCtrl", ['$scope', 'Groups', 'User', '$location', '$rootScope', 'Analytics', + function($scope, Groups, User, $location, $rootScope, Analytics) { $scope.Math = window.Math; $scope.user = User.user; @@ -25,6 +25,7 @@ habitrpg.controller("HeaderCtrl", ['$scope', 'Groups', 'User', '$location', '$ro } }); } else { + Analytics.track({'hitType':'event','eventCategory':'button','eventAction':'click','eventLabel':'Invite Friends'}); $location.path("/options/groups/party"); } } diff --git a/website/public/js/controllers/menuCtrl.js b/website/public/js/controllers/menuCtrl.js new file mode 100644 index 0000000000..b882959bbd --- /dev/null +++ b/website/public/js/controllers/menuCtrl.js @@ -0,0 +1,47 @@ +'use strict'; + +angular.module('habitrpg') + .controller('MenuCtrl', ['$scope', '$rootScope', '$http', 'Chat', + function($scope, $rootScope, $http, Chat) { + + $scope.logout = function() { + localStorage.clear(); + window.location.href = '/logout'; + }; + + $scope.expandMenu = function(menu) { + $scope._expandedMenu = ($scope._expandedMenu == menu) ? null : menu; + }; + + function selectNotificationValue(mysteryValue, invitationValue, unallocatedValue, messageValue, noneValue) { + var user = $scope.user; + if (user.purchased && user.purchased.plan && user.purchased.plan.mysteryItems && user.purchased.plan.mysteryItems.length) { + return mysteryValue; + } else if ((user.invitations.party && user.invitations.party.id) || (user.invitations.guilds && user.invitations.guilds.length > 0)) { + return invitationValue; + } else if (user.flags.classSelected && !(user.preferences && user.preferences.disableClasses) && user.stats.points) { + return unallocatedValue; + } else if (!(_.isEmpty(user.newMessages))) { + return messageValue; + } else { + return noneValue; + } + }; + + $scope.clearMessages = Chat.seenMessage; + + $scope.iconClasses = function() { + return selectNotificationValue( + 'glyphicon-gift', + 'glyphicon-user', + 'glyphicon-plus-sign', + 'glyphicon-comment', + 'glyphicon-comment inactive' + ); + }; + + $scope.hasNoNotifications = function() { + return selectNotificationValue(false, false, false, false, true); + } + } +]); diff --git a/website/public/js/controllers/notificationCtrl.js b/website/public/js/controllers/notificationCtrl.js index 2ff163240e..0acfd8a266 100644 --- a/website/public/js/controllers/notificationCtrl.js +++ b/website/public/js/controllers/notificationCtrl.js @@ -148,15 +148,15 @@ habitrpg.controller('NotificationCtrl', }); // Completed quest modal - $rootScope.$watch('user.party.quest.completed', function(after, before){ + $scope.$watch('user.party.quest.completed', function(after, before){ if (!after) return; $rootScope.openModal('questCompleted', {controller:'InventoryCtrl'}); }); // Quest invitation modal - $rootScope.$watch('party.quest.key && !party.quest.active && party.quest.members[user._id] == undefined', function(after, before){ - if (after == before || after != true) return; - $rootScope.openModal('questInvitation'); + $scope.$watch('user.party.quest.RSVPNeeded && !user.party.quest.completed', function(after, before){ + if (after != true) return; + $rootScope.openModal('questInvitation', {controller:'PartyCtrl'}); }); $rootScope.$on('responseError', function(ev, error){ diff --git a/website/public/js/directives/focus-me.directive.js b/website/public/js/directives/focus-me.directive.js index e2fd96657c..da0bd20681 100644 --- a/website/public/js/directives/focus-me.directive.js +++ b/website/public/js/directives/focus-me.directive.js @@ -1,23 +1,25 @@ 'use strict'; -angular - .module('habitrpg') - .directive('focusMe', focusMe); +(function(){ + angular + .module('habitrpg') + .directive('focusMe', focusMe); -focusMe.$inject = [ - '$timeout', - '$parse' -]; + focusMe.$inject = [ + '$timeout', + '$parse' + ]; -function focusMe($timeout, $parse) { - return { - link: function(scope, element, attrs) { - var model = $parse(attrs.focusMe); - scope.$watch(model, function(value) { - $timeout(function() { - element[0].focus(); + function focusMe($timeout, $parse) { + return { + link: function(scope, element, attrs) { + var model = $parse(attrs.focusMe); + scope.$watch(model, function(value) { + $timeout(function() { + element[0].focus(); + }); }); - }); + } } } -} +}()); diff --git a/website/public/js/directives/from-now.directive.js b/website/public/js/directives/from-now.directive.js index 37b61a2b90..83ddae3b61 100644 --- a/website/public/js/directives/from-now.directive.js +++ b/website/public/js/directives/from-now.directive.js @@ -1,44 +1,46 @@ 'use strict'; -angular - .module('habitrpg') - .directive('fromNow', fromNow); +(function(){ + angular + .module('habitrpg') + .directive('fromNow', fromNow); -fromNow.$inject = [ - '$interval', - '$timeout' -]; + fromNow.$inject = [ + '$interval', + '$timeout' + ]; -function fromNow($interval, $timeout) { - return function(scope, element, attr){ - var interval, timeout; + function fromNow($interval, $timeout) { + return function(scope, element, attr){ + var interval, timeout; - var updateText = function(){ - element.text(moment(scope.message.timestamp).fromNow()); - }; + var updateText = function(){ + element.text(moment(scope.message.timestamp).fromNow()); + }; - var setupInterval = function() { - if(interval) $interval.cancel(interval); - if(timeout) $timeout.cancel(timeout); + var setupInterval = function() { + if(interval) $interval.cancel(interval); + if(timeout) $timeout.cancel(timeout); - var diff = moment().diff(scope.message.timestamp, 'minute'); + var diff = moment().diff(scope.message.timestamp, 'minute'); - if(diff < 60) { - // Update every minute - interval = $interval(updateText, 60000, false); - timeout = $timeout(setupInterval, diff * 60000); - } else { - // Update every hour - interval = $interval(updateText, 3600000, false); - } - }; + if(diff < 60) { + // Update every minute + interval = $interval(updateText, 60000, false); + timeout = $timeout(setupInterval, diff * 60000); + } else { + // Update every hour + interval = $interval(updateText, 3600000, false); + } + }; - updateText(); - setupInterval(); + updateText(); + setupInterval(); - scope.$on('$destroy', function() { - if(interval) $interval.cancel(interval); - if(timeout) $timeout.cancel(timeout); - }); + scope.$on('$destroy', function() { + if(interval) $interval.cancel(interval); + if(timeout) $timeout.cancel(timeout); + }); + } } -} +}()); diff --git a/website/public/js/directives/habitrpg-tasks.directive.js b/website/public/js/directives/habitrpg-tasks.directive.js index 10aa7f424c..9708c58f9e 100644 --- a/website/public/js/directives/habitrpg-tasks.directive.js +++ b/website/public/js/directives/habitrpg-tasks.directive.js @@ -1,61 +1,63 @@ 'use strict'; -angular - .module('habitrpg') - .directive('habitrpgTasks', habitrpgTasks); +(function(){ + angular + .module('habitrpg') + .directive('habitrpgTasks', habitrpgTasks); -habitrpgTasks.$inject = [ - '$rootScope', - 'User' -]; + habitrpgTasks.$inject = [ + '$rootScope', + 'User' + ]; -function habitrpgTasks($rootScope, User) { - return { - restrict: 'EA', - templateUrl: 'templates/habitrpg-tasks.html', - //transclude: true, - //scope: { - // main: '@', // true if it's the user's main list - // obj: '=' - //}, - link: function(scope, element, attrs) { - // $scope.obj needs to come from controllers, so we can pass by ref - scope.main = attrs.main; - scope.modal = attrs.modal; - var dailiesView; - if(User.user.preferences.dailyDueDefaultView) { - dailiesView = "remaining"; - } else { - dailiesView = "all"; - } - $rootScope.lists = [ - { - header: window.env.t('habits'), - type: 'habit', - placeHolder: window.env.t('newHabit'), - placeHolderBulk: window.env.t('newHabitBulk'), - view: "all" - }, { - header: window.env.t('dailies'), - type: 'daily', - placeHolder: window.env.t('newDaily'), - placeHolderBulk: window.env.t('newDailyBulk'), - view: dailiesView - }, { - header: window.env.t('todos'), - type: 'todo', - placeHolder: window.env.t('newTodo'), - placeHolderBulk: window.env.t('newTodoBulk'), - view: "remaining" - }, { - header: window.env.t('rewards'), - type: 'reward', - placeHolder: window.env.t('newReward'), - placeHolderBulk: window.env.t('newRewardBulk'), - view: "all" + function habitrpgTasks($rootScope, User) { + return { + restrict: 'EA', + templateUrl: 'templates/habitrpg-tasks.html', + //transclude: true, + //scope: { + // main: '@', // true if it's the user's main list + // obj: '=' + //}, + link: function(scope, element, attrs) { + // $scope.obj needs to come from controllers, so we can pass by ref + scope.main = attrs.main; + scope.modal = attrs.modal; + var dailiesView; + if(User.user.preferences.dailyDueDefaultView) { + dailiesView = "remaining"; + } else { + dailiesView = "all"; } - ]; + $rootScope.lists = [ + { + header: window.env.t('habits'), + type: 'habit', + placeHolder: window.env.t('newHabit'), + placeHolderBulk: window.env.t('newHabitBulk'), + view: "all" + }, { + header: window.env.t('dailies'), + type: 'daily', + placeHolder: window.env.t('newDaily'), + placeHolderBulk: window.env.t('newDailyBulk'), + view: dailiesView + }, { + header: window.env.t('todos'), + type: 'todo', + placeHolder: window.env.t('newTodo'), + placeHolderBulk: window.env.t('newTodoBulk'), + view: "remaining" + }, { + header: window.env.t('rewards'), + type: 'reward', + placeHolder: window.env.t('newReward'), + placeHolderBulk: window.env.t('newRewardBulk'), + view: "all" + } + ]; + } } } -} +}()); diff --git a/website/public/js/directives/hrpg-sort-checklist.directive.js b/website/public/js/directives/hrpg-sort-checklist.directive.js index 52211e8cd4..8f50be02ce 100644 --- a/website/public/js/directives/hrpg-sort-checklist.directive.js +++ b/website/public/js/directives/hrpg-sort-checklist.directive.js @@ -1,30 +1,32 @@ 'use strict'; -angular - .module('habitrpg') - .directive('hrpgSortChecklist', hrpgSortChecklist); +(function(){ + angular + .module('habitrpg') + .directive('hrpgSortChecklist', hrpgSortChecklist); -hrpgSortChecklist.$inject = [ - 'User' -]; + hrpgSortChecklist.$inject = [ + 'User' + ]; -function hrpgSortChecklist(User) { - return function($scope, element, attrs, ngModel) { - $(element).sortable({ - axis: "y", - distance: 5, - start: function (event, ui) { - ui.item.data('startIndex', ui.item.index()); - }, - stop: function (event, ui) { - var task = angular.element(ui.item[0]).scope().task; - var startIndex = ui.item.data('startIndex'); - $scope.swapChecklistItems( - task, - startIndex, - ui.item.index() - ); - } - }); + function hrpgSortChecklist(User) { + return function($scope, element, attrs, ngModel) { + $(element).sortable({ + axis: "y", + distance: 5, + start: function (event, ui) { + ui.item.data('startIndex', ui.item.index()); + }, + stop: function (event, ui) { + var task = angular.element(ui.item[0]).scope().task; + var startIndex = ui.item.data('startIndex'); + $scope.swapChecklistItems( + task, + startIndex, + ui.item.index() + ); + } + }); + } } -} +}()); diff --git a/website/public/js/directives/hrpg-sort-tags.directive.js b/website/public/js/directives/hrpg-sort-tags.directive.js index 3eac5fe0a6..5b42bc778f 100644 --- a/website/public/js/directives/hrpg-sort-tags.directive.js +++ b/website/public/js/directives/hrpg-sort-tags.directive.js @@ -1,27 +1,29 @@ 'use strict'; -angular - .module('habitrpg') - .directive('hrpgSortTags', hrpgSortTags); +(function(){ + angular + .module('habitrpg') + .directive('hrpgSortTags', hrpgSortTags); -hrpgSortTags.$inject = [ - 'User' -]; + hrpgSortTags.$inject = [ + 'User' + ]; -function hrpgSortTags(User) { - return function($scope, element, attrs, ngModel) { - $(element).sortable({ - start: function (event, ui) { - ui.item.data('startIndex', ui.item.index()); - }, - stop: function (event, ui) { - User.user.ops.sortTag({ - query: { - from: ui.item.data('startIndex'), - to:ui.item.index() - } - }); - } - }); + function hrpgSortTags(User) { + return function($scope, element, attrs, ngModel) { + $(element).sortable({ + start: function (event, ui) { + ui.item.data('startIndex', ui.item.index()); + }, + stop: function (event, ui) { + User.user.ops.sortTag({ + query: { + from: ui.item.data('startIndex'), + to:ui.item.index() + } + }); + } + }); + } } -} +}()); diff --git a/website/public/js/directives/hrpg-sort-tasks.directive.js b/website/public/js/directives/hrpg-sort-tasks.directive.js index 0e18091cf2..820fccfbe8 100644 --- a/website/public/js/directives/hrpg-sort-tasks.directive.js +++ b/website/public/js/directives/hrpg-sort-tasks.directive.js @@ -1,32 +1,34 @@ 'use strict'; -angular - .module('habitrpg') - .directive('hrpgSortTasks', hrpgSortTasks); +(function(){ + angular + .module('habitrpg') + .directive('hrpgSortTasks', hrpgSortTasks); -hrpgSortTasks.$inject = [ - 'User' -]; + hrpgSortTasks.$inject = [ + 'User' + ]; -function hrpgSortTasks(User) { - return function($scope, element, attrs, ngModel) { - $(element).sortable({ - axis: "y", - distance: 5, - start: function (event, ui) { - ui.item.data('startIndex', ui.item.index()); - }, - stop: function (event, ui) { - var task = angular.element(ui.item[0]).scope().task; - var startIndex = ui.item.data('startIndex'); - User.user.ops.sortTask({ - params: { id: task.id }, - query: { - from: startIndex, - to: ui.item.index() - } - }); - } - }); + function hrpgSortTasks(User) { + return function($scope, element, attrs, ngModel) { + $(element).sortable({ + axis: "y", + distance: 5, + start: function (event, ui) { + ui.item.data('startIndex', ui.item.index()); + }, + stop: function (event, ui) { + var task = angular.element(ui.item[0]).scope().task; + var startIndex = ui.item.data('startIndex'); + User.user.ops.sortTask({ + params: { id: task.id }, + query: { + from: startIndex, + to: ui.item.index() + } + }); + } + }); + } } -} +}()); diff --git a/website/public/js/directives/popover-html-popup.directive.js b/website/public/js/directives/popover-html-popup.directive.js index 555a7019d1..d4f76a1267 100644 --- a/website/public/js/directives/popover-html-popup.directive.js +++ b/website/public/js/directives/popover-html-popup.directive.js @@ -1,45 +1,47 @@ 'use strict'; -angular - .module('habitrpg') - .directive('popoverHtmlPopup', popoverHtmlPopup) - .run(loadPopupTemplate); +(function(){ + angular + .module('habitrpg') + .directive('popoverHtmlPopup', popoverHtmlPopup) + .run(loadPopupTemplate); -popoverHtmlPopup.$inject = [ - '$sce' -]; + popoverHtmlPopup.$inject = [ + '$sce' + ]; -function popoverHtmlPopup($sce) { - return { - restrict: 'EA', - replace: true, - scope: { title: '@', content: '@', placement: '@', animation: '&', isOpen: '&' }, - link: function(scope, element, attrs) { - scope.$watch('content', function(value, oldValue) { - scope.unsafeContent = $sce.trustAsHtml(scope.content); - }); - }, - templateUrl: 'template/popover/popover-html.html' - }; -} + function popoverHtmlPopup($sce) { + return { + restrict: 'EA', + replace: true, + scope: { title: '@', content: '@', placement: '@', animation: '&', isOpen: '&' }, + link: function(scope, element, attrs) { + scope.$watch('content', function(value, oldValue) { + scope.unsafeContent = $sce.trustAsHtml(scope.content); + }); + }, + templateUrl: 'template/popover/popover-html.html' + }; + } -/* - * TODO: Review whether it's appropriate to be seeding this into the - * templateCache like this. Feel like this might be an antipattern? - */ + /* + * TODO: Review whether it's appropriate to be seeding this into the + * templateCache like this. Feel like this might be an antipattern? + */ -loadPopupTemplate.$inject = [ - '$templateCache' -]; + loadPopupTemplate.$inject = [ + '$templateCache' + ]; -function loadPopupTemplate($templateCache) { - $templateCache.put("template/popover/popover-html.html", - "
\n" + - "
\n" + - "\n" + - "
\n" + - "

\n" + - "
\n" + - "
\n" + - "
\n"); -} + function loadPopupTemplate($templateCache) { + $templateCache.put("template/popover/popover-html.html", + "
\n" + + "
\n" + + "\n" + + "
\n" + + "

\n" + + "
\n" + + "
\n" + + "
\n"); + } +}()); diff --git a/website/public/js/directives/popover-html.directive.js b/website/public/js/directives/popover-html.directive.js index 0462d99a31..56e71465a0 100644 --- a/website/public/js/directives/popover-html.directive.js +++ b/website/public/js/directives/popover-html.directive.js @@ -1,17 +1,19 @@ 'use strict'; -angular - .module('habitrpg') - .directive('popoverHtml', popoverHtml); +(function(){ + angular + .module('habitrpg') + .directive('popoverHtml', popoverHtml); -popoverHtml.$inject = [ - '$compile', - '$timeout', - '$parse', - '$window', - '$tooltip' -]; + popoverHtml.$inject = [ + '$compile', + '$timeout', + '$parse', + '$window', + '$tooltip' + ]; -function popoverHtml($compile, $timeout, $parse, $window, $tooltip) { - return $tooltip('popoverHtml', 'popover', 'click'); -} + function popoverHtml($compile, $timeout, $parse, $window, $tooltip) { + return $tooltip('popoverHtml', 'popover', 'click'); + } +}()); diff --git a/website/public/js/directives/task-focus.directive.js b/website/public/js/directives/task-focus.directive.js index 391e42b7fe..ae6a30c84b 100644 --- a/website/public/js/directives/task-focus.directive.js +++ b/website/public/js/directives/task-focus.directive.js @@ -1,24 +1,26 @@ 'use strict'; -angular - .module('habitrpg') - .directive('taskFocus', taskFocus); +(function(){ + angular + .module('habitrpg') + .directive('taskFocus', taskFocus); -taskFocus.$inject = ['$timeout']; + taskFocus.$inject = ['$timeout']; -/** - * Directive that places focus on the element it is applied to when the - * expression it binds to evaluates to true. - */ + /** + * Directive that places focus on the element it is applied to when the + * expression it binds to evaluates to true. + */ -function taskFocus($timeout) { - return function(scope, elem, attrs) { - scope.$watch(attrs.taskFocus, function(newVal) { - if (newVal) { - $timeout(function() { - elem[0].focus(); - }, 0, false); - } - }); + function taskFocus($timeout) { + return function(scope, elem, attrs) { + scope.$watch(attrs.taskFocus, function(newVal) { + if (newVal) { + $timeout(function() { + elem[0].focus(); + }, 0, false); + } + }); + } } -} +}()); diff --git a/website/public/js/directives/when-scrolled.directive.js b/website/public/js/directives/when-scrolled.directive.js index 3a063ca439..5fa0cbb998 100644 --- a/website/public/js/directives/when-scrolled.directive.js +++ b/website/public/js/directives/when-scrolled.directive.js @@ -1,17 +1,19 @@ 'use strict'; -angular - .module('habitrpg') - .directive('whenScrolled', whenScrolled); +(function(){ + angular + .module('habitrpg') + .directive('whenScrolled', whenScrolled); -function whenScrolled() { - return function(scope, elm, attr) { - var raw = elm[0]; + function whenScrolled() { + return function(scope, elm, attr) { + var raw = elm[0]; - elm.bind('scroll', function() { - if (raw.scrollTop + raw.offsetHeight >= raw.scrollHeight) { - scope.$apply(attr.whenScrolled); - } - }); - }; -} + elm.bind('scroll', function() { + if (raw.scrollTop + raw.offsetHeight >= raw.scrollHeight) { + scope.$apply(attr.whenScrolled); + } + }); + }; + } +}()); diff --git a/website/public/js/filters/taskOrdering.js b/website/public/js/filters/taskOrdering.js index 42abd471c0..c2b6f93b45 100644 --- a/website/public/js/filters/taskOrdering.js +++ b/website/public/js/filters/taskOrdering.js @@ -7,21 +7,25 @@ angular.module('habitrpg') return array; }; }]) - .filter('filterByTextAndNotes', ['$filter', function($filter) { - return function (input, term) { - if (!input) return; + .filter('filterByTaskInfo', ['$filter', function($filter) { + return function (tasks, term) { + if (!tasks) return; if (!angular.isString(term) || term.legth === 0) { - return input; + return tasks; } term = new RegExp(term, 'i'); var result = []; - for (var i = 0; i < input.length; i++) { - if (term.test(input[i].text) || term.test(input[i].notes)) { - result.push(input[i]); + for (var i = 0; i < tasks.length; i++) { + var checklist = tasks[i].checklist; + if (term.test(tasks[i].text) || term.test(tasks[i].notes)) { + result.push(tasks[i]); + } else if (checklist) { + var found = _.find(checklist, function(box) { return term.test(box.text); }); + if (found) { result.push(tasks[i]) } } } diff --git a/website/public/js/services/analyticsServices.js b/website/public/js/services/analyticsServices.js index 53f7c42186..cc238aeb84 100644 --- a/website/public/js/services/analyticsServices.js +++ b/website/public/js/services/analyticsServices.js @@ -23,14 +23,14 @@ var i = ["init", "logEvent", "logRevenue", "setUserId", "setUserProperties", "setOptOut", "setVersionName", "setDomain", "setDeviceId", "setGlobalUserProperties"]; for (var o = 0; o < i.length; o++) {a(i[o])} window.amplitude = r; - amplitude.init(window.env.AMPLITUDE_KEY); + amplitude.init(window.env.AMPLITUDE_KEY, user ? user._id : undefined); // Google Analytics (aka Universal Analytics) window['GoogleAnalyticsObject'] = 'ga'; window['ga'] = window['ga'] || function() { (window['ga'].q = window['ga'].q || []).push(arguments) }, window['ga'].l = 1 * new Date(); - ga('create', window.env.GA_ID, 'auto'); + ga('create', window.env.GA_ID, user ? {'userId': user._id} : undefined); function loadScripts() { setTimeout(function() { diff --git a/website/public/js/services/chatServices.js b/website/public/js/services/chatServices.js new file mode 100644 index 0000000000..5980132c74 --- /dev/null +++ b/website/public/js/services/chatServices.js @@ -0,0 +1,28 @@ +'use strict'; + +angular.module('habitrpg').factory('Chat', +['$resource', '$http', 'ApiUrl', 'User', +function($resource, $http, ApiUrl, User) { + var utils = $resource(ApiUrl.get() + '/api/v2/groups/:gid', + {gid:'@_id', messageId: '@_messageId'}, + { + postChat: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat'}, + like: {method: 'POST', isArray: true, url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId/like'}, + deleteChatMessage: {method: "DELETE", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId'}, + flagChatMessage: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId/flag'}, + clearFlagCount: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId/clearflags'}, + }); + + var chatService = { + seenMessage: seenMessage, + utils: utils + }; + + return chatService; + + function seenMessage(gid) { + // On enter, set chat message to "seen" + $http.post(ApiUrl.get() + '/api/v2/groups/'+gid+'/chat/seen'); + if (User.user.newMessages) delete User.user.newMessages[gid]; + } +}]) diff --git a/website/public/js/services/groupServices.js b/website/public/js/services/groupServices.js index 03fe1a708e..368c675123 100644 --- a/website/public/js/services/groupServices.js +++ b/website/public/js/services/groupServices.js @@ -23,10 +23,7 @@ function(ApiUrl, $resource, $q, $http, User, Challenges) { } }, - postChat: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat'}, - deleteChatMessage: {method: "DELETE", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId'}, - flagChatMessage: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId/flag'}, - clearFlagCount: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/chat/:messageId/clearflags'}, + syncParty: {method: "GET", url: '/api/v2/groups/party'}, join: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/join'}, leave: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/leave'}, invite: {method: "POST", url: ApiUrl.get() + '/api/v2/groups/:gid/invite'}, @@ -40,6 +37,13 @@ function(ApiUrl, $resource, $q, $http, User, Challenges) { // Defer loading everything until they're requested var data = {party: undefined, myGuilds: undefined, publicGuilds: undefined, tavern: undefined}; + var syncUser = function(res) { + User.sync(); + } + var logError = function(err) { + console.log(err); + } + return { party: function(cb){ if (!data.party) return (data.party = Group.get({gid: 'party'}, cb)); @@ -59,10 +63,24 @@ function(ApiUrl, $resource, $q, $http, User, Challenges) { return data.tavern; }, - // On enter, set chat message to "seen" - seenMessage: function(gid){ - $http.post(ApiUrl.get() + '/api/v2/groups/'+gid+'/chat/seen'); - if (User.user.newMessages) delete User.user.newMessages[gid]; + questAccept: function(party){ + party.$questAccept() + .then(syncUser, logError); + }, + + questReject: function(party){ + party.$questReject() + .then(syncUser, logError); + }, + + questCancel: function(party){ + party.$questCancel() + .then(syncUser, logError); + }, + + questAbort: function(party){ + party.$questAbort() + .then(syncUser, logError); }, // Pass reference to party, myGuilds, publicGuilds, tavern; inside data in order to @@ -72,19 +90,3 @@ function(ApiUrl, $resource, $q, $http, User, Challenges) { Group: Group } }]) -/** - * TODO Get this working. Make ChatService it's own ngResource, so we can update chat without having to sync the whole - * group object (expensive). Also so we can add chat-specific routes - */ -// .factory('Chat', ['API_URL', '$resource', -// function(API_URL, $resource) { -// var Chat = $resource(API_URL + '/api/v2/groups/:gid/chat/:mid', -// //{gid:'@_id', mid: '@_messageId'}, -// { -// like: {method: 'POST', url: API_URL + '/api/v2/groups/:gid/chat/:mid'} -// //postChat: {method: "POST", url: API_URL + '/api/v2/groups/:gid/chat'}, -// //deleteChatMessage: {method: "DELETE", url: API_URL + '/api/v2/groups/:gid/chat/:messageId'}, -// }); -// return {Chat:Chat}; -// } -// ]); diff --git a/website/public/js/services/paymentServices.js b/website/public/js/services/paymentServices.js index bc677b9155..a2d6f6599f 100644 --- a/website/public/js/services/paymentServices.js +++ b/website/public/js/services/paymentServices.js @@ -4,6 +4,12 @@ angular.module('habitrpg').factory('Payments', ['$rootScope', 'User', '$http', 'Content', function($rootScope, User, $http, Content) { var Payments = {}; + var isAmazonReady = false; + + window.onAmazonLoginReady = function(){ + isAmazonReady = true; + amazon.Login.setClientId(window.env.AMAZON_PAYMENTS.CLIENT_ID); + }; Payments.showStripe = function(data) { var sub = @@ -55,9 +61,189 @@ function($rootScope, User, $http, Content) { }); } + var amazonOnError = function(error){ + console.error(error); + console.log(error.getErrorMessage(), error.getErrorCode()); + alert(error.getErrorMessage()); + Payments.amazonPayments.reset(); + }; + + Payments.amazonPayments = {}; + + Payments.amazonPayments.reset = function(){ + Payments.amazonPayments.modal.close(); + // TODO this is needed because if we do not logout + // users then if they use donation & then subscription + // the billing agreement will be wrong + amazon.Login.logout(); + Payments.amazonPayments.modal = null; + Payments.amazonPayments.type = null; + Payments.amazonPayments.loggedIn = false; + Payments.amazonPayments.gift = null; + Payments.amazonPayments.billingAgreementId = null; + Payments.amazonPayments.paymentSelected = false; + Payments.amazonPayments.recurringConsent = false; + Payments.amazonPayments.subscription = null; + Payments.amazonPayments.coupon = null; + }; + + // Needs to be called everytime the modal/router is accessed + Payments.amazonPayments.init = function(data){ + if(!isAmazonReady) return; + if(data.type !== 'donation' && data.type !== 'subscription') return; + + if(data.gift){ + if(data.gift.gems && data.gift.gems.amount && data.gift.gems.amount <= 0) return; + gift.uuid = data.giftedTo; + } + + if(data.subscription){ + Payments.amazonPayments.subscription = data.subscription; + Payments.amazonPayments.coupon = data.coupon; + } + + Payments.amazonPayments.gift = data.gift; + Payments.amazonPayments.type = data.type; + + var modal = Payments.amazonPayments.modal = $rootScope.openModal('amazonPayments', { + // Allow the modal to be closed only by pressing cancel + // because no easy method to intercept those types of closings + // and we need to make some cleanup + keyboard: false, + backdrop: 'static' + }); + + modal.rendered.then(function(){ + OffAmazonPayments.Button('AmazonPayButton', window.env.AMAZON_PAYMENTS.SELLER_ID, { + type: 'PwA', + color: 'Gold', + size: 'small', + + authorization: function(){ + amazon.Login.authorize({ + scope: 'payments:widget', + popup: true + }, function(response){ + if(response.error) return alert(response.error); + + var url = '/amazon/verifyAccessToken' + $http.post(url, response).success(function(){ + Payments.amazonPayments.loggedIn = true; + Payments.amazonPayments.initWidgets(); + }).error(function(res){ + alert(res.err); + }); + }); + }, + + onError: amazonOnError + }); + }); + + } + + Payments.amazonPayments.canCheckout = function(){ + if(Payments.amazonPayments.type === 'donation'){ + return Payments.amazonPayments.paymentSelected === true; + }else if(Payments.amazonPayments.type === 'subscription'){ + return Payments.amazonPayments.paymentSelected === true && + // Mah.. one is a boolean the other a string... + Payments.amazonPayments.recurringConsent === 'true'; + }else{ + return false; + } + }, + + Payments.amazonPayments.initWidgets = function(){ + var walletParams = { + sellerId: window.env.AMAZON_PAYMENTS.SELLER_ID, + design: { + designMode: 'responsive' + }, + agreementType: 'BillingAgreement', + + onReady: function(billingAgreement){ + Payments.amazonPayments.billingAgreementId = billingAgreement.getAmazonBillingAgreementId(); + + if(Payments.amazonPayments.type === 'subscription'){ + new OffAmazonPayments.Widgets.Consent({ + sellerId: window.env.AMAZON_PAYMENTS.SELLER_ID, + amazonBillingAgreementId: Payments.amazonPayments.billingAgreementId, + design: { + designMode: 'responsive' + }, + + onReady: function(consent){ + $rootScope.$apply(function(){ + var getConsent = consent.getConsentStatus + Payments.amazonPayments.recurringConsent = getConsent ? getConsent() : false; + }); + }, + + onConsent: function(consent){ + $rootScope.$apply(function(){ + Payments.amazonPayments.recurringConsent = consent.getConsentStatus(); + }); + }, + + onError: amazonOnError + }).bind('AmazonPayRecurring'); + } + }, + + onPaymentSelect: function() { + $rootScope.$apply(function(){ + Payments.amazonPayments.paymentSelected = true; + }); + }, + + onError: amazonOnError + }; + + new OffAmazonPayments.Widgets.Wallet(walletParams).bind('AmazonPayWallet'); + } + + Payments.amazonPayments.checkout = function(){ + if(Payments.amazonPayments.type === 'donation'){ + var url = '/amazon/checkout' + $http.post(url, { + billingAgreementId: Payments.amazonPayments.billingAgreementId, + gift: Payments.amazonPayments.gift + }).success(function(){ + Payments.amazonPayments.reset(); + window.location.reload(true); + }).error(function(res){ + alert(res.err); + Payments.amazonPayments.reset(); + }); + }else if(Payments.amazonPayments.type === 'subscription'){ + var url = '/amazon/subscribe'; + + $http.post(url, { + billingAgreementId: Payments.amazonPayments.billingAgreementId, + subscription: Payments.amazonPayments.subscription, + coupon: Payments.amazonPayments.coupon + }).success(function(){ + Payments.amazonPayments.reset(); + window.location.reload(true); + }).error(function(res){ + alert(res.err); + Payments.amazonPayments.reset(); + }); + } + } + Payments.cancelSubscription = function(){ if (!confirm(window.env.t('sureCancelSub'))) return; - window.location.href = '/' + User.user.purchased.plan.paymentMethod.toLowerCase() + '/subscribe/cancel?_id=' + User.user._id + '&apiToken=' + User.user.apiToken; + var paymentMethod = User.user.purchased.plan.paymentMethod; + + if(paymentMethod === 'Amazon Payments'){ + paymentMethod = 'amazon'; + }else{ + paymentMethod = paymentMethod.toLowerCase(); + } + + window.location.href = '/' + paymentMethod + '/subscribe/cancel?_id=' + User.user._id + '&apiToken=' + User.user.apiToken; } Payments.encodeGift = function(uuid, gift){ diff --git a/website/public/js/services/taskServices.js b/website/public/js/services/taskServices.js index ac13b70641..3f968dfa6e 100644 --- a/website/public/js/services/taskServices.js +++ b/website/public/js/services/taskServices.js @@ -1,24 +1,53 @@ 'use strict'; -angular - .module('habitrpg') - .factory('Tasks', tasksFactory); +(function(){ + var TASK_KEYS_TO_REMOVE = ['_id', 'completed', 'date', 'dateCompleted', 'dateCreated', 'history', 'id', 'streak']; -tasksFactory.$inject = [ - '$rootScope', - 'User' -]; + angular + .module('habitrpg') + .factory('Tasks', tasksFactory); -function tasksFactory($rootScope, User) { + tasksFactory.$inject = [ + '$rootScope', + 'Shared', + 'User' + ]; - function editTask(task) { - task._editing = !task._editing; - task._tags = !User.user.preferences.tagsCollapsed; - task._advanced = !User.user.preferences.advancedCollapsed; - if($rootScope.charts[task.id]) $rootScope.charts[task.id] = false; + function tasksFactory($rootScope, Shared, User) { + + function editTask(task) { + task._editing = !task._editing; + task._tags = !User.user.preferences.tagsCollapsed; + task._advanced = !User.user.preferences.advancedCollapsed; + if($rootScope.charts[task.id]) $rootScope.charts[task.id] = false; + } + + function cloneTask(task) { + var clonedTask = _.cloneDeep(task); + clonedTask = _cleanUpTask(clonedTask); + + return Shared.taskDefaults(clonedTask); + } + + function _cleanUpTask(task) { + var cleansedTask = _.omit(task, TASK_KEYS_TO_REMOVE); + + // Copy checklists but reset to uncomplete and assign new id + _(cleansedTask.checklist).forEach(function(item) { + item.completed = false; + item.id = Shared.uuid(); + }); + + if (cleansedTask.type !== 'reward') { + delete cleansedTask.value; + } + + return cleansedTask; + } + + return { + editTask: editTask, + cloneTask: cloneTask + }; } - - return { - editTask: editTask - }; -} +})(); diff --git a/website/public/manifest.json b/website/public/manifest.json index b379990191..da32d2cfa4 100644 --- a/website/public/manifest.json +++ b/website/public/manifest.json @@ -45,6 +45,7 @@ "common/script/public/directives.js", "js/services/analyticsServices.js", "js/services/groupServices.js", + "js/services/chatServices.js", "js/services/memberServices.js", "js/services/guideServices.js", "js/services/taskServices.js", @@ -67,6 +68,7 @@ "js/directives/when-scrolled.directive.js", "js/controllers/authCtrl.js", + "js/controllers/menuCtrl.js", "js/controllers/notificationCtrl.js", "js/controllers/rootCtrl.js", "js/controllers/settingsCtrl.js", diff --git a/website/src/controllers/groups.js b/website/src/controllers/groups.js index ef9ccad7e6..853fd427ac 100644 --- a/website/src/controllers/groups.js +++ b/website/src/controllers/groups.js @@ -424,6 +424,9 @@ api.likeChatMessage = function(req, res, next) { group.markModified('chat'); group.save(function(err,_saved){ if (err) return next(err); + // @TODO: We're sending back the entire array of chats back + // Should we just send back the object of the single chat message? + // If not, should we update the group chat when a chat is liked? return res.send(_saved.chat); }) } @@ -751,6 +754,11 @@ api.removeMember = function(req, res, next){ sendMessage(removedUser); + //Mark removed users messages as seen + var update = {$unset:{}}; + update.$unset['newMessages.' + group._id] = ''; + User.update({_id: removedUser._id, apiToken: removedUser.apiToken}, update).exec(); + // Sending an empty 204 because Group.update doesn't return the group // see http://mongoosejs.com/docs/api.html#model_Model.update group = uuid = null; @@ -919,6 +927,7 @@ api.questAccept = function(req, res, next) { group.quest.members[m] = true; group.quest.leader = user._id; } else { + User.update({_id:m},{$set: {'party.quest.RSVPNeeded': true, 'party.quest.key': group.quest.key}}).exec(); group.quest.members[m] = undefined; } }); @@ -954,6 +963,7 @@ api.questAccept = function(req, res, next) { } else { if (!group.quest.key) return res.json(400,{err:'No quest invitation has been sent out yet.'}); group.quest.members[user._id] = true; + User.update({_id:user._id}, {$set: {'party.quest.RSVPNeeded': false}}).exec(); questStart(req,res,next); } } @@ -964,6 +974,7 @@ api.questReject = function(req, res, next) { if (!group.quest.key) return res.json(400,{err:'No quest invitation has been sent out yet.'}); group.quest.members[user._id] = false; + User.update({_id:user._id}, {$set: {'party.quest.RSVPNeeded': false, 'party.quest.key': null}}).exec(); questStart(req,res,next); } @@ -981,6 +992,9 @@ api.questCancel = function(req, res, next){ group.quest = {key:null,progress:{},leader:null}; group.markModified('quest'); group.save(cb); + _.each(group.members, function(m){ + User.update({_id:m}, {$set: {'party.quest.RSVPNeeded': false, 'party.quest.key': null}}).exec(); + }); } } ], function(err){ diff --git a/website/src/controllers/payments/amazon.js b/website/src/controllers/payments/amazon.js new file mode 100644 index 0000000000..14fa7e6417 --- /dev/null +++ b/website/src/controllers/payments/amazon.js @@ -0,0 +1,258 @@ +var amazonPayments = require('amazon-payments'); +var mongoose = require('mongoose'); +var moment = require('moment'); +var nconf = require('nconf'); +var async = require('async'); +var User = require('mongoose').model('User'); +var shared = require('../../../../common'); +var payments = require('./index'); +var cc = require('coupon-code'); +var isProd = nconf.get("NODE_ENV") === 'production'; + +var amzPayment = amazonPayments.connect({ + environment: amazonPayments.Environment[isProd ? 'Production' : 'Sandbox'], + sellerId: nconf.get('AMAZON_PAYMENTS:SELLER_ID'), + mwsAccessKey: nconf.get('AMAZON_PAYMENTS:MWS_KEY'), + mwsSecretKey: nconf.get('AMAZON_PAYMENTS:MWS_SECRET'), + clientId: nconf.get('AMAZON_PAYMENTS:CLIENT_ID') +}); + +exports.verifyAccessToken = function(req, res, next){ + if(!req.body || !req.body['access_token']){ + return res.json(400, {err: 'Access token not supplied.'}); + } + + amzPayment.api.getTokenInfo(req.body['access_token'], function(err, tokenInfo){ + if(err) return res.json(400, {err:err}); + + res.send(200); + }); +}; + +exports.checkout = function(req, res, next){ + if(!req.body || !req.body['billingAgreementId']){ + return res.json(400, {err: 'Billing Agreement Id not supplied.'}); + } + + var gift = req.body.gift; + var user = res.locals.user; + var billingAgreementId = req.body.billingAgreementId; + var orderReferenceId; + var amount = 5; + + if(gift){ + if(gift.type === 'gems'){ + amount = gift.gems.amount/4; + }else if(gift.type === 'subscription'){ + amount = shared.content.subscriptionBlocks[gift.subscription.key].price; + } + } + + async.series({ + createOrderReferenceForId: function(cb){ + amzPayment.offAmazonPayments.createOrderReferenceForId({ + Id: billingAgreementId, + IdType: 'BillingAgreement' + }, function(err, response){ + if(err) return cb(err); + if(!response.OrderReferenceDetails || !response.OrderReferenceDetails.AmazonOrderReferenceId){ + return cb('Missing attributes in Amazon response.'); + } + + orderReferenceId = response.OrderReferenceDetails.AmazonOrderReferenceId; + return cb(); + }); + }, + + setOrderReferenceDetails: function(cb){ + amzPayment.offAmazonPayments.setOrderReferenceDetails({ + AmazonOrderReferenceId: orderReferenceId, + OrderReferenceAttributes: { + OrderTotal: { + CurrencyCode: 'USD', + Amount: amount + }, + SellerNote: 'HabitRPG Payment', + SellerOrderAttributes: { + SellerOrderId: shared.uuid(), + StoreName: 'HabitRPG' + } + } + }, cb); + }, + + confirmOrderReference: function(cb){ + amzPayment.offAmazonPayments.confirmOrderReference({ + AmazonOrderReferenceId: orderReferenceId + }, cb); + }, + + authorize: function(cb){ + amzPayment.offAmazonPayments.authorize({ + AmazonOrderReferenceId: orderReferenceId, + AuthorizationReferenceId: shared.uuid().substring(0, 32), + AuthorizationAmount: { + CurrencyCode: 'USD', + Amount: amount + }, + SellerAuthorizationNote: 'HabitRPG Payment', + TransactionTimeout: 0, + CaptureNow: true + }, cb); + }, + + closeOrderReference: function(cb){ + amzPayment.offAmazonPayments.closeOrderReference({ + AmazonOrderReferenceId: orderReferenceId + }, cb); + }, + + executePayment: function(cb){ + async.waterfall([ + function(cb2){ User.findById(gift ? gift.uuid : undefined, cb2) }, + function(member, cb2){ + var data = {user:user, paymentMethod:'Amazon Payments'}; + var method = 'buyGems'; + + if (gift){ + if (gift.type == 'subscription') method = 'createSubscription'; + gift.member = member; + data.gift = gift; + data.paymentMethod = 'Gift'; + } + + payments[method](data, cb2); + } + ], cb); + } + }, function(err, results){ + if(err) return next(err); + + res.send(200); + }); + +}; + +exports.subscribe = function(req, res, next){ + if(!req.body || !req.body['billingAgreementId']){ + return res.json(400, {err: 'Billing Agreement Id not supplied.'}); + } + + var billingAgreementId = req.body.billingAgreementId + var sub = req.body.subscription ? shared.content.subscriptionBlocks[req.body.subscription] : false; + var coupon = req.body.coupon; + var user = res.locals.user; + + if(!sub){ + return res.json(400, {err: 'Subscription plan not found.'}); + } + + async.series({ + applyDiscount: function(cb){ + if (!sub.discount) return cb(); + if (!coupon) return cb(new Error('Please provide a coupon code for this plan.')); + mongoose.model('Coupon').findOne({_id:cc.validate(coupon), event:sub.key}, function(err, coupon){ + if(err) return cb(err); + if(!coupon) return cb(new Error('Coupon code not found.')); + cb() + }); + }, + + setBillingAgreementDetails: function(cb){ + amzPayment.offAmazonPayments.setBillingAgreementDetails({ + AmazonBillingAgreementId: billingAgreementId, + BillingAgreementAttributes: { + SellerNote: 'HabitRPG Subscription', + SellerBillingAgreementAttributes: { + SellerBillingAgreementId: shared.uuid(), + StoreName: 'HabitRPG', + CustomInformation: 'HabitRPG Subscription' + } + } + }, cb); + }, + + confirmBillingAgreement: function(cb){ + amzPayment.offAmazonPayments.confirmBillingAgreement({ + AmazonBillingAgreementId: billingAgreementId + }, cb); + }, + + authorizeOnBillingAgreeement: function(cb){ + amzPayment.offAmazonPayments.authorizeOnBillingAgreement({ + AmazonBillingAgreementId: billingAgreementId, + AuthorizationReferenceId: shared.uuid().substring(0, 32), + AuthorizationAmount: { + CurrencyCode: 'USD', + Amount: sub.price + }, + SellerAuthorizationNote: 'HabitRPG Subscription Payment', + TransactionTimeout: 0, + CaptureNow: true, + SellerNote: 'HabitRPG Subscription Payment', + SellerOrderAttributes: { + SellerOrderId: shared.uuid(), + StoreName: 'HabitRPG' + } + }, function(err, res){ + if(err) return cb(err); + + if(res.AuthorizationDetails.AuthorizationStatus.State === 'Declined'){ + return cb(new Error('The payment was not successfull.')); + } + + return cb(); + }); + }, + + createSubscription: function(cb){ + payments.createSubscription({ + user: user, + customerId: billingAgreementId, + paymentMethod: 'Amazon Payments', + sub: sub + }, cb); + } + }, function(err, results){ + if(err) return next(err); + + res.send(200); + }); +}; + +exports.subscribeCancel = function(req, res, next){ + var user = res.locals.user; + if (!user.purchased.plan.customerId) + return res.json(401, {err: "User does not have a plan subscription"}); + + var billingAgreementId = user.purchased.plan.customerId; + + async.series({ + closeBillingAgreement: function(cb){ + amzPayment.offAmazonPayments.closeBillingAgreement({ + AmazonBillingAgreementId: billingAgreementId + }, cb); + }, + + cancelSubscription: function(cb){ + var data = { + user: user, + // Date of next bill + nextBill: moment(user.purchased.plan.lastBillingDate).add({days: 30}), + paymentMethod: 'Amazon Payments' + }; + + payments.cancelSubscription(data, cb); + } + }, function(err, results){ + if (err) return next(err); // don't json this, let toString() handle errors + + if(req.query.noRedirect){ + res.send(200); + }else{ + res.redirect('/'); + } + + user = null; + }); +}; \ No newline at end of file diff --git a/website/src/controllers/payments/index.js b/website/src/controllers/payments/index.js index 3a86a101d9..8f1144cbcc 100644 --- a/website/src/controllers/payments/index.js +++ b/website/src/controllers/payments/index.js @@ -7,6 +7,7 @@ var moment = require('moment'); var isProduction = nconf.get("NODE_ENV") === "production"; var stripe = require('./stripe'); var paypal = require('./paypal'); +var amazon = require('./amazon'); var members = require('../members') var async = require('async'); var iap = require('./iap'); @@ -52,7 +53,10 @@ exports.createSubscription = function(data, cb) { paymentMethod: data.paymentMethod, extraMonths: +p.extraMonths + +(p.dateTerminated ? moment(p.dateTerminated).diff(new Date(),'months',true) : 0), - dateTerminated: null + dateTerminated: null, + // Specify a lastBillingDate just for Amazon Payments + // Resetted every time the subscription restarts + lastBillingDate: data.paymentMethod === 'Amazon Payments' ? new Date() : undefined }).defaults({ // allow non-override if a plan was previously used dateCreated: new Date(), mysteryItems: [] @@ -169,5 +173,10 @@ exports.paypalCheckout = paypal.createPayment; exports.paypalCheckoutSuccess = paypal.executePayment; exports.paypalIPN = paypal.ipn; +exports.amazonVerifyAccessToken = amazon.verifyAccessToken; +exports.amazonCheckout = amazon.checkout; +exports.amazonSubscribe = amazon.subscribe; +exports.amazonSubscribeCancel = amazon.subscribeCancel; + exports.iapAndroidVerify = iap.androidVerify; exports.iapIosVerify = iap.iosVerify; diff --git a/website/src/controllers/user.js b/website/src/controllers/user.js index df14373818..00638f7007 100644 --- a/website/src/controllers/user.js +++ b/website/src/controllers/user.js @@ -207,7 +207,7 @@ api.getBuyList = function (req, res, next) { api.getUser = function(req, res, next) { var user = res.locals.user.toJSON(); user.stats.toNextLevel = shared.tnl(user.stats.lvl); - user.stats.maxHealth = 50; + user.stats.maxHealth = shared.maxHealth; user.stats.maxMP = res.locals.user._statsComputed.maxMP; delete user.apiToken; if (user.auth) { @@ -223,7 +223,7 @@ api.getUser = function(req, res, next) { api.getUserAnonymized = function(req, res, next) { var user = res.locals.user.toJSON(); user.stats.toNextLevel = shared.tnl(user.stats.lvl); - user.stats.maxHealth = 50; + user.stats.maxHealth = shared.maxHealth; user.stats.maxMP = res.locals.user._statsComputed.maxMP; delete user.apiToken; diff --git a/website/src/logging.js b/website/src/logging.js index 16b7b497f2..25870b4ecd 100644 --- a/website/src/logging.js +++ b/website/src/logging.js @@ -1,7 +1,7 @@ var nconf = require('nconf'); var winston = require('winston'); require('winston-mail').Mail; -require('winston-newrelic'); +//require('winston-newrelic'); var logger, loggly; diff --git a/website/src/middleware.js b/website/src/middleware.js index 05e755e77f..b34789f60b 100644 --- a/website/src/middleware.js +++ b/website/src/middleware.js @@ -200,7 +200,11 @@ module.exports.locals = function(req, res, next) { tavern: tavern, // for world boss worldDmg: (tavern && tavern.quest && tavern.quest.extra && tavern.quest.extra.worldDmg) || {}, _: _, - MP_ID: nconf.get('MP_ID') + MP_ID: nconf.get('MP_ID'), + AMAZON_PAYMENTS: { + SELLER_ID: nconf.get('AMAZON_PAYMENTS:SELLER_ID'), + CLIENT_ID: nconf.get('AMAZON_PAYMENTS:CLIENT_ID') + } }); // Put query-string party (& guild but use partyInvite for backward compatibility) diff --git a/website/src/models/group.js b/website/src/models/group.js index d776377488..ab4c468248 100644 --- a/website/src/models/group.js +++ b/website/src/models/group.js @@ -141,7 +141,8 @@ var cleanQuestProgress = function(merge){ down: 0, collect: {} }, - completed: null + completed: null, + RSVPNeeded: false }; merge = merge || {progress:{}}; _.merge(clean, _.omit(merge,'progress')); @@ -192,9 +193,8 @@ GroupSchema.methods.finishQuest = function(quest, cb) { mongoose.model('User').update(q, updates, {multi:true}, cb); } -// FIXME this is a temporary measure, we need to remove quests from users when they traverse parties function isOnQuest(user,progress,group){ - return group && progress && user.party.quest.key && user.party.quest.key == group.quest.key; + return group && progress && user.party.quest.key && group.quest && user.party.quest.key == group.quest.key && group.quest.active; } GroupSchema.statics.collectQuest = function(user, progress, cb) { diff --git a/website/src/models/user.js b/website/src/models/user.js index c77df6ab56..913ed580d1 100644 --- a/website/src/models/user.js +++ b/website/src/models/user.js @@ -46,6 +46,7 @@ var UserSchema = new Schema({ snowball: Number, spookDust: Number, shinySeed: Number, + seafoam: Number, streak: Number, challenges: Array, quests: Schema.Types.Mixed, @@ -101,14 +102,15 @@ var UserSchema = new Schema({ mobileChat: Boolean, plan: { planId: String, - paymentMethod: String, //enum: ['Paypal','Stripe', 'Gift', '']} - customerId: String, + paymentMethod: String, //enum: ['Paypal','Stripe', 'Gift', 'Amazon Payments', '']} + customerId: String, // Billing Agreement Id in case of Amazon Payments dateCreated: Date, dateTerminated: Date, dateUpdated: Date, extraMonths: {type:Number, 'default':0}, gemsBought: {type: Number, 'default': 0}, mysteryItems: {type: Array, 'default': []}, + lastBillingDate: Date, // Used only for Amazon Payments to keep track of billing date consecutive: { count: {type:Number, 'default':0}, offset: {type:Number, 'default':0}, // when gifted subs, offset++ for each month. offset-- each new-month (cron). count doesn't ++ until offset==0 @@ -207,6 +209,7 @@ var UserSchema = new Schema({ snowball: {type: Number, 'default': 0}, spookDust: {type: Number, 'default': 0}, shinySeed: {type: Number, 'default': 0}, + seafoam: {type: Number, 'default': 0}, valentine: Number, valentineReceived: Array, // array of strings, by sender name nye: Number, @@ -292,7 +295,8 @@ var UserSchema = new Schema({ down: {type: Number, 'default': 0}, collect: {type: Schema.Types.Mixed, 'default': {}} // {feather:1, ingot:2} }, - completed: String // When quest is done, we move it from key => completed, and it's a one-time flag (for modal) that they unset by clicking "ok" in browser + completed: String, // When quest is done, we move it from key => completed, and it's a one-time flag (for modal) that they unset by clicking "ok" in browser + RSVPNeeded: {type: Boolean, 'default': false} // Set to true when invite is pending, set to false when quest invite is accepted or rejected, quest starts, or quest is cancelled } }, preferences: { @@ -352,7 +356,7 @@ var UserSchema = new Schema({ name: String, }, stats: { - hp: {type: Number, 'default': 50}, + hp: {type: Number, 'default': shared.maxHealth}, mp: {type: Number, 'default': 10}, exp: {type: Number, 'default': 0}, gp: {type: Number, 'default': 0}, @@ -374,7 +378,8 @@ var UserSchema = new Schema({ streaks: {type: Boolean, 'default': false}, snowball: {type: Boolean, 'default': false}, spookDust: {type: Boolean, 'default': false}, - shinySeed: {type: Boolean, 'default': false} + shinySeed: {type: Boolean, 'default': false}, + seafoam: {type: Boolean, 'default': false} }, training: { int: {type: Number, 'default': 0}, @@ -539,6 +544,9 @@ UserSchema.pre('save', function(next) { UserSchema.methods.unlink = function(options, cb) { var cid = options.cid, keep = options.keep, tid = options.tid; + if (!cid) { + return cb("Could not remove challenge tasks. Please delete them manually."); + } var self = this; switch (keep) { case 'keep': diff --git a/website/src/routes/payments.js b/website/src/routes/payments.js index 8656db4d28..210240314e 100644 --- a/website/src/routes/payments.js +++ b/website/src/routes/payments.js @@ -17,6 +17,11 @@ router.post("/stripe/subscribe/edit", auth.auth, i18n.getUserLanguage, payments. //router.get("/stripe/subscribe", auth.authWithUrl, i18n.getUserLanguage, payments.stripeSubscribe); // checkout route is used (above) with ?plan= instead router.get("/stripe/subscribe/cancel", auth.authWithUrl, i18n.getUserLanguage, payments.stripeSubscribeCancel); +router.post('/amazon/verifyAccessToken', auth.auth, i18n.getUserLanguage, payments.amazonVerifyAccessToken); +router.post('/amazon/checkout', auth.auth, i18n.getUserLanguage, payments.amazonCheckout); +router.post('/amazon/subscribe', auth.auth, i18n.getUserLanguage, payments.amazonSubscribe); +router.get('/amazon/subscribe/cancel', auth.authWithUrl, i18n.getUserLanguage, payments.amazonSubscribeCancel); + router.post("/iap/android/verify", auth.authWithUrl, /*i18n.getUserLanguage, */payments.iapAndroidVerify); router.post("/iap/ios/verify", auth.auth, /*i18n.getUserLanguage, */ payments.iapIosVerify); diff --git a/website/src/utils.js b/website/src/utils.js index beb093e28e..96f5f04645 100644 --- a/website/src/utils.js +++ b/website/src/utils.js @@ -172,8 +172,8 @@ module.exports.setupConfig = function(){ if (nconf.get('NODE_ENV') === "development") Error.stackTraceLimit = Infinity; - if (nconf.get('NODE_ENV') === 'production') - require('newrelic'); + //if (nconf.get('NODE_ENV') === 'production') + // require('newrelic'); isProd = nconf.get('NODE_ENV') === 'production'; baseUrl = nconf.get('BASE_URL'); diff --git a/website/views/avatar-static.jade b/website/views/avatar-static.jade index 9223081dba..66c57040f8 100644 --- a/website/views/avatar-static.jade +++ b/website/views/avatar-static.jade @@ -23,6 +23,6 @@ html(ng-app="habitrpg") link(href='//fonts.googleapis.com/css?family=Lato:300,400,700,400italic,700italic', rel='stylesheet', type='text/css') body(ng-cloak) - include ./shared/header/avatar + include ./shared/avatar/index div(ng-controller='StaticAvatarCtrl') +herobox({main:true}) diff --git a/website/views/index.jade b/website/views/index.jade index 504449ecc3..aea8510fa8 100644 --- a/website/views/index.jade +++ b/website/views/index.jade @@ -29,7 +29,7 @@ html(ng-app="habitrpg", ng-controller="RootCtrl", ng-class='{"applying-action":a body(ng-cloak, ng-controller='GroupsCtrl') include ./shared/mixins - include ./shared/header/avatar + include ./shared/avatar/index include ./shared/header/menu include ./shared/modals/index include ./shared/header/header diff --git a/website/views/options/inventory/inventory.jade b/website/views/options/inventory/inventory.jade new file mode 100644 index 0000000000..ef8a8964f7 --- /dev/null +++ b/website/views/options/inventory/inventory.jade @@ -0,0 +1,261 @@ +script(type='text/ng-template', id='partials/options.inventory.equipment.html') + .container-fluid + .row + .col-md-6.border-right + h3.equipment-title.hint(popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', popover=env.t('battleGearText'))=env.t('battleGear') + div + button.btn.btn-default(type="button", ng-click='dequip("battleGear");') {{env.t("unequipBattleGear")}} + li.customize-menu.inventory-gear + menu.pets-menu(label='{{::label}}', ng-repeat='(klass,label) in {warrior:env.t("warrior"), wizard:env.t("mage"), rogue:env.t("rogue"), healer:env.t("healer"), special:env.t("special"), mystery:env.t("mystery"), armoire:env.t("armoireText")}', ng-show='gear[klass]') + div(ng-repeat='item in gear[klass]') + button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='user.ops.equip({params:{key:item.key}})', class='shop_{{::item.key}}', ng-class='{selectableInventory: user.items.gear.equipped[item.type] == item.key}') + .col-md-6 + h3.equipment-title.hint(popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', popover=env.t('costumeText'))=env.t('costume') + .checkbox.equipment-title + label + input(type="checkbox", ng-model="user.preferences.costume", ng-change='set({"preferences.costume":user.preferences.costume ? true : false})') + |  + =env.t('useCostume') + div + button.btn.btn-default(type="button", ng-click='dequip("costume");') {{env.t("unequipCostume")}} + button.btn.btn-default(type="button", ng-click='dequip("petMountBackground");') {{env.t("unequipPetMountBackground")}} + li.customize-menu(ng-if='!user.preferences.costume') + .well.use-costume-info + p=env.t('useCostumeInfo1') + p(ng-if='showUseCostumeInfo')!=env.t('useCostumeInfo2') + p: a(ng-click='showUseCostumeInfo = !showUseCostumeInfo') {{!showUseCostumeInfo ? env.t('showMoreMore') : env.t('showMoreLess')}} + li.customize-menu(ng-if='user.preferences.costume') + menu.pets-menu(label='{{::label}}', ng-repeat='(klass,label) in {warrior:env.t("warrior"), wizard:env.t("mage"), rogue:env.t("rogue"), healer:env.t("healer"), special:env.t("special"), mystery:env.t("mystery"), armoire:env.t("armoireText")}', ng-show='gear[klass]') + div(ng-repeat='item in gear[klass]') + button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='user.ops.equip({params:{type:"costume", key:item.key}})', class='shop_{{::item.key}}', ng-class='{selectableInventory: user.items.gear.costume[item.type] == item.key}') + +script(type='text/ng-template', id='partials/options.inventory.seasonalshop.html') + .container-fluid + .stable.row + .col-md-2 + .seasonalshop_summer2015 + .col-md-10 + .popover.static-popover.fade.right.in + .arrow + h3.popover-title!=env.t('seasonalShopTitle', {linkStart:"", linkEnd: ""}) + .popover-content + p!=env.t('seasonalShopSummerText') + .well(ng-if='User.user.achievements.rebirths > 0')=env.t('seasonalShopRebirth') + li.customize-menu.inventory-gear + menu.pets-menu(label='{{::label}}', ng-repeat='(set,label) in ::{summerWarrior:env.t("daringSwashbucklerSet"), summerMage:env.t("emeraldMermageSet"), summerHealer:env.t("reefSeahealerSet"), summerRogue:env.t("roguishPirateSet")}') + div(ng-repeat='item in ::getSeasonalShopArray(set)' ng-class="{transparent: user.items.gear.owned[item.key] === true ||user.items.gear.owned[item.key] === false}") + button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='purchase(item.type,item)', class='shop_{{::item.key}}') + .text-left + | {{((item.specialClass == "wizard") && (item.type == "weapon")) + 1}}  + span.Pet_Currency_Gem1x.inline-gems + // menu.pets-menu(label=env.t('quests')) + div(ng-repeat='quest in ::getSeasonalShopQuests()') + button.customize-option(data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}", popover-append-to-body='true', popover-title='{{::quest.text()}}', popover-trigger='mouseenter', popover-placement='right', ng-click='buyQuest(quest.key)', ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"') + p + | {{::quest.value}}  + span.Pet_Currency_Gem1x.inline-gems + menu.pets-menu(label=env.t('seasonalItems')) + div + button.customize-option(popover='{{::Content.spells.special.seafoam.notes()}}', popover-title='{{::Content.spells.special.seafoam.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='purchase("special", Content.spells.special.seafoam)', class='shop_seafoam') + p + | {{::Content.spells.special.seafoam.value}} + span(class='shop_gold') + // div + button.customize-option(popover='{{::Content.spells.special.nye.notes()}}', popover-title='{{::Content.spells.special.nye.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='castStart(Content.spells.special.nye)', class='inventory_special_nye') + p + | {{Content.spells.special.nye.value}} + span(class='shop_gold') + +script(type='text/ng-template', id='partials/options.inventory.timetravelers.html') + .container-fluid + .stable.row(ng-if='user.purchased.plan.consecutive.trinkets <= 0') + .col-md-2 + .npc_timetravelers + .col-md-10 + .popover.static-popover.fade.right.in + .arrow + h3.popover-title!=env.t('timeTravelersTitleNoSub', {linkStartTyler: "", linkStartVicky: "", linkEnd: ""}) + .popover-content + p!=env.t('timeTravelersPopoverNoSub', {linkStart: "", linkEnd: ""}) + .row.stable(ng-if='user.purchased.plan.consecutive.trinkets > 0') + .col-md-2 + .npc_timetravelers_active + .col-md-10 + .popover.static-popover.fade.right.in + .arrow + h3.popover-title=env.t('timeTravelersTitle') + .popover-content + .pull-right + span.inventory_special_trinket.inline-gems + b x{{user.purchased.plan.consecutive.trinkets}} + p!=env.t('timeTravelersPopover', {linkStart: "", linkEnd: ""}) + + .col-md-12 + li.customize-menu.inventory-gear + menu.pets-menu(label='{{::set.text}}', ng-repeat='set in Content.timeTravelerStore(user.items.gear.owned)') + div(ng-repeat='item in set.items') + button.customize-option(popover='{{::item.notes()}}', popover-title='{{::item.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='user.ops.buyMysterySet({params:{key:set.key}})', class='shop_{{::item.key}}') + +script(type='text/ng-template', id='partials/options.inventory.drops.html') + .container-fluid + .row + .col-md-6 + h2=env.t('inventory') + p.well=env.t('inventoryText') + menu.inventory-list(type='list') + + li.customize-menu + menu.pets-menu(label=(env.t('eggs') + ' ({{eggCount}})')) + p.muted(ng-show='eggCount < 1')=env.t('noEggs') + div(ng-repeat='(egg,points) in ownedItems(user.items.eggs)') + //TODO move positioning this styling to css + button.customize-option(popover='{{::Content.eggs[egg].notes()}}', popover-title!=env.t("egg", {eggType: "{{::Content.eggs[egg].text()}}"}), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='chooseEgg(egg)', class='Pet_Egg_{{::egg}}', ng-class='{selectableInventory: selectedPotion && !(user.items.pets[egg+"-"+selectedPotion.key]>0)}') + .badge.badge-info.stack-count {{points}} + //-p {{Content.eggs[egg].text()}} + + li.customize-menu + menu.hatchingPotion-menu(label=(env.t('hatchingPotions') + ' ({{potCount}})')) + p.muted(ng-show='potCount < 1')=env.t('noHatchingPotions') + div(ng-repeat='(pot,points) in ownedItems(user.items.hatchingPotions)') + button.customize-option(popover='{{::Content.hatchingPotions[pot].notes()}}', popover-title!=env.t("potion", {potionType: "{{::Content.hatchingPotions[pot].text()}}"}), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='choosePotion(pot)', class='Pet_HatchingPotion_{{::pot}}', ng-class='{selectableInventory: selectedEgg && !(user.items.pets[selectedEgg.key+"-"+pot]>0)}') + .badge.badge-info.stack-count {{points}} + + li.customize-menu + menu.pets-menu(label=(env.t('quests') + ' ({{questCount}})')) + p.muted(ng-show='questCount < 1')=env.t('noScrolls') + p.muted!=env.t('scrollsText1') + ' ' + env.t('scrollsText2') + '' + div(ng-repeat='(quest_key,points) in ownedItems(user.items.quests)', ng-init='quest = Content.quests[quest_key]') + button.customize-option(data-popover-html="{{:: quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}", popover-title='{{::quest.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='showQuest(quest_key)', ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"') + .badge.badge-info.stack-count {{points}} + + li.customize-menu + menu.pets-menu(label=env.t('food') + ' ({{foodCount}})') + p.muted(ng-show='foodCount < 1')=env.t('noFood') + div(ng-repeat='(food,points) in ownedItems(user.items.food)') + button.customize-option(popover='{{::Content.food[food].notes()}}', popover-title='{{::Content.food[food].text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='chooseFood(food)', class='Pet_Food_{{::food}}') + .badge.badge-info.stack-count {{points}} + + + li.customize-menu + menu.pets-menu(label=env.t('special')) + mixin specialItem(k) + div(ng-if='user.items.special.#{k}') + button.customize-option(popover='{{::Content.special.#{k}.notes()}}', popover-title='{{::Content.special.#{k}.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='castStart(Content.special.#{k})', class='inventory_special_#{k}') + .badge.badge-info.stack-count {{user.items.special.#{k}}} + +specialItem('snowball') + +specialItem('spookDust') + +specialItem('shinySeed') + +specialItem('seafoam') + + div(ng-if='user.items.special.valentineReceived[0]') + button.customize-option(popover="Valentine's Day Card from {{User.user.items.special.valentineReceived[0]}}", popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='openModal("valentine")', class='inventory_special_valentine') + .badge.badge-info.stack-count {{user.items.special.valentineReceived.length}} + + div(ng-if='user.purchased.plan.customerId || user.purchased.plan.mysteryItems.length') + button.customize-option(popover=env.t('subscriberItemText'), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', class='inventory_present inventory_present_{{moment().format("MM")}}', ng-click="user.ops.openMysteryItem({})") + .badge.badge-info.stack-count {{user.purchased.plan.mysteryItems.length}} + + div(ng-if='user.purchased.plan.consecutive.trinkets') + button.customize-option(popover=env.t('mysticHourglassPopover'), popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', class='inventory_special_trinket', ng-click="$state.go('options.inventory.timetravelers')") + .badge.badge-info.stack-count {{user.purchased.plan.consecutive.trinkets}} + + div(ng-if='user.items.special.nyeReceived[0]') + button.customize-option(popover="New Year's Card from {{User.user.items.special.nyeReceived[0]}}", popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='openModal("nye")', class='inventory_special_nye') + .badge.badge-info.stack-count {{user.items.special.nyeReceived.length}} + + .col-md-6.border-left + h2=env.t('market') + .row-fluid + table.npc_alex_container + tr + td + .pull-left(class="#{env.worldDmg.market ? 'npc_alex_broken' : 'npc_alex'}") + td + .popover.static-popover.fade.right.in + .arrow + h3.popover-title + a(target='_blank', href='http://www.kickstarter.com/profile/523661924')=env.t('alexander') + .popover-content + p=env.t('welcomeMarket') + p + button.btn.btn-primary(ng-show='selectedEgg', ng-click='sellInventory()')=env.t('sellEggForGold', {itemType: "{{selectedEgg.text()}}", gold: "{{selectedEgg.value}}"}) + button.btn.btn-primary(ng-show='selectedPotion', ng-click='sellInventory()')=env.t('sellPotionForGold', {itemType: "{{selectedPotion.text()}}", gold: "{{selectedPotion.value}}"}) + button.btn.btn-primary(ng-show='selectedFood', ng-click='sellInventory()')=env.t('sellForGold', {item: "{{selectedFood.text()}}", gold: "{{selectedFood.value}}"}) + menu.inventory-list(type='list') + li.customize-menu + menu.pets-menu(label=env.t('eggs')) + p.muted!=env.t('dropsExplanation') + div(ng-repeat='egg in Content.eggs', ng-if='egg.canBuy') + button.customize-option(popover='{{::egg.notes()}}', popover-title!=env.t("egg", {eggType: "{{::egg.text()}}"}), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='purchase("eggs", egg)', class='Pet_Egg_{{::egg.key}}') + p + | {{::egg.value}}  + span.Pet_Currency_Gem1x.inline-gems + //- buyable quest eggs. TODO: Get this from a collection so we don't have to maintain this ridiculous comma-delimited list + each egg,quest in {gryphon:'Gryphon',hedgehog:'Hedgehog',ghost_stag:'Deer',rat:'Rat',octopus:'Octopus',dilatory_derby:'Seahorse',harpy:'Parrot',rooster:'Rooster',spider:'Spider',owl:'Owl',penguin:'Penguin',rock:'Rock',bunny:'Bunny',slime:'Slime',sheep:'Sheep',kraken:'Cuttlefish',whale:'Whale'} + div(ng-show='user.achievements.quests.#{quest} > 0') + button.customize-option(popover='{{::Content.eggs.#{egg}.notes()}}', popover-title!=env.t("egg", {eggType: "{{::Content.eggs.#{egg}.text()}}"}), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='purchase("eggs", Content.eggs.#{egg})', class='Pet_Egg_#{egg}') + p + | {{::Content.eggs.#{egg}.value}}  + span.Pet_Currency_Gem1x.inline-gems + div(ng-show='(user.achievements.quests.trex + user.achievements.quests.trex_undead) > 0') + button.customize-option(popover='{{::Content.eggs.TRex.notes()}}', popover-title!=env.t("egg", {eggType: "{{Content.eggs.TRex.text()}}"}), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='purchase("eggs", Content.eggs.TRex)', class='Pet_Egg_TRex') + p + | {{::Content.eggs.TRex.value}}  + span.Pet_Currency_Gem1x.inline-gems + + li.customize-menu + menu.pets-menu(label=env.t('hatchingPotions')) + p.muted!=env.t('dropsExplanation') + div(ng-repeat='pot in Content.hatchingPotions') + button.customize-option(popover='{{::pot.notes()}}', popover-title!=env.t("potion", {potionType: "{{::pot.text()}}"}), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='purchase("hatchingPotions", pot)', class='Pet_HatchingPotion_{{::pot.key}}') + p + | {{::pot.value}}  + span.Pet_Currency_Gem1x.inline-gems + + li.customize-menu + menu.pets-menu(label=env.t('food')) + p.muted!=env.t('dropsExplanation') + div(ng-repeat='food in Content.food', ng-if='food.canBuy') + button.customize-option(popover='{{::food.notes()}}', popover-title='{{::food.text()}}', popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='purchase("food", food)', class='Pet_Food_{{::food.key}}') + p + | {{::food.value}}  + span.Pet_Currency_Gem1x.inline-gems + + li.customize-menu + menu.pets-menu(label=env.t('quests')) + p.muted!=env.t('scrollsText1') + ' ' + env.t('scrollsText2') + '' + div(ng-repeat='quest in Content.quests', ng-if='quest.canBuy') + button.customize-option(data-popover-html="{{::quest.previous && !user.achievements.quests[quest.previous] ? env.t('scrollsPre') : questPopover(quest) | markdown}}", popover-title='{{::quest.text()}}', popover-append-to-body="true", popover-trigger='mouseenter', ng-click='buyQuest(quest.key)', ng-class='(quest.previous && !user.achievements.quests[quest.previous]) ? "inventory_quest_scroll_locked inventory_quest_scroll_{{::quest.key}}_locked locked" : "inventory_quest_scroll inventory_quest_scroll_{{::quest.key}}"') + p + | {{::quest.value}}  + span.Pet_Currency_Gem1x.inline-gems + + li.customize-menu + menu.pets-menu(label=env.t('special')) + div + button.customize-option(popover=env.t('fortifyPop'), popover-title=env.t('fortifyName'), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='openModal("reroll")', class='inventory_special_fortify') + p + | 4  + span.Pet_Currency_Gem1x.inline-gems + div(ng-show='user.flags.rebirthEnabled') + button.customize-option(popover=env.t('rebirthPop'), popover-title=env.t('rebirthName'), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='openModal("rebirth")', class='rebirth_orb') + p(ng-show='user.stats.lvl < 100') + | 8  + span.Pet_Currency_Gem1x.inline-gems + div(ng-show='petCount >= 90 || mountCount >= 90') + button.customize-option(popover=env.t('petKeyPop'), popover-title=env.t('petKeyName'), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='openModal("pet-key", {size:"lg"})', class='pet_key') + p(ng-show='petCount < 90 || mountCount < 90 || !user.achievements.triadBingo') + | 4  + span.Pet_Currency_Gem1x.inline-gems + div(ng-if='user.purchased.plan.customerId', ng-class='::{transparent:(Shared.planGemLimits.convCap + User.user.purchased.plan.consecutive.gemCapExtra - User.user.purchased.plan.gemsBought) < 1}') + button.customize-option(popover=env.t('subGemPop'), popover-title=env.t('subGemName'), popover-trigger='mouseenter', popover-placement='top', popover-append-to-body='true', ng-click='user.ops.purchase({params:{type:"gems",key:"gem"}})') + span.Pet_Currency_Gem.inline-gems + .badge.badge-success.stack-count {{Shared.planGemLimits.convCap + User.user.purchased.plan.consecutive.gemCapExtra - User.user.purchased.plan.gemsBought}} + p + | 20  + span.shop_gold + // div + button.customize-option(popover='{{::Content.spells.special.valentine.notes()}}', popover-title='{{::Content.spells.special.valentine.text()}}', popover-trigger='mouseenter', popover-placement='right', popover-append-to-body='true', ng-click='castStart(Content.spells.special.valentine)', class='inventory_special_valentine') + p + | {{Content.spells.special.valentine.value}} + span(class='shop_gold') diff --git a/website/views/options/profile.jade b/website/views/options/profile.jade index 0d6ae1382d..bf023047de 100644 --- a/website/views/options/profile.jade +++ b/website/views/options/profile.jade @@ -153,6 +153,7 @@ mixin customizeProfile(mobile) +buyPref('skin', ['pastelPink','pastelOrange','pastelYellow','pastelGreen','pastelBlue','pastelPurple','pastelRainbowChevron','pastelRainbowDiagonal'], 'pastelSkins', 'disabled') +buyPref('skin', ['monster','pumpkin','skeleton','zombie','ghost','shadow'], 'spookySkins', 'disabled') +buyPref('skin', ['candycorn','ogre','pumpkin2','reptile','shadow2','skeleton2','transparent','zombie2'], 'supernaturalSkins', 'disabled') + +buyPref('skin', ['clownfish','deepocean','merblue','mergold','mergreen','merruby','shark','tropicalwater'], 'splashySkins') script(id='partials/options.profile.avatar.html', type='text/ng-template') diff --git a/website/views/options/settings.jade b/website/views/options/settings.jade index 053efa17da..8aafb9529f 100644 --- a/website/views/options/settings.jade +++ b/website/views/options/settings.jade @@ -79,7 +79,7 @@ script(type='text/ng-template', id='partials/options.settings.settings.html') div.alert.alert-warning(style='padding:2px;margin-top:7px') h5=env.t('customDayStart') h5=env.t('customDayStartInfo1') - a(ng-click='showCustomDayStartInfo = !showCustomDayStartInfo') {{!showCustomDayStartInfo ? env.t('customDayStartInfo2') : env.t('customDayStartInfo3')}} + a(ng-click='showCustomDayStartInfo = !showCustomDayStartInfo') {{!showCustomDayStartInfo ? env.t('showMoreMore') : env.t('showMoreLess')}} h5(ng-if='showCustomDayStartInfo')!=env.t('customDayStartInfo4') .form-group .input-group @@ -180,8 +180,6 @@ script(type='text/ng-template', id='partials/options.settings.promo.html') button.btn.btn-primary(type='submit') Generate a.btn.btn-default(href='/api/v2/coupons?_id={{user._id}}&apiToken={{user.apiToken}}') Get Codes - - script(type='text/ng-template', id='partials/options.settings.api.html') .container-fluid .row @@ -272,66 +270,16 @@ script(id='partials/options.settings.notifications.html', type="text/ng-template =env.t('emailNotifications') .panel-body - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.newPM', ng-change='set({"preferences.emailNotifications.newPM": user.preferences.emailNotifications.newPM ? true: false})') - span=env.t('newPM') + each notification in ['newPM', 'wonChallenge', 'giftedGems', 'giftedSubscription', 'invitedParty', 'invitedGuild', 'kickedGroup', 'questStarted', 'invitedQuest', 'inactivityEmails', 'weeklyRecaps'] + -var preference = 'user.preferences.emailNotifications.' + notification + -var unsubscribeFromAll = 'user.preferences.emailNotifications.unsubscribeFromAll' - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.wonChallenge', ng-change='set({"preferences.emailNotifications.wonChallenge": user.preferences.emailNotifications.wonChallenge ? true: false})') - span=env.t('wonChallenge') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.giftedGems', ng-change='set({"preferences.emailNotifications.giftedGems": user.preferences.emailNotifications.giftedGems ? true: false})') - span=env.t('giftedGems') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.giftedSubscription', ng-change='set({"preferences.emailNotifications.giftedSubscription": user.preferences.emailNotifications.giftedSubscription ? true: false})') - span=env.t('giftedSubscription') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.invitedParty', ng-change='set({"preferences.emailNotifications.invitedParty": user.preferences.emailNotifications.invitedParty ? true: false})') - span=env.t('invitedParty') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.invitedGuild', ng-change='set({"preferences.emailNotifications.invitedGuild": user.preferences.emailNotifications.invitedGuild ? true: false})') - span=env.t('invitedGuild') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.kickedGroup', ng-change='set({"preferences.emailNotifications.kickedGroup": user.preferences.emailNotifications.kickedGroup ? true: false})') - span=env.t('kickedGroup') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.questStarted', ng-change='set({"preferences.emailNotifications.questStarted": user.preferences.emailNotifications.questStarted ? true: false})') - span=env.t('questStarted') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.invitedQuest', ng-change='set({"preferences.emailNotifications.invitedQuest": user.preferences.emailNotifications.invitedQuest ? true: false})') - span=env.t('invitedQuest') - - //.checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.remindersToLogin', ng-change='set({"preferences.emailNotifications.remindersToLogin": user.preferences.emailNotifications.remindersToLogin ? true: false})') - span=env.t('remindersToLogin') - - // These are the recapture emails, important announcements was the previous name used for them - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.importantAnnouncements', ng-change='set({"preferences.emailNotifications.importantAnnouncements": user.preferences.emailNotifications.importantAnnouncements ? true: false})') - span=env.t('inactivityEmails') - - .checkbox - label - input(type='checkbox', ng-disabled='user.preferences.emailNotifications.unsubscribeFromAll === true', ng-model='user.preferences.emailNotifications.weeklyRecaps', ng-change='set({"preferences.emailNotifications.weeklyRecaps": user.preferences.emailNotifications.weeklyRecaps ? true: false})') - span=env.t('weeklyRecaps') + .checkbox: label + input(type='checkbox', ng-model='#{preference}', + ng-disabled='#{unsubscribeFromAll} === true', + ng-checked='#{unsubscribeFromAll} === false && #{preference} === true', + ng-change='set({"preferences.emailNotifications.#{notification}": #{preference} ? true: false})') + span=env.t(notification) hr @@ -389,6 +337,7 @@ script(id='partials/options.settings.subscription.html',type='text/ng-template') h3(ng-if='(user.purchased.plan.customerId && user.purchased.plan.dateTerminated)')= env.t("resubscribe") a.btn.btn-primary(ng-click='Payments.showStripe({subscription:_subscription.key, coupon:_subscription.coupon})', ng-disabled='!_subscription.key')= env.t('card') a.btn.btn-warning(href='/paypal/subscribe?_id={{user._id}}&apiToken={{user.apiToken}}&sub={{_subscription.key}}{{_subscription.coupon ? "&coupon="+_subscription.coupon : ""}}', ng-disabled='!_subscription.key') PayPal + a.btn.btn-default(ng-click="Payments.amazonPayments.init({type: 'subscription', subscription:_subscription.key, coupon:_subscription.coupon})") Amazon Payments div(ng-if='user.purchased.plan.customerId') .btn.btn-primary(ng-if='!user.purchased.plan.dateTerminated && user.purchased.plan.paymentMethod=="Stripe"', ng-click='Payments.showStripeEdit()')=env.t('subUpdateCard') .btn.btn-sm.btn-danger(ng-if='!user.purchased.plan.dateTerminated', ng-click='Payments.cancelSubscription()')=env.t('cancelSub') diff --git a/website/views/options/social/challenges.jade b/website/views/options/social/challenges.jade index 4791fd0170..df5bc66f52 100644 --- a/website/views/options/social/challenges.jade +++ b/website/views/options/social/challenges.jade @@ -25,6 +25,7 @@ script(type='text/ng-template', id='partials/options.social.challenges.detail.ht div(bindonce='challenge', ng-if='challenge.leader._id==user._id') div(ng-hide='challenge._locked==false') button.btn.btn-sm.btn-default(ng-click='edit(challenge)')=env.t('edit') + button.btn.btn-sm.btn-success(ng-click='clone(challenge)')=env.t('clone') button.btn.btn-sm.btn-warning(ng-click='close(challenge, $event)', tooltip=env.t('deleteOrSelect'))=env.t('endChallenge') form(ng-show='challenge._locked==false') diff --git a/website/views/options/social/chat-message.jade b/website/views/options/social/chat-message.jade index 944088faa4..9404665ebe 100644 --- a/website/views/options/social/chat-message.jade +++ b/website/views/options/social/chat-message.jade @@ -17,23 +17,23 @@ mixin chatMessages(inbox) span.muted.time(from-now='::message.timestamp' tooltip="{{::message.timestamp | date:user.preferences.dateFormat.concat(' HH:mm:ss')}}") unless inbox span - a.label.label-default(ng-show='countExists(message.likes)', ng-class='{"label-success":message.likes[user._id]}', ng-click='likeChatMessage(group,message)') +{{countExists(message.likes)}} - a.chat-plus-one.muted(ng-show='!countExists(message.likes)', ng-click='likeChatMessage(group, message)') +1 - |     - a(ng-click="quickReply(message.uuid)" ng-if=":: message.uuid != 'system'") - span.glyphicon.glyphicon-envelope(tooltip=env.t('sendPM')) + a.label.label-default(ng-show='countExists(message.likes)', ng-class='{"label-success":message.likes[user._id]}', ng-click='likeChatMessage(group,message)', tooltip=env.t('likePost')) +{{countExists(message.likes)}} + a.chat-plus-one.muted(ng-show='!countExists(message.likes)', ng-click='likeChatMessage(group, message)', tooltip=env.t('likePost')) +1 + span(ng-if=":: message.uuid != 'system'")     + a(ng-click="quickReply(message.uuid)") + span.glyphicon.glyphicon-envelope(tooltip=env.t('sendPM')) if inbox a(ng-click="quickReply(message.uuid)") span.glyphicon.glyphicon-share-alt(tooltip=env.t('pm-reply')) - |     - a(ng-click='#{inbox? "user.ops.deletePM({params:{id:message.$key}})" : "deleteChatMessage(group, message)"}', ng-if='#{inbox ? "true" : ":: user.contributor.admin || message.uuid == user.id"}') - span.glyphicon.glyphicon-trash(tooltip=env.t('delete')) - |     - a(ng-click="flagChatMessage(group._id, message)", ng-if=':: user.contributor.admin || (!message.sent && user.flags.communityGuidelinesAccepted && message.uuid != user.id && message.uuid != "system")') - span.glyphicon.glyphicon-flag(tooltip="{{message.flags[user._id] ? env.t('abuseAlreadyReported') : env.t('abuseFlag')}}" ng-class='message.flags[user._id] ? "text-danger" : ""') - |     - a(ng-click="copyToDo(message)") - span.glyphicon.glyphicon-share(tooltip=env.t('copyMessageAsToDo')) + span(ng-if='#{inbox ? "true" : ":: user.contributor.admin || message.uuid == user.id"}')     + a(ng-click='#{inbox? "user.ops.deletePM({params:{id:message.$key}})" : "deleteChatMessage(group, message)"}') + span.glyphicon.glyphicon-trash(tooltip=env.t('delete')) + span(ng-if=':: user.contributor.admin || (!message.sent && user.flags.communityGuidelinesAccepted && message.uuid != user.id && message.uuid != "system")')     + a(ng-click="flagChatMessage(group._id, message)") + span.glyphicon.glyphicon-flag(tooltip="{{message.flags[user._id] ? env.t('abuseAlreadyReported') : env.t('abuseFlag')}}" ng-class='message.flags[user._id] ? "text-danger" : ""') + span     + a(ng-click="copyToDo(message)") + span.glyphicon.glyphicon-share(tooltip=env.t('copyMessageAsToDo')) span.float-label(ng-class='::contribText(message.contributor, message.backer).length > 30 ? "long-title" : ""') a.label.label-default.chat-message(ng-if=':: message.user', ng-class='::userLevelStyleFromLevel(message.contributor.level, message.backer.npc, style)', ng-click='clickMember(message.uuid, true)') span.glyphicon.glyphicon-arrow-right(ng-if='::message.sent') diff --git a/website/views/options/social/index.jade b/website/views/options/social/index.jade index 5cce49e665..db3962a718 100644 --- a/website/views/options/social/index.jade +++ b/website/views/options/social/index.jade @@ -61,7 +61,7 @@ script(type='text/ng-template', id='partials/options.social.guilds.public.html') a.btn.btn-sm.btn-success(ng-if="::!group._isMember", ng-click='join(group)') span.glyphicon.glyphicon-ok =env.t('join') - h4 {{::group.name}} + h4: a(href='/#/options/groups/guilds/{{::group._id}}') {{::group.name}} p {{::group.description}} script(type='text/ng-template', id='partials/options.social.guilds.detail.html') diff --git a/website/views/options/social/quests/questActive.jade b/website/views/options/social/quests/questActive.jade index 8ac01203a8..52d2be421e 100644 --- a/website/views/options/social/quests/questActive.jade +++ b/website/views/options/social/quests/questActive.jade @@ -21,4 +21,4 @@ div(ng-if='group.quest.active==true') unless tavern button.btn.btn-sm.btn-warning(ng-if=':: (group.quest.leader && group.quest.leader==user._id && isMemberOfGroup(group.quest.leader,group) && isMemberOfRunningQuest(group.quest.leader,group))', - ng-click='questAbort()')=env.t('abort') + ng-click='questAbort(party)')=env.t('abort') diff --git a/website/views/options/social/quests/questNotActive.jade b/website/views/options/social/quests/questNotActive.jade index 06f7f2512b..6b56e78983 100644 --- a/website/views/options/social/quests/questNotActive.jade +++ b/website/views/options/social/quests/questNotActive.jade @@ -21,5 +21,10 @@ div(ng-if='group.quest.active==false') .npc_ian.pull-left p=env.t('questStart') - button.btn.btn-sm.btn-warning(ng-if=':: group.quest.leader && group.quest.leader==user._id && isMemberOfGroup(group.quest.leader,group) && isMemberOfPendingQuest(group.quest.leader,group)', ng-click='party.$questAccept({"force":true})')=env.t('begin') - button.btn.btn-sm.btn-danger(ng-if=':: (group.quest.leader && group.quest.leader==user._id && isMemberOfGroup(group.quest.leader,group) && isMemberOfPendingQuest(group.quest.leader,group))', ng-click='questCancel()')=env.t('cancel') + span(ng-if='user.party.quest.RSVPNeeded') + button.btn.btn-sm.btn-success(ng-click='questAccept(party)')=env.t('accept') + button.btn.btn-sm.btn-danger(ng-click='questReject(party)')=env.t('reject') + + span(ng-if='::group.quest.leader && group.quest.leader==user._id && isMemberOfGroup(group.quest.leader,group) && isMemberOfPendingQuest(group.quest.leader,group)') + button.btn.btn-sm.btn-warning(ng-click='party.$questAccept({"force":true})')=env.t('begin') + button.btn.btn-sm.btn-danger(ng-click='questCancel(party)')=env.t('cancel') diff --git a/website/views/shared/avatar/appearance.jade b/website/views/shared/avatar/appearance.jade new file mode 100644 index 0000000000..98923de7eb --- /dev/null +++ b/website/views/shared/avatar/appearance.jade @@ -0,0 +1,30 @@ +mixin avatar(opts) + .character-sprites + .addthis_native_toolbox(ng-if='::profile._id==user._id', + data-url="#{env.BASE_URL}/static/front/#?memberId={{::profile._id}}", + data-title="Check out my HabitRPG progress!") + + // Mount Body + if !opts.minimal + span(ng-if='profile.items.currentMount', class='Mount_Body_{{profile.items.currentMount}}') + + // Buffs that cause visual changes to avatar: Snowman, Ghost, Flower, etc + - var visualBuffs = { snowball: 'snowman', spookDust: 'spookman', shinySeed: 'avatar_floral_{{profile.stats.class}}', seafoam: 'seafoam_star' } + each klass, item in visualBuffs + span(ng-if='profile.stats.buffs.#{item}', class='#{klass}') + + // Show avatar only if not currently affected by visual buff + - var buffs = '!profile.stats.buffs' + span(ng-if='#{buffs}.snowball && #{buffs}.spookDust && #{buffs}.shinySeed && #{buffs}.seafoam') + include generated_avatar + + // Mount Head + if !opts.minimal + span.current-mount(ng-if='profile.items.currentMount', class='Mount_Head_{{profile.items.currentMount}}') + + // Resting + span(ng-class='{zzz:profile.preferences.sleep}') + + // Pet + if !opts.minimal + span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet') diff --git a/website/views/shared/avatar/generated_avatar.jade b/website/views/shared/avatar/generated_avatar.jade new file mode 100644 index 0000000000..7f7ef4479b --- /dev/null +++ b/website/views/shared/avatar/generated_avatar.jade @@ -0,0 +1,42 @@ +mixin costumeSetting(type, options) + - options = options || {} + - var costume = (options.prefix || '') + 'profile.items.gear.costume.' + type + (options.suffix || '') + - var equipped = (options.prefix || '') + 'profile.items.gear.equipped.' + type + (options.suffix || '') + span(ng-class="profile.preferences.costume ? #{costume} : #{equipped}") + +// Back accessory ++costumeSetting('back') + +span(ng-class="profile.preferences.sleep ? 'skin_' + profile.preferences.skin + '_sleep' : 'skin_' + profile.preferences.skin") + +// Shirt +span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}') + +// Armor ++costumeSetting('armor', {prefix: "profile.preferences.size + '_' + "}) + +// Cape collar ++costumeSetting('back', {suffix: " + '_collar'"}) + +// Body ++costumeSetting('body') + +// Empty outline of head +span(class='head_0') + +// Hair +- var hairTypes = ['base', 'bangs', 'mustache', 'beard'] +each type in hairTypes + span(class='hair_#{type}_{{profile.preferences.hair.#{type}}}_{{profile.preferences.hair.color}}') + +// Head ++costumeSetting('eyewear') ++costumeSetting('head') ++costumeSetting('headAccessory') + +// Flower +span(class='hair_flower_{{profile.preferences.hair.flower}}') + +// Items held in hands ++costumeSetting('shield') ++costumeSetting('weapon') diff --git a/website/views/shared/avatar/index.jade b/website/views/shared/avatar/index.jade new file mode 100644 index 0000000000..0a6c9d26d9 --- /dev/null +++ b/website/views/shared/avatar/index.jade @@ -0,0 +1,30 @@ +include appearance + +mixin herobox(opts) + - if (!opts) {opts = {minimal:false,main:false}} + + - var ngClick = 'spell ? castEnd(profile, "user", $event) : clickMember(profile._id)' + + - var klass = 'background_{{profile.preferences.background}} ' + opts.main + ' ? "isUser" : ""} ' + opts.minimal + ' ? "minimal" : ""}' + + - var hasPet = 'hasPet: (' + !opts.minimal + ' && profile.items.currentPet)' + - var hasMount = 'hasMount: (' + !opts.minimal + ' && profile.items.currentMount)' + - var noBackgroundImage = 'noBackgroundImage: !profile.preferences.background' + - var castTarget = '"cast-target": applyingAction, isLeader: party.leader==profile._id' + - var ngKlass = '{' + hasPet + ', ' + hasMount + ', ' + noBackgroundImage + ', ' + castTarget + '}' + + - var name = '{{profile.profile.name}}' + - var buffs = 'profile.stats.buffs' + + figure.herobox(ng-click=ngClick, data-name=name, class=klass, ng-class=ngKlass) + + .avatar-name(ng-class='userLevelStyle(profile)')=name + + +avatar(opts) + + .avatar-level(ng-class='userLevelStyle(profile)') + span.glyphicon.glyphicon-circle-arrow-up(tooltip=env.t('buffed'), tooltip-append-to-body="true", + ng-show='#{buffs}.str || #{buffs}.per || #{buffs}.con || #{buffs}.int || #{buffs}.stealth') + span(tooltip=env.t('level'), tooltip-append-to-body="true") {{profile.stats.lvl}} + span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', + tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}), tooltip-append-to-body="true") diff --git a/website/views/shared/footer.jade b/website/views/shared/footer.jade index caacfd09f4..42401e1801 100644 --- a/website/views/shared/footer.jade +++ b/website/views/shared/footer.jade @@ -5,7 +5,7 @@ footer.footer(ng-controller='FooterCtrl') h4=env.t('footerMobile') ul.list-unstyled li - a(href='https://itunes.apple.com/us/app/habitrpg/id689569235?mt=8', target='_blank')=env.t('mobileIOS') + a(href='https://itunes.apple.com/us/app/habitica/id994882113?ls=1&mt=8', target='_blank')=env.t('mobileIOS') li a(href='https://play.google.com/store/apps/details?id=com.ocdevel.habitrpg', target='_blank')=env.t('mobileAndroid') if env.isStaticPage @@ -69,7 +69,7 @@ footer.footer(ng-controller='FooterCtrl') a.addthis_button_tweet(tw:via='habitrpg') tr td - iframe(src='/bower_components/github-buttons/github-btn.html?user=lefnire&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px') + iframe(src='/bower_components/github-buttons/github-btn.html?user=habitrpg&repo=habitrpg&type=watch&count=true', allowtransparency='true', frameborder='0', scrolling='0', width='85px', height='20px') tr td a.addthis_button_google_plusone(g:plusone:size='medium') diff --git a/website/views/shared/header/avatar.jade b/website/views/shared/header/avatar.jade deleted file mode 100644 index 5c770b06f2..0000000000 --- a/website/views/shared/header/avatar.jade +++ /dev/null @@ -1,96 +0,0 @@ -//- FIXME the commented-out figure.herobox used to have a functioning popover, but angular-ui-bootstrap doesn't support - html in popovers. Figure out what to do here. Also, {isUser:..} class seems to bring the user too far down with mounts. - Removing it will remove the user's name, but will allow more room for mounts & helms. IMO this is the lesser of two evils, revisit -//-figure.herobox(ng-click='clickMember(profile._id)', data-name='{{profile.profile.name}}', ng-class='{isUser: profile.id==user.id, hasPet: profile.items.currentPet}', data-level='{{profile.stats.lvl}}', data-uid='{{profile.id}}', rel='popover', data-placement='bottom', data-trigger='hover', data-html='true', data-content="
Level: {{profile.stats.lvl}}
GP: {{profile.stats.gp | number:0}}
{{count(profile.items.pets)}} / 90 Pets Found
") - -mixin avatar(opts) - - .character-sprites - - .addthis_native_toolbox(ng-if='profile._id==user._id', data-url="#{env.BASE_URL}/static/front/#?memberId={{profile._id}}", data-title="Check out my HabitRPG progress!") - - // Mount Body - if !opts.minimal - span(ng-if='profile.items.currentMount', class='Mount_Body_{{profile.items.currentMount}}') - - span(ng-if='profile.stats.buffs.snowball') - span.snowman - span(ng-if='profile.stats.buffs.spookDust') - span.spookman - span(ng-if='profile.stats.buffs.shinySeed') - span(class='avatar_floral_{{profile.stats.class}}') - span(ng-if='!profile.stats.buffs.snowball && !profile.stats.buffs.spookDust && !profile.stats.buffs.shinySeed') - - // Back Accessory - span(class='{{profile.items.gear.equipped.back}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.back}}', ng-if='profile.preferences.costume') - - // Avatar - span(class='skin_{{profile.preferences.skin}}', ng-if='!profile.preferences.sleep') - span(class='skin_{{profile.preferences.skin}}_sleep', ng-if='profile.preferences.sleep') - - // Shirt - span(class='{{profile.preferences.size}}_shirt_{{profile.preferences.shirt}}') - - // Armor - span(class='{{profile.preferences.size}}_{{profile.items.gear.equipped.armor}}', ng-if='!profile.preferences.costume') - span(class='{{profile.preferences.size}}_{{profile.items.gear.costume.armor}}', ng-if='profile.preferences.costume') - - //- Cape collar - span(class='{{profile.items.gear.equipped.back}}_collar', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.back}}_collar', ng-if='profile.preferences.costume') - - // Body - span(class='{{profile.items.gear.equipped.body}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.body}}', ng-if='profile.preferences.costume') - - // Hair - span(class='head_0') - span(class='hair_base_{{profile.preferences.hair.base}}_{{profile.preferences.hair.color}}') - span(class='hair_bangs_{{profile.preferences.hair.bangs}}_{{profile.preferences.hair.color}}') - span(class='hair_mustache_{{profile.preferences.hair.mustache}}_{{profile.preferences.hair.color}}') - span(class='hair_beard_{{profile.preferences.hair.beard}}_{{profile.preferences.hair.color}}') - - // Eyewear - span(class='{{profile.items.gear.equipped.eyewear}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.eyewear}}', ng-if='profile.preferences.costume') - - // Helm - span(class='{{profile.items.gear.equipped.head}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.head}}', ng-if='profile.preferences.costume') - - // Head Accessory - span(class='{{profile.items.gear.equipped.headAccessory}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.headAccessory}}', ng-if='profile.preferences.costume') - - // Flower - span(class='hair_flower_{{profile.preferences.hair.flower}}') - - // Shield - span(class='{{profile.items.gear.equipped.shield}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.shield}}', ng-if='profile.preferences.costume') - - // Weapon - span(class='{{profile.items.gear.equipped.weapon}}', ng-if='!profile.preferences.costume') - span(class='{{profile.items.gear.costume.weapon}}', ng-if='profile.preferences.costume') - - - // Mount Head - if !opts.minimal - span.current-mount(ng-if='profile.items.currentMount', class='Mount_Head_{{profile.items.currentMount}}') - - // Resting - span(ng-class='{zzz:profile.preferences.sleep}') - if !opts.minimal - span.current-pet(class='Pet-{{profile.items.currentPet}}', ng-show='profile.items.currentPet') - -mixin herobox(opts) - - if (!opts) {opts = {minimal:false,main:false}} - figure.herobox(ng-click='spell ? castEnd(profile, "user", $event) : clickMember(profile._id)', data-name='{{profile.profile.name}}', class='background_{{profile.preferences.background}} #{opts.main ? "isUser" : ""} #{opts.minimal ? "minimal" : ""}', ng-class='{hasPet: (#{!opts.minimal} && profile.items.currentPet), hasMount: (#{!opts.minimal} && profile.items.currentMount), noBackgroundImage: !profile.preferences.background, "cast-target": applyingAction, isLeader: party.leader==profile._id}') - .avatar-name(ng-class='userLevelStyle(profile)') - |{{profile.profile.name}} - +avatar(opts) - .avatar-level(ng-class='userLevelStyle(profile)') - span.glyphicon.glyphicon-circle-arrow-up(ng-show='profile.stats.buffs.str || profile.stats.buffs.per || profile.stats.buffs.con || profile.stats.buffs.int || profile.stats.buffs.stealth', tooltip=env.t('buffed'), tooltip-append-to-body="true") - span(tooltip=env.t('level'), tooltip-append-to-body="true") {{profile.stats.lvl}} - span.glyphicon.glyphicon-plus-sign(ng-show='profile.achievements.rebirths', tooltip=env.t('reborn', {reLevel: "{{profile.achievements.rebirthLevel}}"}), tooltip-append-to-body="true") diff --git a/website/views/shared/header/header.jade b/website/views/shared/header/header.jade index 3fe3006e56..10be168175 100644 --- a/website/views/shared/header/header.jade +++ b/website/views/shared/header/header.jade @@ -10,9 +10,9 @@ .meter-label(tooltip=env.t('health')) span.glyphicon.glyphicon-heart .meter.health(tooltip='{{Math.round(user.stats.hp * 100) / 100}}') - .bar(ng-style='{"width": Shared.percent(user.stats.hp, 50)+"%"}') + .bar(ng-style='{"width": Shared.percent(user.stats.hp, Shared.maxHealth)+"%"}') span.meter-text.value - | {{Math.ceil(user.stats.hp)}} / 50 + | {{Math.ceil(user.stats.hp)}} / {{::Shared.maxHealth}} .meter-label(tooltip=env.t('experience')) span.glyphicon.glyphicon-star .meter.experience(tooltip='{{Math.round(user.stats.exp * 100) / 100}}') @@ -29,11 +29,12 @@ span.meter-text.value span | {{Math.floor(user.stats.mp)}} / {{user._statsComputed.maxMP}} - - // party - span(ng-controller='PartyCtrl') - button.party-invite.pull-right.btn.btn-primary(ng-click="inviteOrStartParty(group)", + //- party, with Google Experiment boVO4eEyRfysNE5D53nCMQ for button caption and placement + .party(ng-controller='PartyCtrl', ng-cloak) + button.party-invite.btn.btn-primary(ng-click="inviteOrStartParty(group)", ng-if="(!party.members || party.memberCount === 1) && user.preferences.displayInviteToPartyWhenPartyIs1", - popover="{{!party.members ? env.t('startAParty') : env.t('addToParty')}}", popover-placement="left", popover-trigger="mouseenter")=env.t("inviteFriends") + ng-class="{'party-invite': (!variant || variant % 2 === 0), 'party-invite-middle': (variant && (variant % 2 !== 0))}" + popover="{{!party.members ? env.t('startAParty') : env.t('addToParty')}}", popover-placement="left", popover-trigger="mouseenter") + span {{ variant < 2 ? env.t("battleWithFriends") : env.t("inviteFriends") }} .herobox-wrap(ng-repeat='profile in partyMinusSelf') +herobox() diff --git a/website/views/shared/header/menu.jade b/website/views/shared/header/menu.jade index 182227762f..02d2d0a758 100644 --- a/website/views/shared/header/menu.jade +++ b/website/views/shared/header/menu.jade @@ -1,4 +1,4 @@ -nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}') +nav.toolbar(ng-controller='MenuCtrl', ng-class='{active: isToolbarHidden}') button.toolbar-toggle(ng-click='isToolbarHidden = !isToolbarHidden', ng-class='{active: isToolbarHidden}') span.glyphicon.glyphicon-remove-circle span.toggle-text.toggle-close=env.t('close') @@ -92,7 +92,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}') li a(ui-sref='options.profile.stats')=env.t('stats') li - a(ui-sref='options.profile.profile')=env.t('profile') + a(ui-sref='options.profile.profile')=env.t('profile') li.toolbar-button-dropdown a(ui-sref='options.social.inbox', ng-if='user.inbox.newMessages') span.badge.badge-danger {{user.inbox.newMessages}} @@ -171,7 +171,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}') ul.toolbar-subscribe(ng-if='!user.purchased.plan.customerId') li.toolbar-subscribe-button button.highlight(ui-sref='options.settings.subscription',popover-trigger='mouseenter',popover-placement='bottom',popover-title=env.t('subscriptions'),popover=env.t('subDescription'),popover-append-to-body='true')=env.t('subscribe') - ul.toolbar-options + ul.toolbar-options li.toolbar-notifs a(ng-click='expandMenu("notifs")') span.glyphicon(ng-class='iconClasses()') @@ -200,7 +200,7 @@ nav.toolbar(ng-controller='AuthCtrl', ng-class='{active: isToolbarHidden}') a(ng-click='k==party._id ? $state.go("options.social.party") : $state.go("options.social.guilds.detail",{gid:k}); expandMenu(null)') span.glyphicon.glyphicon-comment span {{v.name}} - a(ng-click='Groups.seenMessage(k)', popover=env.t('clear'),popover-placement='right',popover-trigger='mouseenter',popover-append-to-body='true') + a(ng-click='clearMessages(k)', popover=env.t('clear'),popover-placement='right',popover-trigger='mouseenter',popover-append-to-body='true') span.glyphicon.glyphicon-remove-circle // li(ng-if='user.items.special.valentineReceived[0] || user.items.special.nyeReceived[0]') a(ng-click='$state.go("options.inventory.drops"); expandMenu(null)') diff --git a/website/views/shared/modals/amazon-payments.jade b/website/views/shared/modals/amazon-payments.jade new file mode 100644 index 0000000000..e0a7908e7a --- /dev/null +++ b/website/views/shared/modals/amazon-payments.jade @@ -0,0 +1,15 @@ +script(id='modals/amazonPayments.html', type='text/ng-template') + .modal-header + h4 Amazon Payments + .modal-body + p Click the button to pay using Amazon Payments + #AmazonPayButton + br(ng-show="Payments.amazonPayments.loggedIn") + #AmazonPayWallet(ng-show="Payments.amazonPayments.loggedIn", style="width: 400px; height: 228px;") + br(ng-show="Payments.amazonPayments.loggedIn") + #AmazonPayRecurring(ng-show="Payments.amazonPayments.loggedIn && Payments.amazonPayments.type === 'subscription'", + style="width: 400px; height: 140px;") + + .modal-footer + .btn.btn-default(ng-click='Payments.amazonPayments.reset()')=env.t('cancel') + .btn.btn-primary(ng-disabled="!Payments.amazonPayments.canCheckout()", ng-click="Payments.amazonPayments.checkout()")=env.t('checkout') \ No newline at end of file diff --git a/website/views/shared/modals/buy-gems.jade b/website/views/shared/modals/buy-gems.jade index 33862575ab..33885a451c 100644 --- a/website/views/shared/modals/buy-gems.jade +++ b/website/views/shared/modals/buy-gems.jade @@ -22,7 +22,8 @@ script(id='modals/buyGems.html', type='text/ng-template') small.muted=env.t('paymentMethods') .btn.btn-primary(ng-click='Payments.showStripe({})')=env.t('card') a.btn.btn-warning(href='/paypal/checkout?_id={{user._id}}&apiToken={{user.apiToken}}') PayPal - + //.btn.btn-default(ng-click="Payments.amazonPayments.init({type: 'donation'})") Amazon Payments + div(ng-include="'partials/options.settings.subscription.html'") .modal-footer diff --git a/website/views/shared/modals/index.jade b/website/views/shared/modals/index.jade index a64701f60c..519f20e2d6 100644 --- a/website/views/shared/modals/index.jade +++ b/website/views/shared/modals/index.jade @@ -3,6 +3,7 @@ include ./reroll include ./death include ./new-stuff include ./buy-gems +include ./amazon-payments include ./members include ./settings include ./drops diff --git a/website/views/shared/modals/invite-friends.jade b/website/views/shared/modals/invite-friends.jade index 36b1c21596..485445d9f6 100644 --- a/website/views/shared/modals/invite-friends.jade +++ b/website/views/shared/modals/invite-friends.jade @@ -37,7 +37,7 @@ script(type='text/ng-template', id='modals/invite-friends.html') .col-sm-7 input.form-control(type='text', ng-model='inviter') .col-sm-4 - button.btn.btn-primary(type='submit')=env.t('inviteNewUsers') + button.btn.btn-primary.btn-wrap(type='submit')=env.t('inviteNewUsers') //- hr p.alert.alert-info=env.t('inviteAlertInfo2') diff --git a/website/views/shared/modals/members.jade b/website/views/shared/modals/members.jade index 626db557a4..c730265936 100644 --- a/website/views/shared/modals/members.jade +++ b/website/views/shared/modals/members.jade @@ -97,6 +97,7 @@ script(type='text/ng-template', id='modals/send-gift.html') button.btn.btn-primary(ng-show=fromBal, ng-click='sendGift(profile._id, gift)')=env.t("send") a.btn.btn-primary(ng-hide=fromBal, ng-click='Payments.showStripe({gift:gift, uuid:profile._id})')=env.t('card') a.btn.btn-warning(ng-hide=fromBal, href='/paypal/checkout?_id={{::user._id}}&apiToken={{::user.apiToken}}&gift={{Payments.encodeGift(profile._id, gift)}}') PayPal + .btn.btn-default(ng-hide="true", ng-click="Payments.amazonPayments.init({type: gift.type == 'gems' ? 'donation' : 'subscription', gift: gift, giftedTo: profile._id})") Amazon Payments button.btn.btn-default(ng-click='$close()')=env.t('cancel') script(type='text/ng-template', id='modals/abuse-flag.html') @@ -110,7 +111,7 @@ script(type='text/ng-template', id='modals/abuse-flag.html') button.pull-left.btn.btn-danger(ng-click='clearFlagCount(abuseObject, groupId)', ng-if='user.contributor.admin && abuseObject.flagCount >= 2') | Reset Flag Count button.btn.btn-primary(ng-click='$close()')=env.t('cancel') - button.btn.btn-default(ng-click='reportAbuse(user, abuseObject, groupId)')=env.t("abuseFlagModalButton") + button.btn.btn-danger(ng-click='reportAbuse(user, abuseObject, groupId)')=env.t("abuseFlagModalButton") script(type='text/ng-template', id='modals/remove-member.html') .modal-header diff --git a/website/views/shared/modals/quests.jade b/website/views/shared/modals/quests.jade index 8e7152f10a..ab1f6c781f 100644 --- a/website/views/shared/modals/quests.jade +++ b/website/views/shared/modals/quests.jade @@ -67,25 +67,25 @@ script(type='text/ng-template', id='modals/buyQuest.html') script(type='text/ng-template', id='modals/questInvitation.html') .modal-header h4=env.t('questInvitation') - | {{::Content.quests[party.quest.key].text()}} + | {{::Content.quests[user.party.quest.key].text()}} .modal-body .pull-right-sm.text-center - .col-centered(class='quest_{{::Content.quests[party.quest.key].key}}') - div(ng-if='::Content.quests[party.quest.key].boss') - h4 {{::Content.quests[party.quest.key].boss.name()}} + .col-centered(class='quest_{{::Content.quests[user.party.quest.key].key}}') + div(ng-if='::Content.quests[user.party.quest.key].boss') + h4 {{::Content.quests[user.party.quest.key].boss.name()}} p strong=env.t('bossHP') + ': ' - | {{::Content.quests[party.quest.key].boss.hp}} + | {{::Content.quests[user.party.quest.key].boss.hp}} p strong=env.t('bossStrength') + ': ' - | {{::Content.quests[party.quest.key].boss.str}} - div(ng-if='::Content.quests[party.quest.key].collect') - p(ng-repeat='(k,v) in ::Content.quests[party.quest.key].collect') + | {{::Content.quests[user.party.quest.key].boss.str}} + div(ng-if='::Content.quests[user.party.quest.key].collect') + p(ng-repeat='(k,v) in ::Content.quests[user.party.quest.key].collect') strong=env.t('collect') + ': ' - | {{::Content.quests[party.quest.key].collect[k].count}} {{::Content.quests[party.quest.key].collect[k].text()}} - div(ng-bind-html='::Content.quests[party.quest.key].notes()') - quest-rewards(key='{{::party.quest.key}}', header=env.t('rewards')) + | {{::Content.quests[user.party.quest.key].collect[k].count}} {{::Content.quests[user.party.quest.key].collect[k].text()}} + div(ng-bind-html='::Content.quests[user.party.quest.key].notes()') + quest-rewards(key='{{::user.party.quest.key}}', header=env.t('rewards')) .modal-footer button.btn.btn-default(ng-click='questHold = true; $close()')=env.t('askLater') - button.btn.btn-default(ng-click='party.$questReject(); $close()')=env.t('reject') - button.btn.btn-primary(ng-click='party.$questAccept(); $close()')=env.t('accept') + button.btn.btn-default(ng-click='questReject(party); $close()')=env.t('reject') + button.btn.btn-primary(ng-click='questAccept(party); $close()')=env.t('accept') diff --git a/website/views/shared/new-stuff.jade b/website/views/shared/new-stuff.jade index 2a17025c8e..6bee897ebd 100644 --- a/website/views/shared/new-stuff.jade +++ b/website/views/shared/new-stuff.jade @@ -1,32 +1,127 @@ -h5 6/20/2015 - SUMMER SPLASH EVENT: LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SUMMER NPCS! +h5 7/9/2015 - DERBY DAY! FREE ORCA MOUNT AND WHALE QUEST hr tr td - h5 Summer Splash Begins! - p The Summer Splash festival has arrived, and Habitica has moved to the undersea city of Dilatory for the summer! From today until July 31st, join us for fun in the sun. + h5 Derby Day! + p On this day, Habitica defeated the worst of its ancient bugs! We celebrate with the Dilatory Derby, which means that Habiticans get aquatic mounts to ride! tr td - .promo_summer_classes_2015.pull-right - h5 Limited Edition Class Outfits - p From now until July 31st, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Reef Renegade, Sunfish Warrior, Strapping Sailor, or Ship Soothsayer! You'd better get productive to earn enough gold before they disappear. Good luck! - p.small.muted by Lemoness + .promo_orca.pull-right + h5 Free Orca Mount + p Everyone has received a rare Orca Mount in honor of the Dilatory Derby! Now you can race through the waves on the back of your Orca, which is found under Mounts. + p.small.muted by Uncommon Criminal tr td - .promo_summer_classes_2014.pull-right - h5 Seasonal Shop Opens - p The Seasonal Shop has opened! It's stocking summertime Seasonal Edition goodies at the moment, including last year's summer outfits. Everything there will be available to purchase during the Summer Splash event each year, but it's only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again. - p.small.muted by Lemoness - tr - td - .seasonalshop_summer2015.pull-right - h5 Summer NPCs - p Looks like the NPCs are really getting in to the summer spirit. Ian, Bailey, Matt, and the Seasonal Sorceress are having fun under the sea in the sunken city of Dilatory, and Alex and Daniel have moved down to the beach. Even the Time Travelers are getting into the fun, although... oh dear... they seem to have overshot the season... - p.small.muted by Lemoness + .quest_whale.pull-right + h5 New Pet Quest: Whales! + p Want more whales? Check out the The Wail of the Whale, a new pet quest in the Market! On your way to the Dilatory Derby, you encounter a whale in distress. Can you calm her down? If so, you may gain some whale eggs... + p.small.muted Art by krazjega, zoebeagle, and Uncommon Criminal + p.small.muted Writing by Calae hr a(href='/static/old-news', target='_blank') Read older news mixin oldNews + h5 7/7/2015 - NEW iOS APP: HABITICA! + tr + td + .promo_habitica.pull-right + h5 New iOS App: Habitica! + p We are proud to announce the beta release of our new native iOS app: Habitica! It features an all-new interface, smoother performance, reminders to complete Dailies, and tons of features including skills and better party chat! Click here to download it - it's a new app, not an upgrade of the clunky old one. + br + p This is a beta release, so please report any issues using the in-app Send Feedback and Report a Bug buttons, under Menu > About. The repository is open source, so anyone can jump in and help out. + br + p Finally, if you like what we're doing with the app, please consider leaving us a review! We'd really appreciate it. + p.small.muted by Viirus + tr + td + h5 What about Android? + p We are hard at work on the native Android app as we speak! It's coming along very well. We will announce as soon as it is ready to download, never fear. + tr + td + h5 Why Habitica? + p Habitica is the land where HabitRPG takes place - a land where players ride dragons and slay Dailies. Plus, it's now the name of the mobile app. Soon, it will also be the name of the site! + br + p The decision to switch from HabitRPG to Habitica is a big one, and we've been talking it over for a long time. We've gotten feedback since the beginning that it was confusing, especially for the many people who aren't familiar with the acronym. ("HabitPGR? HabitRZG? What was your name again?") We feel that "Habitica" keeps the fantasy flair without the confusing abbreviation, so it's the best of both realms. + br + p So far, habitica.com redirects to habitrpg.com, and it's the name of the native mobile apps. Look forward to an upcoming announcement of the switchover date, when we will be ringing in the name change with our inaugural Habitica Day celebration! + h5 7/1/2015 - SEAFOAM TRANSFORMATION ITEM , JULY BACKGROUNDS REVEALED, SUBSCRIBE WITH AMAZON PAYMENTS AND JULY SUBSCRIBER BOX + tr + td + .inventory_special_seafoam.pull-right + h5 Seafoam Transformation Item + p Splash some Seafoam on your friends and they will undergo a mysterious transformation until their next cron! You can buy the Seafoam in the Seasonal Shop for Gold. Don't want to be transformed? Just buy some Sand from the Rewards Store to reverse it. + p.small.muted by Lemoness + tr + td + .background_giant_wave.pull-right + h5 July Backgrounds Revealed + p There are three new avatar backgrounds in the Background Shop! Now your avatar can surf on a Giant Wave, explore a Sunken Ship, or dive to the Ruins of Dilatory! + p.small.muted by (in order): minac1, Mimi Alves, and Twitching + tr + td + .inventory_present_07.pull-left + h5 Subscribe with Amazon Payments + p Want to subscribe to get the July Mystery Item and the ability to buy Gems with Gold? Now you have a new way to pay for a subscription: Amazon Payments! The July Subscriber Item Set will be revealed on the 24th, so keep your eyes peeled. + br + p Right now, we only support Amazon Payments for subscriptions, but in the future, we will make it possible to use Amazon Payments to buy Gems as well. Thanks for supporting the site <3 + h5 6/30/2015 - LAST CHANCE FOR NEON SNORKELER, CLONE CHALLENGES, AND CHALLENGER CONTRIBUTOR TITLE + tr + td + .promo_mystery_201506.pull-right + h5 Last Chance for Neon Snorkeler Item Set + p Reminder: this is the final day to subscribe and receive the Neon Snorkeler Item Set! If you want the Snorkeler Suit or the Neon Snorkel, now's the time! Thanks so much for your support <3 + p.small.muted by Lemoness + tr + td + h5 Clone Challenges + p It's now easier than ever to create a recurring Challenge! Just go to a previously created challenge and click the clone button. This creates a new Challenge with all the same information (name, description, prize, tasks) pre-populated, so the challenge creator can adjust only as needed. We hope this saves you time! + p.small.muted by TheHollidayInn and Blade + tr + td + h5 Challenger Contributor Title + p Speaking of recurring Challenges, we've decided to create a new Contributor title, "Challenger", to honor the Habiticans who have been working to improve the community by consistently creating many valuable Challenges. The Challenger title is awarded at the discretion of the staff and mods. Many thanks to our creative and dedicated Challengers! + h5 6/25/2015 - JUNE SUBSCRIBER ITEM SET, SPLASHY SKIN SET, AND NEW SOUND EFFECTS + tr + td + .promo_mystery_201506.pull-right + h5 June Subscriber Item Set! + p The June Subscriber Item has been revealed: the Neon Snorkeler Item Set! All June subscribers will receive the Neon Snorkel and the Snorkel Suit. You still have five days to subscribe and receive the item set, along with the ability to buy Gems with Gold! Thank you so much for your support - we really do rely on you to keep HabitRPG free to use and running smoothly. + p.small.muted by Lemoness + tr + td + .promo_splashyskins.pull-right + h5 Splashy Skin Set + p There's a new set of Seasonal Edition Skins available in the Avatar Customization page until July 31st! Get them while you can, or they won't be available until next year. + p.small.muted by UncommonCriminal + tr + td + h5 New Sound Effects + p There's a new Sound Effects theme on the site: Gokul Theme! You can enable it by clicking on the megaphone in the upper right hand corner and selecting "Gokul Theme" from the dropdown list. + p.small.muted by NomindTR + h5 6/20/2015 - SUMMER SPLASH EVENT: LIMITED EDITION OUTFITS, SEASONAL SHOP OPENS, AND SUMMER NPCS! + tr + td + h5 Summer Splash Begins! + p The Summer Splash festival has arrived, and Habitica has moved to the undersea city of Dilatory for the summer! From today until July 31st, join us for fun in the sun. + tr + td + .promo_summer_classes_2015.pull-right + h5 Limited Edition Class Outfits + p From now until July 31st, limited edition outfits are available in the Rewards column. Depending on your class, you can be a Reef Renegade, Sunfish Warrior, Strapping Sailor, or Ship Soothsayer! You'd better get productive to earn enough gold before they disappear. Good luck! + p.small.muted by Lemoness + tr + td + .promo_summer_classes_2014.pull-right + h5 Seasonal Shop Opens + p The Seasonal Shop has opened! It's stocking summertime Seasonal Edition goodies at the moment, including last year's summer outfits. Everything there will be available to purchase during the Summer Splash event each year, but it's only open until July 31st, so be sure to stock up now, or you'll have to wait a year to buy these items again. + p.small.muted by Lemoness + tr + td + .seasonalshop_summer2015.pull-right + h5 Summer NPCs + p Looks like the NPCs are really getting in to the summer spirit. Ian, Bailey, Matt, and the Seasonal Sorceress are having fun under the sea in the sunken city of Dilatory, and Alex and Daniel have moved down to the beach. Even the Time Travelers are getting into the fun, although... oh dear... they seem to have overshot the season... + p.small.muted by Lemoness h5 6/17/2015 - CUTTLEFISH PET QUEST AND QUEST DISPLAY IMPROVEMENTS tr td diff --git a/website/views/shared/profiles/achievements.jade b/website/views/shared/profiles/achievements.jade index 332862075c..7b2c9ac7bf 100644 --- a/website/views/shared/profiles/achievements.jade +++ b/website/views/shared/profiles/achievements.jade @@ -1,16 +1,3 @@ -//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
-//
- if mobile .item.item-divider=env.t('achievements') @@ -192,6 +179,13 @@ div(ng-if='::profile.achievements.shinySeed') small =env.t('agriculturalFriendsText', {seeds: "{{::profile.achievements.shinySeed}}"}) hr + +div(ng-if='::profile.achievements.seafoam') + .achievement.achievement-seafoam + h5=env.t('aquaticFriends') + small + =env.t('aquaticFriendsText', {seafoam: "{{::profile.achievements.seafoam}}"}) + hr div(ng-if='::profile.achievements.habitBirthdays') .achievement.achievement-habitBirthday diff --git a/website/views/shared/profiles/stats.jade b/website/views/shared/profiles/stats.jade index 476c114143..0c438e9e85 100644 --- a/website/views/shared/profiles/stats.jade +++ b/website/views/shared/profiles/stats.jade @@ -3,7 +3,7 @@ table.table.table-striped tr td strong=env.t('health') - | : {{Math.ceil(profile.stats.hp)}} / 50 + | : {{Math.ceil(profile.stats.hp)}} / {{::Shared.maxHealth}} tr(ng-if='profile.stats.lvl >= 10 && !profile.preferences.disableClasses') td strong=env.t('mana') diff --git a/website/views/shared/tasks/edit/advanced_options.jade b/website/views/shared/tasks/edit/advanced_options.jade index a34051ddf5..fbd805289e 100644 --- a/website/views/shared/tasks/edit/advanced_options.jade +++ b/website/views/shared/tasks/edit/advanced_options.jade @@ -32,15 +32,19 @@ div(ng-if='::task.type!="reward"') 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}', + button(type='button', ng-class='{active: task.priority==0.1}', + ng-click='task.challenge.id || (task.priority=0.1)') + =env.t('trivial') + 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}', + 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}', + button(type='button', ng-class='{active: task.priority==2}', ng-click='task.challenge.id || (task.priority=2)') =env.t('hard') @@ -52,19 +56,19 @@ div(ng-if='::task.type!="reward"') legend.option-title.pull-left=env.t('attributes') ul.task-attributes li - button(type='button', ng-class='{active: task.attribute=="str"}', + 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"}', + 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"}', + 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"', + 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') diff --git a/website/views/shared/tasks/index.jade b/website/views/shared/tasks/index.jade index 972a62f1db..9a41eb5d37 100644 --- a/website/views/shared/tasks/index.jade +++ b/website/views/shared/tasks/index.jade @@ -19,7 +19,7 @@ script(id='templates/habitrpg-tasks.html', type="text/ng-template") include ./task_view/add_new - alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep') + alert.alert-warning.dailiesRestingInInn(ng-if='::list.type == "daily" && user.preferences.sleep && !$state.includes("options.social.challenges")') i.glyphicon.glyphicon-warning-sign   =env.t('dailiesRestingInInn') diff --git a/website/views/shared/tasks/meta_controls.jade b/website/views/shared/tasks/meta_controls.jade index acff83ef6f..e42210f240 100644 --- a/website/views/shared/tasks/meta_controls.jade +++ b/website/views/shared/tasks/meta_controls.jade @@ -36,7 +36,7 @@ //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') + a.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')) @@ -51,6 +51,8 @@ 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 - |   + + // Make this icon available regardless of task ownership + a.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 3675e158f5..3a69e1f760 100644 --- a/website/views/shared/tasks/task.jade +++ b/website/views/shared/tasks/task.jade @@ -1,8 +1,8 @@ -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)', +li(id='task-{{::task.id}}', + ng-repeat='task in obj[list.type+"s"] | filterByTaskInfo: 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}}") diff --git a/website/views/shared/tasks/task_view/spells.jade b/website/views/shared/tasks/task_view/spells.jade index 9360b0e656..74d017964a 100644 --- a/website/views/shared/tasks/task_view/spells.jade +++ b/website/views/shared/tasks/task_view/spells.jade @@ -1,12 +1,10 @@ // 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') +- var seasonalSpells = {'snowball':'salt', 'spookDust':'opaquePotion', 'shinySeed':'petalFreePotion', 'seafoam':'sand'} +ul.items.rewards + each dispel,spell in seasonalSpells + span(ng-if='main && list.type=="reward" && (user.items.special.#{spell}>0 || user.stats.buffs.#{spell})') + +specialSpell(spell) + +specialSpell(dispel,spell) // Spells ul.items(ng-if='main && list.type=="reward" && user.stats.class && !user.preferences.disableClasses') diff --git a/website/views/static/front.jade b/website/views/static/front.jade index e6ab51e074..3cb683dfd8 100644 --- a/website/views/static/front.jade +++ b/website/views/static/front.jade @@ -35,7 +35,7 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') body(ng-controller='AuthCtrl') include ./login-modal - include ../shared/header/avatar + include ../shared/avatar/index include ../shared/mixins include ../shared/modals/members .mobile-container @@ -68,8 +68,8 @@ html(ng-app='habitrpg', ng-controller='RootCtrl') a(href='/static/contact')=env.t('contactUs') li button#header-play-button.btn.btn-primary.navbar-btn.navbar-right(ng-click='playButtonClick()')= env.t('playButtonFull') - #intro(ng-cloak) - h1 {{ variant==0 ? "#{env.t('motivate')}" : (variant==1 ? "#{env.t('motivate1')}" : "#{env.t('motivate2')}") }} + #intro + h1=env.t('motivate1') img.center-block.img-responsive(src='https://s3.amazonaws.com/habitrpg-assets/front/images/intro.png') // insert intro images .introcall.bg-success diff --git a/website/views/static/login-modal.jade b/website/views/static/login-modal.jade index eed23662c3..b60f1bafe5 100644 --- a/website/views/static/login-modal.jade +++ b/website/views/static/login-modal.jade @@ -14,17 +14,13 @@ script(id='modals/login.html', type='text/ng-template') hr tabset(justified='true') tab(heading=env.t('login')) - form#login-tab(ng-submit='auth()', method='POST') + form#loginForm(ng-submit='auth()', method='POST', name='loginForm') .form-group - input.form-control(type='text', ng-model='loginUsername', placeholder=env.t('username')+' or Email', name='username') + input.form-control(type='text', ng-model='loginUsername', placeholder=env.t('usernameOrEmail'), name='username', spellcheck='false', required) .form-group - input.form-control(type='password', ng-model='loginPassword', placeholder=env.t('password'), name='password') - //-.control-group - label.checkbox - input(type='checkbox', ng-click='useUUID = !useUUID') - =env.t('useUUID') + input.form-control(type='password', ng-model='loginPassword', placeholder=env.t('password'), name='password', required) .form-group - input.btn.btn-primary(type='submit', value=env.t('login')) + input.btn.btn-block.btn-lg.btn-primary(type='submit', ng-disabled='loginForm.$invalid', value=env.t('login')) small=env.t('passMan') br @@ -51,7 +47,7 @@ script(id='modals/login.html', type='text/ng-template') tab(heading=env.t('register')) form#registrationForm(ng-submit='register()', name='registrationForm') .form-group - input.form-control(type='text', ng-model='registerVals.username', placeholder=env.t('username'), required) + input.form-control(type='text', ng-model='registerVals.username', placeholder=env.t('username'), spellcheck='false', required) .form-group input.form-control(type='email', ng-model='registerVals.email', placeholder=env.t('email'), required) .form-group @@ -69,4 +65,4 @@ script(id='modals/login.html', type='text/ng-template') a(href='/static/privacy' target='_blank')=env.t('privacy') | . .form-group - input.btn.btn-primary(type='submit', ng-disabled='registrationForm.$invalid || registrationInProgress', value=env.t('register')) + input.btn.btn-block.btn-lg.btn-primary(type='submit', ng-disabled='registrationForm.$invalid || registrationInProgress', value=env.t('register'))