Class ShipRepairQuest


public class ShipRepairQuest extends Quest
A Quest where player must repair ship to a certain level.
  • Constructor Details

    • ShipRepairQuest

      public ShipRepairQuest(String name, Reward reward, int targetShipRepairProgress)
      Creates a ShipRepairQuest
      Parameters:
      name - Name of the Quest
      reward - Reward the player can collect on completion
      targetShipRepairProgress - How much the player must repair ship by
    • ShipRepairQuest

      public ShipRepairQuest(String name, Reward reward, int expiryDuration, int targetShipRepairProgress)
      Creates a ShipRepairQuest with expiry
      Parameters:
      name - Name of the Quest
      reward - Reward the player can collect on completion
      expiryDuration - How long until the ShipRepairQuest is expired
      targetShipRepairProgress - How much the player must repair ship by
  • Method Details