transportMissions

Defines parameters for the different possible transport missions on a map.

element transportMissions
element mission

Defines a specific mission type.

Attributes:
  • name – The name of the mission type
  • npcIndex

    Todo

    This attribute needs documenting.

  • npcName

    Todo

    This attribute needs documenting.

  • rewardScale – Scalar multiplier to apply to the base reward value.
element pickupTrigger

Defines a possible location for the transport mission to start at.

Attributes:
  • index – Name/Index of the starting point for the mission.
  • rewardScale – Scalar multiplier to apply to reward if mission starts at this location.
  • title – Name of starting point to display in mission summary.
element dropoffTrigger

Defines a possible location for the mission.

Attributes:
  • index – Name/Index of the ending point for the mission.
  • rewardScale – Scalar multiplier to apply to reward if mission ends at this location.
  • title – Name of ending point to display in mission summary.
element object

Defines the 3D object that is being transported.

Attributes:
  • filename – Defines the filepath to the i3d file of the object’s 3D model.
  • max – The maximum possible number of objects to be transported.
  • min – The minimum possible number of objects to be transported.
  • offset

    Todo

    This file needs documenting

  • size

    Todo

    This file needs documenting

  • title – Name used to refer to the objects to be transported.