public class CBRemnant extends BaseCustomBountyCreator
CustomBountyCreator.CustomBountyData| Modifier and Type | Field and Description |
|---|---|
static float |
PROB_IN_SYSTEM_WITH_BASE |
static float |
PROB_IN_SYSTEM_WITH_TAP |
DEFAULT_FREQUENCY, STAGEMAX_DIFFICULTY, MIN_DIFFICULTY| Constructor and Description |
|---|
CBRemnant() |
| Modifier and Type | Method and Description |
|---|---|
CustomBountyCreator.CustomBountyData |
createBounty(MarketAPI createdAt,
HubMissionWithBarEvent mission,
int difficulty,
java.lang.Object bountyStage) |
java.lang.String |
getBountyNamePostfix(HubMissionWithBarEvent mission,
CustomBountyCreator.CustomBountyData data) |
float |
getFrequency(HubMissionWithBarEvent mission,
int difficulty) |
java.lang.String |
getIconName() |
int |
getMaxDifficulty() |
int |
getMinDifficulty() |
addFleetDescription, addIntelAssessment, addTargetLocationAndDescription, addTargetLocationAndDescriptionBulletPoint, beginFleet, createFleet, getBaseBountyName, getBountyDays, getId, getNumCompletedForPerson, getNumCompletedGlobal, getNumCompletedGlobalKey, getNumCompletedPerPersonKey, getRepFaction, getRepPerson, getSystemWithNoTimeLimit, isReduceFrequencyBasedOnNumberOfCompletions, isRepeatableGlobally, isRepeatablePerPerson, notifyAccepted, notifyCompleted, notifyFailed, setRepChangesBasedOnDifficulty, systemMatchesRequirement, updateInteractionDatapublic static float PROB_IN_SYSTEM_WITH_BASE
public static float PROB_IN_SYSTEM_WITH_TAP
public CBRemnant()
public float getFrequency(HubMissionWithBarEvent mission, int difficulty)
getFrequency in interface CustomBountyCreatorgetFrequency in class BaseCustomBountyCreatorpublic java.lang.String getBountyNamePostfix(HubMissionWithBarEvent mission, CustomBountyCreator.CustomBountyData data)
getBountyNamePostfix in interface CustomBountyCreatorgetBountyNamePostfix in class BaseCustomBountyCreatorpublic java.lang.String getIconName()
getIconName in interface CustomBountyCreatorgetIconName in class BaseCustomBountyCreatorpublic CustomBountyCreator.CustomBountyData createBounty(MarketAPI createdAt, HubMissionWithBarEvent mission, int difficulty, java.lang.Object bountyStage)
createBounty in interface CustomBountyCreatorcreateBounty in class BaseCustomBountyCreatorpublic int getMaxDifficulty()
getMaxDifficulty in interface CustomBountyCreatorgetMaxDifficulty in class BaseCustomBountyCreatorpublic int getMinDifficulty()
getMinDifficulty in interface CustomBountyCreatorgetMinDifficulty in class BaseCustomBountyCreator