Méthode | Description | |
---|---|---|
AddBonus ( string identifier, string name, GlobalBonusStat stat, float multiplier ) : void |
Adds global bonus.
|
|
AddDrop ( string identifier, |
Adds global drop.
|
|
AddFishingGround ( string identifier, FishingGroundData fishingGroundData ) : void |
Adds event fishing ground.
|
|
GetBonusMultiplier ( GlobalBonusStat stat, float &multiplier, string &eventNames ) : bool |
Returns whether there are any bonuses for the given stat, and if so returns the total multiplier and the names of the events that affected it via out parameter.
|
|
GetDrops ( |
Returns list of all global drops the given creature might drop.
|
|
GetFishingGrounds ( ) : List |
Returns a list of all event fishing grounds.
|
|
RemoveAllDrops ( string identifier ) : void |
Removes all global drops associated with the given identifier.
|
|
RemoveAllFishingGrounds ( string identifier ) : void |
Removes all event fishing grounds associated with the given identifier.
|
|
RemoveBonuses ( string identifier ) : void |
Removes all global bonuses with given event id.
|
public AddBonus ( string identifier, string name, GlobalBonusStat stat, float multiplier ) : void | ||
identifier | string | |
name | string | |
stat | GlobalBonusStat | |
multiplier | float | |
Résultat | void |
public AddDrop ( string identifier, |
||
identifier | string | |
drop | ||
Résultat | void |
public AddFishingGround ( string identifier, FishingGroundData fishingGroundData ) : void | ||
identifier | string | |
fishingGroundData | FishingGroundData | |
Résultat | void |
public GetBonusMultiplier ( GlobalBonusStat stat, float &multiplier, string &eventNames ) : bool | ||
stat | GlobalBonusStat | |
multiplier | float | |
eventNames | string | |
Résultat | bool |
public GetDrops ( |
||
creature | ||
Résultat | List |
public RemoveAllDrops ( string identifier ) : void | ||
identifier | string | |
Résultat | void |
public RemoveAllFishingGrounds ( string identifier ) : void | ||
identifier | string | |
Résultat | void |
public RemoveBonuses ( string identifier ) : void | ||
identifier | string | |
Résultat | void |