Class EHDToTables

java.lang.Object
EHDToTables

public class EHDToTables extends Object
Table of conversions from EHD to Monster Level Table.
Since:
2017-11-19
  • Field Details

  • Constructor Details

    • EHDToTables

      protected EHDToTables() throws IOException
      Constructor (read from dedicated file).
      Throws:
      IOException
  • Method Details

    • getInstance

      public static EHDToTables getInstance()
      Access the singleton class instance.
    • mapEHDToTable

      int mapEHDToTable(int EHD)
      Map an EHD to a monster level table.
    • main

      public static void main(String[] args)
      Main test method.