User Tools

Site Tools


modding:xml:adventuredesc

This is an old revision of the document!


Overview

<AdventureDesc> defines the properties and behavior of an adventure.

Starting Ship Classes

An adventure has some control over the set of starting ship classes to offer the player and the location (the star system) where the player will start the game. The following properties are available:

startingShipCriteria= This property is a type criteria that selects the set of ship classes to offer the player at the beginning of the game. If omitted, all ship classes are available.

include10StartingShips= This property is used for backwards compatibility with version 1.0 of the game. If set to true the adventure will offer player ship classes that do not match the startingShipCriteria property if and only if the player ship class is defined in an extension of apiVersion < 12.

See: include10StartingShips tag

Constants

An adventure may alter many engine constants to change the behavior of the game. The <Constants> element on the adventure may have 0 or more of the following sub-elements:

<ArmorDamageAdj>

This sub-element specifies the intrinsic damage adjustment of armor at a given level to each damage type. You may have one of these sub-elements for each level you wish to modify. It must have the following parameters:

level= The level of the armor being modified.

damageAdj= The damage adjustment for each damage type. This may be specified as a comma-separated list of damage adjustments for each damage type (in order) or a list of damage type and damage adjustment pairs:

**damageAdj=“laser:100; kinetic:50;”

Any damage types not specified default to 100. However, if you omit an entire level, the level will be set to engine defaults.

<ShieldDamageAdj>

This sub-element specifies the intrinsic damage adjustment of shields at a given level to each damage type. It follows the same syntax as <ArmorDamageAdj>.

modding/xml/adventuredesc.1357690869.txt.gz · Last modified: 2014/12/27 04:40 (external edit)