Class SoothingLoveSoul
java.lang.Object
gameelement.soul.BaseSoul
gameelement.soul.SoothingLoveSoul
- All Implemented Interfaces:
BeAttackedAble
Soothing Love soul with random HP and Soothing Love weakness.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intGenerates HP for a Soothing Love soul.Methods inherited from class BaseSoul
canbeHitByPotion, getImagePath, getSoulHP, getWeaknessType, setImagePath, setSoulHP, setWeaknessType, takeDamageFromPotionMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BeAttackedAble
canbeHitByPotion, takeDamageFromPotion
-
Constructor Details
-
SoothingLoveSoul
public SoothingLoveSoul()Creates a Soothing Love soul with randomized HP.
-
-
Method Details
-
randomizeSoothingSoulHP
public static int randomizeSoothingSoulHP()Generates HP for a Soothing Love soul.- Returns:
- random HP in the Soothing Love range
-