The Marathon Markup Language - Platforms Element: <platforms>
This kind of element specifies various platform features,
such as its sounds and how deadly it is when it crunches.
Each individual platform type is specified with a <platform> child element,
which has these attributes:
- index: which one of the platform types (mandatory)
- start_extend: sound index for platform starting to extend (-1 for none)
- start_contract: same for starting to contract
- stop_extend: same for stopping extending
- stop_contract: same for stopping contracting
- obstructed: same for obstructed by something
- uncontrollable: same if one is unable to control it
- moving: same for moving in general
- item: index of item that acts like a key (-1 for none)
The index is which one of these platform types:
S'pht Door
S'pht Split Door
Locked S'pht Door
S'pht Platform
Noisy S'pht Platform
Heavy S'pht Door
Pfhor Door
Heavy S'pht Platform
Pfhor Platform
This element also has child element <damage>
(how much damage; it is described in greater detail here),
Home