From 3900f520263c82a55fcd36a942bec8cf38299db3 Mon Sep 17 00:00:00 2001 From: Tyler Renelle Date: Mon, 30 Jun 2014 20:31:17 -0600 Subject: [PATCH] fix(dilatory): woops, rage*3 (should cast it 3x during 30days) --- dist/habitrpg-shared.js | 2 +- script/content.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/habitrpg-shared.js b/dist/habitrpg-shared.js index edf7826282..28b0eac0b1 100644 --- a/dist/habitrpg-shared.js +++ b/dist/habitrpg-shared.js @@ -11609,7 +11609,7 @@ api.quests = { rage: { title: t("questDilatoryBossRageTitle"), description: t("questDilatoryBossRageDescription"), - value: 8000000, + value: 24000000, tavern: t('questDilatoryBossRageTavern'), stables: t('questDilatoryBossRageStables'), market: t('questDilatoryBossRageMarket') diff --git a/script/content.coffee b/script/content.coffee index e1d8fd1a7f..8d593a6a6b 100644 --- a/script/content.coffee +++ b/script/content.coffee @@ -710,14 +710,14 @@ api.quests = boss: name: t("questDilatoryBoss") # We ran an average of progress{up,down} on users over 5 days: {up:805025,down:1324423}. /5*30 (we want the - # event to last 30 days) = {hp:5mil,8mil} + # event to last 30 days) = {hp:5mil,8mil}. Because Dilatory should cast Rage 3x during that time, 8mil*3=24mil hp: 5000000 str: 1 def: 1 rage: title: t("questDilatoryBossRageTitle") description: t("questDilatoryBossRageDescription") - value: 8000000 + value: 24000000 # special, they won't always look like this tavern:t('questDilatoryBossRageTavern')