L2JPREMIUM  5M
com.premium.game.skills.BaseStats Enum Reference
Collaboration diagram for com.premium.game.skills.BaseStats:

Public Member Functions

final double calcBonus (L2Character actor)
 
final String getValue ()
 

Static Public Member Functions

 [static initializer]
 
static final BaseStats valueOfXml (String name)
 

Public Attributes

 SuppressWarnings =("synthetic-access") STR(new STR())
 

Static Public Attributes

static final int MAX_STAT_VALUE = 100
 
static final double[] STRbonus = new double[MAX_STAT_VALUE]
 
static final double[] INTbonus = new double[MAX_STAT_VALUE]
 
static final double[] DEXbonus = new double[MAX_STAT_VALUE]
 
static final double[] WITbonus = new double[MAX_STAT_VALUE]
 
static final double[] CONbonus = new double[MAX_STAT_VALUE]
 
static final double[] MENbonus = new double[MAX_STAT_VALUE]
 

Static Protected Attributes

static final Logger _log = Logger.getLogger(BaseStats.class.getName())
 

The documentation for this enum was generated from the following file: