Class StructItemOption

java.lang.Object
server.StructItemOption

public class StructItemOption extends Object
  • Field Details

    • types

      public static String[] types
    • optionType

      public int optionType
    • reqLevel

      public int reqLevel
    • opID

      public int opID
    • face

      public String face
    • data

      public Map<String,Integer> data
    • levelText

      public String[] levelText
      各潛能等級預先組好的可讀說明字串(索引=潛能等級 1~20)。

      MapleItemInformationProvider.runEtc() 解析 ItemOption.img 的 info/string 模板後填入;同一潛能 ID 底下各等級項共用同一份陣列。

  • Constructor Details

    • StructItemOption

      public StructItemOption()
  • Method Details