Package org.rspeer.game.gameval
Class DBTableId.Reward
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.Reward
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.Reward.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_ACHIEVEMENT_DIARY_UNLOCKintegerstatic intCOL_COMBAT_ACHIEVEMENT_UNLOCKintegerstatic intCOL_COMBAT_MASTERY_TIER(integer, integer)static intCOL_DESCstringstatic intCOL_DISPLAY_GRAPHICintegerstatic intCOL_DISPLAY_OBJECTintegerstatic intCOL_LEAGUE_RELICintegerstatic intCOL_NAMEstringstatic intCOL_OBJECT(integer, integer)static intCOL_ONCE_PER_EVENTintegerstatic intCOL_QUEST_UNLOCKintegerstatic intCOL_RECLAIMABLEintegerstatic intCOL_SHOW_DERIVED_DESCintegerstatic intCOL_XP_BOOST_PERCENTAGE_ALL_STATintegerstatic intID
-
Constructor Summary
Constructors Constructor Description Reward()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_NAME
public static final int COL_NAME
string- See Also:
- Constant Field Values
-
COL_DESC
public static final int COL_DESC
string- See Also:
- Constant Field Values
-
COL_SHOW_DERIVED_DESC
public static final int COL_SHOW_DERIVED_DESC
integer- See Also:
- Constant Field Values
-
COL_DISPLAY_GRAPHIC
public static final int COL_DISPLAY_GRAPHIC
integer- See Also:
- Constant Field Values
-
COL_DISPLAY_OBJECT
public static final int COL_DISPLAY_OBJECT
integer- See Also:
- Constant Field Values
-
COL_XP_BOOST_PERCENTAGE_ALL_STAT
public static final int COL_XP_BOOST_PERCENTAGE_ALL_STAT
integer- See Also:
- Constant Field Values
-
COL_QUEST_UNLOCK
public static final int COL_QUEST_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_OBJECT
public static final int COL_OBJECT
(integer, integer)- See Also:
- Constant Field Values
-
COL_ACHIEVEMENT_DIARY_UNLOCK
public static final int COL_ACHIEVEMENT_DIARY_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_COMBAT_ACHIEVEMENT_UNLOCK
public static final int COL_COMBAT_ACHIEVEMENT_UNLOCK
integer- See Also:
- Constant Field Values
-
COL_LEAGUE_RELIC
public static final int COL_LEAGUE_RELIC
integer- See Also:
- Constant Field Values
-
COL_COMBAT_MASTERY_TIER
public static final int COL_COMBAT_MASTERY_TIER
(integer, integer)- See Also:
- Constant Field Values
-
COL_RECLAIMABLE
public static final int COL_RECLAIMABLE
integer- See Also:
- Constant Field Values
-
COL_ONCE_PER_EVENT
public static final int COL_ONCE_PER_EVENT
integer- See Also:
- Constant Field Values
-
-