Interface ITPPQuestConstants
- All Known Subinterfaces:
ITPPQuest
- All Known Implementing Classes:
AwaitingPhase
,DetailsKillingsAction
,InactivePhase
,InvasionPhase
,OutgoingPhase
,RewardPlayerAction
,ThePiedPiper
,TPPQuest
,TPPQuestHelperFunctions
public interface ITPPQuestConstants
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
related to quest part. -
Field Summary
Modifier and TypeFieldDescriptionstatic ITPPQuestConstants.TPP_Phase
static String
static String
static ITPPQuestConstants.TPP_Phase
static String
static String
static ITPPQuestConstants.TPP_Phase
static String
static String
static ITPPQuestConstants.TPP_Phase
static String
static String
static ITPPQuestConstants.TPP_Phase
static String
static String
static ITPPQuestConstants.TPP_Phase
static String
static String
static String
List of reward moneys quantities for each type of killed rats.List of creatures types to create.List of game zones, where rats will appears.static String
-
Field Details
-
INACTIVE
-
INVASION
-
AWAITING
-
OUTGOING
-
CHILDRENS
-
FINAL
-
QUEST_SLOT
- See Also:
- Constant Field Values
-
INACTIVE_TIME_MAX
- See Also:
- Constant Field Values
-
INACTIVE_TIME_MIN
- See Also:
- Constant Field Values
-
INVASION_TIME_MIN
- See Also:
- Constant Field Values
-
INVASION_TIME_MAX
- See Also:
- Constant Field Values
-
AWAITING_TIME_MIN
- See Also:
- Constant Field Values
-
AWAITING_TIME_MAX
- See Also:
- Constant Field Values
-
OUTGOING_TIME_MIN
- See Also:
- Constant Field Values
-
OUTGOING_TIME_MAX
- See Also:
- Constant Field Values
-
CHILDRENS_TIME_MIN
- See Also:
- Constant Field Values
-
CHILDRENS_TIME_MAX
- See Also:
- Constant Field Values
-
FINAL_TIME_MIN
- See Also:
- Constant Field Values
-
FINAL_TIME_MAX
- See Also:
- Constant Field Values
-
SHOUT_TIME
- See Also:
- Constant Field Values
-
RAT_ZONES
List of game zones, where rats will appears. TODO: add other Ados buildings here, and improve summonRats() function to avoid placing rats inside closed areas within houses. -
RAT_TYPES
List of creatures types to create. -
RAT_REWARDS
List of reward moneys quantities for each type of killed rats.
-