Class Thief

java.lang.Object
All Implemented Interfaces:
java.lang.Comparable<java.lang.Object>

public class Thief
extends Hero
Thief character.
  • Constructor Details

    • Thief

      public Thief()
      Constructor.
  • Method Details

    • surpriseAttack

      public void surpriseAttack​(DungeonCharacter opponent)
      Special move.
      Parameters:
      opponent - The opponent to attack.
    • battleChoices

      public void battleChoices​(DungeonCharacter opponent)
      Provides the user with possible actions to perform during their turn.
      Specified by:
      battleChoices in class DungeonCharacter
      Parameters:
      opponent - The opponent to attack.