Package org.rspeer.game.gameval
Class DBTableId.SailingBoatFacilityStats
- java.lang.Object
-
- org.rspeer.game.gameval.DBTableId.SailingBoatFacilityStats
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDBTableId.SailingBoatFacilityStats.Row
-
Field Summary
Fields Modifier and Type Field Description static intCOL_BOAT_ACCELERATIONintegerstatic intCOL_BOAT_ADDITIONAL_RECOVERY_COST_PERCENTAGEintegerstatic intCOL_BOAT_ARMOURintegerstatic intCOL_BOAT_BASESPEEDintegerstatic intCOL_BOAT_CARGOHOLD_SIZEintegerstatic intCOL_BOAT_CARGOHOLD_SIZE_UIMintegerstatic intCOL_BOAT_CRYSTAL_FLECKED_RESISTANTintegerstatic intCOL_BOAT_FETID_WATER_RESISTANTintegerstatic intCOL_BOAT_HP_MAXintegerstatic intCOL_BOAT_ICY_SEAS_RESISTANTintegerstatic intCOL_BOAT_MAX_WIND_MOTESintegerstatic intCOL_BOAT_RAPIDRESISTANCEintegerstatic intCOL_BOAT_SPEEDBOOST_DURATIONintegerstatic intCOL_BOAT_SPEEDCAPintegerstatic intCOL_BOAT_STORMRESISTANCEintegerstatic intCOL_BOAT_TANGLED_KELP_RESISTANTintegerstatic intID
-
Constructor Summary
Constructors Constructor Description SailingBoatFacilityStats()
-
-
-
Field Detail
-
ID
public static final int ID
- See Also:
- Constant Field Values
-
COL_BOAT_HP_MAX
public static final int COL_BOAT_HP_MAX
integer- See Also:
- Constant Field Values
-
COL_BOAT_ARMOUR
public static final int COL_BOAT_ARMOUR
integer- See Also:
- Constant Field Values
-
COL_BOAT_STORMRESISTANCE
public static final int COL_BOAT_STORMRESISTANCE
integer- See Also:
- Constant Field Values
-
COL_BOAT_RAPIDRESISTANCE
public static final int COL_BOAT_RAPIDRESISTANCE
integer- See Also:
- Constant Field Values
-
COL_BOAT_BASESPEED
public static final int COL_BOAT_BASESPEED
integer- See Also:
- Constant Field Values
-
COL_BOAT_SPEEDCAP
public static final int COL_BOAT_SPEEDCAP
integer- See Also:
- Constant Field Values
-
COL_BOAT_ACCELERATION
public static final int COL_BOAT_ACCELERATION
integer- See Also:
- Constant Field Values
-
COL_BOAT_SPEEDBOOST_DURATION
public static final int COL_BOAT_SPEEDBOOST_DURATION
integer- See Also:
- Constant Field Values
-
COL_BOAT_CARGOHOLD_SIZE
public static final int COL_BOAT_CARGOHOLD_SIZE
integer- See Also:
- Constant Field Values
-
COL_BOAT_CARGOHOLD_SIZE_UIM
public static final int COL_BOAT_CARGOHOLD_SIZE_UIM
integer- See Also:
- Constant Field Values
-
COL_BOAT_FETID_WATER_RESISTANT
public static final int COL_BOAT_FETID_WATER_RESISTANT
integer- See Also:
- Constant Field Values
-
COL_BOAT_CRYSTAL_FLECKED_RESISTANT
public static final int COL_BOAT_CRYSTAL_FLECKED_RESISTANT
integer- See Also:
- Constant Field Values
-
COL_BOAT_TANGLED_KELP_RESISTANT
public static final int COL_BOAT_TANGLED_KELP_RESISTANT
integer- See Also:
- Constant Field Values
-
COL_BOAT_ICY_SEAS_RESISTANT
public static final int COL_BOAT_ICY_SEAS_RESISTANT
integer- See Also:
- Constant Field Values
-
COL_BOAT_MAX_WIND_MOTES
public static final int COL_BOAT_MAX_WIND_MOTES
integer- See Also:
- Constant Field Values
-
COL_BOAT_ADDITIONAL_RECOVERY_COST_PERCENTAGE
public static final int COL_BOAT_ADDITIONAL_RECOVERY_COST_PERCENTAGE
integer- See Also:
- Constant Field Values
-
-