Property | Type | Description |
---|
Method | Description | |
---|---|---|
AddBase ( EffectEnum id, int value ) : void |
|
|
AddDon ( EffectEnum effectType, int value ) : void |
|
|
AddEffect ( EffectEnum id, int value1, int value2, int value3, string args = "0" ) : void |
|
|
ClearDons ( ) : void |
|
|
Deserialize ( byte data ) : |
|
|
Dispose ( ) : void |
|
|
GenericStats ( ) : System |
|
|
GenericStats ( CharacterDAO character ) : System |
|
|
GenericStats ( GuildDAO guild ) : System |
|
|
GenericStats ( MonsterGradeDAO monster ) : System |
|
|
GetEffect ( EffectEnum id ) : |
|
|
GetRequiredStatsPoint ( CharacterBreedEnum breed, int statId, int value ) : int |
|
|
GetTotal ( EffectEnum effectType ) : int |
|
|
GetTotalEffect ( EffectEnum effectType ) : |
|
|
HasEffect ( EffectEnum id ) : bool |
|
|
Merge ( |
|
|
Merge ( StatsType type, |
|
|
Serialize ( ) : byte[] |
|
|
StatisticsChanged ( ) : void |
|
|
ToItemStats ( ) : string |
|
|
UnMerge ( |
|
|
UnMerge ( StatsType type, |
|
public AddBase ( EffectEnum id, int value ) : void | ||
id | EffectEnum | |
value | int | |
return | void |
public AddDon ( EffectEnum effectType, int value ) : void | ||
effectType | EffectEnum | |
value | int | |
return | void |
public AddEffect ( EffectEnum id, int value1, int value2, int value3, string args = "0" ) : void | ||
id | EffectEnum | |
value1 | int | |
value2 | int | |
value3 | int | |
args | string | |
return | void |
public static Deserialize ( byte data ) : |
||
data | byte | |
return |
public GenericStats ( CharacterDAO character ) : System | ||
character | CharacterDAO | |
return | System |
public GenericStats ( GuildDAO guild ) : System | ||
guild | GuildDAO | |
return | System |
public GenericStats ( MonsterGradeDAO monster ) : System | ||
monster | MonsterGradeDAO | |
return | System |
public GetEffect ( EffectEnum id ) : |
||
id | EffectEnum | |
return |
public static GetRequiredStatsPoint ( CharacterBreedEnum breed, int statId, int value ) : int | ||
breed | CharacterBreedEnum | |
statId | int | |
value | int | |
return | int |
public GetTotal ( EffectEnum effectType ) : int | ||
effectType | EffectEnum | |
return | int |
public GetTotalEffect ( EffectEnum effectType ) : |
||
effectType | EffectEnum | |
return |
public Merge ( StatsType type, |
||
type | StatsType | |
Stats | ||
return | void |
public UnMerge ( StatsType type, |
||
type | StatsType | |
Stats | ||
return | void |