v0.4.0: implemented new curses
This commit is contained in:
committed by
Evan Debenham
parent
e94d2b4874
commit
8ec81a0c33
@@ -2,17 +2,22 @@
|
||||
items.armor.curses.antientropy.name=%s of anti-entropy
|
||||
items.armor.curses.antientropy.desc=Anti-entropy curse works against the forces of the universe, pulling energy away from the attacker and into the wearer. This briefly freezes the attacker, but sets the wearer on fire!
|
||||
|
||||
items.armor.curses.corrosion.name=%s of corrosion
|
||||
items.armor.curses.corrosion.desc=Armor of corrosion is capable of bursting with corrosive fluid, coating everything in the area with sticky acidic ooze.
|
||||
|
||||
items.armor.curses.displacement.name=%s of displacement
|
||||
items.armor.curses.displacement.desc=The curse of displacement attempts to move the wearer to safety when they are attacked. It is a bit too effective however, randomly teleporting the user around the level.
|
||||
|
||||
items.armor.curses.metabolism.name=%s of metabolism
|
||||
items.armor.curses.metabolism.desc=The metabolism curse directly converts satiety into health when the wearer is injured, quickly causing starvation.
|
||||
items.armor.curses.metabolism.desc=The metabolism curse directly converts satiety into health when the wearer is injured, providing a boost of healing, but quickly causing starvation.
|
||||
|
||||
items.armor.curses.multiplicity.name=%s of multiplicity
|
||||
items.armor.curses.multiplicity.desc=Armor cursed with multiplicity contains dangerous duplication magic. It will sometimes create a mirror image of the wearer, but is equally likely to duplicate the attacker!
|
||||
|
||||
items.armor.curses.stench.name=%s of stench
|
||||
items.armor.curses.stench.desc=Armor cursed with stench will release clouds of noxious gas, which is hazardous to everything caught in the cloud.
|
||||
|
||||
|
||||
|
||||
###glyphs
|
||||
items.armor.glyphs.affection.name=%s of affection
|
||||
items.armor.glyphs.affection.desc=This powerful glyph manipulates the mind of attackers, charming them temporarily.
|
||||
@@ -32,10 +37,6 @@ items.armor.glyphs.entanglement.desc=This glyph grows earthroot around the weare
|
||||
items.armor.glyphs.flow.name=%s of flow
|
||||
items.armor.glyphs.flow.desc=This glyph manipulates the flow of water around the wearer, making them much faster when moving through it.
|
||||
|
||||
items.armor.glyphs.multiplicity.name=%s of multiplicity
|
||||
items.armor.glyphs.multiplicity.rankings_desc=Killed by: glyph of multiplicity
|
||||
items.armor.glyphs.multiplicity.desc=
|
||||
|
||||
items.armor.glyphs.obfuscation.name=%s of obfuscation
|
||||
items.armor.glyphs.obfuscation.desc=This glyph makes the wearer more difficult to detect, at the cost of defense.
|
||||
|
||||
@@ -620,14 +621,13 @@ items.scrolls.scrollofterror.desc=A flash of red light will overwhelm all creatu
|
||||
items.scrolls.scrollofupgrade.name=scroll of upgrade
|
||||
items.scrolls.scrollofupgrade.inv_title=Select an item to upgrade
|
||||
items.scrolls.scrollofupgrade.looks_better=Your %s certainly looks better now
|
||||
items.scrolls.scrollofupgrade.desc=This scroll will upgrade a single item, improving its quality. A wand will increase in power and number of charges, weapons and armor will deal and block more damage, and the effects of rings will intensify. This scroll is even able to dispel curse effects, though it is not as potent as a scroll of remove curse.
|
||||
items.scrolls.scrollofupgrade.desc=This scroll will upgrade a single item, improving its quality. A wand will increase in power and number of charges, weapons and armor will deal and block more damage, and the effects of rings will intensify. This scroll is even able to sometimes dispel curse effects, though it is not as potent as a scroll of remove curse.
|
||||
|
||||
|
||||
|
||||
###wands
|
||||
items.wands.cursedwand.ondeath=You were killed by your own %s.
|
||||
items.wands.cursedwand.nothing=Nothing happens.
|
||||
items.wands.cursedwand.cursed=Your worn equipment becomes cursed!
|
||||
items.wands.cursedwand.grass=Grass erupts around you!
|
||||
items.wands.cursedwand.fire=You smell burning...
|
||||
items.wands.cursedwand.transmogrify=Your wand transmogrifies into a different item!
|
||||
@@ -706,11 +706,17 @@ items.weapon.curses.annoying.msg_4=ARE WE AT THE BOSS YET!?
|
||||
items.weapon.curses.annoying.msg_5=OUCH, DON'T SWING ME SO HARD!
|
||||
items.weapon.curses.annoying.desc=Annoying weapons just want to help. unfortunately that help comes in the form of a loud voice which attracts enemies.
|
||||
|
||||
items.weapon.curses.displacing.name=displacing %s
|
||||
items.weapon.curses.displacing.desc=Displacing weapons are infused with chaotic teleportation magic, possessing the ability to warp enemies around the floor randomly.
|
||||
|
||||
items.weapon.curses.exhausting.name=exhausting %s
|
||||
items.weapon.curses.exhausting.desc=Exhausting weapons take great effort to use, and will periodically weaken the wearer as a result.
|
||||
|
||||
items.weapon.curses.fragile.name=fragile %s
|
||||
items.weapon.curses.fragile.desc=Fragile weapons start out just as strong as their uncursed counterparts, but rapidly decrease in effectiveness as they are used.
|
||||
items.weapon.curses.fragile.desc=Fragile weapons start out just as strong as their normal counterparts, but rapidly decrease in effectiveness as they are used.
|
||||
|
||||
items.weapon.curses.sacrificial.name=sacrificial %s
|
||||
items.weapon.curses.sacrificial.desc=Sacrificial weapons will demand blood from you in return for attacking foes. The more healthy you are, they more they will take.
|
||||
|
||||
items.weapon.curses.wayward.name=wayward %s
|
||||
items.weapon.curses.wayward.desc=A wayward weapon has a very hard time finding its mark, making it extremely inaccurate unless the attack is guaranteed to succeed.
|
||||
|
||||
Reference in New Issue
Block a user