Merge branch 'release' into develop
|
|
@ -20,7 +20,7 @@ RUN npm install -g gulp-cli mocha
|
|||
# Clone Habitica repo and install dependencies
|
||||
RUN mkdir -p /usr/src/habitrpg
|
||||
WORKDIR /usr/src/habitrpg
|
||||
RUN git clone --branch v4.26.3 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
|
||||
RUN git clone --branch v4.27.0 https://github.com/HabitRPG/habitica.git /usr/src/habitrpg
|
||||
RUN npm install
|
||||
RUN gulp build:prod --force
|
||||
|
||||
|
|
|
|||
2
package-lock.json
generated
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "habitica",
|
||||
"version": "4.27.0",
|
||||
"version": "4.27.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "habitica",
|
||||
"description": "A habit tracker app which treats your goals like a Role Playing Game.",
|
||||
"version": "4.27.0",
|
||||
"version": "4.27.1",
|
||||
"main": "./website/server/index.js",
|
||||
"dependencies": {
|
||||
"@slack/client": "^3.8.1",
|
||||
|
|
|
|||
|
|
@ -1,18 +1,5 @@
|
|||
/* Comment out for holiday events */
|
||||
/* .npc_ian {
|
||||
background: url("/npc_ian.gif") no-repeat;
|
||||
width: 78px;
|
||||
height: 135px;
|
||||
} */
|
||||
|
||||
.quest_burnout {
|
||||
background: url("~assets/images/quest_burnout.gif") no-repeat;
|
||||
width: 219px;
|
||||
height: 249px;
|
||||
}
|
||||
|
||||
.quest_bewilder {
|
||||
background: url("~assets/images/quest_bewilder.gif") no-repeat;
|
||||
.quest_dysheartener {
|
||||
background: url("~assets/images/quest_dysheartener.gif") no-repeat;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,18 +1,24 @@
|
|||
.promo_armoire_backgrounds_201802 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -911px -197px;
|
||||
background-position: -142px -664px;
|
||||
width: 141px;
|
||||
height: 441px;
|
||||
}
|
||||
.promo_cupid_potions {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -809px;
|
||||
background-position: -425px -664px;
|
||||
width: 138px;
|
||||
height: 441px;
|
||||
}
|
||||
.promo_dysheartener {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -441px 0px;
|
||||
width: 730px;
|
||||
height: 170px;
|
||||
}
|
||||
.promo_habit_birthday_2018 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: 0px -664px;
|
||||
background-position: -441px -171px;
|
||||
width: 432px;
|
||||
height: 144px;
|
||||
}
|
||||
|
|
@ -24,49 +30,49 @@
|
|||
}
|
||||
.promo_mystery_201801 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -769px 0px;
|
||||
background-position: -654px -327px;
|
||||
width: 376px;
|
||||
height: 196px;
|
||||
}
|
||||
.promo_starry_potions {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -769px -197px;
|
||||
background-position: 0px -664px;
|
||||
width: 141px;
|
||||
height: 441px;
|
||||
}
|
||||
.promo_take_this {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -1146px -442px;
|
||||
background-position: -874px -171px;
|
||||
width: 114px;
|
||||
height: 87px;
|
||||
}
|
||||
.promo_valentines {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -441px -473px;
|
||||
background-position: -564px -860px;
|
||||
width: 309px;
|
||||
height: 147px;
|
||||
}
|
||||
.promo_winter_customizations {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -1146px 0px;
|
||||
background-position: -284px -664px;
|
||||
width: 140px;
|
||||
height: 441px;
|
||||
}
|
||||
.scene_lady_glaciate {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -380px -809px;
|
||||
background-position: -874px -860px;
|
||||
width: 282px;
|
||||
height: 147px;
|
||||
}
|
||||
.scene_setting_up_todos {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -441px -277px;
|
||||
background-position: -564px -664px;
|
||||
width: 240px;
|
||||
height: 195px;
|
||||
}
|
||||
.scene_task_list {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -139px -809px;
|
||||
background-position: -805px -664px;
|
||||
width: 240px;
|
||||
height: 195px;
|
||||
}
|
||||
|
|
@ -78,7 +84,7 @@
|
|||
}
|
||||
.scene_yesterdailies_repeatables {
|
||||
background-image: url('~assets/images/sprites/spritesmith-largeSprites-0.png');
|
||||
background-position: -441px 0px;
|
||||
background-position: -326px -327px;
|
||||
width: 327px;
|
||||
height: 276px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,54 +1,72 @@
|
|||
.quest_TEMPLATE_FOR_MISSING_IMAGE {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -214px -1510px;
|
||||
background-position: -502px -1510px;
|
||||
width: 221px;
|
||||
height: 39px;
|
||||
}
|
||||
.quest_dilatoryDistress3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -452px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_dustbunnies {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px -1112px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_egg {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -362px;
|
||||
width: 165px;
|
||||
height: 207px;
|
||||
}
|
||||
.quest_evilsanta {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -815px;
|
||||
background-position: -1757px -1023px;
|
||||
width: 118px;
|
||||
height: 131px;
|
||||
}
|
||||
.quest_evilsanta2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -660px -452px;
|
||||
background-position: -880px -672px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_falcon {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1320px 0px;
|
||||
background-position: -440px 0px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_ferret {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px 0px;
|
||||
background-position: 0px -232px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_frog {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px -1112px;
|
||||
background-position: -660px -1112px;
|
||||
width: 221px;
|
||||
height: 213px;
|
||||
}
|
||||
.quest_ghost_stag {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px -232px;
|
||||
background-position: -440px -232px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_goldenknight1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px -232px;
|
||||
background-position: -660px 0px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_goldenknight2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1336px -1332px;
|
||||
background-position: 0px -1510px;
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
}
|
||||
|
|
@ -60,73 +78,73 @@
|
|||
}
|
||||
.quest_gryphon {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1322px -1112px;
|
||||
background-position: -223px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_guineapig {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px -452px;
|
||||
background-position: -440px -452px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_harpy {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px -452px;
|
||||
background-position: -660px -452px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_hedgehog {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -662px -1112px;
|
||||
background-position: -1102px -1112px;
|
||||
width: 219px;
|
||||
height: 186px;
|
||||
}
|
||||
.quest_hippo {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -880px 0px;
|
||||
background-position: -880px -220px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_horse {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -880px -220px;
|
||||
background-position: -880px -440px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_kraken {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -217px -1332px;
|
||||
background-position: -1308px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_lostMasterclasser1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -672px;
|
||||
background-position: -220px -672px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_lostMasterclasser2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px -672px;
|
||||
background-position: -440px -672px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_lostMasterclasser3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px -672px;
|
||||
background-position: -660px -672px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_mayhemMistiflying1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -513px;
|
||||
background-position: -1757px -721px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.quest_mayhemMistiflying2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -880px -672px;
|
||||
background-position: -220px 0px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
|
|
@ -144,61 +162,61 @@
|
|||
}
|
||||
.quest_moon1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px -868px;
|
||||
background-position: -1540px -434px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
.quest_moon2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1100px -660px;
|
||||
background-position: -1100px -440px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_moon3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -892px;
|
||||
background-position: -1100px -660px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_moonstone1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px -892px;
|
||||
background-position: 0px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_moonstone2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -440px -892px;
|
||||
background-position: -220px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_moonstone3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -660px -892px;
|
||||
background-position: -440px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_nudibranch {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px -651px;
|
||||
background-position: -1540px -1085px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
.quest_octopus {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -882px -1112px;
|
||||
background-position: 0px -1332px;
|
||||
width: 222px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_owl {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -220px 0px;
|
||||
background-position: -1100px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_peacock {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px -217px;
|
||||
background-position: -1540px 0px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
|
|
@ -210,109 +228,109 @@
|
|||
}
|
||||
.quest_pterodactyl {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1320px -660px;
|
||||
background-position: -1320px 0px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_rat {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1320px -880px;
|
||||
background-position: -1320px -220px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_rock {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px 0px;
|
||||
background-position: -1540px -868px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
.quest_rooster {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -1510px;
|
||||
background-position: -1525px -1332px;
|
||||
width: 213px;
|
||||
height: 174px;
|
||||
}
|
||||
.quest_sabretooth {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1320px -440px;
|
||||
background-position: -1320px -660px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_sheep {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1320px -220px;
|
||||
background-position: -1320px -880px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_slime {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1100px -892px;
|
||||
background-position: 0px -1112px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_sloth {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -880px -892px;
|
||||
background-position: -220px -1112px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_snail {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -442px -1112px;
|
||||
background-position: -882px -1112px;
|
||||
width: 219px;
|
||||
height: 213px;
|
||||
}
|
||||
.quest_snake {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -434px -1332px;
|
||||
background-position: -1091px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_spider {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1085px -1332px;
|
||||
background-position: -251px -1510px;
|
||||
width: 250px;
|
||||
height: 150px;
|
||||
}
|
||||
.quest_stoikalmCalamity1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -664px;
|
||||
background-position: -1757px -570px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.quest_stoikalmCalamity2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1100px -440px;
|
||||
background-position: -220px -232px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_stoikalmCalamity3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -660px -672px;
|
||||
background-position: -1320px -440px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_taskwoodsTerror1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -362px;
|
||||
background-position: -1757px -872px;
|
||||
width: 150px;
|
||||
height: 150px;
|
||||
}
|
||||
.quest_taskwoodsTerror2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px -1085px;
|
||||
background-position: -1540px -217px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
.quest_taskwoodsTerror3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -880px -440px;
|
||||
background-position: -880px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_treeling {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -868px -1332px;
|
||||
background-position: -874px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
|
|
@ -324,343 +342,235 @@
|
|||
}
|
||||
.quest_trex_undead {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -651px -1332px;
|
||||
background-position: -1322px -1112px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_triceratops {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -660px -220px;
|
||||
background-position: 0px -672px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_turtle {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -452px;
|
||||
background-position: -880px 0px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_unicorn {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -660px 0px;
|
||||
background-position: -220px -452px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_vice1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1105px -1112px;
|
||||
background-position: -657px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_vice2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -232px;
|
||||
background-position: -660px -220px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_vice3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -1332px;
|
||||
background-position: -440px -1332px;
|
||||
width: 216px;
|
||||
height: 177px;
|
||||
}
|
||||
.quest_whale {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: 0px -1112px;
|
||||
background-position: -660px -892px;
|
||||
width: 219px;
|
||||
height: 219px;
|
||||
}
|
||||
.quest_yarn {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1540px -434px;
|
||||
background-position: -1540px -651px;
|
||||
width: 216px;
|
||||
height: 216px;
|
||||
}
|
||||
.quest_atom1_soapBars {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1223px;
|
||||
background-position: -1757px -1500px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_dilatoryDistress1_blueFins {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -664px;
|
||||
background-position: -1908px -622px;
|
||||
width: 51px;
|
||||
height: 48px;
|
||||
}
|
||||
.quest_dilatoryDistress1_fireCoral {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -713px;
|
||||
background-position: -1895px -1155px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_egg_plainEgg {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1085px;
|
||||
background-position: -1875px -1431px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_evilsanta2_branches {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1154px;
|
||||
background-position: -1826px -1431px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_evilsanta2_tracks {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1876px -884px;
|
||||
background-position: -1876px -1092px;
|
||||
width: 54px;
|
||||
height: 60px;
|
||||
}
|
||||
.quest_goldenknight1_testimony {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1292px;
|
||||
background-position: -1895px -1293px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_lostMasterclasser1_ancientTome {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -765px;
|
||||
background-position: -1923px -405px;
|
||||
width: 33px;
|
||||
height: 42px;
|
||||
}
|
||||
.quest_lostMasterclasser1_forbiddenTome {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1430px;
|
||||
background-position: -1923px -448px;
|
||||
width: 33px;
|
||||
height: 42px;
|
||||
}
|
||||
.quest_lostMasterclasser1_hiddenTome {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1499px;
|
||||
background-position: -1923px -362px;
|
||||
width: 33px;
|
||||
height: 42px;
|
||||
}
|
||||
.quest_mayhemMistiflying2_mistifly1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1361px;
|
||||
background-position: -1895px -1362px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_mayhemMistiflying2_mistifly2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -1016px;
|
||||
background-position: -1908px -570px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_mayhemMistiflying2_mistifly3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1895px -947px;
|
||||
background-position: -1895px -1224px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_moon1_shard {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -466px;
|
||||
background-position: -1908px -671px;
|
||||
width: 42px;
|
||||
height: 42px;
|
||||
}
|
||||
.quest_moonstone1_moonstone {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1931px -884px;
|
||||
background-position: -1923px -491px;
|
||||
width: 30px;
|
||||
height: 30px;
|
||||
}
|
||||
.quest_stoikalmCalamity2_icicleCoin {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -565px;
|
||||
background-position: -1908px -721px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_taskwoodsTerror2_brownie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -513px;
|
||||
background-position: -1908px -773px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_taskwoodsTerror2_dryad {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -414px;
|
||||
background-position: -1908px -872px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_taskwoodsTerror2_pixie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -362px;
|
||||
background-position: -1908px -924px;
|
||||
width: 48px;
|
||||
height: 51px;
|
||||
}
|
||||
.quest_vice2_lightCrystal {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1908px -617px;
|
||||
background-position: -1908px -825px;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
.inventory_quest_scroll_armadillo {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1568px;
|
||||
background-position: -1826px -1362px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1656px -1332px;
|
||||
background-position: -1826px -1293px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom1_locked {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1587px -1332px;
|
||||
background-position: -1757px -1362px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1656px -1401px;
|
||||
background-position: -1826px -1224px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom2_locked {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -352px -1550px;
|
||||
background-position: -1757px -1293px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -283px -1550px;
|
||||
background-position: -1826px -1155px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_atom3_locked {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -214px -1550px;
|
||||
background-position: -1757px -1224px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_axolotl {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1587px -1401px;
|
||||
background-position: -1757px -1155px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_badger {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1568px;
|
||||
background-position: -1876px -1023px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_basilist {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1499px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_beetle {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1499px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_bunny {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1430px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_butterfly {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1430px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_cheetah {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1361px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_cow {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1361px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatoryDistress1 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1292px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatoryDistress2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1223px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatoryDistress2_locked {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1223px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatoryDistress3 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1154px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatoryDistress3_locked {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1154px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dilatory_derby {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1292px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_dustbunnies {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1085px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_egg {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1085px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_evilsanta {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -1016px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_evilsanta2 {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -1016px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_falcon {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1826px -947px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_ferret {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1757px -947px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.inventory_quest_scroll_frog {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-10.png');
|
||||
background-position: -1876px -815px;
|
||||
background-position: -1757px -1431px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,294 +1,396 @@
|
|||
.Pet-Wolf-Ghost {
|
||||
.Pet-Whale-CottonCandyPink {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Golden {
|
||||
.Pet-Whale-Desert {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px 0px;
|
||||
background-position: -410px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Holly {
|
||||
.Pet-Whale-Golden {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -164px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Peppermint {
|
||||
.Pet-Whale-Red {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Red {
|
||||
.Pet-Whale-Shade {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-RoyalPurple {
|
||||
.Pet-Whale-Skeleton {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -164px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Shade {
|
||||
.Pet-Whale-White {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -246px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Shimmer {
|
||||
.Pet-Whale-Zombie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -246px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Skeleton {
|
||||
.Pet-Wolf-Aquatic {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Spooky {
|
||||
.Pet-Wolf-Base {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-StarryNight {
|
||||
.Pet-Wolf-CottonCandyBlue {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -164px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Thunderstorm {
|
||||
.Pet-Wolf-CottonCandyPink {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -246px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Veteran {
|
||||
.Pet-Wolf-Cupid {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -328px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-White {
|
||||
.Pet-Wolf-Desert {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -328px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Zombie {
|
||||
.Pet-Wolf-Ember {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -328px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Base {
|
||||
.Pet-Wolf-Fairy {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-CottonCandyBlue {
|
||||
.Pet-Wolf-Floral {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-CottonCandyPink {
|
||||
.Pet-Wolf-Ghost {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -164px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Desert {
|
||||
.Pet-Wolf-Golden {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -246px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Golden {
|
||||
.Pet-Wolf-Holly {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -328px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Red {
|
||||
.Pet-Wolf-Peppermint {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -410px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Shade {
|
||||
.Pet-Wolf-Red {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -410px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Skeleton {
|
||||
.Pet-Wolf-RoyalPurple {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -410px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-White {
|
||||
.Pet-Wolf-Shade {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -410px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Zombie {
|
||||
.Pet-Wolf-Shimmer {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Skeleton {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Spooky {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-StarryNight {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Thunderstorm {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Veteran {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-White {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -164px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Wolf-Zombie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -246px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Base {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -328px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-CottonCandyBlue {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-CottonCandyPink {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Desert {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px 0px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Golden {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -100px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Red {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -200px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Shade {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -300px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Skeleton {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -400px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-White {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -500px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet-Yarn-Zombie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -82px -500px;
|
||||
width: 81px;
|
||||
height: 99px;
|
||||
}
|
||||
.Pet_HatchingPotion_Aquatic {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -169px;
|
||||
background-position: -233px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Base {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -469px;
|
||||
background-position: -656px -345px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_CottonCandyBlue {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -238px;
|
||||
background-position: -302px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_CottonCandyPink {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -307px;
|
||||
background-position: -371px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Cupid {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: 0px -400px;
|
||||
background-position: -440px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Desert {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -69px -400px;
|
||||
background-position: -509px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Ember {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -138px -400px;
|
||||
background-position: -578px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Fairy {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -207px -400px;
|
||||
background-position: -656px 0px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Floral {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -276px -400px;
|
||||
background-position: -656px -69px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Ghost {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -345px -400px;
|
||||
background-position: -656px -138px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Golden {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -414px -400px;
|
||||
background-position: -656px -207px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Holly {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -483px -400px;
|
||||
background-position: -656px -276px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Peppermint {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -492px -100px;
|
||||
background-position: -164px -500px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Purple {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -69px -469px;
|
||||
background-position: -656px -414px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Red {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -138px -469px;
|
||||
background-position: -656px -483px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_RoyalPurple {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -207px -469px;
|
||||
background-position: 0px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Shade {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -276px -469px;
|
||||
background-position: -69px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Shimmer {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -345px -469px;
|
||||
background-position: -138px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Skeleton {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -414px -469px;
|
||||
background-position: -207px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Spooky {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -483px -469px;
|
||||
background-position: -276px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_StarryNight {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px 0px;
|
||||
background-position: -345px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Thunderstorm {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -69px;
|
||||
background-position: -414px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_White {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -138px;
|
||||
background-position: -483px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
.Pet_HatchingPotion_Zombie {
|
||||
background-image: url('~assets/images/sprites/spritesmith-main-21.png');
|
||||
background-position: -574px -207px;
|
||||
background-position: -552px -600px;
|
||||
width: 68px;
|
||||
height: 68px;
|
||||
}
|
||||
|
|
|
|||
BIN
website/client/assets/images/quest_dysheartener.gif
Normal file
|
After Width: | Height: | Size: 52 KiB |
BIN
website/client/assets/images/rage_strike2x.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
|
Before Width: | Height: | Size: 164 KiB After Width: | Height: | Size: 249 KiB |
|
Before Width: | Height: | Size: 423 KiB After Width: | Height: | Size: 418 KiB |
|
Before Width: | Height: | Size: 173 KiB After Width: | Height: | Size: 185 KiB |
|
Before Width: | Height: | Size: 158 KiB After Width: | Height: | Size: 158 KiB |
|
Before Width: | Height: | Size: 137 KiB After Width: | Height: | Size: 138 KiB |
|
Before Width: | Height: | Size: 155 KiB After Width: | Height: | Size: 151 KiB |
|
Before Width: | Height: | Size: 142 KiB After Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 145 KiB After Width: | Height: | Size: 148 KiB |
|
Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 153 KiB |
|
Before Width: | Height: | Size: 154 KiB After Width: | Height: | Size: 154 KiB |
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 163 KiB After Width: | Height: | Size: 164 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 25 KiB |
|
Before Width: | Height: | Size: 198 KiB After Width: | Height: | Size: 191 KiB |
BIN
website/client/assets/images/world-boss/heart-translucent-shadow@3x.png
Executable file
|
After Width: | Height: | Size: 42 KiB |
BIN
website/client/assets/images/world-boss/left-hearts@3x.png
Executable file
|
After Width: | Height: | Size: 3.1 KiB |
BIN
website/client/assets/images/world-boss/mantis-static@3x.png
Executable file
|
After Width: | Height: | Size: 73 KiB |
BIN
website/client/assets/images/world-boss/right-hearts@3x.png
Executable file
|
After Width: | Height: | Size: 3 KiB |
3
website/client/assets/svg/check-red.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="13" height="10" viewBox="0 0 13 10">
|
||||
<path fill="#931F4D" fill-rule="evenodd" d="M4.662 9.832c-.312 0-.61-.123-.831-.344L0 5.657l1.662-1.662 2.934 2.934L10.534 0l1.785 1.529-6.764 7.893a1.182 1.182 0 0 1-.848.409l-.045.001"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 284 B |
3
website/client/assets/svg/chevron-red.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="10" viewBox="0 0 14 10">
|
||||
<path fill="none" fill-rule="evenodd" stroke="#DC4069" stroke-width="3" d="M13 1L7 7 1 1"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 187 B |
3
website/client/assets/svg/information-red.svg
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
|
||||
<path fill="#DC4069" fill-rule="evenodd" d="M8 16A8 8 0 1 1 8 0a8 8 0 0 1 0 16zm0-2A6 6 0 1 0 8 2a6 6 0 0 0 0 12zM7 7h2v5H7V7zm0-3h2v2H7V4z"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 238 B |
18
website/client/assets/svg/rage.svg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" width="14" height="16" viewBox="0 0 14 16">
|
||||
<g fill="none" fill-rule="nonzero">
|
||||
<path fill="#24CC8F" d="M0 6l6.667-6 6.666 6-6.666 10z"/>
|
||||
<path fill="#24CC8F" d="M0 6l6.667-6 6.666 6-6.666 10z"/>
|
||||
<path fill="#FFF" d="M11.6 6.2l-4.933-1V1.8z" opacity=".25"/>
|
||||
<path fill="#FFF" d="M6.667 5.2l-4.934 1 4.934-4.4z" opacity=".5"/>
|
||||
<path fill="#5AE4B2" d="M6.667 5.2v8.4L1.733 6.2z"/>
|
||||
<path fill="#1B996B" d="M11.6 6.2l-4.933 7.4V5.2z" opacity=".35"/>
|
||||
<path fill="#F47825" d="M13.333 6L6.667 0 0 6l1.333 2L0 10l6.667 6 6.666-6L12 8z"/>
|
||||
<path fill="#FFF" d="M11.6 6.2l-4.933-1V1.8z" opacity=".25"/>
|
||||
<path fill="#FFF" d="M6.667 5.2l-4.934 1 4.934-4.4z" opacity=".5"/>
|
||||
<path fill="#FFF" d="M6.667 5.2v8.4L5.37 11.653 1.733 6.2zM6.667 10.8V2.4l1.296 1.947L11.6 9.8z" opacity=".25"/>
|
||||
<path fill="#B4591B" d="M11.6 6.2l-4.933 7.4V5.2zM1.733 9.8l4.934 1v3.4z" opacity=".35"/>
|
||||
<path fill="#FFF" d="M6.667 10.8l4.933-1-4.933 4.4z" opacity=".5"/>
|
||||
<path fill="#FFF" d="M1.733 9.8l4.934-7.4v8.4z" opacity=".25"/>
|
||||
<path fill="#FFF" d="M3.5 9.533L4.54 8 3.5 6.467l3.167-2.8 3.166 2.8L8.793 8l1.04 1.533-3.166 2.8z" opacity=".5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.3 KiB |
30
website/client/assets/svg/sword.svg
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16" height="16" viewBox="0 0 16 16">
|
||||
<defs>
|
||||
<path id="a" d="M10.464 2.917L8.2 5.197v2.02l2.264-2.173V2.917z"/>
|
||||
</defs>
|
||||
<g fill="none" fill-rule="evenodd" transform="matrix(-1 0 0 1 16 .32)">
|
||||
<path fill="#F06166" d="M6.13 9.204l2.111.934c.176.078.29.235.333.415.073.304.295 1.01.313 1.386.01.21-.214.356-.414.27l-3.529-1.623a.582.582 0 0 1-.254-.244L3 6.955c-.09-.192.063-.407.281-.397.391.017 1.112.218 1.444.3.186.045.351.15.432.319l.973 2.027z"/>
|
||||
<path fill="#878190" d="M1.024 14.107l.91.875 2.363-.179.121-1.49 1.356-1.3 2.467 1.126 1.846-.477-.774-3.196 5.171-4.633.99-4.596h-.002V.235l-4.786.95L5.86 6.15l-3.33-.743-.497 1.77 1.174 2.37-1.355 1.3-1.552.118-.186 2.267.91.875z"/>
|
||||
<path fill="#F06166" d="M2.976 13.366l-1.182-1.134 2.923-2.805 1.18 1.134z"/>
|
||||
<path fill="#F06166" d="M1.126 12.874l.085-1.035 1.078-.082 1.182 1.135-.085 1.035-1.078.082z"/>
|
||||
<path fill="#FFF" d="M11.312 2.088l.1 2.046 2.702-2.595c-.05-.045-2.086.18-2.802.55"/>
|
||||
<path fill="#EDECEE" d="M11.262 2.113L5.553 7.862l1.463.492 4.396-4.22-.1-2.046-.05.025M5.553 7.862l-.05.052.622 1.294.89-.854-1.462-.492z"/>
|
||||
<path fill="#EDECEE" d="M13.541 4.23l-2.13-.096 2.703-2.594c.046.048-.189 2.003-.573 2.69"/>
|
||||
<path fill="#E1E0E3" d="M13.516 4.278l-5.989 5.48-.512-1.404 4.396-4.22 2.13.096-.025.048M7.527 9.758l-.054.048-1.348-.597.89-.854.512 1.403z"/>
|
||||
<path fill="#D5C8FF" d="M2.289 11.757l-.25.878-.829-.796zM3.469 12.89l-.914.24.828.795z"/>
|
||||
<path fill="#BDA8FF" d="M2.289 11.757l1.182 1.135-.916.237-.516-.494z"/>
|
||||
<path fill="#BDA8FF" d="M1.127 12.876l.914-.24-.828-.796zM2.307 14.008l.25-.877.829.796z"/>
|
||||
<path fill="#D5C8FF" d="M1.127 12.876L2.31 14.01l.247-.88-.516-.495z"/>
|
||||
<path fill="#B36213" d="M4.9 11.523l-1.184-1.137.715-.685 1.184 1.136z"/>
|
||||
<path fill="#E38F3D" d="M4.187 12.208l-1.184-1.136.714-.685L4.9 11.523z"/>
|
||||
<path fill="#B36213" d="M3.473 12.894l-1.184-1.137.714-.685 1.184 1.136z"/>
|
||||
<path fill="#C3C0C7" d="M6.132 9.205l-.974-2.027a.526.526 0 0 0-.153-.185.718.718 0 0 0-.279-.135c-.331-.08-1.052-.282-1.443-.3a.295.295 0 0 0-.242.108L4.46 7.829 5.503 9.81l.63-.605h-.001z"/>
|
||||
<path fill="#A5A1AC" d="M4.46 7.829L3.04 6.666a.27.27 0 0 0-.039.29l1.69 3.387c.029.053.066.1.11.142l.702-.675L4.46 7.83z"/>
|
||||
<path fill="#C3C0C7" d="M8.891 11.94c-.018-.375-.228-1.068-.312-1.385a.668.668 0 0 0-.14-.268.54.54 0 0 0-.193-.147l-2.111-.935v-.002l-.631.606 2.064 1.001 1.211 1.363a.275.275 0 0 0 .112-.233"/>
|
||||
<path fill="#A5A1AC" d="M7.568 10.81l1.211 1.363a.3.3 0 0 1-.301.037l-3.53-1.622a.588.588 0 0 1-.147-.105l.703-.674 2.064 1.001z"/>
|
||||
<mask id="b" fill="#fff">
|
||||
<use xlink:href="#a"/>
|
||||
</mask>
|
||||
<path fill="#FFF" d="M9.824 7.45h.329V1.865h-.329zM8.2 8.862h.974V3.277H8.2z" mask="url(#b)"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
|
|
@ -53,12 +53,12 @@ div
|
|||
.grey-progress-bar
|
||||
.boss-health-bar(:style="{width: (group.quest.progress.hp / questData.boss.hp) * 100 + '%'}")
|
||||
.row.boss-details
|
||||
.col-6
|
||||
span.float-left
|
||||
| {{parseFloat(group.quest.progress.hp).toFixed(2)}} / {{parseFloat(questData.boss.hp).toFixed(2)}}
|
||||
.col-6(v-if='userIsOnQuest')
|
||||
// @TODO: Why do we not sync quset progress on the group doc? Each user could have different progress
|
||||
span.float-right {{parseFloat(user.party.quest.progress.up).toFixed(1) || 0}} pending damage
|
||||
.col-6
|
||||
span.float-left
|
||||
| {{parseFloat(group.quest.progress.hp).toFixed(2)}} / {{parseFloat(questData.boss.hp).toFixed(2)}}
|
||||
.col-6(v-if='userIsOnQuest')
|
||||
// @TODO: Why do we not sync quset progress on the group doc? Each user could have different progress
|
||||
span.float-right {{parseFloat(user.party.quest.progress.up).toFixed(1) || 0}} pending damage
|
||||
.row.rage-bar-row(v-if='questData.boss.rage')
|
||||
.col-12
|
||||
.grey-progress-bar
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
<template lang="pug">
|
||||
.row
|
||||
world-boss-info-modal
|
||||
.col-12.col-sm-8.clearfix.standard-page
|
||||
.row
|
||||
.col-6.title-details
|
||||
|
|
@ -25,12 +26,65 @@
|
|||
.row
|
||||
.hr.col-12
|
||||
chat-message(:chat.sync='group.chat', :group-id='group._id', :group-name='group.name')
|
||||
|
||||
.col-12.col-sm-4.sidebar
|
||||
.section
|
||||
.grassy-meadow-backdrop
|
||||
.daniel_front
|
||||
|
||||
.boss-section
|
||||
.world-boss(v-if='group && group.quest && group.quest.active', :style="{background: questData.colors.dark, 'border-color': questData.colors.extralight, 'outline-color': questData.colors.light}")
|
||||
.corner-decoration(:style="{top: '-2px', right: '-2px'}")
|
||||
.corner-decoration(:style="{top: '-2px', left: '-2px'}")
|
||||
.corner-decoration(:style="{bottom: '-2px', right: '-2px'}")
|
||||
.corner-decoration(:style="{bottom: '-2px', left: '-2px'}")
|
||||
.text-center.float-bar
|
||||
strong.reduce.boss-event(:style="{background: questData.colors.dark}") {{ $t('worldBossEvent') }}
|
||||
.boss-gradient.pb-3.pt-3
|
||||
p.text-center.reduce(:style="{color: questData.colors.extralight}") {{ $t(`${questData.key}ArtCredit`) }}
|
||||
.quest-boss(:class="'background_' + questData.key")
|
||||
.quest-boss(:class="'quest_' + questData.key")
|
||||
.p-3
|
||||
.row.d-flex.align-items-center.mb-2
|
||||
.col-sm-6
|
||||
strong.float-left {{ questData.boss.name() }}
|
||||
.col-sm-6
|
||||
span.d-flex.float-right
|
||||
.svg-icon.boss-icon(v-html="icons.swordIcon")
|
||||
span.ml-1.reduce(:style="{color: questData.colors.extralight}") {{ $t('pendingDamage', {damage: pendingDamage()}) }}
|
||||
.grey-progress-bar.mb-1
|
||||
.boss-health-bar(:style="{width: (group.quest.progress.hp / questData.boss.hp) * 100 + '%'}")
|
||||
span.d-flex.align-items-center
|
||||
.svg-icon.boss-icon(v-html="icons.healthIcon")
|
||||
span.reduce.ml-1.pt-1 {{ $t('bossHealth', {currentHealth: bossCurrentHealth(), maxHealth: questData.boss.hp.toLocaleString()}) }}
|
||||
.mt-3.mb-2
|
||||
strong.mr-1 {{ $t('rageAttack') }}
|
||||
span {{ questData.boss.rage.title() }}
|
||||
.grey-progress-bar.mb-1
|
||||
.boss-health-bar.rage-bar(:style="{width: (group.quest.progress.rage / questData.boss.rage.value) * 100 + '%'}")
|
||||
span.d-flex.align-items-center
|
||||
.svg-icon.boss-icon(v-html="icons.rageIcon")
|
||||
span.reduce.ml-1.pt-1 {{ $t('bossRage', {currentRage: bossCurrentRage(), maxRage: questData.boss.rage.value.toLocaleString()}) }}
|
||||
.row.d-flex.align-items-center.mb-2.mt-2
|
||||
.col-sm-5.d-flex
|
||||
strong {{ $t('rageStrikes') }}
|
||||
.svg-icon.boss-icon.information-icon.ml-2(v-html="icons.informationIcon", v-b-tooltip.hover.top="questData.boss.rage.description()")
|
||||
.col-sm-2
|
||||
img.rage-strike(src="~assets/images/rage_strike2x.png")
|
||||
.col-sm-2
|
||||
img.rage-strike(src="~assets/images/rage_strike2x.png")
|
||||
.col-sm-2
|
||||
img.rage-strike(src="~assets/images/rage_strike2x.png")
|
||||
.boss-description.p-3(:style="{'border-color': questData.colors.extralight}", @click="sections.worldBoss = !sections.worldBoss")
|
||||
strong.float-left {{ $t('worldBossDescription') }}
|
||||
.float-right
|
||||
.toggle-down(v-if="!sections.worldBoss")
|
||||
.svg-icon.boss-icon(v-html="icons.chevronIcon")
|
||||
.toggle-up(v-if="sections.worldBoss")
|
||||
.svg-icon.boss-icon.reverse(v-html="icons.chevronIcon")
|
||||
.mt-3(v-if="sections.worldBoss", v-html="questData.notes()")
|
||||
.text-center.mt-4
|
||||
.world-boss-info-button(@click="showWorldBossInfo()") {{$t('whatIsWorldBoss') }}
|
||||
|
||||
.sleep.below-header-sections
|
||||
strong(v-once) {{ $t('sleepDescription') }}
|
||||
ul
|
||||
|
|
@ -194,7 +248,7 @@
|
|||
padding: 0em;
|
||||
|
||||
.below-header-sections {
|
||||
padding: 1em;
|
||||
padding: 1em 1.75em 1em 1.75em;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -223,10 +277,6 @@
|
|||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.sleep {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.svg-icon {
|
||||
width: 10px;
|
||||
display: inline-block;
|
||||
|
|
@ -253,6 +303,16 @@
|
|||
width: 8px;
|
||||
}
|
||||
|
||||
.boss-icon {
|
||||
width: 16px;
|
||||
margin-top: .1em;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.boss-icon-large {
|
||||
width: 48px;
|
||||
}
|
||||
|
||||
.staff {
|
||||
margin-bottom: 1em;
|
||||
|
||||
|
|
@ -335,6 +395,97 @@
|
|||
color: $black;
|
||||
}
|
||||
|
||||
.boss-section {
|
||||
padding: 1.75em;
|
||||
}
|
||||
|
||||
.world-boss {
|
||||
color: $white;
|
||||
border-style: solid;
|
||||
border-width: 2px;
|
||||
outline-style: solid;
|
||||
outline-width: 2px;
|
||||
margin: 2px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.quest-boss {
|
||||
margin: 1em auto;
|
||||
}
|
||||
|
||||
.grey-progress-bar {
|
||||
width: 100%;
|
||||
height: 15px;
|
||||
background-color: rgba(255, 255, 255, 0.24);
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.boss-health-bar {
|
||||
width: 80%;
|
||||
height: 15px;
|
||||
margin-bottom: .5em;
|
||||
border-top-left-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
background-color: #f74e52;
|
||||
}
|
||||
|
||||
.boss-health-bar.rage-bar {
|
||||
background-color: #ff944c;
|
||||
}
|
||||
|
||||
.boss-gradient {
|
||||
background-image: linear-gradient(to bottom, #401f2a, #931f4d);
|
||||
margin-top: -1.4em;
|
||||
}
|
||||
|
||||
.boss-description {
|
||||
border-top: 1px solid;
|
||||
margin-left: -16px;
|
||||
margin-right: -16px;
|
||||
padding: .25em 0 0 .25em;
|
||||
}
|
||||
|
||||
.float-bar {
|
||||
position: relative;
|
||||
top: -.75em;
|
||||
}
|
||||
|
||||
.boss-event {
|
||||
padding: .5em 3em .5em 3em;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.corner-decoration {
|
||||
position: absolute;
|
||||
width: 6px;
|
||||
height: 6px;
|
||||
background-color: inherit;
|
||||
border: inherit;
|
||||
outline: inherit;
|
||||
}
|
||||
|
||||
.reverse {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
|
||||
.reduce {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.rage-strike {
|
||||
max-width: 50px;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.world-boss-info-button {
|
||||
width: 100%;
|
||||
background-color: $gray-500;
|
||||
border-radius: 2px;
|
||||
font-size: 14px;
|
||||
color: $blue-10;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
@ -345,14 +496,18 @@ import { TAVERN_ID } from '../../../common/script/constants';
|
|||
import chatMessage from '../chat/chatMessages';
|
||||
import autocomplete from '../chat/autoComplete';
|
||||
import communityGuidelines from './communityGuidelines';
|
||||
import worldBossInfoModal from '../worldBossInfoModal';
|
||||
|
||||
import gemIcon from 'assets/svg/gem.svg';
|
||||
import questIcon from 'assets/svg/quest.svg';
|
||||
import challengeIcon from 'assets/svg/challenge.svg';
|
||||
import informationIcon from 'assets/svg/information.svg';
|
||||
import questBackground from 'assets/svg/quest-background-border.svg';
|
||||
import upIcon from 'assets/svg/up.svg';
|
||||
import chevronIcon from 'assets/svg/chevron-red.svg';
|
||||
import downIcon from 'assets/svg/down.svg';
|
||||
import gemIcon from 'assets/svg/gem.svg';
|
||||
import healthIcon from 'assets/svg/health.svg';
|
||||
import informationIconRed from 'assets/svg/information-red.svg';
|
||||
import questBackground from 'assets/svg/quest-background-border.svg';
|
||||
import rageIcon from 'assets/svg/rage.svg';
|
||||
import swordIcon from 'assets/svg/sword.svg';
|
||||
import upIcon from 'assets/svg/up.svg';
|
||||
|
||||
import tier1 from 'assets/svg/tier-1.svg';
|
||||
import tier2 from 'assets/svg/tier-2.svg';
|
||||
|
|
@ -365,16 +520,28 @@ import tierMod from 'assets/svg/tier-mod.svg';
|
|||
import tierNPC from 'assets/svg/tier-npc.svg';
|
||||
import tierStaff from 'assets/svg/tier-staff.svg';
|
||||
|
||||
import quests from 'common/script/content/quests';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
chatMessage,
|
||||
autocomplete,
|
||||
communityGuidelines,
|
||||
worldBossInfoModal,
|
||||
},
|
||||
data () {
|
||||
return {
|
||||
groupId: TAVERN_ID,
|
||||
icons: Object.freeze({
|
||||
challengeIcon,
|
||||
chevronIcon,
|
||||
downIcon,
|
||||
gem: gemIcon,
|
||||
healthIcon,
|
||||
informationIcon: informationIconRed,
|
||||
questBackground,
|
||||
rageIcon,
|
||||
swordIcon,
|
||||
tier1,
|
||||
tier2,
|
||||
tier3,
|
||||
|
|
@ -385,13 +552,7 @@ export default {
|
|||
tierMod,
|
||||
tierNPC,
|
||||
tierStaff,
|
||||
gem: gemIcon,
|
||||
questIcon,
|
||||
challengeIcon,
|
||||
information: informationIcon,
|
||||
questBackground,
|
||||
upIcon,
|
||||
downIcon,
|
||||
}),
|
||||
group: {
|
||||
chat: [],
|
||||
|
|
@ -400,6 +561,7 @@ export default {
|
|||
staff: true,
|
||||
helpfulLinks: true,
|
||||
playerTiers: true,
|
||||
worldBoss: true,
|
||||
},
|
||||
staff: [
|
||||
{
|
||||
|
|
@ -488,6 +650,10 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
...mapState({user: 'user.data'}),
|
||||
questData () {
|
||||
if (!this.group.quest) return {};
|
||||
return quests.quests[this.group.quest.key];
|
||||
},
|
||||
},
|
||||
async mounted () {
|
||||
this.group = await this.$store.dispatch('guilds:getGroup', {groupId: TAVERN_ID});
|
||||
|
|
@ -547,6 +713,23 @@ export default {
|
|||
reverseChat () {
|
||||
this.group.chat.reverse();
|
||||
},
|
||||
pendingDamage () {
|
||||
if (!this.user.party.quest.progress.up) return 0;
|
||||
return parseFloat(this.user.party.quest.progress.up).toFixed(1);
|
||||
},
|
||||
bossCurrentHealth () {
|
||||
if (!this.group.quest.progress.hp) return 0;
|
||||
|
||||
return Math.ceil(parseFloat(this.group.quest.progress.hp)).toLocaleString();
|
||||
},
|
||||
bossCurrentRage () {
|
||||
if (!this.group.quest.progress.hp) return 0;
|
||||
|
||||
return Math.floor(parseFloat(this.group.quest.progress.rage)).toLocaleString();
|
||||
},
|
||||
showWorldBossInfo () {
|
||||
this.$root.$emit('bv::show::modal', 'world-boss-info');
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
|
|||
135
website/client/components/worldBossInfoModal.vue
Normal file
|
|
@ -0,0 +1,135 @@
|
|||
<template lang="pug">
|
||||
b-modal#world-boss-info(title="", size='md', :hide-footer="true", :hide-header="true")
|
||||
.modal-header.d-flex
|
||||
.left-hearts
|
||||
.quest_dysheartener_modal
|
||||
.right-hearts
|
||||
.modal-body
|
||||
.row
|
||||
.col-12.text-center
|
||||
h2 {{ $t('whatIsWorldBoss') }}
|
||||
p.text-center {{ $t('worldBossDesc') }}
|
||||
.row
|
||||
.col-12
|
||||
.bullet-point.d-flex.align-items-center.justify-content-left(v-for='bullet in bullets')
|
||||
.check-icon
|
||||
.svg-icon.red-check(v-html="icons.redCheck")
|
||||
.info {{ $t(bullet) }}
|
||||
.row
|
||||
.col-12.text-center
|
||||
a(href='http://habitica.wikia.com/wiki/World_Bosses' target='_blank').footer-link {{ $t('worldBossLink') }}
|
||||
</template>
|
||||
|
||||
<style>
|
||||
#world-boss-info .modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<style scoped>
|
||||
.modal-header {
|
||||
background-image: linear-gradient(to right, #410f2a, #931f4d 50%, #410f2a);
|
||||
margin-bottom: .25em;
|
||||
padding-top: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
.modal-body {
|
||||
padding: 1.5em !important;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
font-weight: bold;
|
||||
color: #931f4d;
|
||||
}
|
||||
|
||||
p, .info {
|
||||
font-size: 16px;
|
||||
color: #4e4a57;
|
||||
}
|
||||
|
||||
.info {
|
||||
max-width: 400px;
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
.bullet-point {
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
.check-icon {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
border-radius: 1000px;
|
||||
border: solid 2px #e1e0e3;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.left-hearts, .right-hearts {
|
||||
background-size: 100%;
|
||||
margin: 1em;
|
||||
width: 109px;
|
||||
height: 70px;
|
||||
}
|
||||
|
||||
.left-hearts {
|
||||
background-image: url('~client/assets/images/world-boss/left-hearts@3x.png');
|
||||
}
|
||||
|
||||
.right-hearts {
|
||||
background-image: url('~client/assets/images/world-boss/right-hearts@3x.png');
|
||||
}
|
||||
|
||||
.red-check {
|
||||
width: 15px;
|
||||
height: 10px;
|
||||
margin-top: 0.6em;
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
||||
.quest_dysheartener_modal, .phobia_dysheartener_modal {
|
||||
width: 219px;
|
||||
height: 120px;
|
||||
background-size: 100%;
|
||||
}
|
||||
|
||||
.quest_dysheartener_modal {
|
||||
background-image: url('~client/assets/images/world-boss/mantis-static@3x.png');
|
||||
}
|
||||
|
||||
.phobia_dysheartener_modal {
|
||||
background-image: url('~client/assets/images/world-boss/heart-translucent-shadow@3x.png');
|
||||
}
|
||||
|
||||
.footer-link {
|
||||
color: #2995cd;
|
||||
margin-bottom: 1.5em;
|
||||
display: block;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
import redCheck from 'assets/svg/check-red.svg';
|
||||
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
icons: Object.freeze({
|
||||
redCheck,
|
||||
}),
|
||||
bullets: [
|
||||
'worldBossBullet1',
|
||||
'worldBossBullet2',
|
||||
'worldBossBullet3',
|
||||
'worldBossBullet4',
|
||||
],
|
||||
};
|
||||
},
|
||||
methods: {
|
||||
close () {
|
||||
this.$root.$emit('bv::hide::modal', 'world-boss-info');
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Искате ли да участвате?",
|
||||
"managerAdded": "Управителят е добавен успешно",
|
||||
"managerRemoved": "Управителят е премахнат успешно.",
|
||||
"leaderChanged": "Водачът беше сменен"
|
||||
"leaderChanged": "Водачът беше сменен",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Внимание: ако участвате в мисия срещу главатар, той ще Ви наранява, когато членовете на групата Ви не изпълняват ежедневните си задачи! Освен това, докато не напуснете странноприемницата, Вашите щети срещу главатаря (или събраните предмети) няма да бъдат взимани под внимание.",
|
||||
"danielTextBroken": "Добре дошли в кръчмата… предполагам… Ако искате да си починете, ще Ви настаня в странноприемницата… Докато сте там, ежедневните Ви задачи няма да Ви нараняват в края на деня, но все пак ще можете да ги отмятате… ако имате сили…",
|
||||
"danielText2Broken": "О… ако участвате в мисия срещу главатар, той ще Ви наранява, когато членовете на групата Ви не изпълняват ежедневните си задачи… Освен това, докато не напуснете странноприемницата, Вашите щети срещу главатаря няма да бъдат прилагани, както и няма да получите събраните си предмети…",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "Александър Търговеца",
|
||||
"welcomeMarket": "Добре дошли на пазара! Купувайте трудни за намиране яйца и отвари! Продавайте ненужното! Възползвайте се от полезните ни услуги! Елате и вижте какво предлагаме.",
|
||||
"welcomeMarketMobile": "Добре дошли на пазара! Купувайте трудни за намиране яйца и отвари! Елате и вижте какво предлагаме.",
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
"royalPurpleGryphon": "Царствено лилав грифон",
|
||||
"phoenix": "Феникс",
|
||||
"magicalBee": "Вълшебна пчела",
|
||||
"hopefulHippogriffPet": "Hopeful Hippogriff",
|
||||
"hopefulHippogriffMount": "Hopeful Hippogriff",
|
||||
"hopefulHippogriffPet": "Обнадежден хипогриф",
|
||||
"hopefulHippogriffMount": "Обнадежден хипогриф",
|
||||
"royalPurpleJackalope": "Царствено лилав рогат заек",
|
||||
"invisibleAether": "Невидим етер",
|
||||
"rarePetPop1": "Щракнете златната лапа, за да научите как може да получите този рядък любимец чрез принос към Хабитика!",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "Получихте тази мисия като се присъединихте към Хабитика! Ако Ваш приятел се присъедини, той или тя също ще я получат.",
|
||||
"questBundles": "Пакети мисии с отстъпка",
|
||||
"buyQuestBundle": "Купуване на пакет мисии",
|
||||
"noQuestToStart": "Не можете да намерите мисия, която да започнете? Погледнете в магазина за мисии или на пазара за нови попълнения!"
|
||||
"noQuestToStart": "Не можете да намерите мисия, която да започнете? Погледнете в магазина за мисии или на пазара за нови попълнения!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -564,15 +564,16 @@
|
|||
"questBadgerBoss": "Язовският тормоз",
|
||||
"questBadgerDropBadgerEgg": "Язовец (яйце)",
|
||||
"questBadgerUnlockText": "Отключва възможността за купуване на яйца на язовец от пазара.",
|
||||
"questDysheartenerText": "The Dysheartener",
|
||||
"questDysheartenerNotes": "The sun is rising on Valentine’s Day when a shocking crash splinters the air. A blaze of sickly pink light lances through all the buildings, and bricks crumble as a deep crack rips through Habit City’s main street. An unearthly shrieking rises through the air, shattering windows as a hulking form slithers forth from the gaping earth.<br><br>Mandibles snap and a carapace glitters; legs upon legs unfurl in the air. The crowd begins to scream as the insectoid creature rears up, revealing itself to be none other than that cruelest of creatures: the fearsome Dysheartener itself. It howls in anticipation and lunges forward, hungering to gnaw on the hopes of hard-working Habiticans. With each rasping scrape of its spiny forelegs, you feel a vise of despair tightening in your chest.<br><br>“Take heart, everyone!” Lemoness shouts. “It probably thinks that we’re easy targets because so many of us have daunting New Year’s Resolutions, but it’s about to discover that Habiticans know how to stick to their goals!”<br><br>AnnDeLune raises her staff. “Let’s tackle our tasks and take this monster down!”",
|
||||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerText": "Обезсърчителят",
|
||||
"questDysheartenerNotes": "Слънцето изгрява на деня на св Валентин, когато някакъв трясък изведнъж нарушава спокойствието. Ярка розова светлина преминава през всички сгради, а паветата се разпадат на дребни парчета, когато на главната улица на Хабитград се отваря дълбока пукнатина. Неземен крясък разсича въздуха, чупейки прозорци, и от зейналата дупка се появява странна фигура.<br><br>Тракащи челюсти и бляскави черупки, и много, много крака. Тълпата започва да пищи от ужас, виждайки как насекомоподобното създание се изправя, показвайки целия си ръст, за да разкрие, че е най-ужасяващото от всички чудовища – самият Обезсърчител. Той надава вой и се впуска напред, жаден за надеждите на трудолюбивите хабитиканци. С всяко потракване на тънките му крака, усещаш как те обхваща засилващо се чувство отчаяние.<br><br>„Стегнете се, всички!“ — крещи Lemoness. — „Сигурно си мисли, че сме лесни мишени, тъй като много от нас имат обезсърчаващи новогодишни обещания, но скоро ще разбере, че хабитиканците знаят как да се придържат и стремят към целите си!“<br><br>AnnDeLune вдига жезъла си — „Да се справим със задачите си и да повалим това чудовище!“",
|
||||
"questDysheartenerCompletion": "<strong>Обезсърчителят е ПОБЕДЕН!</strong><br><br>Заедно, всички в Хабитика нанасят последен удар на задачите си. Обезсърчителят изревава и отстъпва. „Какво има, Обезсърчителю?“ — пита AnnDeLune, с блясък в очите. — „Обезкуражен ли си?“<br><br>По черупките на Обезсърчителя се появяват светещи розови пукнатини, и той се разпада в розов пушек. Ново чувство на жизненост и решителност залива страната и от небето започват да валят сладки неща.<br><br>Тълпата се радва, хората се прегръщат, а любимците им нападат сладките. Изведнъж, радостен хор от песни огласява въздуха, и из въздуха се появяват блестящи силуети.<br><br>Отново съживеният ни оптимизъм е привлякъл ято Обнадеждени хипогрифи! Грациозните същества кацат леко на земята, разрошвайки перата си, наперено и с интерес. „Изглежда имаме нови приятели, които ще поддържат духа ни, дори когато задачите ни ни отчайват.“ — казва Lemoness.<br><br>Beffymaroo вече гали пернатите пухкавковци. — „Може би те ще ни помогнат да поправим повредените части от Хабитика!“<br><br>Припявайки, хипогрифите повеждат всички хабитиканци, за да могат заедно да възстановят обичния ни дом.",
|
||||
"questDysheartenerCompletionChat": "Обезсърчителят е ПОБЕДЕН!\n\nЗаедно, всички в Хабитика нанасят последен удар на задачите си. Обезсърчителят изревава и отстъпва. „Какво има, Обезсърчителю?“ — пита AnnDeLune, с блясък в очите. — „Обезкуражен ли си?“\n\nПо черупките на Обезсърчителя се появяват светещи розови пукнатини, и той се разпада в розов пушек. Ново чувство на жизненост и решителност залива страната и от небето започват да валят сладки неща.\n\nТълпата се радва, хората се прегръщат, а любимците им нападат сладките. Изведнъж, радостен хор от песни огласява въздуха, и из въздуха се появяват блестящи силуети.\n\nОтново съживеният ни оптимизъм е привлякъл ято Обнадеждени хипогрифи! Грациозните същества кацат леко на земята, разрошвайки перата си, наперено и с интерес. „Изглежда имаме нови приятели, които ще поддържат духа ни, дори когато задачите ни ни отчайват.“ — казва Lemoness.\n\nBeffymaroo вече гали пернатите пухкавковци. — „Може би те ще ни помогнат да поправим повредените части от Хабитика!“\n\nПрипявайки, хипогрифите повеждат всички хабитиканци, за да могат заедно да възстановят обичния ни дом.",
|
||||
"questDysheartenerBossRageTitle": "Сърцеразбиване",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "Обезсърчителят използва СЪРЦЕРАЗБИВАНЕ!`\n\nО, не! След като се нахрани с неизпълнените ни ежедневни задачи, Обезсърчителят вече има силата да нанесе своята атака – Сърцеразбиване. С пронизителен писък, той стоварва тънките си предни крака върху беседката, в която се намира Сезонният магазин! Магическата ударна вълна натрошава дъските и Сезонната магьосница се натъжава от гледката.\n\nБързо, да продължаваме да изпълняваме ежедневните си задачи, за да не ни удари отново чудовището!",
|
||||
"questDysheartenerBossRageMarket": "Обезсърчителят използва СЪРЦЕРАЗБИВАНЕ!`\n\nО, не! След като се нахранва с неизпълнените ни ежедневни задачи, Обезсърчителят нанася още едно Сърцеразбиване, разбивайки стените и пода на пазара! Камъните му започват да падат, а Алекс Търговеца се разплаква, виждайки как стоката му е напълно унищожена.\n\nНе трябва да позволяваме на това да стане отново! Изпълнявайте ежедневните си задачи, за да не ни удари отново Обезсърчителят!",
|
||||
"questDysheartenerBossRageQuests": "Обезсърчителят използва СЪРЦЕРАЗБИВАНЕ!`\n\nОоо! Отново оставихме ежедневните си задачи неизпълнени, и Обезсърчителят използва тази енергия, зад а нанесе последен удар на любимите ни продавачи. Земята около Пазителя на мисиите е опустошена от Сърцеразбиването, а Иън не може да понесе гледката. Толкова сме близо до победата над това чудовище… Побързайте! Не спирайте сега!",
|
||||
"questDysheartenerDropHippogriffPet": "Обнадежден хипогриф (любимец)",
|
||||
"questDysheartenerDropHippogriffMount": "Обнадежден хипогриф (превоз)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Dej pozor: Pokud se účastníš boje s příšerou, ublíží ti i za nesplněné denní úkoly ostatních členů tvé družiny! Navíc, jakákoliv újma, kterou uštědříš příšeře (nebo nasbírané předměty) se ti nepřipíšou dokud se z Hostince neodhlásíš.",
|
||||
"danielTextBroken": "Tak asi vítej v krčmě... Pokud si potřebuješ odpočinout, nabízím ti pokoj v Hostinci... Zatímco tu budeš přihlášen, tvé denní úkoly ti na konci dne neublíží, ale klidně si je můžeš odškrtnout... Jestli na to máš energii",
|
||||
"danielText2Broken": "Eh... Jestli se účastníš boje s příšerou, ublíží ti i za nesplněné denní úkoly ostatních členů tvé družiny... Navíc, jakákoliv újma, kterou uštědříš příšeře (nebo nasbírané předměty) se ti nepřipíšou dokud se z Hostince neodhlásíš...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"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.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "You received this quest when you joined Habitica! If a friend joins, they'll get one too.",
|
||||
"questBundles": "Discounted Quest Bundles",
|
||||
"buyQuestBundle": "Buy Quest Bundle",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Advarsel: Hvis du deltager i en Boss-quest vil bossen stadig skade dig for de andre gruppemedlemmers oversprungne Daglige! Desuden kan du ikke skade Bossen (eller samle ting) før du tjekker ud af Kroen.",
|
||||
"danielTextBroken": "Velkommen til Værtshuset... tror jeg... Hvis du har brug for at slappe af, så er der plads på Kroen. Når du er tjekket ind på Kroen, vil dine daglige opgaver ikke skade dig i slutningen af dagen, men du kan stadig markere dem som udført... hvis du har energien...",
|
||||
"danielText2Broken": "Forresten... Hvis du deltager i en Boss quest, vil bossen stadig skade dig for dine gruppemedlemmers manglende daglige opgaver... Derudover kan du ikke skade Bossen (eller samle ting) før du forlader Kroen.",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "Købmanden Alexander",
|
||||
"welcomeMarket": "Velkommen til Markedet! Her kan du købe æg og eliksirer, der er svære at finde, eller sælge dine overskydende! Bestil nyttige tjenester! Kom og se hvad vi har at tilbyde.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "Du fik denne quest da du sluttede dig til Habitica! Hvis en ven også opretter sig vil de også få en.",
|
||||
"questBundles": "Nedsatte Quest Pakker",
|
||||
"buyQuestBundle": "Køb Quest Pakke",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -164,9 +164,9 @@
|
|||
"questEggPterodactylText": "Pterodactylus",
|
||||
"questEggPterodactylMountText": "Pterodactylus",
|
||||
"questEggPterodactylAdjective": "zutraulicher",
|
||||
"questEggBadgerText": "Badger",
|
||||
"questEggBadgerMountText": "Badger",
|
||||
"questEggBadgerAdjective": "bustling",
|
||||
"questEggBadgerText": "Dachs-Jungtier",
|
||||
"questEggBadgerMountText": "Dachs-Reittier",
|
||||
"questEggBadgerAdjective": "eifriges",
|
||||
"eggNotes": "Finde ein Schlüpfelixier, das Du über dieses Ei gießen kannst, damit ein <%= eggAdjective(locale) %> <%= eggText(locale) %> schlüpfen kann.",
|
||||
"hatchingPotionBase": "Normales",
|
||||
"hatchingPotionWhite": "Weißes",
|
||||
|
|
|
|||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Möchtest du gern teilnehmen?",
|
||||
"managerAdded": "Manager erfolgreich hinzugefügt",
|
||||
"managerRemoved": "Manager erfolgreich entfernt",
|
||||
"leaderChanged": "Gruppenleitung wurde gewechselt"
|
||||
"leaderChanged": "Gruppenleitung wurde gewechselt",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -4,5 +4,5 @@
|
|||
"eggsItemType": "Eier",
|
||||
"hatchingPotionsItemType": "Schlüpfelexier",
|
||||
"specialItemType": "Besondere Gegenstände",
|
||||
"lockedItem": "Locked Item"
|
||||
"lockedItem": "Gesperrter Gegenstand"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Sei gewarnt: Falls Du an einer Boss-Quest teilnimmst, wird Dir der Boss immer noch Schaden für die nicht abgehakten Aufgaben Deiner Gruppenmitglieder zufügen! Außerdem wird der Schaden, den Du dem Boss zufügst (sowie gefundene Gegenstände) erst angerechnet, wenn Du das Gasthaus verlässt.",
|
||||
"danielTextBroken": "Willkommen im Gasthaus ... schätze ich ... Wenn Du Dich ausruhen möchtest, dann besorge ich Dir ein schönes Zimmer ... Solange Du dort eingecheckt bist, werden Deine täglichen Aufgaben Dir am Ende des Tages keinen Schaden zufügen, Du kannst sie trotzdem noch abhaken ... wenn Du die Kraft dazu hast ...",
|
||||
"danielText2Broken": "Oh ... Falls Du an einer Boss-Quest teilnimmst, wird Dir der Boss immer noch Schaden für die nicht abgehakten Aufgaben Deiner Gruppenmitglieder zufügen ... Außerdem wird der Schaden, den Du dem Boss zufügst (sowie gefundene Gegenstände) erst angerechnet, wenn Du das Gasthaus verlässt ...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"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.",
|
||||
"welcomeMarketMobile": "Willkommen auf dem Marktplatz! Kaufe schwer zu findende Eier und Tränke. Komm und schau, was wir anzubieten haben.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "Du hast diese Quest beim Beitreten zu Habitica erhalten! Wenn einer Deiner Freunde beitritt, erhält er ebenfalls eine.",
|
||||
"questBundles": "Reduzierte Quest-Pakete",
|
||||
"buyQuestBundle": "Quest-Paket kaufen",
|
||||
"noQuestToStart": "Du findest keine Quest, die Du starten möchtest? Dann guck mal im Quest-Markt auf dem Marktplatz vorbei um neue Quests zu entdecken!"
|
||||
"noQuestToStart": "Du findest keine Quest, die Du starten möchtest? Dann guck mal im Quest-Markt auf dem Marktplatz vorbei um neue Quests zu entdecken!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -564,15 +564,16 @@
|
|||
"questBadgerBoss": "The Badgering Bother",
|
||||
"questBadgerDropBadgerEgg": "Badger (Egg)",
|
||||
"questBadgerUnlockText": "Unlocks purchasable Badger eggs in the Market",
|
||||
"questDysheartenerText": "The Dysheartener",
|
||||
"questDysheartenerNotes": "The sun is rising on Valentine’s Day when a shocking crash splinters the air. A blaze of sickly pink light lances through all the buildings, and bricks crumble as a deep crack rips through Habit City’s main street. An unearthly shrieking rises through the air, shattering windows as a hulking form slithers forth from the gaping earth.<br><br>Mandibles snap and a carapace glitters; legs upon legs unfurl in the air. The crowd begins to scream as the insectoid creature rears up, revealing itself to be none other than that cruelest of creatures: the fearsome Dysheartener itself. It howls in anticipation and lunges forward, hungering to gnaw on the hopes of hard-working Habiticans. With each rasping scrape of its spiny forelegs, you feel a vise of despair tightening in your chest.<br><br>“Take heart, everyone!” Lemoness shouts. “It probably thinks that we’re easy targets because so many of us have daunting New Year’s Resolutions, but it’s about to discover that Habiticans know how to stick to their goals!”<br><br>AnnDeLune raises her staff. “Let’s tackle our tasks and take this monster down!”",
|
||||
"questDysheartenerText": "Der Entmutiger",
|
||||
"questDysheartenerNotes": "Es ist Valentinstag, die Sonne geht gerade auf, als plötzlich ein erschütternder Krach die Luft zerreißt. Ein kränkliches rosa Licht durchdringt die Gebäude, und Ziegel zerbrechen, als sich ein tiefer Riss auf Habit City's Hauptstraße auftut. Ein überirdisches Kreischen ertönt durch die Luft und lässt die Fenster zerspringen, während sich eine ungeschlachte Form aus der klaffenden Erde erhebt.<br><br>Mandibeln schnappen, der Panzer glitzert; Bein um Bein entfaltet sich in der Luft. Die Menge beginnt zu schreien, als die insektoide Kreatur aufsteht und sich als schrecklichste aller Kreaturen zu erkennen gibt: der furchterregende Entmutiger höchstselbst. Er heult erwartungsvoll und stürzt vor, um an den Hoffnungen hart arbeitender Habiticaner zu nagen. Mit jedem scharrenden Kratzen seiner stacheligen Vorderbeine fühlst Du, wie sich Dein Herz in der Brust vor Verzweiflung weiter zusammenzieht.<br><br>“Fasst Euch alle ein Herz!” ruft Lemoness. “Er denkt vielleicht, dass wir leichte Ziele sind, weil so viele von uns entmutigende Neujahrsvorsätze haben, aber er wird feststellen, dass Habiticaner wissen, wie man an seinen Zielen festhält!”<br><br>AnnDeLune hebt ihren Stab. “Lasst uns unsere Aufgaben angehen und dieses Monster erledigen!”",
|
||||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageTitle": "Niederschmetternder Herzschmerz",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`Der Entmutiger entfesselt NIEDERSCHMETTERNDEN HERZSCHMERZ!`\n\nOh nein! Nachdem er sich an unseren unerledigten Tagesaufgaben gelabt hat, hat der Entmutiger genügend Stärke gesammelt, um seine Niederschmetternde Herzschmerz-Attacke einzusetzen. Mit einem schrillen Aufschrei treffen seine stacheligen Vorderbeine den Pavillon, unter dem der Jahreszeitenmarkt liegt! Die markerschütternde Explosion aus Magie lässt das Holz zersplittern, und die Jahreszeitenzauberin wird bei dem Anblick von Trauer überwältigt.\n\nRasch, lasst uns unsere Tagesaufgaben erledigen, damit das Biest kein weiteres Mal zuschlagen kann!",
|
||||
"questDysheartenerBossRageMarket": "`Der Entmutiger entfesselt NIEDERSCHMETTERNDEN HERZSCHMERZ!`\n\nHilfe! Nachdem er sich an unseren unerledigten Tagesaufgaben gelabt hat, lässt der Entmutiger eine weitere Niederschmetternde Herzschmerz-Attacke los, die die Wände des Markts zerbersten lässt und ihn dem Erboden gleich macht! Unter den herabfallenden Steinen weint Alex der Händler um seine von der Zerstörung betroffenen Waren.\n\nWir dürfen nicht zulassen, dass dies noch einmal passiert! Sorgt dafür, dass alle Eure Tagesaufgaben erledigt werden, bevor der Entmutiger zu seinem letzten Schlag ansetzt.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffPet": "Hoffnungsfroher Hippogreif (Haustier)",
|
||||
"questDysheartenerDropHippogriffMount": "Hoffnungsfroher Hippogreif (Reittier)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -421,5 +421,13 @@
|
|||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"groupNoNotifications": "This Guild does not have notifications due to member size. Be sure to check back often for replies to your messages!"
|
||||
"groupNoNotifications": "This Guild does not have notifications due to member size. Be sure to check back often for replies to your messages!",
|
||||
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -35,6 +35,9 @@
|
|||
"danielTextBroken": "Welcome to the Tavern... I guess... If you need to rest, 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... if you have the energy...",
|
||||
"danielText2Broken": "Oh... 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...",
|
||||
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
|
||||
"alexander": "Alexander the Merchant",
|
||||
"welcomeMarket": "Welcome to the Market! Buy hard-to-find eggs and potions! Sell your extras! Commission useful services! Come see what we have to offer.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -121,5 +121,10 @@
|
|||
"createAccountQuest": "You received this quest when you joined Habitica! If a friend joins, they'll get one too.",
|
||||
"questBundles": "Discounted Quest Bundles",
|
||||
"buyQuestBundle": "Buy Quest Bundle",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -661,10 +661,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Be warned: If ye be participatin' in a boss quest, the boss will still damage you for your party mates' missed Dailies! Also, yer own damage t' th' Boss (or items collected) will not be applied until ye check out o' th' Inn.",
|
||||
"danielTextBroken": "Welcome t' the Pub... I guess... If ye need to rest, I'll set ye up at the Inn... While checked-in, your Dailies won't hurt you at the day's end, but ye can still check them off... if you have the energy...",
|
||||
"danielText2Broken": "Oh... If ye be participatin' in a boss quest, th' boss will still damage ye for yer party mates' missed Dailies... Also, yer own damage to the Boss (or booty collected) will not be applied 'til ye check out o' the Inn...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "Alexander th' Sutler",
|
||||
"welcomeMarket": "Welcome t' th' Market! Buy harrrd-to-find eggs 'n potions! Sell yer extras! Commission useful services! Come 'n see what we have to offer ye.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "You received this quest when you joined Habitica! If a friend joins, they'll get one too.",
|
||||
"questBundles": "Discounted Quest Bundles",
|
||||
"buyQuestBundle": "Buy Quest Bundle",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"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.",
|
||||
"danielTextBroken": "Welcome to the Tavern... I guess... If you need to rest, 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... if you have the energy...",
|
||||
"danielText2Broken": "Oh... 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...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "Alexander the Merchant",
|
||||
"welcomeMarket": "Welcome to the Market! Buy hard-to-find eggs and potions! Sell your extras! Commission useful services! Come see what we have to offer.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "You received this quest when you joined Habitica! If a friend joins, they'll get one too.",
|
||||
"questBundles": "Discounted Quest Bundles",
|
||||
"buyQuestBundle": "Buy Quest Bundle",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Ten cuidado: ¡Si estás participando en una mision contra un jefe, éste seguirá dañandote por las Tareas Diarias no completadas de tus compañeros de grupo! Además, tu daño al jefe (o los artículos recogidos) no se aplicarán hasta que salgas de la posada.",
|
||||
"danielTextBroken": "Te damos la bienvenida a la Taberna... supongo. Si necesitas descansar, te buscaré una habitación en la posada. Mientras te alojes aquí, tus Tareas Diarias no te causarán daño al final del día, pero podrás marcarlas si quieres... y si tienes suficiente energía.",
|
||||
"danielText2Broken": "Ah... Si participas en una misión contra un jefe, este seguirá infligiendo daño por las Tareas Diarias no completadas de tus compañeros de grupo. Además, el daño que causes al jefe (o los objetos que consigas) no se aplicará hasta que salgas de la posada.",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"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.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "Recibiste esta misión al registrarte en Habitica. Si se apunta un amigo tuyo, conseguirá otra.",
|
||||
"questBundles": "Packs de Misiones en Descuento",
|
||||
"buyQuestBundle": "Compra Packs de Misiones ",
|
||||
"noQuestToStart": "¿No encuentras una misión con la que empezar? ¡Prueba a buscar nuevas en la Tienda de Misiones del Mercados!"
|
||||
"noQuestToStart": "¿No encuentras una misión con la que empezar? ¡Prueba a buscar nuevas en la Tienda de Misiones del Mercados!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -13,7 +13,7 @@
|
|||
"spellWarriorDefensiveStanceText": "Postura defensiva",
|
||||
"spellWarriorDefensiveStanceNotes": "¡Te agachas bien bajo potenciando tu constitución! (Basado en: reducción de CON)",
|
||||
"spellWarriorValorousPresenceText": "Presencia Valerosa",
|
||||
"spellWarriorValorousPresenceNotes": "Your boldness buffs your whole Party's Strength! (Based on: Unbuffed STR)",
|
||||
"spellWarriorValorousPresenceNotes": "¡Tu audacia potencia la Fuerza de todo tu grupo! (Basado en: Fuerza sin potenciar)",
|
||||
"spellWarriorIntimidateText": "Mirada Intimidante.",
|
||||
"spellWarriorIntimidateNotes": "¡Tu fiera mirada incrementa la constitución de tu grupo! (Basado en: CON reducida)",
|
||||
"spellRoguePickPocketText": "Hurtar",
|
||||
|
|
@ -31,9 +31,9 @@
|
|||
"spellHealerBrightnessText": "Claridad Abrasadora",
|
||||
"spellHealerBrightnessNotes": "¡Una explosión de luz vuelve tus tareas más azul/menos roja! (Basado en: INT)",
|
||||
"spellHealerProtectAuraText": "Aura Protectora",
|
||||
"spellHealerProtectAuraNotes": "You shield your Party by buffing their Constitution! (Based on: Unbuffed CON)",
|
||||
"spellHealerProtectAuraNotes": "¡Proteges a tu grupo potenciando su Constitución! (Basado en: Constitución sin potenciar)",
|
||||
"spellHealerHealAllText": "Bendición",
|
||||
"spellHealerHealAllNotes": "Your soothing spell restores your whole Party's health! (Based on: CON and INT)",
|
||||
"spellHealerHealAllNotes": "¡Tu hechizo relajante recupera la salud de todo tu grupo! (Basado en: Constitución e Inteligencia)",
|
||||
"spellSpecialSnowballAuraText": "Bola de Nieve",
|
||||
"spellSpecialSnowballAuraNotes": "¡Transforma a un amigo en un muñeco de nieve!",
|
||||
"spellSpecialSaltText": "Sal",
|
||||
|
|
|
|||
|
|
@ -3,6 +3,6 @@
|
|||
"onwards": "¡Adelante!",
|
||||
"levelup": "¡Por realizar tus metas de la vida real, has subido de nivel y te has curado por completo!",
|
||||
"reachedLevel": "Has alcanzado el nivel <%= level %>",
|
||||
"achievementLostMasterclasser": "Completista de Misiones: Serie Masterclasser",
|
||||
"achievementLostMasterclasserText": "Completed all sixteen quests in the Masterclasser Quest Series and solved the mystery of the Lost Masterclasser!"
|
||||
"achievementLostMasterclasser": "Completista de Misiones: Serie Maestro de Clases",
|
||||
"achievementLostMasterclasserText": "¡Completó todas las dieciséis misiones de la Serie Maestro de Clases y resolvió el misterio de el Maestro de Clases perdido!"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -157,8 +157,8 @@
|
|||
"questEggNudibranchAdjective": "una interesante",
|
||||
"questEggHippoText": "Hippo",
|
||||
"questEggHippoMountText": "Hippo",
|
||||
"questEggHippoAdjective": "a happy",
|
||||
"questEggYarnText": "Yarn",
|
||||
"questEggHippoAdjective": "un feliz",
|
||||
"questEggYarnText": "Hilo",
|
||||
"questEggYarnMountText": "Alfombra voladora",
|
||||
"questEggYarnAdjective": "woolen",
|
||||
"questEggPterodactylText": "Pterodactyl",
|
||||
|
|
@ -190,12 +190,12 @@
|
|||
"hatchingPotionCupid": "Cupido",
|
||||
"hatchingPotionShimmer": "Brillo",
|
||||
"hatchingPotionFairy": "Hadas",
|
||||
"hatchingPotionStarryNight": "Starry Night",
|
||||
"hatchingPotionStarryNight": "Noche Estrellada",
|
||||
"hatchingPotionNotes": "Vierte esto sobre un huevo, y nacerá una mascota <%= potText(locale) %>.",
|
||||
"premiumPotionAddlNotes": "No se puede usar con huevos de mascotas de misión.",
|
||||
"foodMeat": "Carne",
|
||||
"foodMeatThe": "the Meat",
|
||||
"foodMeatA": "Meat",
|
||||
"foodMeatThe": "la Carne",
|
||||
"foodMeatA": "Carne",
|
||||
"foodMilk": "Leche",
|
||||
"foodMilkThe": "la Leche",
|
||||
"foodMilkA": "Leche",
|
||||
|
|
@ -239,50 +239,50 @@
|
|||
"foodCakeShadeThe": "el Pastel de Chocolate",
|
||||
"foodCakeShadeA": "un Pastel de Chocolate",
|
||||
"foodCakeWhite": "Pastel de crema",
|
||||
"foodCakeWhiteThe": "the Cream Cake",
|
||||
"foodCakeWhiteA": "a Cream Cake",
|
||||
"foodCakeWhiteThe": "el Pastel de Crema",
|
||||
"foodCakeWhiteA": "un Pastel de Crema",
|
||||
"foodCakeGolden": "Pastel de miel",
|
||||
"foodCakeGoldenThe": "the Honey Cake",
|
||||
"foodCakeGoldenA": "a Honey Cake",
|
||||
"foodCakeGoldenThe": "el Pastel de Miel",
|
||||
"foodCakeGoldenA": "un Pastel de Miel",
|
||||
"foodCakeZombie": "Pastel podrido",
|
||||
"foodCakeZombieThe": "the Rotten Cake",
|
||||
"foodCakeZombieA": "a Rotten Cake",
|
||||
"foodCakeZombieThe": "el Pastel Podrido",
|
||||
"foodCakeZombieA": "un Pastel Podrido",
|
||||
"foodCakeDesert": "Pastel de Arena",
|
||||
"foodCakeDesertThe": "the Sand Cake",
|
||||
"foodCakeDesertA": "a Sand Cake",
|
||||
"foodCakeDesertThe": "el Pastel de Arena",
|
||||
"foodCakeDesertA": "un Pastel de Arena",
|
||||
"foodCakeRed": "Pastel de Fresa",
|
||||
"foodCakeRedThe": "the Strawberry Cake",
|
||||
"foodCakeRedA": "a Strawberry Cake",
|
||||
"foodCakeRedThe": "el Pastel de Fresa",
|
||||
"foodCakeRedA": "un Pastel de Fresa",
|
||||
"foodCandySkeleton": "Caramelo de Huesos",
|
||||
"foodCandySkeletonThe": "the Bare Bones Candy",
|
||||
"foodCandySkeletonA": "Bare Bones Candy",
|
||||
"foodCandySkeletonThe": "el Dulce de Huesos",
|
||||
"foodCandySkeletonA": "Dulce de Huesos",
|
||||
"foodCandyBase": "Caramelo Básico",
|
||||
"foodCandyBaseThe": "the Basic Candy",
|
||||
"foodCandyBaseA": "Basic Candy",
|
||||
"foodCandyBaseThe": "el Dulce Básico",
|
||||
"foodCandyBaseA": "Dulce básico",
|
||||
"foodCandyCottonCandyBlue": "Caramelo Azul Agrio",
|
||||
"foodCandyCottonCandyBlueThe": "the Sour Blue Candy",
|
||||
"foodCandyCottonCandyBlueA": "Sour Blue Candy",
|
||||
"foodCandyCottonCandyBlueThe": "el Dulce Agrio Azul",
|
||||
"foodCandyCottonCandyBlueA": "Dulce Agrio Azul",
|
||||
"foodCandyCottonCandyPink": "Caramelo Rosa Agrio",
|
||||
"foodCandyCottonCandyPinkThe": "the Sour Pink Candy",
|
||||
"foodCandyCottonCandyPinkA": "Sour Pink Candy",
|
||||
"foodCandyCottonCandyPinkThe": "el Dulce Agrio Rosa",
|
||||
"foodCandyCottonCandyPinkA": "Dulce Agrio Rosa",
|
||||
"foodCandyShade": "Caramelo de Chocolate",
|
||||
"foodCandyShadeThe": "the Chocolate Candy",
|
||||
"foodCandyShadeA": "Chocolate Candy",
|
||||
"foodCandyShadeThe": "el Dulce de Chocolate",
|
||||
"foodCandyShadeA": "Dulce de Chocolate",
|
||||
"foodCandyWhite": "Caramelo de Vainilla",
|
||||
"foodCandyWhiteThe": "the Vanilla Candy",
|
||||
"foodCandyWhiteA": "Vanilla Candy",
|
||||
"foodCandyWhiteThe": "un Dulce de Vainilla",
|
||||
"foodCandyWhiteA": "Dulce de Vainilla",
|
||||
"foodCandyGolden": "Caramelo de Miel",
|
||||
"foodCandyGoldenThe": "the Honey Candy",
|
||||
"foodCandyGoldenA": "Honey Candy",
|
||||
"foodCandyGoldenThe": "el Dulce de Miel",
|
||||
"foodCandyGoldenA": "Dulce de Miel",
|
||||
"foodCandyZombie": "Caramelo Podrido",
|
||||
"foodCandyZombieThe": "the Rotten Candy",
|
||||
"foodCandyZombieA": "Rotten Candy",
|
||||
"foodCandyZombieThe": "el Dulce Podrido",
|
||||
"foodCandyZombieA": "Dulce Podrido",
|
||||
"foodCandyDesert": "Caramelo de Arena",
|
||||
"foodCandyDesertThe": "the Sand Candy",
|
||||
"foodCandyDesertA": "Sand Candy",
|
||||
"foodCandyDesertThe": "el Dulce de Arena",
|
||||
"foodCandyDesertA": "Dulce de Arena",
|
||||
"foodCandyRed": "Caramelo de Canela",
|
||||
"foodCandyRedThe": "the Cinnamon Candy",
|
||||
"foodCandyRedA": "Cinnamon Candy",
|
||||
"foodCandyRedThe": "el Dulce de Canela",
|
||||
"foodCandyRedA": "Dulce de Canela",
|
||||
"foodSaddleText": "Silla de Montar",
|
||||
"foodSaddleNotes": "Convierte instantáneamente a una de tus mascotas en una montura.",
|
||||
"foodSaddleSellWarningNote": "¡Hey! ¡Este es un artículo bastante util! ¿Estas familiarizado con como usar una Silla de montar con tus mascotas?",
|
||||
|
|
|
|||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "¿Te gustaría participar?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "El Líder se ha cambiado"
|
||||
"leaderChanged": "El Líder se ha cambiado",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Aviso: Si estás participando en una misión contra un jefe, ¡el jefe seguirá haciéndote daño si tus compañeros de equipo no completan sus Diarias! Además, el daño que tú le hagas al Jefe (o los objetos que hayas recolectado) no se aplicará hasta que salgas de la Posada.",
|
||||
"danielTextBroken": "Bienvenido a la Taberna... Supongo... Si necesitas descansar, te instalaré en la Posada... Mientras estés registrado, tus Diarias no te harán daño al final del día, pero aún así puedes tildarlas... Si tienes la energía...",
|
||||
"danielText2Broken": "Oh... Si estás participando en una misión contra un jefe, el jefe seguirá dañándote por las Diarias que tus compañeros de equipo no completen... Además, el daño que tú le causes al Jefe (o los objetos recolectados) no será aplicado hasta que salgas de la Posada...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"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.",
|
||||
"welcomeMarketMobile": "¡Bienvenido al Mercado! ¡Compra huevos y pociones difíciles de encontrar! Ven a ver lo que tenemos para ofrecer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "¡Recibiste esta misión cuanto te uniste a Habitica! Si un amigo se une recibirá uno también.",
|
||||
"questBundles": "Paquetes de misiones con descuento",
|
||||
"buyQuestBundle": "Comprar paquete de misiones",
|
||||
"noQuestToStart": "¿No puedes encontrar una misión para iniciar? ¡Intenta revisar la Tienda de Misiones en el Mercado para ver nuevas misiones!"
|
||||
"noQuestToStart": "¿No puedes encontrar una misión para iniciar? ¡Intenta revisar la Tienda de Misiones en el Mercado para ver nuevas misiones!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Voulez-vous participer ?",
|
||||
"managerAdded": "Gestionnaire ajouté avec succès",
|
||||
"managerRemoved": "Gestionnaire retiré avec succès",
|
||||
"leaderChanged": "Le responsable a été changé"
|
||||
"leaderChanged": "Le responsable a été changé",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "Prenez garde : si vous êtes au milieu d'une quête contre un boss, celui-ci vous infligera tout de même des blessures en fonction des Quotidiennes manquées des membres de votre groupe ! De façon identique, vos propres dégâts au boss (ou les objets récoltés) ne seront pas appliqués tant que vous ne quitterez pas l'auberge.",
|
||||
"danielTextBroken": "Bienvenue à la taverne... je suppose... Si vous avez besoin de vous reposer, 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... si vous en avez la force...",
|
||||
"danielText2Broken": "Oh... si vous êtes au milieu d'une quête contre un boss, celui-ci vous infligera tout de même des blessures si les membres de votre groupe rate des Quotidiennes ! De plus, vos propres dégâts infligés au boss (ou les objets récoltés) ne seront pas appliqués tant que vous n'aurez pas quitté l'auberge.",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"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.",
|
||||
"welcomeMarketMobile": "Voici le marché ! Achetez des œufs et des potions difficiles à trouver ! Venez voir ce que nous avons pour vous.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "Vous avez reçu cette quête en rejoignant Habitica. Si des amis vous rejoignent, ils l'auront aussi.",
|
||||
"questBundles": "Lots de quêtes à prix réduits",
|
||||
"buyQuestBundle": "Acheter ce lot de quêtes",
|
||||
"noQuestToStart": "Vous ne trouvez pas de quête à commencer ? Essayez de vérifier la boutique des quêtes, au marché, pour de nouvelles sorties !"
|
||||
"noQuestToStart": "Vous ne trouvez pas de quête à commencer ? Essayez de vérifier la boutique des quêtes, au marché, pour de nouvelles sorties !",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "הזהרו: אם אתם משתתפים בהרפתקת אוייב, האוייב עדיין יפגע בכם בגין פספוס מטלות יומיות של חבריכם לחבורה! כמו כן, הנזק שאתם גורמים לאוייב (או חפצים שנאספים) לא יחשבו עד שתצאו מהאכסנייה.",
|
||||
"danielTextBroken": "ברוכים הבאים לפונדק... נראה לי... אם אתם צריכים לנוח, אארגן אתכם באכסנייה... כל עוד אתם רשומים שם, המשימות היומיות שלכם לא יפגעו בכם בסוף היום, אך עדיין תוכלו לסמן שביצעתם אותן... אם יש לכם כח...",
|
||||
"danielText2Broken": "אה... אם אתם משתתפים בהרפתקת בוס, הבוס עדיין יפגע בכם בגין פספוסי משימות יומיות של חבריכם לחבורה... כמו כן, הנזק שאתם גורמים לבוס (או חפצים שנאספים) לא יחשבו עד אשר תצאו מהאכסנייה...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "אלכסנדר הסוחר.",
|
||||
"welcomeMarket": "ברוכים הבאים לשוק! רכשו ביצים ושיקויים נדירים! מכרו את העודפים שלכם! היעזרו בשירותיי המעולים! בואו וראו מה יש לי עבורכם.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||
|
|
@ -120,5 +120,10 @@
|
|||
"createAccountQuest": "You received this quest when you joined Habitica! If a friend joins, they'll get one too.",
|
||||
"questBundles": "Discounted Quest Bundles",
|
||||
"buyQuestBundle": "Buy Quest Bundle",
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!"
|
||||
"noQuestToStart": "Can’t find a quest to start? Try checking out the Quest Shop in the Market for new releases!",
|
||||
"pendingDamage": "<%= damage %> pending damage",
|
||||
"bossHealth": "<%= currentHealth %> / <%= maxHealth %> Health",
|
||||
"rageAttack": "Rage Attack:",
|
||||
"bossRage": "<%= currentRage %> / <%= maxRage %> Rage",
|
||||
"rageStrikes": "Rage Strikes"
|
||||
}
|
||||
|
|
@ -569,10 +569,11 @@
|
|||
"questDysheartenerCompletion": "<strong>The Dysheartener is DEFEATED!</strong><br><br>Together, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”<br><br>Glowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.<br><br>The crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.<br><br>Our newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.<br><br>Beffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”<br><br>Crooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerCompletionChat": "`The Dysheartener is DEFEATED!`\n\nTogether, everyone in Habitica strikes a final blow to their tasks, and the Dysheartener rears back, shrieking with dismay. “What's wrong, Dysheartener?” AnnDeLune calls, eyes sparkling. “Feeling discouraged?”\n\nGlowing pink fractures crack across the Dysheartener's carapace, and it shatters in a puff of pink smoke. As a renewed sense of vigor and determination sweeps across the land, a flurry of delightful sweets rains down upon everyone.\n\nThe crowd cheers wildly, hugging each other as their pets happily chew on the belated Valentine's treats. Suddenly, a joyful chorus of song cascades through the air, and gleaming silhouettes soar across the sky.\n\nOur newly-invigorated optimism has attracted a flock of Hopeful Hippogriffs! The graceful creatures alight upon the ground, ruffling their feathers with interest and prancing about. “It looks like we've made some new friends to help keep our spirits high, even when our tasks are daunting,” Lemoness says.\n\nBeffymaroo already has her arms full with feathered fluffballs. “Maybe they'll help us rebuild the damaged areas of Habitica!”\n\nCrooning and singing, the Hippogriffs lead the way as all the Habitcans work together to restore our beloved home.",
|
||||
"questDysheartenerBossRageTitle": "Shattering Heartbreak",
|
||||
"questDysheartenerBossRageDescription": "When this gauge fills, the Dysheartener will unleash its Shattering Heartbreak on Habitica!",
|
||||
"questDysheartenerBossRageDescription": "The Rage Attack gauge fills when Habiticans miss their Dailies. If it fills up, the Dysheartener will unleash its Shattering Heartbreak attack on one of Habitica's shopkeepers, so be sure to do your tasks!",
|
||||
"questDysheartenerBossRageSeasonal": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nOh, no! After feasting on our undone Dailies, the Dysheartener has gained the strength to unleash its Shattering Heartbreak attack. With a shrill shriek, it brings its spiny forelegs down upon the gazebo that houses the Seasonal Shop! The concussive blast of magic shreds the wood, and the Seasonal Sorceress is overcome by sorrow at the sight.\n\nQuickly, let's keep doing our Dailies so that the beast won't strike again!",
|
||||
"questDysheartenerBossRageMarket": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nHelp! After feasting on our incomplete Dailies, the Dysheartener lets out another Shattering Heartbreak attack, smashing the walls and floor of the Market! As stone rains down, Alex the Merchant weeps at his crushed merchandise, stricken by the destruction.\n\nWe can't let this happen again! Be sure to do all our your Dailies to prevent the Dysheartener from using its final strike.",
|
||||
"questDysheartenerBossRageQuests": "`The Dysheartener uses SHATTERING HEARTBREAK!`\n\nAaaah! We've left our Dailies undone again, and the Dysheartener has mustered the energy for one final blow against our beloved shopkeepers. The countryside around Ian the Quest Master is ripped apart by its Shattering Heartbreak attack, and Ian is struck to the core by the horrific vision. We're so close to defeating this monster.... Hurry! Don't stop now!",
|
||||
"questDysheartenerDropHippogriffPet": "Hopeful Hippogriff (Pet)",
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)"
|
||||
"questDysheartenerDropHippogriffMount": "Hopeful Hippogriff (Mount)",
|
||||
"dysheartenerArtCredit": "Artwork by @AnnDeLune"
|
||||
}
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"set": "Szett",
|
||||
"set": "Set",
|
||||
"equipmentType": "Típus",
|
||||
"klass": "Kaszt",
|
||||
"groupBy": "Rendezés <%= type %> szerint",
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
"weaponSpecial0Text": "Sötét lelkek pengéje",
|
||||
"weaponSpecial0Notes": "Elszívja az ellenségeid életerejét, hogy növelje a csapásaid kegyetlenségét. Növeli az erődet <%= str %> ponttal.",
|
||||
"weaponSpecial1Text": "Kristálypenge",
|
||||
"weaponSpecial1Notes": "A csillogó, csiszolt felület hőstettekről mesél. Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"weaponSpecial1Notes": "Ez a csillogó, csiszolt felület hőstettekről mesél. Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"weaponSpecial2Text": "Stephen Weber sárkánylándzsája",
|
||||
"weaponSpecial2Notes": "Érezd, ahogy a sárkány tekintélye árad belőle! Növeli az erődet és az észlelésedet <%= attrs %> ponttal.",
|
||||
"weaponSpecial3Text": "Mustaine mérföldkő zúzó tüskés buzogánya",
|
||||
|
|
@ -137,15 +137,15 @@
|
|||
"weaponSpecialSummerMageText": "Moszatfogó",
|
||||
"weaponSpecialSummerMageNotes": "Ez a háromágú szigony kiválóan alkalmas hínárfogásra és moszatgyűjtésre! Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"weaponSpecialSummerHealerText": "A zátony varázspálcája",
|
||||
"weaponSpecialSummerHealerNotes": "Ez a varázspálca akvamarinból és élő korallból készült, nagyon tetszetős a halrajok számára. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"weaponSpecialSummerHealerNotes": "Ez az akvamarinból és élő korallból készült varázspálca nagyon tetszetős a halrajok számára. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"weaponSpecialFallRogueText": "Ezüst karó",
|
||||
"weaponSpecialFallRogueNotes": "Elteheted vele az előholtakat láb alól. Bónuszt ad vérfarkasok ellen is, mert sosem lehetsz elég óvatos. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialFallRogueNotes": "Elteheted vele az élőholtakat láb alól. Bónuszt ad vérfarkasok ellen is, mert sosem lehetsz elég óvatos. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialFallWarriorText": "A tudomány mohó karma",
|
||||
"weaponSpecialFallWarriorNotes": "Ez a markolós karom a csúcstechnológia legjava. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialFallMageText": "Mágikus seprű",
|
||||
"weaponSpecialFallMageNotes": "Ez az elvarázsolt seprű gyorsabban repül, mint egy sárkány! Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialFallHealerText": "Szkarabeusz varázsbot",
|
||||
"weaponSpecialFallHealerNotes": "Ezen a varázspálcán lévő szkarabeusz megvédi és gyógyítja a használóját. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialFallHealerNotes": "Ezen a varázspálcán lévő szkarabeusz megvédi és gyógyítja használóját. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"weaponSpecialWinter2015RogueText": "Jégszurony",
|
||||
"weaponSpecialWinter2015RogueNotes": "Te tényleg csak most vetted fel ezeket a földről. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-2015-ös téli felszerelés.",
|
||||
"weaponSpecialWinter2015WarriorText": "Gumicukor kard",
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
"weaponSpecialFall2015WarriorText": "Palló",
|
||||
"weaponSpecialFall2015WarriorNotes": "Hasznos különböző dolgok felemeléséshez és/vagy a feladataid elfenekeléséhez. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"weaponSpecialFall2015MageText": "Elvarázsolt fonal",
|
||||
"weaponSpecialFall2015MageNotes": "Egy nagy erejű varró bszorkány képes arra hogy ezt az elvarázsolt fonalat irányítsa anélkül hogy hozzáérne! Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"weaponSpecialFall2015MageNotes": "Egy nagy erejű varró boszorkány képes arra hogy ezt az elvarázsolt fonalat irányítsa anélkül hogy hozzáérne! Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"weaponSpecialFall2015HealerText": "Lápi nyálka főzet",
|
||||
"weaponSpecialFall2015HealerNotes": "Tökéletesre főzve! Mostmár csak meg kell győzni magadat arról, hogy megidd. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"weaponSpecialWinter2016RogueText": "Kakaós bögre",
|
||||
|
|
@ -195,17 +195,17 @@
|
|||
"weaponSpecialSpring2016HealerText": "Tavaszi virág varázspálca",
|
||||
"weaponSpecialSpring2016HealerNotes": "Egy legyintéssel és egy kacsintással virágba borítod a mezőket és az erdőket! Vagy esetleg rákoppinthatsz vele a neveletlen egérkék orrára. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os tavaszi felszerelés. ",
|
||||
"weaponSpecialSummer2016RogueText": "Elektromos rúd",
|
||||
"weaponSpecialSummer2016RogueNotes": "Bárki aki meg akar veled küzdeni számíthat egy felvillanyozó meglepetésre... Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés. ",
|
||||
"weaponSpecialSummer2016RogueNotes": "Bárki aki meg akar veled küzdeni számíthat egy felvillanyozó meglepetésre... Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"weaponSpecialSummer2016WarriorText": "Kampós kard",
|
||||
"weaponSpecialSummer2016WarriorNotes": "Bökdösd meg a nehéz feladatokat ezzel a kampós karddal! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés. ",
|
||||
"weaponSpecialSummer2016WarriorNotes": "Bökdösd meg azokat a nehéz feladatokat ezzel a kampós karddal! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"weaponSpecialSummer2016MageText": "Tengeri hab varázsbotja",
|
||||
"weaponSpecialSummer2016MageNotes": "A tenger összes ereje átáramlik ezen a varázsboton. Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os nyári felszerelés. ",
|
||||
"weaponSpecialSummer2016MageNotes": "A tenger összes ereje átáramlik ezen a varázsboton. Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"weaponSpecialSummer2016HealerText": "Gyógyító szigony",
|
||||
"weaponSpecialSummer2016HealerNotes": "Az egyik ága fájdalmat okoz, a másik gyógyít. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os nyári felszerelés. ",
|
||||
"weaponSpecialSummer2016HealerNotes": "Az egyik ága fájdalmat okoz, a másik gyógyít. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"weaponSpecialFall2016RogueText": "A pókcsípés tőre",
|
||||
"weaponSpecialFall2016RogueNotes": "Érezd mennyire csíp a pók harapása! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés. ",
|
||||
"weaponSpecialFall2016RogueNotes": "Érezd mennyire csíp a pók harapása! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"weaponSpecialFall2016WarriorText": "Támadó gyökerek",
|
||||
"weaponSpecialFall2016WarriorNotes": "Rohamozd meg a feladataidat ezekkel a tekergő gyökerekkel! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés. ",
|
||||
"weaponSpecialFall2016WarriorNotes": "Rohamozd meg a feladataidat ezekkel a tekergő gyökerekkel! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"weaponSpecialFall2016MageText": "Vészjósló jósgömb",
|
||||
"weaponSpecialFall2016MageNotes": "Ne akard hogy ez a jósgömb megmondja a jövődet... Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"weaponSpecialFall2016HealerText": "Mérges kígyó",
|
||||
|
|
@ -235,13 +235,13 @@
|
|||
"weaponSpecialSummer2017HealerText": "Gyöngy varázspálca",
|
||||
"weaponSpecialSummer2017HealerNotes": "Ez a gyöngyözött hegyű varázspálca egyetlen érintéssel csillapít minden fájdalmat. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"weaponSpecialFall2017RogueText": "Kandírozott alma buzogány",
|
||||
"weaponSpecialFall2017RogueNotes": "Győzd le ellenfeleid az édességgel! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017WarriorText": "Kukorica cukorka lándzsa",
|
||||
"weaponSpecialFall2017WarriorNotes": "Az összes ellenfeled menekülni fog az ízletesnek tűnő lándzsád elől, legyenek szellemek, szörnyek vagy piros cetlik. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017RogueNotes": "Győzd le ellenfeleidet édességgel! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017WarriorText": "Selyemcukor lándzsa",
|
||||
"weaponSpecialFall2017WarriorNotes": "Az összes ellenfeled menekülni fog ez elől az ízletesnek tűnő lándzsa elől, legyenek azok szellemek, szörnyek vagy piros tennivalók. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017MageText": "Ijesztő varázsbot",
|
||||
"weaponSpecialFall2017MageNotes": "A varázsboton lévő világító koponya szemei mágiát és rejtélyt sugároznak. Növeli az intelligenciád <%= int %> ponttal, és az észlelésed <%= per %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017MageNotes": "A varázsboton lévő világító koponya szemei mágiát és rejtélyt sugároznak. Növeli az intelligenciádat <%= int %> ponttal és az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017HealerText": "Ijesztő kandeláber",
|
||||
"weaponSpecialFall2017HealerNotes": "Ez a fény eloszlatja a félelmet, és tudatja másokkal, hogy segíteni akarsz. Növeli az intelligenciád <%= int %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialFall2017HealerNotes": "Ez a fény eloszlatja a félelmet és tudatja másokkal, hogy segíteni akarsz. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"weaponSpecialWinter2018RogueText": "Borsmenta kampó",
|
||||
"weaponSpecialWinter2018RogueNotes": "Tökéletes falak megmászására, vagy az ellenfeleid édes cukorkával való összezavarására. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"weaponSpecialWinter2018WarriorText": "Ünnepi masnis kalapács",
|
||||
|
|
@ -371,7 +371,7 @@
|
|||
"armorSpecial0Text": "Szellempáncél",
|
||||
"armorSpecial0Notes": "Sikolt, amikor megcsapják, mert a viselője helyett érez fájdalmat. Növeli a szívósságodat <%= con %> ponttal.",
|
||||
"armorSpecial1Text": "Kristálypáncél",
|
||||
"armorSpecial1Notes": "Its tireless power inures the wearer to mundane discomfort. Increases all Stats by <%= attrs %>.",
|
||||
"armorSpecial1Notes": "A fáradthatatlan ereje megedzi a viselőjét az evilági kellemetlenségekkel szemben. Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"armorSpecial2Text": "Jean Chalard nemesi tunikája",
|
||||
"armorSpecial2Notes": "Igazán pihepuha leszel tőle! Növeli az intelligenciádat és a szívósságodat <%= attrs %> ponttal.",
|
||||
"armorSpecialTakeThisText": "\"Take This\" páncél",
|
||||
|
|
@ -400,8 +400,8 @@
|
|||
"armorSpecialDandySuitNotes": "Kétség kívül egyenes út vezet a sikerhez! Növeli az észlelésedet <%= per %> ponttal.",
|
||||
"armorSpecialSamuraiArmorText": "Szamuráj páncél",
|
||||
"armorSpecialSamuraiArmorNotes": "Ezt az erős pikkelypáncélt elegáns selyem fonal tartja össze. Növeli az észlelésedet <%= per %> ponttal.",
|
||||
"armorSpecialTurkeyArmorBaseText": "Turkey Armor",
|
||||
"armorSpecialTurkeyArmorBaseNotes": "Keep your drumsticks warm and cozy in this feathery armor! Confers no benefit.",
|
||||
"armorSpecialTurkeyArmorBaseText": "Pulyka páncél",
|
||||
"armorSpecialTurkeyArmorBaseNotes": "Tartsd a csülkeidet melegen és kényelmesen ebben a tollas páncélban! Nem változtat a tulajdonságaidon.",
|
||||
"armorSpecialYetiText": "Jetiszelídítő köpeny",
|
||||
"armorSpecialYetiNotes": "Bolyhos és vad. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2013-2014-es téli felszerelés.",
|
||||
"armorSpecialSkiText": "Sí-gyilkos anorák",
|
||||
|
|
@ -418,10 +418,10 @@
|
|||
"armorSpecialBirthday2016Notes": "Boldog születésnapot Habitica! Viseld ezt a nevetséges party köpenyt, hogy megünnepeld ezt a csodás napot. Nem változtat a tulajdonságaidon.",
|
||||
"armorSpecialBirthday2017Text": "Hóbortos party köpeny",
|
||||
"armorSpecialBirthday2017Notes": "Boldog születésnapot Habitica! Viseld ezt a hóbortos party köpenyt, hogy megünnepeld ezt a csodás napot. Nem változtat a tulajdonságaidon.",
|
||||
"armorSpecialBirthday2018Text": "Fanciful Party Robes",
|
||||
"armorSpecialBirthday2018Notes": "Happy Birthday, Habitica! Wear these Fanciful Party Robes to celebrate this wonderful day. Confers no benefit.",
|
||||
"armorSpecialGaymerxText": "Szivárvány harci páncél.",
|
||||
"armorSpecialGaymerxNotes": "In celebration of the GaymerX Conference, this special armor is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGTBQ and gaming and is open to everyone.",
|
||||
"armorSpecialBirthday2018Text": "Furcsa party köpeny",
|
||||
"armorSpecialBirthday2018Notes": "Boldog születésnapot Habitica! Viseld ezt a furcsa party köpenyt, hogy megünnepeld ezt a csodás napot. Nem változtat a tulajdonságaidon.",
|
||||
"armorSpecialGaymerxText": "Szivárványos harci páncél",
|
||||
"armorSpecialGaymerxNotes": "A GaymerX Konferencia ünnepléseként ez a különleges páncél a szívárvány minden színében pompázik! A GaymerX egy játék konferencia, ami az LGBTQ közösséget ünnepli a játékvilágban, valamint elérhető mindenki számára.",
|
||||
"armorSpecialSpringRogueText": "Karcsú macskajelmez",
|
||||
"armorSpecialSpringRogueNotes": "Hibátlanul ápolva. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es tavaszi felszerelés.",
|
||||
"armorSpecialSpringWarriorText": "Lóhere-acél páncél",
|
||||
|
|
@ -433,19 +433,19 @@
|
|||
"armorSpecialSummerRogueText": "Kalóz köpeny",
|
||||
"armorSpecialSummerRogueNotes": "Ez a köpeny roppant kényelmes, harrrrr! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialSummerWarriorText": "Kalandorköpeny",
|
||||
"armorSpecialSummerWarriorNotes": "Csattal és hetvenkedéssel. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialSummerWarriorNotes": "Csattal és hetvenkedéssel kiegészítve. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialSummerMageText": "Smaragd farok",
|
||||
"armorSpecialSummerMageNotes": "Ez a fényes pikkelyekből készült öltözet egy igazi Habmágussá változtatja a viselőjét! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialSummerHealerText": "Tengergyógyító farok",
|
||||
"armorSpecialSummerHealerNotes": "Ez a fényes pikkelyekből készült öltözet egy igazi Tengergyógyítóvá változtatja a viselőjét. Növeli a szívósságot <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialSummerHealerNotes": "Ez a fényes pikkelyekből készült öltözet egy igazi Tengergyógyítóvá változtatja a viselőjét. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"armorSpecialFallRogueText": "Vérvörös köpeny",
|
||||
"armorSpecialFallRogueNotes": "Élénk. Bíbor. Vámpíros. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallWarriorText": "A tudósok laborköpenye",
|
||||
"armorSpecialFallWarriorNotes": "Megvéd a főzetek rejtélyes kiömlésétől. Növeli a szívósságot <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallMageText": "Boszorkányos Varázslóköpeny",
|
||||
"armorSpecialFallMageNotes": "Ennek a köpenynek sok zsebe van, hogy több adag gőteszemet és békanyelvet lehessen benne tartani. Növeli az intelligenciát <%= int %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallHealerText": "Fátyolszerű Felszerelés",
|
||||
"armorSpecialFallHealerNotes": "Rohanj a csatába előre bekötözve! Növeli a szívósságot <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallWarriorNotes": "Megvéd a főzetek rejtélyes kiömlésétől. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallMageText": "Boszorkányos varázslóköpeny",
|
||||
"armorSpecialFallMageNotes": "Ennek a köpenynek sok zsebe van, hogy több adag gőteszemet és békanyelvet lehessen benne tárolni. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialFallHealerText": "Átlátszó felszerelés",
|
||||
"armorSpecialFallHealerNotes": "Rohanj a csatába előre bekötözve! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"armorSpecialWinter2015RogueText": "Jegtüskés sárkány páncél",
|
||||
"armorSpecialWinter2015RogueNotes": "Ez a páncél rettentő fagyos, de mindenképp megéri viselni amikor megleled a tömérdek kincset a jégtüskés sárkányok fészkének közepén. Nem mintha bármiféle tömérdek kincs után kutakodnál, hiszen te igazán, biztosan és abszolút egy valódi jégtüskés sárkány vagy, ugye?! Ne kérdezz többet! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-2015-ös téli felszerelés.",
|
||||
"armorSpecialWinter2015WarriorText": "Mézeskalács páncél",
|
||||
|
|
@ -463,19 +463,19 @@
|
|||
"armorSpecialSpring2015HealerText": "Megnyugtató macskajelmez",
|
||||
"armorSpecialSpring2015HealerNotes": "Ez a puha macskajelmez kényelmes, és annyira megnyugtató mint a menta tea. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös tavaszi felszerelés.",
|
||||
"armorSpecialSummer2015RogueText": "Rubin farok",
|
||||
"armorSpecialSummer2015RogueNotes": "Ez a csillogó pikkelyekből készített ruhadarab átváltoztatja viselőjét egy Renegát tengerésszé. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015RogueNotes": "Ez a csillogó pikkelyekből készített ruhadarab átváltoztatja viselőjét egy igazi Renegát tengerésszé. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015WarriorText": "Arany farok",
|
||||
"armorSpecialSummer2015WarriorNotes": "Ez a csillogó pikkelyekből készített ruhadarab átváltoztatja viselőjét egy Holdhal harcossá. Növeli a szívósságodat <%= con %> ponttal.Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015WarriorNotes": "Ez a csillogó pikkelyekből készített ruhadarab átváltoztatja viselőjét egy igazi Holdhal harcossá. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015MageText": "A jósnő köpenye",
|
||||
"armorSpecialSummer2015MageNotes": "Titokzatos erő rejtőzik ennek a köpenynek az ujjában. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015HealerText": "A tengerész páncélja",
|
||||
"armorSpecialSummer2015HealerNotes": "Ez a páncél mindenki tudomására hozza hogy te egy becsületes kereskedelmi tengerész vagy. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialSummer2015HealerText": "Tengerész páncél",
|
||||
"armorSpecialSummer2015HealerNotes": "Ez a páncél mindenki tudomására hozza hogy te egy becsületes kereskedelmi tengerész vagy, aki sohasem viselkedne úgy mint egy semmirekellő. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"armorSpecialFall2015RogueText": "Dene-véres harci páncél",
|
||||
"armorSpecialFall2015RogueNotes": "Repülj a csatába! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"armorSpecialFall2015WarriorText": "Madárijesztő páncél",
|
||||
"armorSpecialFall2015WarriorNotes": "Annak ellenére hogy ez a páncél szénával van kitömve, mégis rendkívül erős! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"armorSpecialFall2015MageText": "Varrott köpeny",
|
||||
"armorSpecialFall2015MageNotes": "Ezen a péncélon lévő minden öltés varázslattal van átitatva. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"armorSpecialFall2015MageNotes": "Ezen a köpenyen lévő minden öltés varázslattal van átitatva. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"armorSpecialFall2015HealerText": "Bájitalkészítő köpeny",
|
||||
"armorSpecialFall2015HealerNotes": "Micsoda? Persze hogy ez egy szívóssági bájital volt. Egyáltalán nem fogsz tőle békává változni. Ne legyél nevetséges. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"armorSpecialWinter2016RogueText": "Kakaó páncél",
|
||||
|
|
@ -499,17 +499,17 @@
|
|||
"armorSpecialSummer2016WarriorText": "Cápa farok",
|
||||
"armorSpecialSummer2016WarriorNotes": "Ez a durva anyagú ruhadarab átváltoztatja a viselőjét egy igazi Cápa harcossá! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"armorSpecialSummer2016MageText": "Delfin farok",
|
||||
"armorSpecialSummer2016MageNotes": "Ez a csíúszós anyagú ruhadarab átváltoztatja a viselőjét egy igazo Delfin mágussá! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"armorSpecialSummer2016MageNotes": "Ez a csúszós anyagú ruhadarab átváltoztatja a viselőjét egy igazi Delfin mágussá! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"armorSpecialSummer2016HealerText": "Csikóhal farok",
|
||||
"armorSpecialSummer2016HealerNotes": "Ez a tüskés ruhadarab átváltoztatja a viselőjét egy igazi Csikóhal gyógyítóvá! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"armorSpecialFall2016RogueText": "Fekete özvegy páncél",
|
||||
"armorSpecialFall2016RogueNotes": "Ezen a páncélon lévő szemek állandóan pislognak. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialFall2016RogueNotes": "Ezen a páncélon lévő szemek folyamatosan pislognak. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialFall2016WarriorText": "Nyálkával csíkozott páncél",
|
||||
"armorSpecialFall2016WarriorNotes": "Titokzatosan nedves és mohás! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialFall2016MageText": "A gonoszság palástja",
|
||||
"armorSpecialFall2016MageNotes": "Mikor a palástod meglebben hangos vihogást hallasz. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialFall2016HealerText": "Gorgó köpeny",
|
||||
"armorSpecialFall2016HealerNotes": "Ez a köpenyt kőből készítették. Akkor miért ilyen kényelmes? Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialFall2016HealerNotes": "Ez a köpeny igazából kőből készült. Akkor miért ilyen kényelmes? Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"armorSpecialWinter2017RogueText": "Jeges páncél",
|
||||
"armorSpecialWinter2017RogueNotes": "Ez a rejtett öltözet visszaveri a fényt hogy elvakítsa a gyanútlan feladatokat, miközben te begyűjtöd értük a jutalmat! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-2017-es téli felszerelés.",
|
||||
"armorSpecialWinter2017WarriorText": "Jéghokis páncél",
|
||||
|
|
@ -531,17 +531,17 @@
|
|||
"armorSpecialSummer2017WarriorText": "Homokos páncél",
|
||||
"armorSpecialSummer2017WarriorNotes": "Ne hagyd hogy ez a omladozó külső megtévesszen: ez a páncél erősebb mint a vas. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"armorSpecialSummer2017MageText": "Az örvény köpenye",
|
||||
"armorSpecialSummer2017MageNotes": "Vigyázz hogy ez a köpeny ne locsoljon le a beleszőtt megbűvölt vízzel! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"armorSpecialSummer2017HealerText": "Ezüst tengerfenék",
|
||||
"armorSpecialSummer2017MageNotes": "Vigyázz nehogy ez a megbűvölt vízből szőtt köpeny lelocsoljon! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"armorSpecialSummer2017HealerText": "Ezüsttenger uszony",
|
||||
"armorSpecialSummer2017HealerNotes": "Ez az ezüstös pikkelyekből készült ruhadarab átváltoztatja a viselőjét egy igazi Tengergyógyítóvá! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"armorSpecialFall2017RogueText": "Pumpkin Patch Robes",
|
||||
"armorSpecialFall2017RogueNotes": "Need to hide out? Crouch among the Jack o' Lanterns and these robes will conceal you! Increases Perception by <%= per %>. Limited Edition 2017 Autumn Gear.",
|
||||
"armorSpecialFall2017WarriorText": "Strong and Sweet Armor",
|
||||
"armorSpecialFall2017WarriorNotes": "This armor will protect you like a delicious candy shell. Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
|
||||
"armorSpecialFall2017MageText": "Masquerade Robes",
|
||||
"armorSpecialFall2017MageNotes": "What masquerade ensemble would be complete without dramatic and sweeping robes? Increases Intelligence by <%= int %>. Limited Edition 2017 Autumn Gear.",
|
||||
"armorSpecialFall2017HealerText": "Haunted House Armor",
|
||||
"armorSpecialFall2017HealerNotes": "Your heart is an open door. And your shoulders are roofing tiles! Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
|
||||
"armorSpecialFall2017RogueText": "Tökföld köpeny",
|
||||
"armorSpecialFall2017RogueNotes": "El kell bújnod? Kuporodj le a töklámpások közé és ez a köpeny majd elrejt! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"armorSpecialFall2017WarriorText": "Erős és édes páncél",
|
||||
"armorSpecialFall2017WarriorNotes": "Ez a páncél védelmet biztosít, akár egy cukorhéj. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"armorSpecialFall2017MageText": "Álarcosbáli talár",
|
||||
"armorSpecialFall2017MageNotes": "Milyen álarcosbáli öltözék lenne teljes drámai és suhanó palást nélkül? Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es őszi felszerelés. ",
|
||||
"armorSpecialFall2017HealerText": "Kísértetház páncél",
|
||||
"armorSpecialFall2017HealerNotes": "A szíved egy nyitott ajtó. A vállaid pedig tetőcserepek! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es őszi felszerelés. ",
|
||||
"armorSpecialWinter2018RogueText": "Rénszarvas jelmez",
|
||||
"armorSpecialWinter2018RogueNotes": "Olyan aranyosnak és bolyhosnak nézel ki, ki gyanakodna arra hogy csak az ünnepi zsákmányra fáj a fogad? Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"armorSpecialWinter2018WarriorText": "Csomagolópapír páncél",
|
||||
|
|
@ -589,7 +589,7 @@
|
|||
"armorMystery201604Text": "Levélpáncél",
|
||||
"armorMystery201604Notes": "Te is lehetsz egy kicsi, de félelmetes levélhalom. Nem változtat a tulajdonságaidon. 2016 áprilisi előfizetői tárgy.",
|
||||
"armorMystery201605Text": "Masírozó lantos egyenruha",
|
||||
"armorMystery201605Notes": "Unlike the traditional bards who join adventuring parties, bards who join Habitican marching bands are known for grand parades, not dungeon raids. Confers no benefit. May 2016 Subscriber Item.",
|
||||
"armorMystery201605Notes": "Tradícionális bárdokkal ellentétben akik kalandozó csapatokhoz csatlakoznak, azok a bárdok akik a Habitica masírozó zenekarához tartoznak nagy parádékról híresek nem pedig hadjáratokról. Nem változtat a tulajdonságaidon. 2016 májusi előfizetői tárgy.",
|
||||
"armorMystery201606Text": "Fókatündér farokúszó",
|
||||
"armorMystery201606Notes": "Ez az erős farokúszó úgy pompázik mint a tenger habjai a partnak csapódva. Nem változtat a tulajdonságaidon. 2016 júniusi előfieztői tárgy.",
|
||||
"armorMystery201607Text": "Tengerfenéki tolvaj páncél",
|
||||
|
|
@ -741,7 +741,7 @@
|
|||
"headSpecial0Text": "Szellemsisak",
|
||||
"headSpecial0Notes": "Vér és hamu, láva és obszidián adják ennek a sisaknak a kinézetét és erejét. Növeli az intelligenciádat <%= int %> ponttal.",
|
||||
"headSpecial1Text": "Kristálysisak",
|
||||
"headSpecial1Notes": "The favored crown of those who lead by example. Increases all Stats by <%= attrs %>.",
|
||||
"headSpecial1Notes": "Azok fejét koronázza, akik példát mutatnak másoknak. Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"headSpecial2Text": "Névtelen sisak",
|
||||
"headSpecial2Notes": "Egy testamentum azoknak, akik segítséget nyújtanak, miközben semmit sem kérnek cserébe. Növeli az intelligenciádat és az erődet <%= attrs %> ponttal.",
|
||||
"headSpecialTakeThisText": "\"Take This\" sisak",
|
||||
|
|
@ -772,8 +772,8 @@
|
|||
"headSpecialKabutoNotes": "Ez a sisak praktikus és gyönyörű! Elvonja ellenségeid figyelmét azzal, hogy csodálattal tölti el őket. Növeli az intelligenciádat <%= int %> ponttal.",
|
||||
"headSpecialNamingDay2017Text": "Fejedelmi lila griff sisak",
|
||||
"headSpecialNamingDay2017Notes": "Boldog névnapot! Viseld ezt az erős és tollas sisakot miközben a Habiticát ünnepled. Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialTurkeyHelmBaseText": "Turkey Helm",
|
||||
"headSpecialTurkeyHelmBaseNotes": "Your Turkey Day look will be complete when you don this beaked helm! Confers no benefit.",
|
||||
"headSpecialTurkeyHelmBaseText": "Pulyka sisak",
|
||||
"headSpecialTurkeyHelmBaseNotes": "A Pulyka napi kinézetet teljes lesz, ha ezt a csőrös sisakot hordod! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialNyeText": "Abszurd party süveg",
|
||||
"headSpecialNyeNotes": "Megkaptad az abszurd party süveget! Viseld büszkén, miközben átlépsz az újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialYetiText": "Jetiszelídítő sisak",
|
||||
|
|
@ -794,20 +794,20 @@
|
|||
"headSpecialSpringHealerNotes": "Ez a korona lojalitást és bajtársiasságot szimbolizál. A kutya a kalandozó legjobb barátja ugyebár! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es tavaszi felszerelés.",
|
||||
"headSpecialSummerRogueText": "Kalóz kalap",
|
||||
"headSpecialSummerRogueNotes": "Csak a legeredményesebb kalózok hordhatják! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialSummerWarriorText": "Kalandor selyemkendő",
|
||||
"headSpecialSummerWarriorNotes": "Ez a puha és sós ruhadarab, megtölti a viselőjét erővel. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialSummerWarriorText": "Kalandor fejkendő",
|
||||
"headSpecialSummerWarriorNotes": "Ez a puha és csípős ruhadarab, erővel tölti fel viselőjét . Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialSummerMageText": "Moszatsapka",
|
||||
"headSpecialSummerMageNotes": "Mi lehetne mágikusabb egy hínárral borított sapkánál? Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialSummerMageNotes": "Mi lehetne varázslatosabb egy hínárral borított sapkánál? Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialSummerHealerText": "Korall korona",
|
||||
"headSpecialSummerHealerNotes": "A viselője képessé válik a sérült korallzátonyok meggyógyítására. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialFallRogueText": "Vérvörös Csuklya",
|
||||
"headSpecialFallRogueNotes": "Egy Vámpír Sújtó kiléte mindig rejtve kell legyen. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es őszi felszerelés!",
|
||||
"headSpecialFallWarriorText": "A Tudomány Szörnyű Skalpja",
|
||||
"headSpecialFallWarriorNotes": "Ezt a sisakot csipázd! Csak ÉPPENHOGY használt. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialSummerHealerNotes": "A képessé teszi viselőjét a sérült korallzátonyok meggyógyítására. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"headSpecialFallRogueText": "Vérvörös csuklya",
|
||||
"headSpecialFallRogueNotes": "Egy vámpírvadász kiléte mindig rejtve kell hogy legyen. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialFallWarriorText": "A tudomány szörnyű skalpja",
|
||||
"headSpecialFallWarriorNotes": "Ezt a sisakot figyeld! Csak ÉPPENHOGY használt. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialFallMageText": "Hegyes kalap",
|
||||
"headSpecialFallMageNotes": "Varázslat van beleszőve ennek a kalapnak minden fonalába. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialFallHealerText": "Géz fejre",
|
||||
"headSpecialFallHealerNotes": "Nagyon higiénikus és iszonyúan divatos. <%= int %> pontot ad az intelligenciához. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialFallHealerText": "Fejkötés",
|
||||
"headSpecialFallHealerNotes": "Nagyon higiénikus és iszonyúan divatos. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"headSpecialNye2014Text": "Idétlen party süveg",
|
||||
"headSpecialNye2014Notes": "Megkaptad az idióta party süveget! Viseld büszkén, miközben átlépsz az Újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialWinter2015RogueText": "Jégtüskés sárkány maszk",
|
||||
|
|
@ -826,22 +826,22 @@
|
|||
"headSpecialSpring2015MageNotes": "Mi volt előbb, a nyuszi vagy a kalap? Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös tavaszi felszerelés.",
|
||||
"headSpecialSpring2015HealerText": "Megnyugtató korona",
|
||||
"headSpecialSpring2015HealerNotes": "A gyöngy ennek a koronának a közepén, megnyugtatja a körülötte lévőket. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös tavaszi felszerelés.",
|
||||
"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.",
|
||||
"headSpecialSummer2015RogueText": "Renegát kalap",
|
||||
"headSpecialSummer2015RogueNotes": "Ez a kalóz kalap leesett a fedélzetről és tüzes korall darabokkal lett díszítve. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"headSpecialSummer2015WarriorText": "Drágaköves óceáni sisak",
|
||||
"headSpecialSummer2015WarriorNotes": "Ez a sisak, amelyet az óceán mélyéről származó fémekből kovácsoltak a Halogatás meseterei, erős ás csinos. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"headSpecialSummer2015MageText": "A jósnő sálja",
|
||||
"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.",
|
||||
"headSpecialSummer2015MageNotes": "Titokzatos erő ragyog ennek a sálnak a fonalaiból. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"headSpecialSummer2015HealerText": "Tengerész sapka",
|
||||
"headSpecialSummer2015HealerNotes": "A tengerész sapkáddal a fejeden, még a legviharosabb tengert is képes vagy navigálni! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"headSpecialFall2015RogueText": "Dene-véres harci szárny",
|
||||
"headSpecialFall2015RogueNotes": "Echolocate your enemies with this powerful helm! Increases Perception by <%= per %>. Limited Edition 2015 Autumn Gear.",
|
||||
"headSpecialFall2015WarriorText": "Scarecrow Hat",
|
||||
"headSpecialFall2015WarriorNotes": "Everyone would want this hat--if they only had a brain. Increases Strength by <%= str %>. Limited Edition 2015 Autumn Gear.",
|
||||
"headSpecialFall2015MageText": "Stitched Hat",
|
||||
"headSpecialFall2015MageNotes": "Every stitch in this hat augments its power. Increases Perception by <%= per %>. Limited Edition 2015 Autumn Gear.",
|
||||
"headSpecialFall2015RogueNotes": "Használj echolokációt hogy megtaláld az ellenfeleidet ezzel az erős fejfedővel! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"headSpecialFall2015WarriorText": "Madárijesztő kalap",
|
||||
"headSpecialFall2015WarriorNotes": "Mindenki ezt a kalapot akarná--hogyha volna eszük. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"headSpecialFall2015MageText": "Varrott süveg",
|
||||
"headSpecialFall2015MageNotes": "Ezen a süvegen lévő minden öltés növeli az erejét. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"headSpecialFall2015HealerText": "A béka kalapja",
|
||||
"headSpecialFall2015HealerNotes": "This is an extremely serious hat that is worthy of only the most advanced potioners. Increases Intelligence by <%= int %>. Limited Edition 2015 Autumn Gear.",
|
||||
"headSpecialFall2015HealerNotes": "Ez egy nagyon komoly kalap amit csak a legtapasztaltabb bájitalkészítők hordhatnak. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"headSpecialNye2015Text": "Nevetséges party süveg",
|
||||
"headSpecialNye2015Notes": "Megkaptad a nevetséges party süveget! Viseld büszkén, miközben átlépsz az újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialWinter2016RogueText": "Kakaó sisak",
|
||||
|
|
@ -860,24 +860,24 @@
|
|||
"headSpecialSpring2016MageNotes": "Ruhadarab, ami segít kiemelkedned a közönséges mágusok közül. Növeli az erődet <%= per %> ponttal. Limitált kiadású 2016-os tavaszi felszerelés.",
|
||||
"headSpecialSpring2016HealerText": "Virág diadém",
|
||||
"headSpecialSpring2016HealerNotes": "Új élet születésének lehetőségével csillog. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os tavaszi felszerelés.",
|
||||
"headSpecialSummer2016RogueText": "Eel Helm",
|
||||
"headSpecialSummer2016RogueNotes": "Peek out from rocky crevices while wearing this stealthy helm. Increases Perception by <%= per %>. Limited Edition 2016 Summer Gear.",
|
||||
"headSpecialSummer2016WarriorText": "Shark Helmet",
|
||||
"headSpecialSummer2016WarriorNotes": "Bite those tough tasks with this fearsome helm! Increases Strength by <%= str %>. Limited Edition 2016 Summer Gear.",
|
||||
"headSpecialSummer2016MageText": "Blowspout Hat",
|
||||
"headSpecialSummer2016MageNotes": "Magical water constantly sprays from this hat. Increases Perception by <%= per %>. Limited Edition 2016 Summer Gear.",
|
||||
"headSpecialSummer2016RogueText": "Angolna sisak",
|
||||
"headSpecialSummer2016RogueNotes": "Less ki a sziklák rései között miközben ezt a rejtőzködő sisakot hordod. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"headSpecialSummer2016WarriorText": "Cápa sisak",
|
||||
"headSpecialSummer2016WarriorNotes": "Harapd meg azokat a nehéz feladatokat ezzel a félelmetes sisakkal! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"headSpecialSummer2016MageText": "Cet orrnyílás kalap",
|
||||
"headSpecialSummer2016MageNotes": "Mágikus víz folyamatosan spriccel ebből a kalapból. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"headSpecialSummer2016HealerText": "Csikóhal sisak",
|
||||
"headSpecialSummer2016HealerNotes": "This helm indicates that the wearer was trained by the magical healing seahorses of Dilatory. Increases Intelligence by <%= int %>. Limited Edition 2016 Summer Gear.",
|
||||
"headSpecialFall2016RogueText": "Black Widow Helm",
|
||||
"headSpecialFall2016RogueNotes": "The legs on this helm are constantly twitching. Increases Perception by <%= per %>. Limited Edition 2016 Autumn Gear.",
|
||||
"headSpecialFall2016WarriorText": "Gnarled Bark Helm",
|
||||
"headSpecialFall2016WarriorNotes": "This swamp-sogged helm is covered with bits of bog. Increases Strength by <%= str %>. Limited Edition 2016 Autumn Gear.",
|
||||
"headSpecialFall2016MageText": "Hood of Wickedness",
|
||||
"headSpecialFall2016MageNotes": "Conceal your plotting beneath this shadowy hood. Increases Perception by <%= per %>. Limited Edition 2016 Autumn Gear.",
|
||||
"headSpecialFall2016HealerText": "Medusa's Crown",
|
||||
"headSpecialFall2016HealerNotes": "Woe to anyone who looks you in the eyes... Increases Intelligence by <%= int %>. Limited Edition 2016 Autumn Gear.",
|
||||
"headSpecialSummer2016HealerNotes": "Ez a sisak arra utal, hogy viselőjét a Halogatás mágikus gyógyító csikóhalai képezték ki. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"headSpecialFall2016RogueText": "Fekete özvegy sisak",
|
||||
"headSpecialFall2016RogueNotes": "Ezen a sisakon lévő lábak folyamatosan rángatóznak. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"headSpecialFall2016WarriorText": "Bütykös kéregsisak",
|
||||
"headSpecialFall2016WarriorNotes": "Ez a mocsaras sisak iszapdarabokkal van beborítva. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"headSpecialFall2016MageText": "A gonoszság csuklyája",
|
||||
"headSpecialFall2016MageNotes": "Titkold el cselszövéseidet ezalatt a homályba burkolózott csuklya alatt. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"headSpecialFall2016HealerText": "Medúza koronája",
|
||||
"headSpecialFall2016HealerNotes": "Jaj mindenkire aki a szemedbe mer nézni... Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"headSpecialNye2016Text": "Hóbortos party süveg",
|
||||
"headSpecialNye2016Notes": "Megkaptad a hóbortos őarty süveget! Viseld büszkén, miközben átlépsz az újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialNye2016Notes": "Megkaptad a hóbortos party süveget! Viseld büszkén, miközben átlépsz az újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialWinter2017RogueText": "Jeges sisak",
|
||||
"headSpecialWinter2017RogueNotes": "Ez a sisak, melyet jégkristályokból formáztak, segít abban hogy észrevétlenül utazz téli vidékeken. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2016-2017-es téli felszerelés.",
|
||||
"headSpecialWinter2017WarriorText": "Jéghokis sisak",
|
||||
|
|
@ -895,23 +895,23 @@
|
|||
"headSpecialSpring2017HealerText": "Virágszirom diadém",
|
||||
"headSpecialSpring2017HealerNotes": "Ez a törékeny korona a közelgő tavasz virágainak illatát árasztja magából. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es tavaszi felszerelés.",
|
||||
"headSpecialSummer2017RogueText": "Tengeri sárkány sisak",
|
||||
"headSpecialSummer2017RogueNotes": "This helm changes colors to help you blend in with your surroundings. Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
|
||||
"headSpecialSummer2017WarriorText": "Sandcastle Helm",
|
||||
"headSpecialSummer2017WarriorNotes": "The finest helm anyone could hope to wear... at least, until the tide comes in. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
|
||||
"headSpecialSummer2017MageText": "Az örvény kaalapja",
|
||||
"headSpecialSummer2017MageNotes": "This hat is composed entirely of a swirling, inverted whirlpool. Increases Perception by <%= per %>. Limited Edition 2017 Summer Gear.",
|
||||
"headSpecialSummer2017HealerText": "Crown of Sea Creatures",
|
||||
"headSpecialSummer2017HealerNotes": "This helm is made up of friendly sea creatures who are temporarily resting on your head, giving you sage advice. Increases Intelligence by <%= int %>. Limited Edition 2017 Summer Gear.",
|
||||
"headSpecialFall2017RogueText": "Jack-o-Lantern Helm",
|
||||
"headSpecialFall2017RogueNotes": "Ready for treats? Time to don this festive, glowing helm! Increases Perception by <%= per %>. Limited Edition 2017 Autumn Gear.",
|
||||
"headSpecialFall2017WarriorText": "Candy Corn Helm",
|
||||
"headSpecialFall2017WarriorNotes": "This helm might look like a treat, but wayward tasks won't find it so sweet! Increases Strength by <%= str %>. Limited Edition 2017 Autumn Gear.",
|
||||
"headSpecialFall2017MageText": "Masquerade Helm",
|
||||
"headSpecialFall2017MageNotes": "When you appear in this feathery hat, everyone will be left guessing the identity of the magical stranger in the room! Increases Perception by <%= per %>. Limited Edition 2017 Autumn Gear.",
|
||||
"headSpecialFall2017HealerText": "Haunted House Helm",
|
||||
"headSpecialFall2017HealerNotes": "Invite spooky spirits and friendly creatures to seek your healing powers in this helm! Increases Intelligence by <%= int %>. Limited Edition 2017 Autumn Gear.",
|
||||
"headSpecialNye2017Text": "Fanciful Party Hat",
|
||||
"headSpecialNye2017Notes": "You've received a Fanciful Party Hat! Wear it with pride while ringing in the New Year! Confers no benefit.",
|
||||
"headSpecialSummer2017RogueNotes": "Ez a sisak színváltó, hogy segítsen beleolvadni a környezetedbe. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"headSpecialSummer2017WarriorText": "Homokvár sisak",
|
||||
"headSpecialSummer2017WarriorNotes": "A legpompásabb sisak amit bárki szívesen viselne... legalábbis amíg nem jön a dagály. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"headSpecialSummer2017MageText": "Az örvény kalapja",
|
||||
"headSpecialSummer2017MageNotes": "Ez az egész sapka visszafelé kavargó örvényekből készült. Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"headSpecialSummer2017HealerText": "Tengeri lények koronája",
|
||||
"headSpecialSummer2017HealerNotes": "Ezt a koronát barátságos tengeri lények alkotják, akik ideiglenesen a fejeden pihennek, miközben bölcs tanáccsal látnak el. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"headSpecialFall2017RogueText": "Töklámpás sisak",
|
||||
"headSpecialFall2017RogueNotes": "Készen állsz a finom falatokra? Itt az idő hogy felvedd ezt az ünnepi, izzó sisakot! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"headSpecialFall2017WarriorText": "Selyemcukor sisak",
|
||||
"headSpecialFall2017WarriorNotes": "Ez a sisak habár finom falatnak tűnik, de az önfejű feladatok nem fogják olyan finomnak találni! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"headSpecialFall2017MageText": "Álarcosbáli kalap",
|
||||
"headSpecialFall2017MageNotes": "Amikor megjelensz ebben a tollas kalapban, mindenki azt fogja találgatni hogy ki ez a varázslatos idegen! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"headSpecialFall2017HealerText": "Kísértetház sisak",
|
||||
"headSpecialFall2017HealerNotes": "Hívj meg ijesztő szellemeket és barátságos lényeket akik a sisakod gyógyító erejét keresik. Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"headSpecialNye2017Text": "Furcsa party süveg",
|
||||
"headSpecialNye2017Notes": "Megkaptad a furcsa party süveget! Viseld büszkén, miközben átlépsz az újévbe! Nem változtat a tulajdonságaidon.",
|
||||
"headSpecialWinter2018RogueText": "Rénszarvas sisak",
|
||||
"headSpecialWinter2018RogueNotes": "A tökéletes ünnepi álca beépített fényszóróval! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"headSpecialWinter2018WarriorText": "Ajándékdoboz sisak",
|
||||
|
|
@ -920,8 +920,8 @@
|
|||
"headSpecialWinter2018MageNotes": "Készen állsz egy igazán különleges varázslatra? Ez a csillogó kalap kétségtelenül felerősíti a varázsigéidet! Növeli az észlelésedet <%= per %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"headSpecialWinter2018HealerText": "Fagyöngy csuklya",
|
||||
"headSpecialWinter2018HealerNotes": "Ez az elegáns csuklya melegen tart vidám ünnepi érzésekkel! Növeli az intelligenciádat <%= int %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"headSpecialGaymerxText": "Szívárványos harcisisak",
|
||||
"headSpecialGaymerxNotes": "In celebration of the GaymerX Conference, this special helmet is decorated with a radiant, colorful rainbow pattern! GaymerX is a game convention celebrating LGTBQ and gaming and is open to everyone.",
|
||||
"headSpecialGaymerxText": "Szívárványos harci sisak",
|
||||
"headSpecialGaymerxNotes": "A GaymerX Konferencia ünnepléseként ez a különleges sisak a szívárvány minden színében pompázik! A GaymerX egy játék konferencia, ami az LGBTQ közösséget ünnepli a játékvilágban, valamint elérhető mindenki számára.",
|
||||
"headMystery201402Text": "Szárnyas sisak",
|
||||
"headMystery201402Notes": "Ez a szárnyas diadém szélsebessé tesz! Nem változtat a tulajdonságaidon. 2014 februári előfizetői tárgy.",
|
||||
"headMystery201405Text": "Az elme lángja",
|
||||
|
|
@ -957,7 +957,7 @@
|
|||
"headMystery201604Text": "Virágkorona",
|
||||
"headMystery201604Notes": "Ezek az összefűzött virágok meglepően erős sisakot alkotnak. Nem változtat a tulajdonságaidon. 2016 áprilisi előfizetői tárgy.",
|
||||
"headMystery201605Text": "Masírozó lantos süveg",
|
||||
"headMystery201605Notes": "Seventy-six dragons led the big parade, with a hundred and ten gryphons close at hand! Confers no benefit. May 2016 Subscriber Item.",
|
||||
"headMystery201605Notes": "Hatvanhét sárkány vezette a nagy parádét, száztíz griffmadár szorosan követve őket! Nem változtat a tulajdonságaidon. 2016 májusi előfizetői tárgy.",
|
||||
"headMystery201606Text": "Fókatündér sapka",
|
||||
"headMystery201606Notes": "Dúdold az óceán dallamát miközben elvegyülsz a mulatozó fókák között. Nem változtat a tulajdonságaidon. 2016 júniusi előfizetői tárgy.",
|
||||
"headMystery201607Text": "Tengerfenéki tolvaj sisak",
|
||||
|
|
@ -1101,7 +1101,7 @@
|
|||
"shieldSpecial0Text": "A gyötrelem koponyája",
|
||||
"shieldSpecial0Notes": "A halál függönyén túli rémeket mutat az ellenségeidnek, hogy féljenek. Növeli az észlelésedet <%= per %> ponttal.",
|
||||
"shieldSpecial1Text": "Kristálypajzs",
|
||||
"shieldSpecial1Notes": "Shatters arrows and deflects the words of naysayers. Increases all Stats by <%= attrs %>.",
|
||||
"shieldSpecial1Notes": "Összezúzza a nyilakat és visszaveri a pesszimisták szavait. Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"shieldSpecialTakeThisText": "\"Take This\" pajzs",
|
||||
"shieldSpecialTakeThisNotes": "Ezt a pajzsot azért érdemelted ki, mert részt vettél a 'Take This' által szponzorált kihívásban. Gratulálunk! Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"shieldSpecialGoldenknightText": "Mustaine mérföldkő zúzó tüskés buzogánya",
|
||||
|
|
@ -1132,13 +1132,13 @@
|
|||
"shieldSpecialSpringHealerNotes": "Visszataszítóan kezd csipogni, amikor megcsapják, elüldözve ellenségeidet. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es tavaszi felszerelés.",
|
||||
"shieldSpecialSummerRogueText": "Kalóz vadászkés",
|
||||
"shieldSpecialSummerRogueNotes": "Elég! Azok a napi feladatok hamar a tengerben kötnek majd ki! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"shieldSpecialSummerWarriorText": "Uszadékfa Pajzs",
|
||||
"shieldSpecialSummerWarriorText": "Uszadékfa pajzs",
|
||||
"shieldSpecialSummerWarriorNotes": "Ez az elsüllyedt hajók fájából készült pajzs még a legviharosabb napi feladataidat is elrettenti. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"shieldSpecialSummerHealerText": "A zátony pajzsa",
|
||||
"shieldSpecialSummerHealerNotes": "Senki nem meri majd megtámadni a korallzátonyt, ezzel a fényes pajzzsal szemben! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"shieldSpecialFallRogueText": "Ezüst karó",
|
||||
"shieldSpecialFallRogueNotes": "Elteheted vele az előholtakat láb alól. Bónuszt ad vérfarkasok ellen is, mert sosem lehetsz elég óvatos. <%= str %> pontot ad az erőhöz. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"shieldSpecialFallWarriorText": "A Tudomány Erős Főzete",
|
||||
"shieldSpecialFallRogueNotes": "Elteheted vele az élőholtakat láb alól. Bónuszt ad vérfarkasok ellen is, mert sosem lehetsz elég óvatos. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"shieldSpecialFallWarriorText": "A tudomány erős főzete",
|
||||
"shieldSpecialFallWarriorNotes": "Rejtélyesen ráömlik a laborköpenyekre. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
"shieldSpecialFallHealerText": "Ékköves pajzs",
|
||||
"shieldSpecialFallHealerNotes": "Ezt a csillogó pajzsot egy ősi sírban találták. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2014-es őszi felszerelés.",
|
||||
|
|
@ -1156,16 +1156,16 @@
|
|||
"shieldSpecialSpring2015HealerNotes": "Pihentesd a fejedet ezen a puha párnán, vagy küzdj meg ellene félelmetes karmaiddal. Rawr! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös tavaszi felszerelés.",
|
||||
"shieldSpecialSummer2015RogueText": "Tüzes korall",
|
||||
"shieldSpecialSummer2015RogueNotes": "Ez a tűzkorall családjába tartozó korall képes arra hogy a mérgét a vízen keresztül hajtsa. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"shieldSpecialSummer2015WarriorText": "Kardhal pajzs",
|
||||
"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.",
|
||||
"shieldSpecialFall2015RogueText": "Dene-véres fejsze",
|
||||
"shieldSpecialFall2015RogueNotes": "Fearsome To-Dos cower before the flapping of this ax. Increases Strength by <%= str %>. Limited Edition 2015 Autumn Gear.",
|
||||
"shieldSpecialFall2015WarriorText": "Birdseed Bag",
|
||||
"shieldSpecialFall2015WarriorNotes": "It's true that you're supposed to be SCARING the crows, but there's nothing wrong with making friends! Increases Constitution by <%= con %>. Limited Edition 2015 Autumn Gear.",
|
||||
"shieldSpecialFall2015HealerText": "Stirring Stick",
|
||||
"shieldSpecialFall2015HealerNotes": "This stick can stir anything without melting, dissolving, or bursting into flame! It can also be used to fiercely poke enemy tasks. Increases Constitution by <%= con %>. Limited Edition 2015 Autumn Gear.",
|
||||
"shieldSpecialSummer2015WarriorText": "Holdhal pajzs",
|
||||
"shieldSpecialSummer2015WarriorNotes": "Ez a pajzs, amelyet az óceán mélyéről származó fémekből kovácsoltak a Halogatás meseterei, úgy ragyog mint a homok és a tenger. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"shieldSpecialSummer2015HealerText": "Szíjjas pajzs",
|
||||
"shieldSpecialSummer2015HealerNotes": "Használd ezt a pajzsot hogy eltángáld a hajófenékben rejtőző patkányokat. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"shieldSpecialFall2015RogueText": "Dene-véres harci fejsze",
|
||||
"shieldSpecialFall2015RogueNotes": "A félelmetes tennivalók is elbújnak ha ezt a fejszét megsuhintják. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-ös őszi felszerelés.",
|
||||
"shieldSpecialFall2015WarriorText": "Madáreledeles zsák",
|
||||
"shieldSpecialFall2015WarriorNotes": "Igaz hogy a madarakat IJESZTGETNED kellene, de nincs azzal semmi baj hogy barátokat akarsz szerezni! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös őszi felszerelés. ",
|
||||
"shieldSpecialFall2015HealerText": "Keverő bot",
|
||||
"shieldSpecialFall2015HealerNotes": "Ezzel a bottal bármit lehet kavarni anélkül hogy elolvadna, megsemmisülne vagy lángokba borulna! Ádáz feladatok megbökéséhez is használható. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2015-ös őszi felszerelés. ",
|
||||
"shieldSpecialWinter2016RogueText": "Kakaós bögre",
|
||||
"shieldSpecialWinter2016RogueNotes": "Meleg ital vagy perzselő muníció? Te döntesz... Növeli az erődet <%= str %> ponttal. Limitált kiadású 2015-2016-os téli felszerelés. ",
|
||||
"shieldSpecialWinter2016WarriorText": "Szánkó pajzs",
|
||||
|
|
@ -1180,16 +1180,16 @@
|
|||
"shieldSpecialSpring2016HealerNotes": "Az április bolondja szerint ez a kis pajzs kivédi a csillogó magokat. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os tavaszi felszerelés.",
|
||||
"shieldSpecialSummer2016RogueText": "Elektromos rúd",
|
||||
"shieldSpecialSummer2016RogueNotes": "Bárki aki meg akar veled küzdeni számíthat egy felvillanyozó meglepetésre... Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os nyári felszerelés. ",
|
||||
"shieldSpecialSummer2016WarriorText": "Shark Tooth",
|
||||
"shieldSpecialSummer2016WarriorNotes": "Bite those tough tasks with this toothy shield! Increases Constitution by <%= con %>. Limited Edition 2016 Summer Gear.",
|
||||
"shieldSpecialSummer2016HealerText": "Sea Star Shield",
|
||||
"shieldSpecialSummer2016HealerNotes": "Sometimes mistakenly called a Starfish Shield. Increases Constitution by <%= con %>. Limited Edition 2016 Summer Gear.",
|
||||
"shieldSpecialSummer2016WarriorText": "Cápafog",
|
||||
"shieldSpecialSummer2016WarriorNotes": "Üsd ki azokat a nehéz feladatokat ezzel a fogas pajzzsal. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"shieldSpecialSummer2016HealerText": "Tengeri csillag pajzs",
|
||||
"shieldSpecialSummer2016HealerNotes": "Néha tévesen tengericsillag pajzsnak nevezik. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os nyári felszerelés.",
|
||||
"shieldSpecialFall2016RogueText": "A pókcsípés tőre",
|
||||
"shieldSpecialFall2016RogueNotes": "Feel the sting of the spider's bite! Increases Strength by <%= str %>. Limited Edition 2016 Autumn Gear.",
|
||||
"shieldSpecialFall2016WarriorText": "Defensive Roots",
|
||||
"shieldSpecialFall2016WarriorNotes": "Defend against Dailies with these writhing roots! Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.",
|
||||
"shieldSpecialFall2016HealerText": "Gorgon Shield",
|
||||
"shieldSpecialFall2016HealerNotes": "Don't admire your own reflection in this. Increases Constitution by <%= con %>. Limited Edition 2016 Autumn Gear.",
|
||||
"shieldSpecialFall2016RogueNotes": "Érezd mennyire csíp a pók harapása! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"shieldSpecialFall2016WarriorText": "Védelmező gyökerek",
|
||||
"shieldSpecialFall2016WarriorNotes": "Védd meg magad a napi feladatokkal szemben ezekkel a tekeredő gyökerekkel! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"shieldSpecialFall2016HealerText": "Gorgó pajzs",
|
||||
"shieldSpecialFall2016HealerNotes": "Ebben ne csodáld a saját tükörképedet. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2016-os őszi felszerelés.",
|
||||
"shieldSpecialWinter2017RogueText": "Jégfejsze",
|
||||
"shieldSpecialWinter2017RogueNotes": "Ez a fejsze hasznos támadáshoz, védekezéshez, valamint jégmászáshoz! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2016-2017-es téli felszerelés.",
|
||||
"shieldSpecialWinter2017WarriorText": "Korong pajzs",
|
||||
|
|
@ -1203,17 +1203,17 @@
|
|||
"shieldSpecialSpring2017HealerText": "Kosár pajzs",
|
||||
"shieldSpecialSpring2017HealerNotes": "Védelmet biztosít, valamint arra is jól jön hogy a gyógyfüveidet és a páncélzatodat tárold benne. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es tavaszi felszerelés.",
|
||||
"shieldSpecialSummer2017RogueText": "Tengeri sárkány uszony",
|
||||
"shieldSpecialSummer2017RogueNotes": "The edges of these fins are razor-sharp. Increases Strength by <%= str %>. Limited Edition 2017 Summer Gear.",
|
||||
"shieldSpecialSummer2017WarriorText": "Scallop Shield",
|
||||
"shieldSpecialSummer2017WarriorNotes": "This shell that you just found is both decorative AND defensive! Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.",
|
||||
"shieldSpecialSummer2017HealerText": "Oyster Shield",
|
||||
"shieldSpecialSummer2017HealerNotes": "This magical oyster constantly generates pearls as well as protection. Increases Constitution by <%= con %>. Limited Edition 2017 Summer Gear.",
|
||||
"shieldSpecialFall2017RogueText": "Candied Apple Mace",
|
||||
"shieldSpecialFall2017RogueNotes": "Defeat your foes with sweetness! Increases Strength by <%= str %>. Limited Edition 2017 Autumn Gear.",
|
||||
"shieldSpecialFall2017WarriorText": "Candy Corn Shield",
|
||||
"shieldSpecialFall2017WarriorNotes": "This candy shield has mighty protective powers, so try not to nibble on it! Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
|
||||
"shieldSpecialFall2017HealerText": "Haunted Orb",
|
||||
"shieldSpecialFall2017HealerNotes": "This orb occasionally screeches. We're sorry, we're not sure why. But it sure looks nifty! Increases Constitution by <%= con %>. Limited Edition 2017 Autumn Gear.",
|
||||
"shieldSpecialSummer2017RogueNotes": "Ennek az uszonynak a széle pengeéles. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"shieldSpecialSummer2017WarriorText": "Kagyló pajzs",
|
||||
"shieldSpecialSummer2017WarriorNotes": "Ez a kagyló amit most találtál dekoratív is ÉS védelmet is biztosít. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"shieldSpecialSummer2017HealerText": "Osztriga pajzs",
|
||||
"shieldSpecialSummer2017HealerNotes": "Eza mágikus osztriga folyamatosan állít elő gyöngyöket valamint védelmet is biztosít. Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es nyári felszerelés.",
|
||||
"shieldSpecialFall2017RogueText": "Kandírozott alma buzogány",
|
||||
"shieldSpecialFall2017RogueNotes": "Győzd le ellenfeleidet édességgel! Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"shieldSpecialFall2017WarriorText": "Selyemcukor pajzs",
|
||||
"shieldSpecialFall2017WarriorNotes": "Ez a cukor pajzs hatalmas védelmező erővel bír, ezért próbáld meg nem majszolni! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"shieldSpecialFall2017HealerText": "Kísértetjárta gömb",
|
||||
"shieldSpecialFall2017HealerNotes": "Ez a gömb időnként elkezd sikítozni. Ne haragudj, nem tudjuk hogy miért. De az biztos hogy klasszul néz ki! Növeli a szívósságodat <%= con %> ponttal. Limitált kiadású 2017-es őszi felszerelés.",
|
||||
"shieldSpecialWinter2018RogueText": "Borsmenta kampó",
|
||||
"shieldSpecialWinter2018RogueNotes": "Tökéletes falak megmászására, vagy az ellenfeleid édes cukorkával való összezavarására. Növeli az erődet <%= str %> ponttal. Limitált kiadású 2017-2018-as téli felszerelés.",
|
||||
"shieldSpecialWinter2018WarriorText": "Varázslatos ajándékzsák",
|
||||
|
|
@ -1311,9 +1311,9 @@
|
|||
"backSpecialSnowdriftVeilText": "Hófuvat fátyol",
|
||||
"backSpecialSnowdriftVeilNotes": "Ettől az átlátszó fátyoltól úgy nézel ki mintha kavargó hó venne körül! Nem változtat a tulajdonságaidon.",
|
||||
"backSpecialAetherCloakText": "Éterköpeny",
|
||||
"backSpecialAetherCloakNotes": "This cloak once belonged to the Lost Masterclasser herself. Increases Perception by <%= per %>.",
|
||||
"backSpecialTurkeyTailBaseText": "Turkey Tail",
|
||||
"backSpecialTurkeyTailBaseNotes": "Wear your noble Turkey Tail with pride while you celebrate! Confers no benefit.",
|
||||
"backSpecialAetherCloakNotes": "Ez a palást egyszer az elveszett kasztmester birtokában volt. Növeli az észlelésedet <%= per %> ponttal.",
|
||||
"backSpecialTurkeyTailBaseText": "Pulyka farok",
|
||||
"backSpecialTurkeyTailBaseNotes": "Viseld büszkén ezt a nemes pulyka farkat amíg ünnepelsz! Nem változtat a tulajdonságaidon.",
|
||||
"body": "Test kiegészítő",
|
||||
"bodyCapitalized": "Test kiegészítő",
|
||||
"bodyBase0Text": "Nincs test kiegésztő",
|
||||
|
|
@ -1327,19 +1327,19 @@
|
|||
"bodySpecialTakeThisText": "\"Take This\" vállpáncél",
|
||||
"bodySpecialTakeThisNotes": "Ezt a vállpáncélt azért érdemelted ki, mert részt vettél a 'Take This' által szponzorált kihívásban. Gratulálunk! Növeli az összes tulajdonságodat <%= attrs %> ponttal.",
|
||||
"bodySpecialAetherAmuletText": "Éter amulett",
|
||||
"bodySpecialAetherAmuletNotes": "This amulet has a mysterious history. Increases Constitution and Strength by <%= attrs %> each.",
|
||||
"bodySpecialAetherAmuletNotes": "Ennek az amulettnek titokzatos története van. Növeli a szívósságodat és az erődet <%= attrs %> ponttal.",
|
||||
"bodySpecialSummerMageText": "Csillogó kis köpeny",
|
||||
"bodySpecialSummerMageNotes": "Sem sósvíztől, sem édesvíztől nem lesz patinás ez a fémes kis köpeny. Nem változtat a tulajdonságaidon. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"bodySpecialSummerHealerText": "Korall nyaklánc",
|
||||
"bodySpecialSummerHealerNotes": "Stílusos nyaklánc élő korallból. Nem változtat a tulajdonságaidon. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"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.",
|
||||
"bodySpecialSummerHealerNotes": "Stílusos nyaklánc élő korallból! Nem változtat a tulajdonságaidon. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"bodySpecialSummer2015RogueText": "Renegát selyemöv",
|
||||
"bodySpecialSummer2015RogueNotes": "Nem lehetsz igazi renegát magabiztosság nélkül... és egy selyemöv nélkül. Nem változtat a tulajdonságaidon. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"bodySpecialSummer2015WarriorText": "Óceáni tüskék",
|
||||
"bodySpecialSummer2015WarriorNotes": "Mindegyik tüske medúzaméregtől csöpög, ami megvédi a viselőjét. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"bodySpecialSummer2015MageText": "Arany csat",
|
||||
"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.",
|
||||
"bodySpecialSummer2015MageNotes": "Ebben a csatban semmilyen erő nem rejtőzik, csak fényesnek néz ki. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"bodySpecialSummer2015HealerText": "Tengerész sál",
|
||||
"bodySpecialSummer2015HealerNotes": "Ho ho hó? Ne, ne, ne! Nem változtat a tulajdonságaidon. Limitált kiadású 2015-ös nyári felszerelés.",
|
||||
"bodyMystery201705Text": "Redős tollas harci szárny",
|
||||
"bodyMystery201705Notes": "Ezek a redős szárnyak nemcsak divatosak, de a felruháznak a griffmadár gyorsaságával és mozgékonyságával! Nem változtat a tulajdonságaidon. 2017 májusi előfizetői tárgy.",
|
||||
"bodyMystery201706Text": "Rongyos kalóz köpeny",
|
||||
|
|
@ -1438,11 +1438,11 @@
|
|||
"eyewearSpecialYellowTopFrameNotes": "Sárga félkeretes szemüveg. Nem változtat a tulajdonságaidon.",
|
||||
"eyewearSpecialAetherMaskText": "Éter maszk",
|
||||
"eyewearSpecialAetherMaskNotes": "Ennek a maszknak titokzatos története van. Növeli az intelligenciádat <%= int %> ponttal. ",
|
||||
"eyewearSpecialSummerRogueText": "Huncut szemkötő",
|
||||
"eyewearSpecialSummerRogueText": "Bohókás szemkötő",
|
||||
"eyewearSpecialSummerRogueNotes": "Nem kell csibésznek lenned, hogy meglásd ez mennyire stílusos. Nem változtat a tulajdonságaidon. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"eyewearSpecialSummerWarriorText": "Káprázatos Szemkötő",
|
||||
"eyewearSpecialSummerWarriorText": "Káprázatos szemkötő",
|
||||
"eyewearSpecialSummerWarriorNotes": "Nem kell egy senkiházinak lenned, hogy meglásd ez mennyire stílusos! Nem változtat a tulajdonságaidon. Limitált kiadású 2014-es nyári felszerelés.",
|
||||
"eyewearSpecialWonderconRedText": "Tekintélyes Maszk",
|
||||
"eyewearSpecialWonderconRedText": "Tekintélyes maszk",
|
||||
"eyewearSpecialWonderconRedNotes": "Milyen erős arcfelszerelés! Nem változtat a tulajdonságaidon. Külön kiadású tárgy.",
|
||||
"eyewearSpecialWonderconBlackText": "Trükkös maszk",
|
||||
"eyewearSpecialWonderconBlackNotes": "Az indítékaid határozottan törvényesek. Nem változtat a tulajdonságaidon. Külön kiadású tárgy.",
|
||||
|
|
|
|||
|
|
@ -416,5 +416,12 @@
|
|||
"wouldYouParticipate": "Would you like to participate?",
|
||||
"managerAdded": "Manager added successfully",
|
||||
"managerRemoved": "Manager removed successfully",
|
||||
"leaderChanged": "Leader has been changed"
|
||||
"leaderChanged": "Leader has been changed",
|
||||
"whatIsWorldBoss": "What is a World Boss?",
|
||||
"worldBossDesc": "A World Boss is a special event that brings the Habitica community together to take down a powerful monster with their tasks! All Habitica users are rewarded upon its defeat, even those who have been resting in the Inn or have not used Habitica for the entirety of the quest.",
|
||||
"worldBossLink": "Read more about the previous World Bosses of Habitica on the Wiki.",
|
||||
"worldBossBullet1": "Complete tasks to damage the World Boss",
|
||||
"worldBossBullet2": "The World Boss won’t damage you for missed tasks, but its Rage meter will go up. If the bar fills up, the Boss will attack one of Habitica’s shopkeepers!",
|
||||
"worldBossBullet3": "You can continue with normal Quest Bosses, damage will apply to both",
|
||||
"worldBossBullet4": "Check the Tavern regularly to see World Boss progress and Rage attacks"
|
||||
}
|
||||
|
|
@ -11,7 +11,7 @@
|
|||
"aquaticFriends": "Vízi barátok",
|
||||
"aquaticFriendsText": "Csapattársaid <%= count %> alkalommal locsoltak le.",
|
||||
"valentineCard": "Valentin-napi képeslap",
|
||||
"valentineCardExplanation": "Amiért mindketten elviseltétek ezt a mézes-mázas verset, mindkettek megkapjátok a \"Cuki barátok\" kitüntetést!",
|
||||
"valentineCardExplanation": "Amiért mindketten elviseltétek ezt a mézes-mázas verset, mindketten megkapjátok a \"Cuki barátok\" kitüntetést!",
|
||||
"valentineCardNotes": "Küldj egy Valentin-napi képeslapot az egyik csapattagodnak.",
|
||||
"valentine0": "\"A rózsák veresek\n\na Napijaim kékesek\n\nörülök, hogy veled együtt\n\negy csapatban lehetek.\"",
|
||||
"valentine1": "\"A rózsák veresek\n\na violák szépek\n\nvessünk együtt\n\nA rossz szokásoknak véget.\"",
|
||||
|
|
@ -35,97 +35,97 @@
|
|||
"seasonalShopWinterText": "Happy Winter Wonderland!! Would you like to buy some rare items? They’ll only be available until January 31st!",
|
||||
"seasonalShopFallTextBroken": "Oh... Üdvözöllek az szezonális boltban... Nyári szezonális áruink sorakoznak itt, vagy mi... Minden amit itt látsz megvásárolható az Őszi Kiszállásunk alatt. de csupán július 31-ig vagyunk nyitva...Szerintem menny biztosra és szerezd meg amire szükséged van, vagy várnod kell még... várnod kell... és várnod... <strong>*huh*</strong>",
|
||||
"seasonalShopRebirth": "If you bought any of this equipment in the past but don't currently own it, you can repurchase it in the Rewards Column. Initially, you'll only be able to purchase the items for your current class (Warrior by default), but fear not, the other class-specific items will become available if you switch to that class.",
|
||||
"candycaneSet": "Botcukor (Varázsló)",
|
||||
"skiSet": "Orgyilkos (Tolvaj)",
|
||||
"snowflakeSet": "Hópehely (Gyógyító)",
|
||||
"yetiSet": "Jetiszelíditő (Harcos)",
|
||||
"northMageSet": "Észak Mágusa",
|
||||
"icicleDrakeSet": "Jégtüskés Sárkány (Tolvaj)",
|
||||
"soothingSkaterSet": "Gyógyító Korcsolya (Gyógyító)",
|
||||
"gingerbreadSet": "Mézeskalács Harcos (Harcos)",
|
||||
"candycaneSet": "Cukorbot (mágus)",
|
||||
"skiSet": "Sí-gyilkos (tolvaj)",
|
||||
"snowflakeSet": "Hópehely (gyógyító)",
|
||||
"yetiSet": "Jetiszelíditő (harcos)",
|
||||
"northMageSet": "Észak mágusa (mágus)",
|
||||
"icicleDrakeSet": "Jégtüskés sárkány (tolvaj)",
|
||||
"soothingSkaterSet": "Andalító korcsolya (gyógyító)",
|
||||
"gingerbreadSet": "Mézeskalács harcos (harcos)",
|
||||
"snowDaySet": "Havas nap harcosa (harcos)",
|
||||
"snowboardingSet": "Snowboardozó varázsló (mágus)",
|
||||
"festiveFairySet": "Ünnepi tündér (gyógyító)",
|
||||
"cocoaSet": "Kakaó tolvaj (tolvaj)",
|
||||
"toAndFromCard": "Fogadó: <%= toName %>, Küldő: <%= fromName %>",
|
||||
"nyeCard": "Új évi üdvözlőkártya",
|
||||
"nyeCardExplanation": "Az alkalomból, hogy együtt ünneplitek az újévet, mindketten megkapjátok a \"Régi Ismerős\" kitűzőt!",
|
||||
"nyeCardNotes": "Küldj egy Új évi üdvözlőkártyát az egyik csapattagodnak.",
|
||||
"toAndFromCard": "Címzett: <%= toName %>, Feladó: <%= fromName %>",
|
||||
"nyeCard": "Újévi üdvözlőkártya",
|
||||
"nyeCardExplanation": "Az alkalomból, hogy együtt ünneplitek az új évet, mindketten megkapjátok a \"Régi Ismerős\" kitűzőt!",
|
||||
"nyeCardNotes": "Küldj egy újévi üdvözlőkártyát az egyik csapattagodnak.",
|
||||
"seasonalItems": "Szezonális tárgyak",
|
||||
"nyeCardAchievementTitle": "Régi Ismerős",
|
||||
"nyeCardAchievementText": "Boldog Új Évet! Küldött vagy kapott <%= count %> újévi kártyák. ",
|
||||
"nye0": "Boldog új évet! Pusztíts el sok rossz Szokást.",
|
||||
"nye1": "Boldog új évet! Arass sok Jutalmat.",
|
||||
"nye2": "Boldog új évet! Legyen sok Tökéletes Napod.",
|
||||
"nye3": "Boldog Új Évet! Legyen a teendőid listája ugyanolyan rövid és aranyos mint mindig.",
|
||||
"nye4": "Boldog új évet! Ne támadjon meg téged egy dühöngő Hippogriff se.",
|
||||
"nyeCardAchievementText": "Boldog új évet! Küldött vagy kapott <%= count %> újévi kártyák. ",
|
||||
"nye0": "Boldog új évet! Kívánom hogy pusztíts el sok rossz szokást.",
|
||||
"nye1": "Boldog új évet! Kívánom hogy arass sok jutalmat.",
|
||||
"nye2": "Boldog új évet! Kívánom hogy legyen sok tökéletes napod.",
|
||||
"nye3": "Boldog új évet! Kívánom hogy legyen a teendőid listája rövid és aranyos mint mindig.",
|
||||
"nye4": "Boldog új évet! Kívánom hogy ne támadjon meg téged egy dühöngő hippogriff se.",
|
||||
"holidayCard": "Egy ünnepi üdvözlőkártyád érkezett.",
|
||||
"mightyBunnySet": "A tekintélyes nyuszi (harcos)",
|
||||
"magicMouseSet": "Varázsegér (Mágus)",
|
||||
"lovingPupSet": "Loving Pup (Healer)",
|
||||
"stealthyKittySet": "Tolvaj Macska (Tolvaj)",
|
||||
"daringSwashbucklerSet": "Daring Swashbuckler (Warrior)",
|
||||
"emeraldMermageSet": "Emerald Mermage (Mage)",
|
||||
"mightyBunnySet": "Tekintélyes nyuszi (harcos)",
|
||||
"magicMouseSet": "Varázsegér (mágus)",
|
||||
"lovingPupSet": "Szerető kutyus (gyógyító)",
|
||||
"stealthyKittySet": "Óvatos macska (tolvaj)",
|
||||
"daringSwashbucklerSet": "Vakmerő kalandor (harcos)",
|
||||
"emeraldMermageSet": "Smaragd habmágus (mágus)",
|
||||
"reefSeahealerSet": "Zátonyi tengergyógyító (gyógyító)",
|
||||
"roguishPirateSet": "Roguish Pirate (Rogue)",
|
||||
"monsterOfScienceSet": "Tudomány szörnye (Harcos)",
|
||||
"witchyWizardSet": "Witchy Wizard (Mage)",
|
||||
"mummyMedicSet": "Mummy Medic (Healer)",
|
||||
"vampireSmiterSet": "Vampire Smiter (Rogue)",
|
||||
"bewareDogSet": "Beware Dog (Warrior)",
|
||||
"roguishPirateSet": "Bohókás kalóz (tolvaj)",
|
||||
"monsterOfScienceSet": "A tudomány szörnye (harcos)",
|
||||
"witchyWizardSet": "Boszorkányos varázsló (mágus)",
|
||||
"mummyMedicSet": "Múmia orvos (gyógyító)",
|
||||
"vampireSmiterSet": "Vámpírvadász (tolvaj)",
|
||||
"bewareDogSet": "Óvakodó kutya (harcos)",
|
||||
"magicianBunnySet": "A bűvész nyula (mágus)",
|
||||
"comfortingKittySet": "Comforting Kitty (Healer)",
|
||||
"sneakySqueakerSet": "Sneaky Squeaker (Rogue)",
|
||||
"comfortingKittySet": "Megnyugtató cica (gyógyító)",
|
||||
"sneakySqueakerSet": "Trükkös petárda (tolvaj)",
|
||||
"sunfishWarriorSet": "Holdhal harcos (harcos)",
|
||||
"shipSoothsayerSet": "Ship Soothsayer (Mage)",
|
||||
"strappingSailorSet": "Strapping Sailor (Healer)",
|
||||
"shipSoothsayerSet": "Hajó jövendőmondó (mágus)",
|
||||
"strappingSailorSet": "Tagbaszakadt tengerész (gyógyító)",
|
||||
"reefRenegadeSet": "Renegát tengerész (tolvaj)",
|
||||
"scarecrowWarriorSet": "Scarecrow Warrior (Warrior)",
|
||||
"stitchWitchSet": "Stitch Witch (Mage)",
|
||||
"potionerSet": "Potioner (Healer)",
|
||||
"battleRogueSet": "Bat-tle Rogue (Rogue)",
|
||||
"scarecrowWarriorSet": "Madárijesztő harcos (harcos)",
|
||||
"stitchWitchSet": "Varró boszorkány (mágus)",
|
||||
"potionerSet": "Bájitalkészítő (gyógyító)",
|
||||
"battleRogueSet": "Dene-véres tolvaj (tolvaj)",
|
||||
"springingBunnySet": "Ugráló nyuszi (gyógyító)",
|
||||
"grandMalkinSet": "Grand Malkin (Mage)",
|
||||
"cleverDogSet": "Clever Dog (Rogue)",
|
||||
"braveMouseSet": "Brave Mouse (Warrior)",
|
||||
"grandMalkinSet": "Előkelő macska (mágus)",
|
||||
"cleverDogSet": "Okos kutya (tolvaj)",
|
||||
"braveMouseSet": "Bátor egér (harcos)",
|
||||
"summer2016SharkWarriorSet": "Cápa harcos (harcos)",
|
||||
"summer2016DolphinMageSet": "Delfin mágus (mágus)",
|
||||
"summer2016SeahorseHealerSet": "Csikóhal gyógyító (gyógyító)",
|
||||
"summer2016EelSet": "Angolna tolvaj (tolvaj)",
|
||||
"fall2016SwampThingSet": "Swamp Thing (Warrior)",
|
||||
"fall2016WickedSorcererSet": "Wicked Sorcerer (Mage)",
|
||||
"fall2016GorgonHealerSet": "Gorgon Healer (Healer)",
|
||||
"fall2016BlackWidowSet": "Black Widow Rogue (Rogue)",
|
||||
"winter2017IceHockeySet": "Ice Hockey (Warrior)",
|
||||
"winter2017WinterWolfSet": "Winter Wolf (Mage)",
|
||||
"winter2017SugarPlumSet": "Sugar Plum Healer (Healer)",
|
||||
"winter2017FrostyRogueSet": "Frosty Rogue (Rogue)",
|
||||
"spring2017FelineWarriorSet": "Feline Warrior (Warrior)",
|
||||
"spring2017CanineConjurorSet": "Canine Conjuror (Mage)",
|
||||
"spring2017FloralMouseSet": "Floral Mouse (Healer)",
|
||||
"fall2016SwampThingSet": "Mocsaras lény (harcos)",
|
||||
"fall2016WickedSorcererSet": "Gonosz varázsló (mágus)",
|
||||
"fall2016GorgonHealerSet": "Gorgó gyógyító (gyógyító)",
|
||||
"fall2016BlackWidowSet": "Fekete özvegy tolvaj (tolvaj)",
|
||||
"winter2017IceHockeySet": "Jéghoki (harcos)",
|
||||
"winter2017WinterWolfSet": "Téli farkas (mágus)",
|
||||
"winter2017SugarPlumSet": "Cukorbonbon gyógyító (gyógyító)",
|
||||
"winter2017FrostyRogueSet": "Jeges tolvaj (tolvaj)",
|
||||
"spring2017FelineWarriorSet": "Macska harcos (harcos)",
|
||||
"spring2017CanineConjurorSet": "Négylábú bűvész (mágus)",
|
||||
"spring2017FloralMouseSet": "Virágos egér (gyógyító)",
|
||||
"spring2017SneakyBunnySet": "Trükkös nyuszi (tolvaj)",
|
||||
"summer2017SandcastleWarriorSet": "Sandcastle Warrior (Warrior)",
|
||||
"summer2017WhirlpoolMageSet": "Whirlpool Mage (Mage)",
|
||||
"summer2017SandcastleWarriorSet": "Homokvár harcos (harcos)",
|
||||
"summer2017WhirlpoolMageSet": "Örvény mágus (mágus)",
|
||||
"summer2017SeashellSeahealerSet": "Kagylóhéj tengerigyógyító (gyógyító)",
|
||||
"summer2017SeaDragonSet": "Tengeri sárkány (tolvaj)",
|
||||
"fall2017HabitoweenSet": "Habitoween Warrior (Warrior)",
|
||||
"fall2017MasqueradeSet": "Masquerade Mage (Mage)",
|
||||
"fall2017HauntedHouseSet": "Haunted House Healer (Healer)",
|
||||
"fall2017TrickOrTreatSet": "Trick or Treat Rogue (Rogue)",
|
||||
"winter2018ConfettiSet": "Confetti Mage (Mage)",
|
||||
"winter2018GiftWrappedSet": "Gift-Wrapped Warrior (Warrior)",
|
||||
"winter2018MistletoeSet": "Mistletoe Healer (Healer)",
|
||||
"winter2018ReindeerSet": "Reindeer Rogue (Rogue)",
|
||||
"fall2017HabitoweenSet": "Habitoween harcos (harcos)",
|
||||
"fall2017MasqueradeSet": "Álarcosbál mágus (mágus)",
|
||||
"fall2017HauntedHouseSet": "Kísértetház gyógyító (gyógyító)",
|
||||
"fall2017TrickOrTreatSet": "Csokit vagy csalunk tolvaj (tolvaj)",
|
||||
"winter2018ConfettiSet": "Konfetti mágus (mágus)",
|
||||
"winter2018GiftWrappedSet": "Becsomagolt harcos (harcos)",
|
||||
"winter2018MistletoeSet": "Fagyöngy gyógyító (gyógyító)",
|
||||
"winter2018ReindeerSet": "Rénszarvas tolvaj (tolvaj)",
|
||||
"eventAvailability": "Available for purchase until <%= date(locale) %>.",
|
||||
"dateEndApril": "április 19.",
|
||||
"dateEndMay": "május 17.",
|
||||
"dateEndJune": "június 14.",
|
||||
"dateEndJuly": "júlus 29.",
|
||||
"dateEndAugust": "August 31",
|
||||
"dateEndOctober": "October 31",
|
||||
"dateEndNovember": "November 30",
|
||||
"dateEndJanuary": "January 31",
|
||||
"dateEndFebruary": "February 28",
|
||||
"dateEndApril": "Április 19.",
|
||||
"dateEndMay": "Május 17.",
|
||||
"dateEndJune": "Június 14.",
|
||||
"dateEndJuly": "Júlus 29.",
|
||||
"dateEndAugust": "Augusztus 31.",
|
||||
"dateEndOctober": "Október 31.",
|
||||
"dateEndNovember": "November 30.",
|
||||
"dateEndJanuary": "Január 31.",
|
||||
"dateEndFebruary": "Február 28.",
|
||||
"winterPromoGiftHeader": "GIFT A SUBSCRIPTION AND GET ONE FREE!",
|
||||
"winterPromoGiftDetails1": "Until January 12th only, when you gift somebody a subscription, you get the same subscription for yourself for free!",
|
||||
"winterPromoGiftDetails2": "Please note that if you or your gift recipient already have a recurring subscription, the gifted subscription will only start after that subscription is cancelled or has expired. Thanks so much for your support! <3",
|
||||
|
|
|
|||
|
|
@ -31,6 +31,8 @@
|
|||
"danielText2": "De vigyázz! Ha éppen egy főellenséggel való küldetésben veszel részt, a főellenség továbbra is sebezni fog a csapattársaid kihagyott Napi feladatai miatt! Emellett a te általad okozott sebzés a főellenségnek (vagy a talált tárgyaid) sem fognak számítani, amíg ki nem jelentkezel a Fogadóból.",
|
||||
"danielTextBroken": "Üdv a Fogadóban... azt'szem... Ha pihenni szeretnél, elszálássollak... Amíg itt vagy, a Napi feladatok nem fognak nap végén megsebezni, de ettől függetlenül még kipipálhatod őket... ha van elég energiád...",
|
||||
"danielText2Broken": "Oh... Ha éppen egy főellenséggel való küldetésben veszel részt, a főellenség továbbra is sebezni fog a csapattársaid kihagyott Napi feladatai miatt... Emellett a te általad okozott sebzés a főellenségnek (vagy a talált tárgyaid) sem fognak számítani, amíg ki nem jelentkezel a Fogadóból...",
|
||||
"worldBossEvent": "World Boss Event",
|
||||
"worldBossDescription": "World Boss Description",
|
||||
"alexander": "Alexander a kereskedő",
|
||||
"welcomeMarket": "Üdvözöllek a Piacon! Vegyél ritka tojásokat és főzeteket. Add el a feleselges készleted. Vegyél igénybe hasznos szolgáltatásokat! Nézd meg mit tudunk ajánlani.",
|
||||
"welcomeMarketMobile": "Welcome to the Market! Buy hard-to-find eggs and potions! Come see what we have to offer.",
|
||||
|
|
|
|||