mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-18 11:48:52 +00:00
feat(content): strings for BGs/Armoire 2016-11
This commit is contained in:
parent
0bfc9d9516
commit
e198dd551a
2 changed files with 17 additions and 3 deletions
|
|
@ -231,5 +231,13 @@
|
|||
"backgroundStrangeSewersText": "Strange Sewers",
|
||||
"backgroundStrangeSewersNotes": "Slither through the Strange Sewers.",
|
||||
"backgroundRainyCityText": "Rainy City",
|
||||
"backgroundRainyCityNotes": "Splash through a Rainy City."
|
||||
"backgroundRainyCityNotes": "Splash through a Rainy City.",
|
||||
|
||||
"backgrounds112016": "SET 30: Released November 2016",
|
||||
"backgroundMidnightCloudsText": "Midnight Clouds",
|
||||
"backgroundMidnightCloudsNotes": "Fly through the Midnight Clouds.",
|
||||
"backgroundStormyRooftopsText": "Stormy Rooftops",
|
||||
"backgroundStormyRooftopsNotes": "Creep across Stormy Rooftops.",
|
||||
"backgroundWindyAutumnText": "Windy Autumn",
|
||||
"backgroundWindyAutumnNotes": "Chase leaves during a Windy Autumn."
|
||||
}
|
||||
|
|
|
|||
|
|
@ -224,7 +224,7 @@
|
|||
"weaponArmoireCrystalCrescentStaffText": "Crystal Crescent Staff",
|
||||
"weaponArmoireCrystalCrescentStaffNotes": "Summon the power of the crescent moon with this shining staff! Increases Intelligence and Strength by <%= attrs %> each. Enchanted Armoire: Crystal Crescent Set (Item 3 of 3).",
|
||||
"weaponArmoireBlueLongbowText": "Blue Longbow",
|
||||
"weaponArmoireBlueLongbowNotes": "Ready... Aim... Fire! This bow has great range. Increases Perception by <%= per %>, Constitution by <%= con %>, and Strength by <%= str %>. Enchanted Armoire: Independent Item.",
|
||||
"weaponArmoireBlueLongbowNotes": "Ready... Aim... Fire! This bow has great range. Increases Perception by <%= per %>, Constitution by <%= con %>, and Strength by <%= str %>. Enchanted Armoire: Iron Archer Set (Item 3 of 3).",
|
||||
"weaponArmoireGlowingSpearText": "Glowing Spear",
|
||||
"weaponArmoireGlowingSpearNotes": "This spear hypnotizes wild tasks so you can attack them. Increases Strength by <%= str %>. Enchanted Armoire: Independent Item.",
|
||||
"weaponArmoireBarristerGavelText": "Barrister Gavel",
|
||||
|
|
@ -517,6 +517,10 @@
|
|||
"armorArmoireVermilionArcherArmorNotes": "This armor is made of a specially enchanted red metal for maximum protection, minimal restriction, and maximum flair! Increases Perception by <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 2 of 3).",
|
||||
"armorArmoireOgreArmorText": "Ogre Armor",
|
||||
"armorArmoireOgreArmorNotes": "This armor imitates an Ogre's tough skin, but it's lined with fleece for human comfort! Increases Constitution by <%= con %>. Enchanted Armoire: Ogre Outfit (Item 3 of 3).",
|
||||
"armorArmoireIronBlueArcherArmorText": "Iron Blue Archer Armor",
|
||||
"armorArmoireIronBlueArcherArmorNotes": "This armor will protect you from flying arrows on the battlefield! Increases Strength by <%= str %>. Enchanted Armoire: Iron Archer Set (Item 2 of 3).",
|
||||
"armorArmoireRedPartyDressText": "Red Party Dress",
|
||||
"armorArmoireRedPartyDressNotes": "You're strong, tough, smart, and so fashionable! Increases Strength, Constitution, and Intelligence by <%= attrs %> each. Enchanted Armoire: Red Hairbow Set (Item 2 of 2).",
|
||||
|
||||
"headgear": "headgear",
|
||||
"headgearCapitalized": "Headgear",
|
||||
|
|
@ -752,7 +756,7 @@
|
|||
"headArmoireLunarCrownText": "Soothing Lunar Crown",
|
||||
"headArmoireLunarCrownNotes": "This crown strengthens health and sharpens senses, especially when the moon is full. Increases Constitution by <%= con %> and Perception by <%= per %>. Enchanted Armoire: Soothing Lunar Set (Item 1 of 3).",
|
||||
"headArmoireRedHairbowText": "Red Hairbow",
|
||||
"headArmoireRedHairbowNotes": "Become strong, tough, and smart while wearing this beautiful Red Hairbow! Increases Strength by <%= str %>, Constitution by <%= con %>, and Intelligence by <%= int %>. Enchanted Armoire: Independent Item.",
|
||||
"headArmoireRedHairbowNotes": "Become strong, tough, and smart while wearing this beautiful Red Hairbow! Increases Strength by <%= str %>, Constitution by <%= con %>, and Intelligence by <%= int %>. Enchanted Armoire: Red Hairbow Set (Item 1 of 2).",
|
||||
"headArmoireVioletFloppyHatText": "Violet Floppy Hat",
|
||||
"headArmoireVioletFloppyHatNotes": "Many spells have been sewn into this simple hat, giving it a pleasing purple color. Increases Perception by <%= per %>, Intelligence by <%= int %>, and Constitution by <%= con %>. Enchanted Armoire: Independent Item.",
|
||||
"headArmoireGladiatorHelmText": "Gladiator Helm",
|
||||
|
|
@ -805,6 +809,8 @@
|
|||
"headArmoireVermilionArcherHelmNotes": "The magic ruby in this helm will help you aim with laser focus! Increases Perception by <%= per %>. Enchanted Armoire: Vermilion Archer Set (Item 3 of 3).",
|
||||
"headArmoireOgreMaskText": "Ogre Mask",
|
||||
"headArmoireOgreMaskNotes": "Your enemies will run for the hills when they see an Ogre coming their way! Increases Constitution and Strength by <%= attrs %> each. Enchanted Armoire: Ogre Outfit (Item 1 of 3).",
|
||||
"headArmoireIronBlueArcherHelmText": "Iron Blue Archer Helm",
|
||||
"headArmoireIronBlueArcherHelmNotes": "Hard-headed? No, you're just well protected. Increases Constitution by <%= con %>. Enchanted Armoire: Iron Archer Set (Item 1 of 3).",
|
||||
|
||||
"offhand": "shield-hand item",
|
||||
"offhandCapitalized": "Shield-Hand Item",
|
||||
|
|
|
|||
Loading…
Reference in a new issue