object Alteration
- Alphabetic
- By Inheritance
- Alteration
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(acronym: String): Alteration
Retrieves the appropriate alteration object given its acronym.
Retrieves the appropriate alteration object given its acronym.
- acronym
the alteration's acronym
- returns
the corresponding alteration object
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val poisonedMultiplier: Double
- val regenerationMultiplier: Double
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
object
Asleep extends Alteration with Product with Serializable
When a character is asleep it cannot make any move.
When a character is asleep it cannot make any move. This status lasts up to three rounds if the character is not awakened first by other characters.
-
object
Berserk extends Alteration with Product with Serializable
A character gone berserk cannot make any special move for three rounds.
-
object
Blinded extends Alteration with Product with Serializable
A blinded character cannot make any ranged move for two rounds.
-
object
Frozen extends Alteration with Product with Serializable
A frozen character cannot make any melee move for two rounds.
-
object
Poisoned extends Alteration with Product with Serializable
When a character is poisoned it must lose a quarter of its health points for three rounds in a row.
-
object
Regeneration extends Alteration with Product with Serializable
When a character is under the regeneration effect it must gain a quarter of its life for two rounds in a row.
-
object
Silenced extends Alteration with Product with Serializable
A silenced character cannot cast any spell for two rounds.
-
object
Stunned extends Alteration with Product with Serializable
When a character is stunned it cannot make any move for one turn.