habitica-self-host/website/common/locales/en@pirate/spells.json
Blade Barringer 81b7eeeb71 Common reorg (#8025)
* Re-organize common folder

* fix: Correct paths in tests

* fix: move new content to proper folder

* chore: Move audio folder to assets

* Move sprites to sprites assets directory

* Move css sprites to assets directory

* Split out readmes for common code and sprites

* Move images to assets directory

* Move destinatin of shared browserified file

* remove unused file

* move compiled js to client-old

* Fix karma tests

* fix: Correct paths for sprites
2016-09-16 17:18:07 +02:00

59 lines
No EOL
4.7 KiB
JSON

{
"spellWizardFireballText": "Burst 'o Flames",
"spellWizardFireballNotes": "Flames burst from yer hands. Ye gain XP, an' ye deal extra damage t' Bosses! Click on a task t' cast. (Based on: INT)",
"spellWizardMPHealText": "Ethereal Surge",
"spellWizardMPHealNotes": "You sacrifice mana to help your friends. The rest of your party gains MP! (Based on: INT)",
"spellWizardEarthText": "Earthquake",
"spellWizardEarthNotes": "Yer mental power shakes th' earth. Yer whole crew gains a buff t' Intelligence! (Based on: Unbuffed INT)",
"spellWizardFrostText": "Chillin' Frost",
"spellWizardFrostNotes": "Ice covers your tasks. None of your streaks will reset to zero tomorrow! (One cast affects all streaks.)",
"spellWizardFrostAlreadyCast": "Ye have already cast this today. Yer streaks are frozen, an' there's no need to cast this again.",
"spellWarriorSmashText": "Brutal Smash",
"spellWarriorSmashNotes": "You hit a task with all of your might. It gets more blue/less red, and you deal extra damage to Bosses! Click on a task to cast. (Based on: STR)",
"spellWarriorDefensiveStanceText": "Parryin' Stance",
"spellWarriorDefensiveStanceNotes": "Ye prepare yerself fer th' onslaught o' yer tasks. Ye gain a buff t' Constitution! (Based on: Unbuffed CON)",
"spellWarriorValorousPresenceText": "Valorous Presence",
"spellWarriorValorousPresenceNotes": "Yer presence emboldens yer crew. Yer whole crew gains a buff t' Strength! (Based on: Unbuffed STR)",
"spellWarriorIntimidateText": "Intimidatin' Gaze",
"spellWarriorIntimidateNotes": "Yer gaze strikes fear into yer enemies. Yer whole crew gains a buff t' Constitution! (Based on: Unbuffed CON)",
"spellRoguePickPocketText": "Pickpocket",
"spellRoguePickPocketNotes": "You rob a nearby task. You gain gold! Click on a task to cast. (Based on: PER)",
"spellRogueBackStabText": "Backstab",
"spellRogueBackStabNotes": "Ye betray a foolish task. Ye gain gold an' XP! Click on a task t' cast. (Based on: STR)",
"spellRogueToolsOfTradeText": "Tools 'o the Trade",
"spellRogueToolsOfTradeNotes": "Ye share yer talents with friends. Yer whole crew gains a buff t' Perception! (Based on: Unbuffed PER)",
"spellRogueStealthText": "Stealth",
"spellRogueStealthNotes": "Ye be too sneaky t' spot. Some o' yer undone Dailies will not cause damage tonight, an' their streaks/color will not change. (Cast multiple times t' affect more Dailies)",
"spellRogueStealthDaliesAvoided": "<%= originalText %> Number o' dailies avoided: <%= number %>.",
"spellRogueStealthMaxedOut": "Ye have already avoided all yer dailies; there's no need to cast this again.",
"spellHealerHealText": "Patch Yerself Up",
"spellHealerHealNotes": "Light covers your body, healing your wounds. You regain health! (Based on: CON and INT)",
"spellHealerBrightnessText": "Head Mirror",
"spellHealerBrightnessNotes": "A burst of light dazzles your tasks. They become more blue and less red! (Based on: INT)",
"spellHealerProtectAuraText": "Preventative Medicine",
"spellHealerProtectAuraNotes": "Ye shield yer crew from damage. Yer whole crew gains a buff t' Constitution! (Based on: Unbuffed CON)",
"spellHealerHealAllText": "Bandage Yer Mates",
"spellHealerHealAllNotes": "A soothin' aura surrounds ye. Yer whole crew regains health! (Based on: CON an' INT)",
"spellSpecialSnowballAuraText": "Snowball",
"spellSpecialSnowballAuraNotes": "Throw a snowball at a crew mate! Could anythin' go wrong? Lasts 'til mate's new day.",
"spellSpecialSaltText": "Sea Salt",
"spellSpecialSaltNotes": "Someone has snowballed ye. Ha ha, extra hardyharhar. Now get this snow off me!",
"spellSpecialSpookySparklesText": "Spooky Sparkles",
"spellSpecialSpookySparklesNotes": "Turn a mate into a floating blanket with eyes!",
"spellSpecialOpaquePotionText": "Murky Potion",
"spellSpecialOpaquePotionNotes": "Cancel th' effects 'o Spooky Sparkles.",
"spellSpecialShinySeedText": "Shiny Seed",
"spellSpecialShinySeedNotes": "Turn a friend into a joyous flower!",
"spellSpecialPetalFreePotionText": "Petal-Free Potion",
"spellSpecialPetalFreePotionNotes": "Cancel the effects of a Shiny Seed.",
"spellSpecialSeafoamText": "Seafoam",
"spellSpecialSeafoamNotes": "Turn a friend into a sea creature!",
"spellSpecialSandText": "Sand",
"spellSpecialSandNotes": "Cancel th' effects o' Seafoam.",
"spellNotFound": "Skill \"<%= spellId %>\" not found.",
"partyNotFound": "Crew not found",
"targetIdUUID": "\"targetId\" must be a valid User ID.",
"challengeTasksNoCast": "Casting a skill on challenge tasks is not allowed.",
"spellNotOwned": "Ye don't own this skill.",
"spellLevelTooHigh": "Ye must be level <%= level %> t' use this skill."
}