Mission

Mission profiles use the [MES Mission] header in SBC Description blocks.

Profile header: [MES Mission]

Here is an example of how a Mission profile definition is set up:

<?xml version="1.0"?>
<Definitions xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <EntityComponents>

    <EntityComponent xsi:type="MyObjectBuilder_InventoryComponentDefinition">
      <Id>
          <TypeId>Inventory</TypeId>
          <SubtypeId>MES-ExampleMission</SubtypeId>
      </Id>
      <Description>

      [MES Mission]

      [Title:Example Mission Title]
      [Description:Example mission description text.]
      [Duration:-1]
      [MissionType:MissionType.Custom]
      [Reward:10000]
      [PlayerConditionIds:ExamplePlayerConditionProfileA,ExamplePlayerConditionProfileB]

      </Description>

    </EntityComponent>

  </EntityComponents>
</Definitions>

Below are the tags you can use in your Mission profiles.

Tag: ActivateBooleanNameOnSucces
Tag Format: [ActivateBooleanNameOnSucces:Value]
Description: Text value for activate boolean name on succes.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: Collateral
Tag Format: [Collateral:Value]
Description: Text value for collateral.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: CustomApiMapping
Tag Format: [CustomApiMapping:Value]
Description: List of values for custom api mapping.
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: Description
Tag Format: [Description:Value]
Description: Text value for description.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: Duration
Tag Format: [Duration:Value]
Description: Time in seconds for duration.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: EventConditionIds
Tag Format: [EventConditionIds:Value]
Description: One or more event condition profile or id values (comma-separated).
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: Exclusive
Tag Format: [Exclusive:Value]
Description: When true, activates exclusive.
Allowed Value(s): true false
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: FailReputationPrice
Tag Format: [FailReputationPrice:Value]
Description: Text value for fail reputation price.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: InstanceEventGroupId
Tag Format: [InstanceEventGroupId:Value]
Description: A instance event group profile or id value.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: LeadPlayerConditionIds
Tag Format: [LeadPlayerConditionIds:Value]
Description: One or more lead player condition profile or id values (comma-separated).
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: MissionType
Tag Format: [MissionType:Value]
Description: Configures mission type.
Allowed Value(s): Custom Acquisition
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: OverrideFaction
Tag Format: [OverrideFaction:Value]
Description: Text value for override faction.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: PersistantEventConditionIds
Tag Format: [PersistantEventConditionIds:Value]
Description: One or more persistant event condition profile or id values (comma-separated).
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: PlayerConditionIds
Tag Format: [PlayerConditionIds:Value]
Description: One or more player condition profile or id values (comma-separated).
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: ReplaceKeys
Tag Format: [ReplaceKeys:Value]
Description: List of values for replace keys.
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: ReplacePairs
Tag Format: [ReplacePairs:Value]
Description: List of values for replace pairs.
Allowed Value(s): Comma-separated key,value pairs
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: ReplaceValues
Tag Format: [ReplaceValues:Value]
Description: List of values for replace values.
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: ReputationReward
Tag Format: [ReputationReward:Value]
Description: Text value for reputation reward.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: Reward
Tag Format: [Reward:Value]
Description: Text value for reward.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: SoloMission
Tag Format: [SoloMission:Value]
Description: When true, activates solo mission.
Allowed Value(s): true false
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: StoreProfileId
Tag Format: [StoreProfileId:Value]
Description: A store profile profile or id value.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: Tags
Tag Format: [Tags:Value]
Description: When true, activates tags.
Allowed Value(s): Comma-separated list of values
Default Value(s): N/A
Multiple Tags Allowed: Yes
Tag: Title
Tag Format: [Title:Value]
Description: Text value for title.
Allowed Value(s): Any String Value
Default Value(s): N/A
Multiple Tags Allowed: No
Tag: UseAnyPassingEventCondition
Tag Format: [UseAnyPassingEventCondition:Value]
Description: When true, uses any passing event condition.
Allowed Value(s): true false
Default Value(s): N/A
Multiple Tags Allowed: No