v0.9.2: added text for the warden effect of each plant

This commit is contained in:
Evan Debenham 2021-01-14 17:00:29 -05:00
parent ec714ce985
commit 3a6e6a5226
2 changed files with 26 additions and 5 deletions

View File

@ -4,60 +4,73 @@ plants.blandfruitbush$seed.name=seed of blandfruit
plants.blindweed.name=Blindweed
plants.blindweed.desc=Upon being touched a Blindweed perishes in a bright flash of light. The flash is strong enough to disorient for several seconds.
plants.blindweed.warden_desc=The Warden will channel a Blindweed's energy into a temporary shroud of invisibility, instead of being disoriented.
plants.blindweed$seed.name=seed of blindweed
plants.dreamfoil.name=Dreamfoil
plants.dreamfoil.refreshed=You feel refreshed.
plants.dreamfoil.desc=The Dreamfoil's prickly flowers contain a chemical which is known for its properties as a strong neutralizing agent. Most weaker creatures are overwhelmed and knocked unconscious, which gives the plant its namesake.
plants.dreamfoil.warden_desc=In addition to the neutralizing effect, the Warden will become temporarily immune to all area-bound effects when stepping on Dreamfoil.
plants.dreamfoil$seed.name=seed of dreamfoil
plants.earthroot.name=Earthroot
plants.earthroot.desc=When a creature touches an Earthroot, its roots create a kind of immobile natural armor around it.
plants.earthroot.warden_desc=The roots of an Earthroot plant will move with the Warden, providing her mobile barkskin armor.
plants.earthroot$seed.name=seed of earthroot
plants.earthroot$armor.name=Herbal armor
plants.earthroot$armor.desc=A kind of natural, immobile armor is protecting you. The armor forms plates of bark and twine, wrapping around your body.\n\nThis herbal armor will block %d damage from any physical hit you take, until it eventually runs out of durability and collapses.\n\nAs the armor is immobile, if you attempt to move it will break apart and be lost.\n\nArmor remaining: %d.
plants.fadeleaf.name=Fadeleaf
plants.fadeleaf.desc=Touching a Fadeleaf will teleport any creature to a random place on the current level.
plants.fadeleaf.warden_desc=The teleportation effect of Fadeleaf is more potent for the Warden, teleporting her back to the end of the previous dungeon level.
plants.fadeleaf$seed.name=seed of fadeleaf
plants.firebloom.name=Firebloom
plants.firebloom.desc=When something touches a Firebloom, it bursts into flames.
plants.firebloom.warden_desc=When she tramples a Firebloom, the Warden will be briefly imbued with flame instead of being harmed.
plants.firebloom$seed.name=seed of firebloom
plants.icecap.name=Icecap
plants.icecap.desc=Upon being touched, an Icecap lets out a puff of freezing pollen. The freezing effect is much stronger if the environment is wet.
plants.icecap.warden_desc=When she tramples an Icecap, the Warden will be briefly imbued with frost instead of being harmed.
plants.icecap$seed.name=seed of icecap
plants.plant.warden_desc=This plant has no special effect when used by the warden.
plants.plant$seed.seed_of=seed of %s
plants.plant$seed.ac_plant=PLANT
plants.plant$seed.info=Throw this seed to the place where you want to grow a plant.\n\n%s
plants.plant$seed$placeholder.name=seed
plants.rotberry.name=Rotberry
plants.rotberry.desc=The berries of a young rotberry shrub taste like sweet, sweet death.\n\nGiven several days, this rotberry shrub will grow into another rot heart.
plants.rotberry.desc=The berries of a young Rotberry shrub taste like sweet, sweet death. Over a few years, this rotberry shrub will grow into another rot heart.
plants.rotberry.warden_desc=Normally a Rotberry bush has no effect when trampled, but the Warden is able to harness energy from it to temporarily boost her strength!
plants.rotberry$seed.name=seed of rotberry
plants.sorrowmoss.name=Sorrowmoss
plants.sorrowmoss.desc=A Sorrowmoss is a flower (not a moss) with razor-sharp petals, coated with a deadly venom.
plants.sorrowmoss.warden_desc=When she tramples a Sorrowmoss, the Warden will be briefly imbued with toxin instead of being harmed.
plants.sorrowmoss$seed.name=seed of sorrowmoss
plants.starflower.name=Starflower
plants.starflower.desc=An extremely rare plant, Starflower is said to grant holy power to whomever touches it.
plants.starflower.desc=A rare plant, Starflower is said to grant holy power to whomever touches it.
plants.starflower.warden_desc=In addition to being blessed, the Warden will gain a significant amount of wand recharging when she tramples a Starflower.
plants.starflower$seed.name=seed of starflower
plants.stormvine.name=Stormvine
plants.stormvine.desc=Gravity affects the Stormvine plant strangely, allowing its whispy blue tendrils to 'hang' on the air. Anything caught in the vine is affected by this, and becomes disoriented.
plants.stormvine.warden_desc=The Warden is able to control the gravitational effect of Stormvine, and will breifly levitate when she tramples one.
plants.stormvine$seed.name=seed of stormvine
plants.sungrass.name=Sungrass
plants.sungrass.desc=Sungrass is renowned for its sap's slow but effective healing properties.
plants.sungrass.warden_desc=The Warden can receive healing from trampled Sungrass even if she moves away from it.
plants.sungrass$seed.name=seed of sungrass
plants.sungrass$health.name=Herbal Healing
plants.sungrass$health.desc=Sungrass possesses excellent healing properties, though it is much slower than a potion of healing.\n\nYou are currently slowly regenerating health from the sungrass plant. Moving off the plant will break the healing effect.\n\nHealing remaining: %d.
plants.swiftthistle.name=Swiftthistle
plants.swiftthistle.desc=When trampled, swiftthistle will briefly accelerate the flow of time around it, allowing the trampler to perform several actions instantly.
plants.swiftthistle.desc=When trampled, Swiftthistle will briefly accelerate the flow of time around it, allowing the trampler to perform several actions instantly.
plants.swiftthistle.warden_desc=In addition to gaining instantaneous actions, the Warden will also get a brief haste boost when trampling Swiftthistle.
plants.swiftthistle$seed.name=seed of swiftthistle
plants.swiftthistle$timebubble.name=Time Bubble
plants.swiftthistle$timebubble.desc=You are in a small bubble of accelerated time, allowing you to perform actions instantly. Attacking or using magic will break this effect however.\n\nTurns remaining: %s.

View File

@ -115,7 +115,11 @@ public abstract class Plant implements Bundlable {
}
public String desc() {
return Messages.get(this, "desc");
String desc = Messages.get(this, "desc");
if (Dungeon.hero.subClass == HeroSubClass.WARDEN){
desc += "\n\n" + Messages.get(this, "warden_desc");
}
return desc;
}
public static class Seed extends Item {
@ -203,7 +207,11 @@ public abstract class Plant implements Bundlable {
@Override
public String desc() {
return Messages.get(plantClass, "desc");
String desc = Messages.get(plantClass, "desc");
if (Dungeon.hero.subClass == HeroSubClass.WARDEN){
desc += "\n\n" + Messages.get(plantClass, "warden_desc");
}
return desc;
}
@Override