mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 23:42:12 +00:00
Merge pull request #165 from DanielTheBard/develop
Changed "Wizard" text to "Mage" in quests.json + Hedgehog Typo
This commit is contained in:
commit
8bbc1952e9
2 changed files with 3 additions and 3 deletions
|
|
@ -14,7 +14,7 @@
|
|||
"begin": "Begin",
|
||||
"bossHP": "Boss Health",
|
||||
"collected": "Collected",
|
||||
"bossDmg1": "To hurt a boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Wizard spells, Warrior attacks, etc). The boss will deal damage to the party for every Daily you've missed (multiplied by the boss's Strength), so help your friends by completing your dailies! <strong>All damage to and from a boss is tallied on cron (your day roll-over).</strong>",
|
||||
"bossDmg1": "To hurt a boss, complete your Dailies and To-Dos. Higher task damage means higher boss damage (completing reds, Mage spells, Warrior attacks, etc). The boss will deal damage to the party for every Daily you've missed (multiplied by the boss's Strength), so help your friends by completing your dailies! <strong>All damage to and from a boss is tallied on cron (your day roll-over).</strong>",
|
||||
"bossDmg2": "Only participants will fight the boss and share in the quest loot. If you die during a boss-battle, you get booted from the battle. If everyone dies once, the quest fails.",
|
||||
"bossColl1": "To collect items, do your positive tasks. Quest items drop just like normal items; however, you won't see the drops until the next day, then everything you've found will be tallied up and contributed to the pile.",
|
||||
"bossColl2": "Only participants can collect items and share in the quest loot. If you die during a quest, you get booted from the quest. If everyone dies once, the quest fails.",
|
||||
|
|
@ -30,4 +30,4 @@
|
|||
"mustLvlQuest": "You must be level <%= level %> to buy this quest!",
|
||||
"sureAbort": "Are you sure you want to abort this mission? It will abort it for everyone in your party, all progress will be lost.",
|
||||
"doubleSureAbort": "Are you double sure? Make sure they won't hate you forever!"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -655,7 +655,7 @@ api.quests =
|
|||
hedgehog:
|
||||
text: "The Hedgebeast"
|
||||
notes: 'Hedgehogs are a funny group of animals. They are some of the most affectionate pets a Habiteer could own. But rumor has it, if you feed them milk after midnight, they grow quite irritable. And fifty times their size. And @Inventrix did just that. Oops.'
|
||||
completion: 'Your party successfully calmed down the hedgehog! After shrinking down to a normal size, she hobbles away to her eggs. She returns squeeking and nudging some of her eggs along towards your party. Hopefully, these hedgehog\'s like milk better!'
|
||||
completion: 'Your party successfully calmed down the hedgehog! After shrinking down to a normal size, she hobbles away to her eggs. She returns squeeking and nudging some of her eggs along towards your party. Hopefully, these hedgehogs like milk better!'
|
||||
value: 4 # Gem cost to buy, GP sell-back
|
||||
boss:
|
||||
name: "Hedgebeast" # name of the boss himself (eg, Vice)
|
||||
|
|
|
|||
Loading…
Reference in a new issue