v0.9.3: cleaned up and polished class armor descs and interfaces
This commit is contained in:
@@ -347,6 +347,7 @@ actors.hero.abilities.mage.mage2.desc=I haven't decided on this ability yet.
|
||||
actors.hero.abilities.mage.mage3.name=???
|
||||
actors.hero.abilities.mage.mage3.desc=I haven't decided on this ability yet.
|
||||
actors.hero.abilities.rogue.smokebomb.name=smoke bomb
|
||||
actors.hero.abilities.rogue.smokebomb.fov=You can only jump to an empty location in your field of view
|
||||
actors.hero.abilities.rogue.smokebomb.desc=The Rogue blinks to any nearby location which he can see, leaving a plume of smoke where he stood. This ability makes the rogue temporarily invisible, and blinds any enemies adjacent to his old location.
|
||||
actors.hero.abilities.rogue.smokebomb.prompt=Choose a location to jump to
|
||||
actors.hero.abilities.rogue.rogue2.name=???
|
||||
|
||||
@@ -93,6 +93,8 @@ items.armor.armor.seal_attached=The Warrior's broken seal is attached to this ar
|
||||
items.armor.armor$glyph.glyph=glyph
|
||||
items.armor.armor$glyph.killed=%s killed you...
|
||||
|
||||
items.armor.classarmor.ac_ability=CHOOSE ABILITY
|
||||
items.armor.classarmor.no_ability=Your armor currently has no ability, you should choose one!
|
||||
items.armor.classarmor.not_equipped=You need to be wearing this armor to use its special power!
|
||||
items.armor.classarmor.low_charge=The armor does not have enough charge to use its special power!
|
||||
|
||||
@@ -100,16 +102,14 @@ items.armor.clotharmor.name=cloth armor
|
||||
items.armor.clotharmor.desc=This lightweight armor offers basic protection.
|
||||
|
||||
items.armor.huntressarmor.name=huntress cloak
|
||||
items.armor.huntressarmor.ac_special=SPECTRAL BLADES
|
||||
items.armor.huntressarmor.no_enemies=No enemies in sight
|
||||
items.armor.huntressarmor.desc=While wearing this cloak, the huntress can create a fan of spectral blades. Each of these blades will target a single enemy in the huntress's field of view, inflicting damage depending on her currently equipped melee weapon.\n\nUsing this ability will consume 35% of the armor's charge. The armor steadily builds charge as the huntress gains experience.
|
||||
items.armor.huntressarmor.desc=... . While wearing this cloak, the Huntress can perform a special ability:
|
||||
|
||||
items.armor.leatherarmor.name=leather armor
|
||||
items.armor.leatherarmor.desc=Armor made from tanned monster hide. Not as light as cloth armor but provides better protection.
|
||||
|
||||
items.armor.magearmor.name=mage robe
|
||||
items.armor.magearmor.ac_special=MOLTEN EARTH
|
||||
items.armor.magearmor.desc=While wearing this gorgeous robe, the mage can cast a spell of molten earth. All the enemies in his field of view will be rooted to the ground and blasted by flames.\n\nUsing this ability will consume 35% of the armor's charge. The armor steadily builds charge as the mage gains experience.
|
||||
items.armor.magearmor.desc=... . While wearing this gorgeous robe, the Mage can perform a special ability:
|
||||
|
||||
items.armor.mailarmor.name=mail armor
|
||||
items.armor.mailarmor.desc=Interlocking metal links make for a tough but flexible suit of armor.
|
||||
@@ -118,18 +118,13 @@ items.armor.platearmor.name=plate armor
|
||||
items.armor.platearmor.desc=Enormous plates of metal are joined together into a suit that provides unmatched protection to any adventurer strong enough to bear its staggering weight.
|
||||
|
||||
items.armor.roguearmor.name=rogue garb
|
||||
items.armor.roguearmor.ac_special=SMOKE BOMB
|
||||
items.armor.roguearmor.fov=You can only jump to an empty location in your field of view
|
||||
items.armor.roguearmor.prompt=Choose a location to jump to
|
||||
items.armor.roguearmor.desc=When wearing this dark garb, the rogue can blink to any nearby location which he can see, leaving a plume of smoke where he stood. This ability makes the rogue temporarily invisible, and blinds any enemies adjacent to his old location.\n\nUsing this ability will consume 35% of the armor's charge. The armor steadily builds charge as the rogue gains experience.
|
||||
items.armor.roguearmor.desc=... . When wearing this dark garb, the Rogue can perform a special ability:
|
||||
|
||||
items.armor.scalearmor.name=scale armor
|
||||
items.armor.scalearmor.desc=The metal scales sewn onto a leather vest create a flexible, yet protective armor.
|
||||
|
||||
items.armor.warriorarmor.name=warrior suit of armor
|
||||
items.armor.warriorarmor.ac_special=HEROIC LEAP
|
||||
items.armor.warriorarmor.prompt=Choose direction to leap
|
||||
items.armor.warriorarmor.desc=While this armor looks heavy, it allows the warrior to perform a heroic leap towards a targeted location, slamming down to stun all neighbouring enemies.\n\nUsing this ability will consume 35% of the armor's charge. The armor steadily builds charge as the warrior gains experience.
|
||||
items.armor.warriorarmor.desc=... . While this armor looks heavy, it allows the Warrior to perform a special ability:
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@ windows.wndchallenges.title=Challenges
|
||||
|
||||
windows.wndchooseability.message=The crown glows as it rests on your head, and both it and your armor become hot to the touch. You can feel the magic of the crown begin to act on your armor, but it must be directed. Which armor ability do you choose?
|
||||
windows.wndchooseability.message_no_crown=Choose an ability for your armor!
|
||||
windows.wndchooseability.cancel=I'll decide later
|
||||
|
||||
windows.wndchooseway.message=As the mask fits over your face, your eyesight fades and visions of new power flood into your mind. How will you direct the mask's power?
|
||||
windows.wndchooseway.cancel=I'll decide later
|
||||
|
||||
Reference in New Issue
Block a user