Merge branch 'develop' into hairlessbear-quest_invite_modal_on_user_sync
1
.gitignore
vendored
@@ -15,6 +15,7 @@ newrelic_agent.log
|
|||||||
.bower-registry
|
.bower-registry
|
||||||
.bower-cache
|
.bower-cache
|
||||||
.vagrant
|
.vagrant
|
||||||
|
Vagrantfile
|
||||||
|
|
||||||
*.log
|
*.log
|
||||||
src/*/*.map
|
src/*/*.map
|
||||||
|
|||||||
17
Gruntfile.js
@@ -75,6 +75,20 @@ module.exports = function(grunt) {
|
|||||||
|
|
||||||
sprite: sprite,
|
sprite: sprite,
|
||||||
|
|
||||||
|
imagemin: {
|
||||||
|
spritesmith: {
|
||||||
|
options: {
|
||||||
|
optimizationLevel: 7
|
||||||
|
},
|
||||||
|
files: [{
|
||||||
|
expand: true,
|
||||||
|
flatten: true,
|
||||||
|
src: ["common/dist/sprites/*.png"],
|
||||||
|
dest: "common/dist/sprites/"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
cssmin: {
|
cssmin: {
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
@@ -209,7 +223,7 @@ module.exports = function(grunt) {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// Register tasks.
|
// 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:prod', ['loadManifestFiles', 'clean:build', 'browserify', 'uglify', 'stylus', 'cssmin', 'copy:build', 'hashres','prepare:staticNewStuff']);
|
||||||
grunt.registerTask('build:dev', ['browserify', 'stylus', 'prepare:staticNewStuff']);
|
grunt.registerTask('build:dev', ['browserify', 'stylus', 'prepare:staticNewStuff']);
|
||||||
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
grunt.registerTask('build:test', ['test:prepare:translations', 'build:dev']);
|
||||||
@@ -250,6 +264,7 @@ module.exports = function(grunt) {
|
|||||||
grunt.loadNpmTasks('grunt-concurrent');
|
grunt.loadNpmTasks('grunt-concurrent');
|
||||||
grunt.loadNpmTasks('grunt-contrib-watch');
|
grunt.loadNpmTasks('grunt-contrib-watch');
|
||||||
grunt.loadNpmTasks('grunt-spritesmith');
|
grunt.loadNpmTasks('grunt-spritesmith');
|
||||||
|
grunt.loadNpmTasks('grunt-contrib-imagemin');
|
||||||
grunt.loadNpmTasks('grunt-hashres');
|
grunt.loadNpmTasks('grunt-hashres');
|
||||||
grunt.loadNpmTasks('grunt-karma');
|
grunt.loadNpmTasks('grunt-karma');
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ VAGRANTFILE_API_VERSION = "2"
|
|||||||
|
|
||||||
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
config.vm.provider "virtualbox" do |v|
|
config.vm.provider "virtualbox" do |v|
|
||||||
|
v.memory = 768
|
||||||
|
v.cpus = 1
|
||||||
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
|
v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate/vagrant", "1"]
|
||||||
end
|
end
|
||||||
config.vm.box = "thepeopleseason/habitrpg"
|
config.vm.box = "thepeopleseason/habitrpg"
|
||||||
@@ -2,12 +2,12 @@
|
|||||||
margin-left: 1.25em;
|
margin-left: 1.25em;
|
||||||
}*/
|
}*/
|
||||||
|
|
||||||
/* Comment out for holiday events */
|
/* Comment out for holiday events
|
||||||
.npc_ian {
|
.npc_ian {
|
||||||
background: url("/common/img/sprites/npc_ian.gif") no-repeat;
|
background: url("/common/img/sprites/npc_ian.gif") no-repeat;
|
||||||
width: 78px;
|
width: 78px;
|
||||||
height: 135px;
|
height: 135px;
|
||||||
}
|
} */
|
||||||
|
|
||||||
.Gems {
|
.Gems {
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
|
|||||||
2
common/dist/sprites/habitrpg-shared.css
vendored
342
common/dist/sprites/spritesmith0.css
vendored
@@ -1,216 +1,216 @@
|
|||||||
.achievement-alien {
|
.achievement-alien {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -479px;
|
background-position: -1949px -1389px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-alpha {
|
.achievement-alpha {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -182px;
|
background-position: -1924px -1092px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-armor {
|
.achievement-armor {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -479px;
|
background-position: -1924px -1389px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-boot {
|
.achievement-boot {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -479px;
|
background-position: -1899px -1389px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-bow {
|
.achievement-bow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -452px;
|
background-position: -1949px -1362px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-cactus {
|
.achievement-cactus {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -452px;
|
background-position: -1924px -1362px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-cake {
|
.achievement-cake {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -452px;
|
background-position: -1899px -1362px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-cave {
|
.achievement-cave {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -425px;
|
background-position: -1949px -1335px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-coffin {
|
.achievement-coffin {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -425px;
|
background-position: -1924px -1335px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-comment {
|
.achievement-comment {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -425px;
|
background-position: -1899px -1335px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-costumeContest {
|
.achievement-costumeContest {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -398px;
|
background-position: -1949px -1308px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-dilatory {
|
.achievement-dilatory {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -398px;
|
background-position: -1924px -1308px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-firefox {
|
.achievement-firefox {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -398px;
|
background-position: -1899px -1308px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-habitBirthday {
|
.achievement-habitBirthday {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -371px;
|
background-position: -1949px -1281px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-heart {
|
.achievement-heart {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -371px;
|
background-position: -1924px -1281px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-karaoke {
|
.achievement-karaoke {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -371px;
|
background-position: -1899px -1281px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-ninja {
|
.achievement-ninja {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -344px;
|
background-position: -1949px -1254px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-nye {
|
.achievement-nye {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -344px;
|
background-position: -1924px -1254px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-perfect {
|
.achievement-perfect {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -182px;
|
background-position: -1899px -1092px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-rat {
|
.achievement-rat {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -317px;
|
background-position: -1949px -1227px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-shield {
|
.achievement-shield {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -317px;
|
background-position: -1924px -1227px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-shinySeed {
|
.achievement-shinySeed {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -317px;
|
background-position: -1899px -1227px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-snowball {
|
.achievement-snowball {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -290px;
|
background-position: -1949px -1200px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-spookDust {
|
.achievement-spookDust {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -290px;
|
background-position: -1924px -1200px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-stoikalm {
|
.achievement-stoikalm {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -290px;
|
background-position: -1899px -1200px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-sun {
|
.achievement-sun {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -263px;
|
background-position: -1949px -1173px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-sword {
|
.achievement-sword {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -263px;
|
background-position: -1924px -1173px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-thermometer {
|
.achievement-thermometer {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -263px;
|
background-position: -1899px -1173px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-tree {
|
.achievement-tree {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -236px;
|
background-position: -1949px -1146px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-triadbingo {
|
.achievement-triadbingo {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -236px;
|
background-position: -1924px -1146px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-healer {
|
.achievement-ultimate-healer {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -236px;
|
background-position: -1899px -1146px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-mage {
|
.achievement-ultimate-mage {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -209px;
|
background-position: -1949px -1119px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-rogue {
|
.achievement-ultimate-rogue {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1924px -209px;
|
background-position: -1924px -1119px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-ultimate-warrior {
|
.achievement-ultimate-warrior {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -209px;
|
background-position: -1899px -1119px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-valentine {
|
.achievement-valentine {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1949px -182px;
|
background-position: -1949px -1092px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
.achievement-wolf {
|
.achievement-wolf {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1899px -344px;
|
background-position: -1899px -1254px;
|
||||||
width: 24px;
|
width: 24px;
|
||||||
height: 26px;
|
height: 26px;
|
||||||
}
|
}
|
||||||
@@ -1890,13 +1890,13 @@
|
|||||||
}
|
}
|
||||||
.hair_mustache_1_ppurple {
|
.hair_mustache_1_ppurple {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -708px -592px;
|
background-position: -182px -1434px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_mustache_1_ppurple {
|
.customize-option.hair_mustache_1_ppurple {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -733px -607px;
|
background-position: -207px -1449px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
@@ -1950,13 +1950,13 @@
|
|||||||
}
|
}
|
||||||
.hair_mustache_1_red {
|
.hair_mustache_1_red {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -637px -1434px;
|
background-position: -708px -592px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_mustache_1_red {
|
.customize-option.hair_mustache_1_red {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -662px -1449px;
|
background-position: -733px -607px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
@@ -3810,431 +3810,551 @@
|
|||||||
}
|
}
|
||||||
.hair_bangs_3_rainbow {
|
.hair_bangs_3_rainbow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -182px -1434px;
|
background-position: -1899px -182px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_rainbow {
|
.customize-option.hair_bangs_3_rainbow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -207px -1449px;
|
background-position: -1924px -197px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_red {
|
.hair_bangs_3_red {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -637px -979px;
|
background-position: -1899px -273px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_red {
|
.customize-option.hair_bangs_3_red {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -662px -994px;
|
background-position: -1924px -288px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_snowy {
|
.hair_bangs_3_snowy {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -546px -979px;
|
background-position: -1899px -364px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_snowy {
|
.customize-option.hair_bangs_3_snowy {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -571px -994px;
|
background-position: -1924px -379px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_white {
|
.hair_bangs_3_white {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -455px -979px;
|
background-position: -1899px -455px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_white {
|
.customize-option.hair_bangs_3_white {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -480px -994px;
|
background-position: -1924px -470px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_winternight {
|
.hair_bangs_3_winternight {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -364px -979px;
|
background-position: -1899px -546px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_winternight {
|
.customize-option.hair_bangs_3_winternight {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -389px -994px;
|
background-position: -1924px -561px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_winterstar {
|
.hair_bangs_3_winterstar {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -273px -979px;
|
background-position: -1899px -637px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_winterstar {
|
.customize-option.hair_bangs_3_winterstar {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -298px -994px;
|
background-position: -1924px -652px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_yellow {
|
.hair_bangs_3_yellow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -182px -979px;
|
background-position: -1899px -728px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_yellow {
|
.customize-option.hair_bangs_3_yellow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -207px -994px;
|
background-position: -1924px -743px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_bangs_3_zombie {
|
.hair_bangs_3_zombie {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -91px -979px;
|
background-position: -1899px -819px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_bangs_3_zombie {
|
.customize-option.hair_bangs_3_zombie {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -116px -994px;
|
background-position: -1924px -834px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_TRUred {
|
.hair_base_10_TRUred {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: 0px -979px;
|
background-position: -1899px -910px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_TRUred {
|
.customize-option.hair_base_10_TRUred {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -25px -994px;
|
background-position: -1924px -925px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_aurora {
|
.hair_base_10_aurora {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -819px;
|
background-position: -1899px -1001px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_aurora {
|
.customize-option.hair_base_10_aurora {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -834px;
|
background-position: -1924px -1016px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_black {
|
.hair_base_10_black {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -728px;
|
background-position: -637px -1434px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_black {
|
.customize-option.hair_base_10_black {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -743px;
|
background-position: -662px -1449px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_blond {
|
.hair_base_10_blond {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -637px;
|
background-position: -637px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_blond {
|
.customize-option.hair_base_10_blond {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -652px;
|
background-position: -662px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_blue {
|
.hair_base_10_blue {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -546px;
|
background-position: -546px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_blue {
|
.customize-option.hair_base_10_blue {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -561px;
|
background-position: -571px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_brown {
|
.hair_base_10_brown {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -455px;
|
background-position: -455px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_brown {
|
.customize-option.hair_base_10_brown {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -470px;
|
background-position: -480px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_candycane {
|
.hair_base_10_candycane {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -364px;
|
background-position: -364px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_candycane {
|
.customize-option.hair_base_10_candycane {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -379px;
|
background-position: -389px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_candycorn {
|
.hair_base_10_candycorn {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -273px;
|
background-position: -273px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_candycorn {
|
.customize-option.hair_base_10_candycorn {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -288px;
|
background-position: -298px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_festive {
|
.hair_base_10_festive {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -182px;
|
background-position: -182px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_festive {
|
.customize-option.hair_base_10_festive {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -197px;
|
background-position: -207px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_frost {
|
.hair_base_10_frost {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px -91px;
|
background-position: -91px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_frost {
|
.customize-option.hair_base_10_frost {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -106px;
|
background-position: -116px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_ghostwhite {
|
.hair_base_10_ghostwhite {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -989px 0px;
|
background-position: 0px -979px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_ghostwhite {
|
.customize-option.hair_base_10_ghostwhite {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1014px -15px;
|
background-position: -25px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_green {
|
.hair_base_10_green {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -819px -888px;
|
background-position: -989px -819px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_green {
|
.customize-option.hair_base_10_green {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -844px -903px;
|
background-position: -1014px -834px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_halloween {
|
.hair_base_10_halloween {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -728px -888px;
|
background-position: -989px -728px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_halloween {
|
.customize-option.hair_base_10_halloween {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -753px -903px;
|
background-position: -1014px -743px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_holly {
|
.hair_base_10_holly {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -637px -888px;
|
background-position: -989px -637px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_holly {
|
.customize-option.hair_base_10_holly {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -662px -903px;
|
background-position: -1014px -652px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_hollygreen {
|
.hair_base_10_hollygreen {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -546px -888px;
|
background-position: -989px -546px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_hollygreen {
|
.customize-option.hair_base_10_hollygreen {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -571px -903px;
|
background-position: -1014px -561px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_midnight {
|
.hair_base_10_midnight {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -455px -888px;
|
background-position: -989px -455px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_midnight {
|
.customize-option.hair_base_10_midnight {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -480px -903px;
|
background-position: -1014px -470px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_pblue {
|
.hair_base_10_pblue {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -364px -888px;
|
background-position: -989px -364px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_pblue {
|
.customize-option.hair_base_10_pblue {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -389px -903px;
|
background-position: -1014px -379px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_pblue2 {
|
.hair_base_10_pblue2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -273px -888px;
|
background-position: -989px -273px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_pblue2 {
|
.customize-option.hair_base_10_pblue2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -298px -903px;
|
background-position: -1014px -288px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_peppermint {
|
.hair_base_10_peppermint {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -182px -888px;
|
background-position: -989px -182px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_peppermint {
|
.customize-option.hair_base_10_peppermint {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -207px -903px;
|
background-position: -1014px -197px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_pgreen {
|
.hair_base_10_pgreen {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -91px -888px;
|
background-position: -989px -91px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_pgreen {
|
.customize-option.hair_base_10_pgreen {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -116px -903px;
|
background-position: -1014px -106px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_pgreen2 {
|
.hair_base_10_pgreen2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: 0px -888px;
|
background-position: -989px 0px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_pgreen2 {
|
.customize-option.hair_base_10_pgreen2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -25px -903px;
|
background-position: -1014px -15px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_porange {
|
.hair_base_10_porange {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -889px -740px;
|
background-position: -819px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_porange {
|
.customize-option.hair_base_10_porange {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -914px -755px;
|
background-position: -844px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_porange2 {
|
.hair_base_10_porange2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -798px -740px;
|
background-position: -728px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_porange2 {
|
.customize-option.hair_base_10_porange2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -823px -755px;
|
background-position: -753px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_ppink {
|
.hair_base_10_ppink {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -707px -740px;
|
background-position: -637px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_ppink {
|
.customize-option.hair_base_10_ppink {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -732px -755px;
|
background-position: -662px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_ppink2 {
|
.hair_base_10_ppink2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1080px 0px;
|
background-position: -546px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_ppink2 {
|
.customize-option.hair_base_10_ppink2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -1105px -15px;
|
background-position: -571px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_ppurple {
|
.hair_base_10_ppurple {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -910px -979px;
|
background-position: -455px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_ppurple {
|
.customize-option.hair_base_10_ppurple {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -935px -994px;
|
background-position: -480px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_ppurple2 {
|
.hair_base_10_ppurple2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -819px -979px;
|
background-position: -364px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_ppurple2 {
|
.customize-option.hair_base_10_ppurple2 {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -844px -994px;
|
background-position: -389px -903px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
.hair_base_10_pumpkin {
|
.hair_base_10_pumpkin {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -728px -979px;
|
background-position: -273px -888px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
height: 90px;
|
height: 90px;
|
||||||
}
|
}
|
||||||
.customize-option.hair_base_10_pumpkin {
|
.customize-option.hair_base_10_pumpkin {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -298px -903px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_purple {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -182px -888px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_purple {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -207px -903px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_pyellow {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -91px -888px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_pyellow {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -116px -903px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_pyellow2 {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: 0px -888px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_pyellow2 {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -25px -903px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_rainbow {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -889px -740px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_rainbow {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -914px -755px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_red {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -798px -740px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_red {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -823px -755px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_snowy {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -707px -740px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_snowy {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -732px -755px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_white {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -1080px 0px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_white {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -1105px -15px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_winternight {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -910px -979px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_winternight {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -935px -994px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_winterstar {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -819px -979px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_winterstar {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -844px -994px;
|
||||||
|
width: 60px;
|
||||||
|
height: 60px;
|
||||||
|
}
|
||||||
|
.hair_base_10_yellow {
|
||||||
|
background-image: url(spritesmith0.png);
|
||||||
|
background-position: -728px -979px;
|
||||||
|
width: 90px;
|
||||||
|
height: 90px;
|
||||||
|
}
|
||||||
|
.customize-option.hair_base_10_yellow {
|
||||||
background-image: url(spritesmith0.png);
|
background-image: url(spritesmith0.png);
|
||||||
background-position: -753px -994px;
|
background-position: -753px -994px;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
|
|||||||
BIN
common/dist/sprites/spritesmith0.png
vendored
|
Before Width: | Height: | Size: 305 KiB After Width: | Height: | Size: 209 KiB |
5684
common/dist/sprites/spritesmith1.css
vendored
BIN
common/dist/sprites/spritesmith1.png
vendored
|
Before Width: | Height: | Size: 78 KiB After Width: | Height: | Size: 24 KiB |
5342
common/dist/sprites/spritesmith2.css
vendored
BIN
common/dist/sprites/spritesmith2.png
vendored
|
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 101 KiB |
1258
common/dist/sprites/spritesmith3.css
vendored
BIN
common/dist/sprites/spritesmith3.png
vendored
|
Before Width: | Height: | Size: 151 KiB After Width: | Height: | Size: 89 KiB |
1088
common/dist/sprites/spritesmith4.css
vendored
BIN
common/dist/sprites/spritesmith4.png
vendored
|
Before Width: | Height: | Size: 696 KiB After Width: | Height: | Size: 510 KiB |
3764
common/dist/sprites/spritesmith5.css
vendored
BIN
common/dist/sprites/spritesmith5.png
vendored
|
Before Width: | Height: | Size: 364 KiB After Width: | Height: | Size: 225 KiB |
1368
common/dist/sprites/spritesmith6.css
vendored
BIN
common/dist/sprites/spritesmith6.png
vendored
|
Before Width: | Height: | Size: 304 KiB After Width: | Height: | Size: 195 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_clownfish.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_deepocean.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 19 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_merblue.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_mergold.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_mergreen.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_merruby.png
Normal file
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 20 KiB |
BIN
common/img/sprites/spritesmith/customize/skin/skin_shark.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 19 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.8 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.2 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.9 KiB |
|
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.8 KiB |
|
Before Width: | Height: | Size: 5.0 KiB After Width: | Height: | Size: 5.0 KiB |
BIN
common/img/sprites/spritesmith/npcs/npc_ian.png
Normal file
|
After Width: | Height: | Size: 7.3 KiB |
|
Before Width: | Height: | Size: 4.3 KiB After Width: | Height: | Size: 4.4 KiB |
|
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.9 KiB |
|
Before Width: | Height: | Size: 5.8 KiB After Width: | Height: | Size: 5.3 KiB |
BIN
common/img/sprites/spritesmith/npcs/seasonalshop_summer2015.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_mystery_201506.png
Normal file
|
After Width: | Height: | Size: 3.4 KiB |
BIN
common/img/sprites/spritesmith/promo/promo_splashyskins.png
Normal file
|
After Width: | Height: | Size: 5.1 KiB |
|
After Width: | Height: | Size: 6.7 KiB |
|
After Width: | Height: | Size: 30 KiB |
@@ -49,8 +49,10 @@
|
|||||||
"keepTasks": "Ponechat úkoly",
|
"keepTasks": "Ponechat úkoly",
|
||||||
"closeCha": "Zavřít výzvu a...",
|
"closeCha": "Zavřít výzvu a...",
|
||||||
"leaveCha": "Opustit výzvu a ...",
|
"leaveCha": "Opustit výzvu a ...",
|
||||||
"challengedOwnedFilterHeader": "Ownership",
|
"challengedOwnedFilterHeader": "Vlastnictví",
|
||||||
"challengedOwnedFilter": "Owned",
|
"challengedOwnedFilter": "Vlastníš",
|
||||||
"challengedNotOwnedFilter": "Not Owned",
|
"challengedNotOwnedFilter": "Nevlastníš",
|
||||||
"challengedEitherOwnedFilter": "Either"
|
"challengedEitherOwnedFilter": "Obojí",
|
||||||
|
"backToChallenges": "Back to all challenges",
|
||||||
|
"prizeValue": "<%= gemcount %> <%= gemicon %> Prize"
|
||||||
}
|
}
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
"displayName": "Zobrazené jméno",
|
"displayName": "Zobrazené jméno",
|
||||||
"displayPhoto": "Fotografie",
|
"displayPhoto": "Fotografie",
|
||||||
"displayBlurb": "Něco o mně",
|
"displayBlurb": "Něco o mně",
|
||||||
"displayBlurbPlaceholder": "Please introduce yourself",
|
"displayBlurbPlaceholder": "Prosíme, představ se",
|
||||||
"photoUrl": "Url fotografie",
|
"photoUrl": "Url fotografie",
|
||||||
"imageUrl": "Url obrázku",
|
"imageUrl": "Url obrázku",
|
||||||
"inventory": "Inventář",
|
"inventory": "Inventář",
|
||||||
@@ -39,6 +39,7 @@
|
|||||||
"pastelSkins": "Pastelové kůže",
|
"pastelSkins": "Pastelové kůže",
|
||||||
"spookySkins": "Strašidelné kůže",
|
"spookySkins": "Strašidelné kůže",
|
||||||
"supernaturalSkins": "Nadpřirozené kůže",
|
"supernaturalSkins": "Nadpřirozené kůže",
|
||||||
|
"splashySkins": "Splashy Skins",
|
||||||
"rainbowColors": "Duhové barvy",
|
"rainbowColors": "Duhové barvy",
|
||||||
"shimmerColors": "Třpytivé barvy",
|
"shimmerColors": "Třpytivé barvy",
|
||||||
"hauntedColors": "Strašidelné barvy",
|
"hauntedColors": "Strašidelné barvy",
|
||||||
@@ -49,7 +50,7 @@
|
|||||||
"classBonusText": "Tvé povolání (válečník - pokud jsi neodemkl nebo sis nevybral jiné) využívá vybavení přímo pro to povolání efektivněji než vybavení pro ostatní povolání. Pokud používáš vybavení pro tvé současné povolání, přidává ti to 50% bonus k poskytované vlastnosti.",
|
"classBonusText": "Tvé povolání (válečník - pokud jsi neodemkl nebo sis nevybral jiné) využívá vybavení přímo pro to povolání efektivněji než vybavení pro ostatní povolání. Pokud používáš vybavení pro tvé současné povolání, přidává ti to 50% bonus k poskytované vlastnosti.",
|
||||||
"classEquipBonus": "Bonus třídy",
|
"classEquipBonus": "Bonus třídy",
|
||||||
"battleGear": "Bojová výzbroj",
|
"battleGear": "Bojová výzbroj",
|
||||||
"battleGearText": "This is the gear you wear into battle; it affects numbers when interacting with your tasks.",
|
"battleGearText": "Tohle je tvé vybavení, které máš na sobě do bitvy; ovlivňuje čísla, když pracuješ se svými úkoly.",
|
||||||
"costume": "Kostým",
|
"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á.",
|
"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",
|
"useCostume": "Použít kostým",
|
||||||
@@ -117,7 +118,7 @@
|
|||||||
"rogueText": "Zloděj miluje střádání bohatství, získávání více zlata než mají ostatní, a je adeptem na nalezení náhodných předmětů. Jeho pověstná lstivost mu umožňuje uniknout důsledkům promeškání Denních úkolů. Buď zlodějem, pokud nacházíš silnou motivaci v odměnách a úspěších a usiluješ o kořist a ocenění!",
|
"rogueText": "Zloděj miluje střádání bohatství, získávání více zlata než mají ostatní, a je adeptem na nalezení náhodných předmětů. Jeho pověstná lstivost mu umožňuje uniknout důsledkům promeškání Denních úkolů. Buď zlodějem, pokud nacházíš silnou motivaci v odměnách a úspěších a usiluješ o kořist a ocenění!",
|
||||||
"healerText": "Léčitel je nezranitelný a ochraňuje i ostatní. Promeškané Denní úkoly a špatné Zvyky jim moc neublíží a mají možnosti jak se zahojit. Buď léčitelem a užij si pomoc ostatním v družině, nebo pokud tě inspiruje myšlenka ošidit smrt tak, že budeš pořádně dřít!",
|
"healerText": "Léčitel je nezranitelný a ochraňuje i ostatní. Promeškané Denní úkoly a špatné Zvyky jim moc neublíží a mají možnosti jak se zahojit. Buď léčitelem a užij si pomoc ostatním v družině, nebo pokud tě inspiruje myšlenka ošidit smrt tak, že budeš pořádně dřít!",
|
||||||
"optOut": "Odhlásit",
|
"optOut": "Odhlásit",
|
||||||
"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": "Nechceš se obtěžovat s povoláními? Chceš se rozhodnout později? Nech to - budeš válečníkem bez speciálních schopností. O systému povolání si můžeš přečíst na wiki a povolit si povolání kdykoliv v Uživatel -> Statistiky.",
|
||||||
"select": "Vybrat",
|
"select": "Vybrat",
|
||||||
"stealth": "Lstivost",
|
"stealth": "Lstivost",
|
||||||
"stealthNewDay": "Když začne nový den, vyhneš se újmě z tolika zmeškaných Denních úkolů.",
|
"stealthNewDay": "Když začne nový den, vyhneš se újmě z tolika zmeškaných Denních úkolů.",
|
||||||
@@ -141,10 +142,10 @@
|
|||||||
"unequipCostume": "Odebrat kostým",
|
"unequipCostume": "Odebrat kostým",
|
||||||
"unequipPetMountBackground": "Odebrat mazlíčka, jízdní zvíře, pozadí",
|
"unequipPetMountBackground": "Odebrat mazlíčka, jízdní zvíře, pozadí",
|
||||||
"animalSkins": "Zvířecí kůže",
|
"animalSkins": "Zvířecí kůže",
|
||||||
"chooseClassHeading": "Choose your Class! Or opt out to choose later.",
|
"chooseClassHeading": "Vyber si povolání! Nebo to teď nech plavat a vybereš si později.",
|
||||||
"warriorWiki": "<a href='http://habitrpg.wikia.com/wiki/Warrior' target='_blank'>Warrior</a>",
|
"warriorWiki": "<a href='http://habitrpg.wikia.com/wiki/Warrior' target='_blank'>Válečník</a>",
|
||||||
"mageWiki": "<a href='http://habitrpg.wikia.com/wiki/Mage' target='_blank'>Mage</a>",
|
"mageWiki": "<a href='http://habitrpg.wikia.com/wiki/Mage' target='_blank'>Mág</a>",
|
||||||
"rogueWiki": "<a href='http://habitrpg.wikia.com/wiki/Rogue' target='_blank'>Rogue</a>",
|
"rogueWiki": "<a href='http://habitrpg.wikia.com/wiki/Rogue' target='_blank'>Zloděj</a>",
|
||||||
"healerWiki": "<a href='http://habitrpg.wikia.com/wiki/Healer' target='_blank'>Healer</a>",
|
"healerWiki": "<a href='http://habitrpg.wikia.com/wiki/Healer' target='_blank'>Léčitel</a>",
|
||||||
"chooseClassLearn": "<a href='http://habitrpg.wikia.com/wiki/Class_System' target='_blank'>Learn more about classes</a>"
|
"chooseClassLearn": "<a href='http://habitrpg.wikia.com/wiki/Class_System' target='_blank'>Dočti se více o povoláních</a>"
|
||||||
}
|
}
|
||||||
@@ -62,6 +62,8 @@
|
|||||||
"questEggSlimeAdjective": "sladký",
|
"questEggSlimeAdjective": "sladký",
|
||||||
"questEggSheepText": "Beran",
|
"questEggSheepText": "Beran",
|
||||||
"questEggSheepAdjective": "huňatý",
|
"questEggSheepAdjective": "huňatý",
|
||||||
|
"questEggCuttlefishText": "Cuttlefish",
|
||||||
|
"questEggCuttlefishAdjective": "cuddly",
|
||||||
"eggNotes": "Najdi líhnoucí lektvar, nalij ho na vejce a z něj se pak vylíhne <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
|
"eggNotes": "Najdi líhnoucí lektvar, nalij ho na vejce a z něj se pak vylíhne <%= eggAdjective(locale) %> <%= eggText(locale) %>.",
|
||||||
"hatchingPotionBase": "Základní",
|
"hatchingPotionBase": "Základní",
|
||||||
"hatchingPotionWhite": "Bílý",
|
"hatchingPotionWhite": "Bílý",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
{
|
{
|
||||||
"defaultHabit1Text": "Dobrý zvyk",
|
"defaultHabit1Text": "Productive Work (Click the pencil to edit)",
|
||||||
"defaultHabit1Notes": "Příklad Dobrého zvyku: + Sníst zeleninu +15 minut produktivní práce",
|
"defaultHabit1Notes": "Sample Good Habits: + Eat a vegetable + 15 minutes productive work",
|
||||||
"defaultHabit2Text": "Zlozvyk",
|
"defaultHabit2Text": "Eat Junk Food (Click the pencil to edit)",
|
||||||
"defaultHabit2Notes": "Příklad zlozvyku: - Kouření - Flákání se",
|
"defaultHabit2Notes": "Příklad zlozvyku: - Kouření - Flákání se",
|
||||||
"defaultHabit3Text": "Dobrý zvyk nebo zlozvyk",
|
"defaultHabit3Text": "Take the Stairs/Elevator (Click the pencil to edit)",
|
||||||
"defaultHabit3Notes": "Příklad Dobrého zvyku nebo zlozvyku: +/- Schody/Výtah; +/- Voda/Limonáda",
|
"defaultHabit3Notes": "Příklad Dobrého zvyku nebo zlozvyku: +/- Schody/Výtah; +/- Voda/Limonáda",
|
||||||
"defaultDaily1Text": "1 hodina práce na osobním projektu",
|
"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.",
|
"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í",
|
"defaultTodo4Checklist2": "nastav obtížnost v sekci Pokročilé nastavení",
|
||||||
"defaultTodo4Checklist3": "volitelné: nastavte Datum splnění",
|
"defaultTodo4Checklist3": "volitelné: nastavte Datum splnění",
|
||||||
"defaultTodo5Text": "Založ si Družinu (soukromá skupina) s přáteli (Komunita > Družina)",
|
"defaultTodo5Text": "Založ si Družinu (soukromá skupina) s přáteli (Komunita > Družina)",
|
||||||
"defaultReward1Text": "1 epizoda Hry o trůny",
|
"defaultReward1Text": "15 minute break",
|
||||||
"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í.",
|
"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",
|
"defaultReward2Text": "Dort",
|
||||||
"defaultReward2Notes": "Jiní lidé ocení pěkný kousek dortu. Zkus vytvářet odměny, které tě budou nejvíc motivovat.",
|
"defaultReward2Notes": "Jiní lidé ocení pěkný kousek dortu. Zkus vytvářet odměny, které tě budou nejvíc motivovat.",
|
||||||
|
|||||||
@@ -116,6 +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.",
|
"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",
|
"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.",
|
"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.",
|
||||||
"weaponMystery201411Text": "Vidle hodů",
|
"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.",
|
"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",
|
"weaponMystery201502Text": "Třpytivá okřídlená hůl lásky a také pravdy",
|
||||||
@@ -124,6 +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.",
|
"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",
|
"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.",
|
"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).",
|
||||||
"armor": "zbroj",
|
"armor": "zbroj",
|
||||||
"armorBase0Text": "Obyčejné oblečení",
|
"armorBase0Text": "Obyčejné oblečení",
|
||||||
"armorBase0Notes": "Běžné oblečení. Nenabízí žádný bonus.",
|
"armorBase0Notes": "Běžné oblečení. Nenabízí žádný bonus.",
|
||||||
@@ -227,6 +239,14 @@
|
|||||||
"armorSpecialSpring2015MageNotes": "Všechno k sobě ladí! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Jarní výbavy 2015.",
|
"armorSpecialSpring2015MageNotes": "Všechno k sobě ladí! Zvyšuje Inteligenci o <%= int %>. Limitovaná edice Jarní výbavy 2015.",
|
||||||
"armorSpecialSpring2015HealerText": "Uklidňující overal",
|
"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.",
|
"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.",
|
||||||
"armorMystery201402Text": "Oděv poslíčka",
|
"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",
|
"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",
|
"armorMystery201403Text": "Zbroj lesáka",
|
||||||
@@ -251,8 +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.",
|
"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",
|
"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.",
|
"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": "Snorkel Suit",
|
||||||
|
"armorMystery201506Notes": "Snorkel through a coral reef in this brightly-colored swim suit! Confers no benefit. June 2015 Subscriber Item.",
|
||||||
"armorMystery301404Text": "Steampunk oblek",
|
"armorMystery301404Text": "Steampunk oblek",
|
||||||
"armorMystery301404Notes": "Elegantní a fešácký, joj! Nepřináší žádný benefit. Předmět pro předplatitele únor 3015.",
|
"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).",
|
||||||
"headgear": "Pokrývka hlavy",
|
"headgear": "Pokrývka hlavy",
|
||||||
"headBase0Text": "Žádná přilba",
|
"headBase0Text": "Žádná přilba",
|
||||||
"headBase0Notes": "Žádná pokrývka hlavy",
|
"headBase0Notes": "Žádná pokrývka hlavy",
|
||||||
@@ -354,6 +380,14 @@
|
|||||||
"headSpecialSpring2015MageNotes": "Co bylo první? Králík nebo klobouk? Zvyšuje Vnímání o <%= per %>. Limitovaná edice Jarní výbavy 2015.",
|
"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",
|
"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.",
|
"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.",
|
||||||
"headSpecialGaymerxText": "Helma duhového bojovníka",
|
"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.",
|
"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",
|
"headMystery201402Text": "Okřídlená přilba",
|
||||||
@@ -378,6 +412,16 @@
|
|||||||
"headMystery301404Notes": "Fešný cylindr pro ty největší džentlmeny. Předmět pro předplatitele leden 2015. Nepřináší žádný benefit.",
|
"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",
|
"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.",
|
"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.",
|
||||||
"offhand": "štít v ruce",
|
"offhand": "štít v ruce",
|
||||||
"shieldBase0Text": "Bez štítu v ruce",
|
"shieldBase0Text": "Bez štítu v ruce",
|
||||||
"shieldBase0Notes": "Bez štítu nebo druhé zbraně.",
|
"shieldBase0Notes": "Bez štítu nebo druhé zbraně.",
|
||||||
@@ -441,8 +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.",
|
"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ář",
|
"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.",
|
"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.",
|
||||||
"shieldMystery301405Text": "Štít z hodin",
|
"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.",
|
"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",
|
||||||
"backBase0Text": "Bez příslušenství na zádech",
|
"backBase0Text": "Bez příslušenství na zádech",
|
||||||
"backBase0Notes": "Bez příslušenství na zádech.",
|
"backBase0Notes": "Bez příslušenství na zádech.",
|
||||||
"backMystery201402Text": "Zlatá křídla",
|
"backMystery201402Text": "Zlatá křídla",
|
||||||
@@ -457,6 +510,7 @@
|
|||||||
"backSpecialWonderconRedNotes": "Skví se silou a krásou. Speciální edice běžné zbroje. Nepřináší žádný benefit.",
|
"backSpecialWonderconRedNotes": "Skví se silou a krásou. Speciální edice běžné zbroje. Nepřináší žádný benefit.",
|
||||||
"backSpecialWonderconBlackText": "Záludná kápě",
|
"backSpecialWonderconBlackText": "Záludná kápě",
|
||||||
"backSpecialWonderconBlackNotes": "Utkána ze stínů a šepotu. Speciální edice běžné zbroje. Nepřináší žádný benefit.",
|
"backSpecialWonderconBlackNotes": "Utkána ze stínů a šepotu. Speciální edice běžné zbroje. Nepřináší žádný benefit.",
|
||||||
|
"body": "Body Accessory",
|
||||||
"bodyBase0Text": "Žádné doplňky",
|
"bodyBase0Text": "Žádné doplňky",
|
||||||
"bodyBase0Notes": "Žádné doplňky",
|
"bodyBase0Notes": "Žádné doplňky",
|
||||||
"bodySpecialWonderconRedText": "Rubínový límec",
|
"bodySpecialWonderconRedText": "Rubínový límec",
|
||||||
@@ -469,6 +523,14 @@
|
|||||||
"bodySpecialSummerMageNotes": "Slaná ani sladká voda neponičí tuto kovovou karkulku. Nepřidává žádný bonus. Limitovaná edice 2014 Letní Výbava.",
|
"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",
|
"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.",
|
"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.",
|
||||||
"headAccessory": "doplňky na hlavu",
|
"headAccessory": "doplňky na hlavu",
|
||||||
"accessories": "Doplňky",
|
"accessories": "Doplňky",
|
||||||
"animalEars": "Zvířecí uši",
|
"animalEars": "Zvířecí uši",
|
||||||
@@ -516,6 +578,7 @@
|
|||||||
"headAccessoryMystery201502Notes": "Nech svou představivost létat! Nepřináší žádný benefit. Předmět pro předplatitele únor 2015.",
|
"headAccessoryMystery201502Notes": "Nech svou představivost létat! Nepřináší žádný benefit. Předmět pro předplatitele únor 2015.",
|
||||||
"headAccessoryMystery301405Text": "Brýle na čele",
|
"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.",
|
"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",
|
||||||
"eyewearBase0Text": "Žádné vybavení pro oči",
|
"eyewearBase0Text": "Žádné vybavení pro oči",
|
||||||
"eyewearBase0Notes": "Žádné vybavení pro oči.",
|
"eyewearBase0Notes": "Žádné vybavení pro oči.",
|
||||||
"eyewearSpecialSummerRogueText": "Ničemné brýle",
|
"eyewearSpecialSummerRogueText": "Ničemné brýle",
|
||||||
@@ -528,6 +591,8 @@
|
|||||||
"eyewearSpecialWonderconBlackNotes": "Tvé motivy jsou bezpochyby legitimní. Nepřináší žádný benefit. Speciální edice běžné zbroje.",
|
"eyewearSpecialWonderconBlackNotes": "Tvé motivy jsou bezpochyby legitimní. Nepřináší žádný benefit. Speciální edice běžné zbroje.",
|
||||||
"eyewearMystery201503Text": "Akvamarínová maska",
|
"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.",
|
"eyewearMystery201503Notes": "Ať ti třpytivé krystaly nevypíchnou oko! Nepřináší žádný benefit. Předmět pro předplatitele březen 2015.",
|
||||||
|
"eyewearMystery201506Text": "Neon Snorkel",
|
||||||
|
"eyewearMystery201506Notes": "This neon snorkel lets its wearer see underwater. Confers no benefit. June 2015 Subscriber Item.",
|
||||||
"eyewearMystery301404Text": "Brýle na oči",
|
"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.",
|
"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",
|
"eyewearMystery301405Text": "Monokl",
|
||||||
|
|||||||
@@ -54,7 +54,7 @@
|
|||||||
"gems": "Drahokamy",
|
"gems": "Drahokamy",
|
||||||
"gemButton": "Máš <%= number %> Drahokamy/Drahokamů",
|
"gemButton": "Máš <%= number %> Drahokamy/Drahokamů",
|
||||||
"moreInfo": "Více informací",
|
"moreInfo": "Více informací",
|
||||||
"gemsWhatFor": "Zakoupeno za reálné peníze. Používají se k nakupování speciálních předmětů a služeb (vejce, líhnoucí lektvary, posílení, atd.). Nejprve však musíš mít tyto funkce odemknuté, abys mohl drahokamy použít.",
|
"gemsWhatFor": "Click to buy Gems! Gems let you purchase special items like Quests, avatar customizations, and seasonal equipment.",
|
||||||
"veteran": "Veterán",
|
"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. ",
|
"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!",
|
"originalUser": "Původní uživatel!",
|
||||||
@@ -70,7 +70,6 @@
|
|||||||
"lastLoggedIn": "- Naposledy přihlášen",
|
"lastLoggedIn": "- Naposledy přihlášen",
|
||||||
"notPorted": "Tato funkce zatím nebyla převedena z původní stránky.",
|
"notPorted": "Tato funkce zatím nebyla převedena z původní stránky.",
|
||||||
"buyThis": "Koupit <%= text %> za <%= price %> z tvých <%= gems %> drahokamů?",
|
"buyThis": "Koupit <%= text %> za <%= price %> z tvých <%= gems %> drahokamů?",
|
||||||
"untilNoFace": "Dokud nepřidáme Facebook, použij k přihlášení UUID a API token ( nalezneš je na https://habitrpg.com > Možnosti > Nastavení).",
|
|
||||||
"noReachServer": "Server je momentálně nedostupný, zkus to později.",
|
"noReachServer": "Server je momentálně nedostupný, zkus to později.",
|
||||||
"errorUpCase": "CHYBA:",
|
"errorUpCase": "CHYBA:",
|
||||||
"newPassSent": "Nové heslo odesláno.",
|
"newPassSent": "Nové heslo odesláno.",
|
||||||
@@ -86,6 +85,7 @@
|
|||||||
"audioTheme_off": "Vypnuto",
|
"audioTheme_off": "Vypnuto",
|
||||||
"audioTheme_danielTheBard": "Bard Daniel",
|
"audioTheme_danielTheBard": "Bard Daniel",
|
||||||
"audioTheme_wattsTheme": "Watts' téma",
|
"audioTheme_wattsTheme": "Watts' téma",
|
||||||
|
"audioTheme_gokulTheme": "Gokul Theme",
|
||||||
"askQuestion": "Položit otázku",
|
"askQuestion": "Položit otázku",
|
||||||
"reportBug": "Nahlásit chybu",
|
"reportBug": "Nahlásit chybu",
|
||||||
"contributeToHRPG": "Přispět HabitRPG",
|
"contributeToHRPG": "Přispět HabitRPG",
|
||||||
|
|||||||