public static interface QuestManager.HolidayData
Modifier and Type | Method | Description |
---|---|---|
TriadList<java.lang.String,java.lang.String,java.lang.Integer> |
behaviors() |
Returns the list of behaviors to give mobs
during a holiday.
|
java.lang.Integer |
pricingMobIndex() |
Returns an integer index into the stepV list,
and is related to the PRICEMASKS quest script
command from the stats data.
|
TriadList<java.lang.String,java.lang.String,java.lang.Integer> |
properties() |
Returns the list of properties to give mobs
during a holiday.
|
TriadList<java.lang.String,java.lang.String,java.lang.Integer> |
settings() |
Returns the list of basic settings, stuff like
NAME, DURATION, MUDDAY, WAIT, etc.
|
TriadList<java.lang.String,java.lang.String,java.lang.Integer> |
stats() |
Stat changes to apply to mobs during a holiday.
|
java.util.List<java.lang.String> |
stepV() |
This is a listing of a cache of the actual Quest
Script built from the Holiday.
|
TriadList<java.lang.String,java.lang.String,java.lang.Integer> settings()
TriadList<java.lang.String,java.lang.String,java.lang.Integer> behaviors()
TriadList<java.lang.String,java.lang.String,java.lang.Integer> properties()
TriadList<java.lang.String,java.lang.String,java.lang.Integer> stats()
pricingMobIndex()
,
stepV()
java.util.List<java.lang.String> stepV()
pricingMobIndex()
,
stats()