mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-13 15:38:59 +00:00
feat(content): Armoire and BG strings
This commit is contained in:
parent
e69b733f90
commit
57f49d2a7d
2 changed files with 15 additions and 1 deletions
|
|
@ -215,5 +215,13 @@
|
||||||
"backgroundMountainPyramidText": "Mountain Pyramid",
|
"backgroundMountainPyramidText": "Mountain Pyramid",
|
||||||
"backgroundMountainPyramidNotes": "Climb the many steps of a Mountain Pyramid.",
|
"backgroundMountainPyramidNotes": "Climb the many steps of a Mountain Pyramid.",
|
||||||
"backgroundStormyShipText": "Stormy Ship",
|
"backgroundStormyShipText": "Stormy Ship",
|
||||||
"backgroundStormyShipNotes": "Hold steady against wind and wave aboard a Stormy Ship."
|
"backgroundStormyShipNotes": "Hold steady against wind and wave aboard a Stormy Ship.",
|
||||||
|
|
||||||
|
"backgrounds092016": "SET 28: Released September 2016",
|
||||||
|
"backgroundCornfieldsText": "Cornfields",
|
||||||
|
"backgroundCornfieldsNotes": "Enjoy a beautiful day out in the Cornfields.",
|
||||||
|
"backgroundFarmhouseText": "Farmhouse",
|
||||||
|
"backgroundFarmhouseNotes": "Say hello to the animals on your way to the Farmhouse.",
|
||||||
|
"backgroundOrchardText": "Orchard",
|
||||||
|
"backgroundOrchardNotes": "Pick ripe fruit in an Orchard."
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -230,6 +230,8 @@
|
||||||
"weaponArmoireSandySpadeNotes": "A tool for digging, as well as flicking sand into the eyes of enemy monsters. Increases Strength by <%= str %>. Enchanted Armoire: Seaside Set (Item 1 of 3).",
|
"weaponArmoireSandySpadeNotes": "A tool for digging, as well as flicking sand into the eyes of enemy monsters. Increases Strength by <%= str %>. Enchanted Armoire: Seaside Set (Item 1 of 3).",
|
||||||
"weaponArmoireCannonText": "Cannon",
|
"weaponArmoireCannonText": "Cannon",
|
||||||
"weaponArmoireCannonNotes": "Arr! Set your aim with determination. Increases Strength by <%= str %>. Enchanted Armoire: Cannoneer Set (Item 1 of 3).",
|
"weaponArmoireCannonNotes": "Arr! Set your aim with determination. Increases Strength by <%= str %>. Enchanted Armoire: Cannoneer Set (Item 1 of 3).",
|
||||||
|
"weaponArmoireVermilionArcherBowText": "Vermilion Archer Bow",
|
||||||
|
"weaponArmoireVermilionArcherBowNotes": "Your arrow will fly like a shooting star from this brilliant red bow! Increases Strength by <%= str %>. Enchanted Armoire: Vermilion Archer Set (Item 1 of 3).",
|
||||||
|
|
||||||
"armor": "armor",
|
"armor": "armor",
|
||||||
"armorCapitalized": "Armor",
|
"armorCapitalized": "Armor",
|
||||||
|
|
@ -483,6 +485,8 @@
|
||||||
"armorArmoireCannoneerRagsNotes": "These rags be tougher than they look. Increases Constitution by <%= con %>. Enchanted Armoire: Cannoneer Set (Item 2 of 3).",
|
"armorArmoireCannoneerRagsNotes": "These rags be tougher than they look. Increases Constitution by <%= con %>. Enchanted Armoire: Cannoneer Set (Item 2 of 3).",
|
||||||
"armorArmoireFalconerArmorText": "Falconer Armor",
|
"armorArmoireFalconerArmorText": "Falconer Armor",
|
||||||
"armorArmoireFalconerArmorNotes": "Keep away talon attacks with this sturdy armor! Increases Constitution by <%= con %>. Enchanted Armoire: Falconer Set (Item 1 of 3).",
|
"armorArmoireFalconerArmorNotes": "Keep away talon attacks with this sturdy armor! Increases Constitution by <%= con %>. Enchanted Armoire: Falconer Set (Item 1 of 3).",
|
||||||
|
"armorArmoireVermilionArcherArmorText": "Vermilion Archer Armor",
|
||||||
|
"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).",
|
||||||
|
|
||||||
"headgear": "headgear",
|
"headgear": "headgear",
|
||||||
"headgearCapitalized": "Headgear",
|
"headgearCapitalized": "Headgear",
|
||||||
|
|
@ -752,6 +756,8 @@
|
||||||
"headArmoireCannoneerBandannaNotes": "'Tis a cannoneer's life for me! Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Cannoneer Set (Item 3 of 3).",
|
"headArmoireCannoneerBandannaNotes": "'Tis a cannoneer's life for me! Increases Intelligence and Perception by <%= attrs %> each. Enchanted Armoire: Cannoneer Set (Item 3 of 3).",
|
||||||
"headArmoireFalconerCapText": "Falconer Cap",
|
"headArmoireFalconerCapText": "Falconer Cap",
|
||||||
"headArmoireFalconerCapNotes": "This jaunty cap helps you better understand birds of prey. Increases Intelligence by <%= int %>. Enchanted Armoire: Falconer Set (Item 2 of 3).",
|
"headArmoireFalconerCapNotes": "This jaunty cap helps you better understand birds of prey. Increases Intelligence by <%= int %>. Enchanted Armoire: Falconer Set (Item 2 of 3).",
|
||||||
|
"headArmoireVermilionArcherHelmText": "Vermilion Archer Helm",
|
||||||
|
"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).",
|
||||||
|
|
||||||
"offhand": "shield-hand item",
|
"offhand": "shield-hand item",
|
||||||
"offhandCapitalized": "Shield-Hand Item",
|
"offhandCapitalized": "Shield-Hand Item",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue