mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 03:52:14 +00:00
fix(world-boss): Scale based on current HP
This commit is contained in:
parent
625d1dfbed
commit
4e50c43da2
1 changed files with 1 additions and 1 deletions
|
|
@ -918,7 +918,7 @@ api.quests =
|
|||
title: t("questStressbeastBossRageTitle")
|
||||
description: t("questStressbeastBossRageDescription")
|
||||
value: 1450000
|
||||
healing: .25
|
||||
healing: .3
|
||||
stables:t('questStressbeastBossRageStables')
|
||||
bailey:t('questStressbeastBossRageBailey')
|
||||
guide:t('questStressbeastBossRageGuide')
|
||||
|
|
|
|||
Loading…
Reference in a new issue