Class Ritual

java.lang.Object
moe.maika.ygofm.gamedata.Ritual

public class Ritual extends Object
A representation of a ritual in Forbidden Memories. All rituals have a ritual card that activates them, exactly three materials, and a result. The material cards do not have to be distinct.
  • Method Details

    • getRitualCard

      public Card getRitualCard()
      Returns the ritual card that activates this ritual.
      Returns:
      the ritual card
    • getMaterials

      public List<Card> getMaterials()
      Returns the materials required to perform this ritual.
      Returns:
      a list of length 3 containing the materials for this ritual in no particular order
    • getResult

      public Card getResult()
      Returns the result of this ritual.
      Returns:
      the result of this ritual