Package org.rspeer.game.gameval
Class DBTableId.SailingCombatSupportFacility.Row
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingCombatSupportFacility.Row
-
- Enclosing class:
- DBTableId.SailingCombatSupportFacility
public static class DBTableId.SailingCombatSupportFacility.Row extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intHEAT_SHIELD_HIGHstatic intHEAT_SHIELD_LOWstatic intHEAT_SHIELD_MEDIUMstatic intRUNIC_SHIELD_HIGHstatic intRUNIC_SHIELD_LOWstatic intRUNIC_SHIELD_MEDIUM
-
Constructor Summary
Constructors Constructor Description Row()
-
-
-
Field Detail
-
HEAT_SHIELD_HIGH
public static final int HEAT_SHIELD_HIGH
- See Also:
- Constant Field Values
-
HEAT_SHIELD_LOW
public static final int HEAT_SHIELD_LOW
- See Also:
- Constant Field Values
-
HEAT_SHIELD_MEDIUM
public static final int HEAT_SHIELD_MEDIUM
- See Also:
- Constant Field Values
-
RUNIC_SHIELD_HIGH
public static final int RUNIC_SHIELD_HIGH
- See Also:
- Constant Field Values
-
RUNIC_SHIELD_LOW
public static final int RUNIC_SHIELD_LOW
- See Also:
- Constant Field Values
-
RUNIC_SHIELD_MEDIUM
public static final int RUNIC_SHIELD_MEDIUM
- See Also:
- Constant Field Values
-
-