Modified

io.github.pidoveproject.showdown.battle.RevealedAbility.Modified
final case class Modified(ability: AbilityName, cause: Effect)

A modified ability.

Value parameters

ability

the current ability of the pokemon

cause

the effect causing the ability change

Attributes

Source
RevealedAbility.scala

Members list

Inherited
  • Not inherited
  • Product

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product