mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-02 04:00:36 +00:00
Spells now mention which attribute they affect
https://github.com/HabitRPG/habitrpg-shared/issues/380
This commit is contained in:
parent
d2e5f60dd4
commit
63263bbf3a
1 changed files with 9 additions and 9 deletions
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"spellWizardFireballText": "Burst of Flames",
|
||||
"spellWizardFireballNotes": "Flames blast forth, scorching a task. You reduce the task's redness, deal damage to any monster you're battling, and gain Experience--more for blue tasks.",
|
||||
"spellWizardFireballNotes": "Flames blast forth, scorching a task. You reduce the task's redness, deal damage to any monster you're battling, and gain Experience - more for blue tasks.",
|
||||
|
||||
"spellWizardMPHealText": "Ethereal Surge",
|
||||
"spellWizardMPHealNotes": "A flow of magical energy rushes from your hands and recharges your party. Your party recovers MP.",
|
||||
|
||||
"spellWizardEarthText": "Earthquake",
|
||||
"spellWizardEarthNotes": "The ground below your party's tasks cracks and shakes with extreme intensity, slowing them down and opening them up to more attacks. Your party gains a buff to experience.",
|
||||
"spellWizardEarthNotes": "The ground below your party's tasks cracks and shakes with extreme intensity, slowing them down and opening them up to more attacks. Your party gains a buff to Intelligence, which means more Experience.",
|
||||
|
||||
"spellWizardFrostText": "Chilling Frost",
|
||||
"spellWizardFrostNotes": "Ice erupts from every surface, swallowing your tasks and freezing them in place. Your Dailies' streaks won't reset at the end of the day. Incomplete Dailies will still damage you!",
|
||||
|
|
@ -15,13 +15,13 @@
|
|||
"spellWarriorSmashNotes": "You savagely hit a single task with all of your might. The task's redness decreases, and you deal extra damage to any monster you're fighting.",
|
||||
|
||||
"spellWarriorDefensiveStanceText": "Defensive Stance",
|
||||
"spellWarriorDefensiveStanceNotes": "You take a moment to relax your body and enter a defensive stance to ready yourself for the tasks' next onslaught. Reduces damage from Dailies at the end of the day.",
|
||||
"spellWarriorDefensiveStanceNotes": "You take a moment to relax your body and enter a defensive stance to ready yourself for the tasks' next onslaught. Reduces damage from Dailies at the end of the day by boosting your Constitution.",
|
||||
|
||||
"spellWarriorValorousPresenceText": "Valorous Presence",
|
||||
"spellWarriorValorousPresenceNotes": "Your presence emboldens the party. Their newfound courage gives them a boost of strength. Party members gain a buff to their Strength.",
|
||||
"spellWarriorValorousPresenceNotes": "Your presence emboldens the party. Their newfound courage makes them tougher by boosting their Strength.",
|
||||
|
||||
"spellWarriorIntimidateText": "Intimidating Gaze",
|
||||
"spellWarriorIntimidateNotes": "Your gaze strikes fear into the hearts of your party's enemies. The party gains a moderate boost to defense.",
|
||||
"spellWarriorIntimidateNotes": "Your gaze strikes fear into the hearts of your party's enemies. The party gains a moderate boost to defense by buffing Constitution.",
|
||||
|
||||
"spellRoguePickPocketText": "Pickpocket",
|
||||
"spellRoguePickPocketNotes": "Your nimble fingers run through the task's pockets and find some treasures for yourself. You gain an immediate gold bonus from a task. The 'fatter' (bluer) your task, the more gold you steal!",
|
||||
|
|
@ -30,22 +30,22 @@
|
|||
"spellRogueBackStabNotes": "Without a sound, you sweep behind a task and stab it in the back. You deal higher damage to the task, with a higher chance of a critical hit.",
|
||||
|
||||
"spellRogueToolsOfTradeText": "Tools of the Trade",
|
||||
"spellRogueToolsOfTradeNotes": "You share your thievery tools with the party to aid them in 'acquiring' more gold. The party's gold bonus for tasks and chance of drops is buffed for a day.",
|
||||
"spellRogueToolsOfTradeNotes": "You share your thievery tools with the party to aid them in 'acquiring' more gold. By buffing Perception, the party's gold bonus for tasks and chance of drops are boosted for a day.",
|
||||
|
||||
"spellRogueStealthText": "Stealth",
|
||||
"spellRogueStealthNotes": "You duck into the shadows, pulling up your hood. Many Dailies won't find you this night; fewer yet the higher your Perception.",
|
||||
|
||||
"spellHealerHealText": "Healing Light",
|
||||
"spellHealerHealNotes": "Light covers your body, healing your wounds. You gain a boost to your health.",
|
||||
"spellHealerHealNotes": "Light covers your body, healing your wounds. You recover Health.",
|
||||
|
||||
"spellHealerBrightnessText": "Searing Brightness",
|
||||
"spellHealerBrightnessNotes": "You cast a burst of light that blinds all of your tasks. The redness of your tasks is reduced.",
|
||||
|
||||
"spellHealerProtectAuraText": "Protective Aura",
|
||||
"spellHealerProtectAuraNotes": "A magical aura surrounds your party members, protecting them from damage. Your party members gain a buff to their defense.",
|
||||
"spellHealerProtectAuraNotes": "A magical aura surrounds your party members, protecting them from damage. Your party members gain a boost to their defense by buffing Constitution.",
|
||||
|
||||
"spellHealerHealAllText": "Blessing",
|
||||
"spellHealerHealAllNotes": "Soothing light envelops your party and heals them of their injuries. Your party members gain a boost to their health.",
|
||||
"spellHealerHealAllNotes": "Soothing light envelops your party and heals them of their injuries. Your party members recover Health.",
|
||||
|
||||
"spellSpecialSnowballAuraText": "Snowball",
|
||||
"spellSpecialSnowballAuraNotes": "Throw a snowball at a party member! What could possibly go wrong? Lasts until member's new day.",
|
||||
|
|
|
|||
Loading…
Reference in a new issue