v0.7.2: adjusted stones of aggression to no longer allow use on bosses

This commit is contained in:
Evan Debenham 2019-03-08 01:23:20 -05:00
parent cedf68f4b0
commit 17f559e367
2 changed files with 3 additions and 2 deletions

View File

@ -62,6 +62,7 @@ import com.shatteredpixel.shatteredpixeldungeon.items.armor.glyphs.Potential;
import com.shatteredpixel.shatteredpixeldungeon.items.rings.RingOfElements; import com.shatteredpixel.shatteredpixeldungeon.items.rings.RingOfElements;
import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRetribution; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.ScrollOfRetribution;
import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic.ScrollOfPsionicBlast; import com.shatteredpixel.shatteredpixeldungeon.items.scrolls.exotic.ScrollOfPsionicBlast;
import com.shatteredpixel.shatteredpixeldungeon.items.stones.StoneOfAggression;
import com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFireblast; import com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfFireblast;
import com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfLightning; import com.shatteredpixel.shatteredpixeldungeon.items.wands.WandOfLightning;
import com.shatteredpixel.shatteredpixeldungeon.items.weapon.enchantments.Blazing; import com.shatteredpixel.shatteredpixeldungeon.items.weapon.enchantments.Blazing;
@ -595,7 +596,7 @@ public abstract class Char extends Actor {
public enum Property{ public enum Property{
BOSS ( new HashSet<Class>( Arrays.asList(Grim.class, ScrollOfRetribution.class, ScrollOfPsionicBlast.class)), BOSS ( new HashSet<Class>( Arrays.asList(Grim.class, ScrollOfRetribution.class, ScrollOfPsionicBlast.class)),
new HashSet<Class>( Arrays.asList(Corruption.class) )), new HashSet<Class>( Arrays.asList(Corruption.class, StoneOfAggression.Aggression.class) )),
MINIBOSS ( new HashSet<Class>(), MINIBOSS ( new HashSet<Class>(),
new HashSet<Class>( Arrays.asList(Corruption.class) )), new HashSet<Class>( Arrays.asList(Corruption.class) )),
UNDEAD, UNDEAD,

View File

@ -997,7 +997,7 @@ items.stones.inventorystone.ac_use=USE
items.stones.runestone$placeholder.name=runestone items.stones.runestone$placeholder.name=runestone
items.stones.stoneofaggression.name=stone of aggression items.stones.stoneofaggression.name=stone of aggression
items.stones.stoneofaggression.desc=When this stone is thrown at an ally or enemy, all nearby enemies will be forced to attack that character for a short time.\n\nWhen used on enemies, the magic will only last for a few moments, but when used on yourself or allies it will last significantly longer. items.stones.stoneofaggression.desc=When this stone is thrown at an ally or enemy, all nearby enemies will be forced to attack that character for a short time.\n\nWhen used on enemies, the magic will only last for a few moments, but when used on yourself or allies it will last significantly longer. Powerful enemies will resist the effect as well.
items.stones.stoneofaggression$aggression.name=Targeted items.stones.stoneofaggression$aggression.name=Targeted
items.stones.stoneofaugmentation.name=stone of augmentation items.stones.stoneofaugmentation.name=stone of augmentation