Difference between revisions of "Objecttypes.tbl"

From FreeSpace Wiki
Jump to: navigation, search
(Experimenting with image on a TBL page)
(+Player Orders:)
(28 intermediate revisions by 11 users not shown)
Line 1: Line 1:
{{shipimage|image=[[image:objecttypes.gif|thumbnail|320px]]|caption=objecttypes.tbl in action}}
+
{{SCP_table}}
 +
{{TableVersionGit|2016-08-14|6f7039e}}
 +
{{Tables}}
 +
The '''objecttypes.tbl''' is a table added by the FSSCP, used to set attributes of different object types. Currently the only section of this table are ship type attributes. A ship 'type' supercedes ship classes defined in ships.tbl. For example, the [[GTF Perseus]] and [[GTF Ulysses]] belong to the 'fighter' ship type. However, the [[GTD Orion]] belongs to the 'capital' ship type.
  
Objecttypes.tbl is a table added by the FSSCP, used to set attributes of different object types. Currently the only section of this table are ship type attributes. A ship 'type' supercedes ship classes defined in ships.tbl. For example, the [[GTF Perseus]] and [[GTF Ulysses]] belong to the 'fighter' ship type. However, the [[GTD Orion]] belongs to the 'capital' ship type.
+
This table is one of the [[Modular Tables]] and can be extended with xxx-obt.tbm
  
Note that objecttypes.tbl is fully XMT-compliant, with the suffix *-obt.tbm. In addition, the retail hardcoded types are being ported over to the objecttypes.tbl via an in-code table. So if a mod wishes to expand on the original types rather than replace them entirely, it should use a modular table file rather than a normal .tbl. Otherwise the in-code table will be ignored in favor of the one included in the mod, and the retail types will not be loaded (unless the mod includes them in its .tbl)
+
==General Format==
 +
*Note that objecttypes.tbl is fully XMT-compliant. In addition, the retail hardcoded types are being ported over to the objecttypes.tbl via an in-code table. So if a mod wishes to expand on the original types rather than replace them entirely, it should use a modular table file rather than a normal .tbl. Otherwise the in-code table will be ignored in favor of the one included in the mod, and the retail types will not be loaded (unless the mod includes them in its .tbl)
 +
*Note that a number of aspects of the retail types are still hardcoded, although they may be moved to the objecttypes.tbl if a mod requests it.
 +
 
 +
==#Target Priorities==
 +
All set target priorities function on additive basis. For example setting 'object type' "ship" already includes all the ships in the game.
 +
 
 +
===$Name:===
 +
{{Table3611|
 +
* Name of target priority group.
 +
* Syntax: '''String'''}}
 +
 
 +
===+Object Type:===
 +
{{Table3611|
 +
* The object types which belong to this target priority group.
 +
* Syntax: '''String'''
 +
** Example: ''ship''
 +
** Options
 +
:::''"ship"''
 +
:::''"asteroid"''
 +
:::''"weapon"''}}
 +
{{Table38|
 +
:::''"debris"''}}
 +
 
 +
===+Weapon Class:===
 +
{{Table3611|
 +
* Name of weapon classes which belong to this target priority group.
 +
* Syntax: '''String list''', names of the weapons}}
 +
** Example: ( "''Cyclops''" "''Tsunami''")
 +
 
 +
===+Object Flags:===
 +
{{Table3611|
 +
* The object flags which make their owners belong to this target priority group.
 +
* Syntax: '''String list'''
 +
** Options:
 +
:::''"no shields"''
 +
:::''"targetable as bomb"''}}
 +
{{Table38|
 +
:::''"renders"''
 +
:::''"collides"''
 +
:::''"physics"''
 +
:::''"invulnerable"''
 +
:::''"player ship"''
 +
:::''"special warpin"''
 +
:::''"immobile"''}}
 +
 
 +
===+Ship Class Flags:===
 +
{{Table3611|
 +
* The ship class flags which make their owners belong to this target priority group.
 +
* Syntax: '''String list'''
 +
** Valid Options:
 +
:::''"afterburners"''
 +
:::''"big damage"''
 +
:::''"has awacs"''}}
 +
{{Table38|
 +
:::''"no collide"''
 +
:::''"player ship"''
 +
:::''"default player ship"''
 +
:::''"path fixup"''
 +
:::''"support"''
 +
:::''"cargo"''
 +
:::''"fighter"''
 +
:::''"bomber"''
 +
:::''"cruiser"''
 +
:::''"freighter"''
 +
:::''"capital"''
 +
:::''"transport"''
 +
:::''"navbuoy"''
 +
:::''"sentrygun"''
 +
:::''"escapepod"''
 +
:::''"no type"''
 +
:::''"ship copy"''
 +
:::''"in tech database"''
 +
:::''"in tech database multi"''
 +
:::''"stealth"''
 +
:::''"supercap"''
 +
:::''"drydock"''
 +
:::''"dont collide invisible"''
 +
:::''"corvette"''
 +
:::''"gas miner"''
 +
:::''"awacs"''
 +
:::''"knossos"''
 +
:::''"no fred"''
 +
:::''"default in tech database"''
 +
:::''"default in tech database multi"''
 +
:::''"flash"''
 +
:::''"show ship"''
 +
:::''"surface shields"''
 +
:::''"generate icon"''
 +
:::''"no weapon damage scaling"''
 +
:::''"gun convergence"''
 +
:::''"no thruster geometry noise"''
 +
:::''"intrinsic no shields"''
 +
:::''"no primary linking"''
 +
:::''"no pain flash"''
 +
:::''"allow landings"''
 +
:::''"no ets"''
 +
:::''"no lighting"''
 +
:::''"dyn primary linking"''
 +
:::''"auto spread shields"''
 +
:::''"draw weapon models"''
 +
:::''"model point shields"''
 +
:::''"repair disabled subsystems"''}}
 +
 
 +
===+Weapon Class Flags:===
 +
{{Table3611|
 +
* The weapon class flags which make their owners belong to this target priority group.
 +
* Syntax: '''String list'''
 +
** Valid Options:
 +
:::''"bomb"''
 +
:::''"huge damage"''
 +
:::''"supercap damage"''
 +
:::''"bomber+"''
 +
:::''"electronics"''
 +
:::''"puncture"''
 +
:::''"emp"''
 +
:::''"heat seeking"''
 +
:::''"aspect seeking"''
 +
:::''"engine seeking"''
 +
:::''"pierce shields"''
 +
:::''"local ssm"''}}
 +
{{Table3613|
 +
:::''"capital+"''}}
 +
{{Table38|
 +
:::''"heat-seeking"''
 +
:::''"aspect-seeking"''
 +
:::''"javelin"''
 +
:::''"spawn"''
 +
:::''"remote detonate"''
 +
:::''"countermeasure"''
 +
:::''"turns"''
 +
:::''"swarm"''
 +
:::''"trail"''
 +
:::''"big ship"''
 +
:::''"child"''
 +
:::''"no dumbfire"''
 +
:::''"thruster"''
 +
:::''"in tech database"''
 +
:::''"player allowed"''
 +
:::''"corkscrew"''
 +
:::''"particle spew"''
 +
:::''"esuck"''
 +
:::''"flak"''
 +
:::''"tag"''
 +
:::''"shudder"''
 +
:::''"lockarm"''
 +
:::''"stream"''
 +
:::''"ballistic"''
 +
:::''"default in tech database"''
 +
:::''"tagged only"''
 +
:::''"cycle"''
 +
:::''"small only"''
 +
:::''"same turret cooldown"''
 +
:::''"apply no light"''
 +
:::''"transparent"''
 +
:::''"training"''
 +
:::''"smart spawn"''
 +
:::''"inherit parent target"''
 +
:::''"no emp kill"''
 +
:::''"variable lead homing"''
 +
:::''"untargeted heat seeker"''
 +
:::''"no radius doubling"''
 +
:::''"no subsystem homing"''
 +
:::''"no lifeleft penalty"''
 +
:::''"custom seeker str"''
 +
:::''"can be targeted"''
 +
:::''"show on radar"''
 +
:::''"show friendly on radar"''
 +
:::''"chain external model fps"''
 +
:::''"external model launcher"''
 +
:::''"takes blast damage"''
 +
:::''"takes shockwave damage"''
 +
:::''"hide from radar"''
 +
:::''"render flak"''
 +
:::''"ciws"''
 +
:::''"anti-subsystem beam"''
 +
:::''"no primary linking"''
 +
:::''"same emp time for capships"''
 +
:::''"no primary linked penalty"''
 +
:::''"no homing speed ramp"''
 +
:::''"pulls aspect seekers"''
 +
:::''"turret interceptable"''
 +
:::''"fighter interceptable"''
 +
:::''"aoe electronics"''
 +
:::''"apply recoil"''
 +
:::''"don't spawn if shot"''
 +
:::''"die on lost lock"''}}
 +
 
 +
 
 +
==#End==
 +
 
 +
==#Weapon Targeting Priorities==
 +
 
 +
 
 +
===$Name:===
 +
{{Table3611|
 +
* Name of the weapon for which the target priorities are set
 +
* Syntax: '''''String''''', name of the weapon}}
  
Note that a number of aspects of the retail types are still hardcoded, although they may be moved to the objecttypes.tbl if a mod requests it.
 
  
==General Format==
+
===+Target Priority:===
 +
{{Table3611|
 +
* Names (in order) of the target priorities set for this ship
 +
* Syntax: '''''String list'''''}}
 +
 
 +
 
 +
==#End==
 +
 
 
==#Ship Types==
 
==#Ship Types==
 +
 +
 
===$Name:===
 
===$Name:===
 +
{{Table3610|
 
* Name of ship type. To assign a ship class to a given type, simply place the name entered here in the ship class's "$Flags:" field.
 
* Name of ship type. To assign a ship class to a given type, simply place the name entered here in the ship class's "$Flags:" field.
 +
* Syntax: '''String'''}}
 +
 +
 +
===+nocreate===
 +
{{Table3610|
 +
*Used with [[Modular Tables|modular tables]]}}
 +
 +
 +
===$Target Priority Groups:===
 +
{{Table3611|
 +
* Defines the target priority groups ships of this objecttype belong to
 +
* Syntax: '''''String list'''''
 +
* '''+Override'''
 +
** Replaces the objecttypes existing groupings}}
 +
  
 
===$Counts for Alone:===
 
===$Counts for Alone:===
 +
{{Table3610|
 
* Whether ship counts for determing whether or not Freespace 2 will play the "No reinforcements are available" message.
 
* Whether ship counts for determing whether or not Freespace 2 will play the "No reinforcements are available" message.
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$Praise Destruction:===
 
===$Praise Destruction:===
 +
{{Table3610|
 
* Whether wingmates will praise destruction of the ship.
 
* Whether wingmates will praise destruction of the ship.
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$On Hotkey List:===
 
===$On Hotkey List:===
 +
{{Table3610|
 
* Whether ship will show up in hotkey screen.
 
* Whether ship will show up in hotkey screen.
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$Target as Threat:===
 
===$Target as Threat:===
 +
{{Table3610|
 
* Whether ship will be targetted with the 'H' key.
 
* Whether ship will be targetted with the 'H' key.
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$Scannable:===
 
===$Scannable:===
 +
{{Table3610|
 
* Toggles whether ship type can be scanned
 
* Toggles whether ship type can be scanned
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$Warp Pushes:===
 
===$Warp Pushes:===
 +
{{Table3610|
 
* Whether ship will push other (pushable) ships out of the way while warping.
 
* Whether ship will push other (pushable) ships out of the way while warping.
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
===$Warp Pushable:===
 
===$Warp Pushable:===
 +
{{Table3610|
 
* Whether ship can be pushed out of the way by ships with Warp Pushes enabled
 
* Whether ship can be pushed out of the way by ships with Warp Pushes enabled
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
 +
 
 +
===$Turrets prioritize ship target:===
 +
{{Table3611|
 +
* Defines that ships turrets prioritize ships current target above normal turret targeting priorities
 +
* Syntax: '''Boolean''', Yes or No}}
  
 
===$Max Debris Speed:===
 
===$Max Debris Speed:===
* Maximum speed of debris spawned from ship
+
{{Table3610|
* Syntax: ''Number or decimal''
+
* Defined the maximum speed for debris form this shiptype
 +
* Syntax: '''float'''}}
 +
 
  
 
===$FF Multiplier:===
 
===$FF Multiplier:===
 +
{{Table3610|
 
* Friendly-fire damage to ship will be multiplied by this amount
 
* Friendly-fire damage to ship will be multiplied by this amount
* Syntax: ''Number or decimal''
+
* Syntax: '''Float'''}}
 +
 
  
 
===$EMP Multiplier:===
 
===$EMP Multiplier:===
 +
{{Table3610|
 
* EMP effect will be multiplied by this amount. Higher values mean more HUD jittering/longer-lasting effect.
 
* EMP effect will be multiplied by this amount. Higher values mean more HUD jittering/longer-lasting effect.
* Syntax: ''Number or decimal''
+
* Syntax: '''Float'''}}
 +
 
  
 
===$Beams Easily Hit:===
 
===$Beams Easily Hit:===
* Whether beams can easily hit ship (eg capship beams rarely hit fighters)
+
{{Table3610|
* Syntax: ''Yes/No''
+
* Whether a type 4 anti-fighter beam should be converted to a type 0 direct-fire beam when firing at this type of target.
 +
* Syntax: '''Boolean''', Yes or No}}
 +
 
 +
===$Protected on cripple:===
 +
{{Table3613|
 +
* If ship should be protected when its subsystems are being targeted
 +
* Syntax: '''Boolean''', Yes or No}}
 +
 
 +
 
 +
===$No Huge Beam Impact Effects:===
 +
{{Table3611|
 +
* Defines if the huge beams will generate impact effects on ships of this type
 +
* Syntax: '''Boolean'''}}
 +
 
 +
 
 +
===$Don't display class in briefing:===
 +
{{Table3613|
 +
* Option to prevent ship class data from being shown during the briefings
 +
* Syntax: '''Boolean'''}}
 +
 
  
 
===$Fog:===
 
===$Fog:===
 +
 +
 
====+Start Dist:====
 
====+Start Dist:====
 +
{{Table3610|
 
* Distance from camera that fogging effect will start
 
* Distance from camera that fogging effect will start
* Syntax: ''Number or decimal''
+
* Syntax: '''Float'''}}
 +
 
  
 
====+Compl Dist:====
 
====+Compl Dist:====
 +
{{Table3610|
 
* Distance from camera that this object will be completely obscured by the fogging effect
 
* Distance from camera that this object will be completely obscured by the fogging effect
* Syntax: ''Number or decimal''
+
* Syntax: '''Float'''}}
 +
 
  
 
===$AI:===
 
===$AI:===
 +
 +
 
====+Valid Goals:====
 
====+Valid Goals:====
 +
{{Table3610|
 
* Valid goals that can be given to this object.
 
* Valid goals that can be given to this object.
* Syntax: ''( "goal" "goal" )''
+
* Syntax: '''( "String" "String" )'''
 
* '''Goals:'''
 
* '''Goals:'''
 
** attack ship
 
** attack ship
Line 93: Line 370:
 
** play dead
 
** play dead
 
** attack weapon
 
** attack weapon
** fly to ship
+
** fly to ship}}
 +
{{Table38|
 +
** attack ship class}}
  
 
====+Accept Player Orders:====
 
====+Accept Player Orders:====
 +
{{Table3610|
 
* Whether or not ship type will accept orders from player
 
* Whether or not ship type will accept orders from player
* Syntax: ''Yes/No''
+
* Syntax: ''Yes/No''}}
 +
 
  
 
====+Player Orders:====
 
====+Player Orders:====
 +
{{Table3610|
 
* Orders that ship type will accept from player
 
* Orders that ship type will accept from player
* Syntax: ''( "goal" "goal" )''
+
* Syntax: '''( "String" "String" )'''
 
* '''Orders:'''
 
* '''Orders:'''
 
** attack ship
 
** attack ship
Line 118: Line 400:
 
** stay near me
 
** stay near me
 
** stay near ship
 
** stay near ship
** keep safe dist
+
** keep safe dist}}
 +
{{Table222|
 +
** '''Any [[Dynamic_SEXPs#.24Player_Order:|LuaAI order registered as a player order]]'''}}
  
 
====+Auto Attacks:====
 
====+Auto Attacks:====
 +
{{Table3610|
 
* Whether or not ship type will auto attack nearby ships
 
* Whether or not ship type will auto attack nearby ships
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
  
====+Attempt Broadsides:====
+
 
 +
====+Attempt broadside:====
 +
{{Table3610|
 
* Whether or not ship type will try to use broadside tactics against enemy ships
 
* Whether or not ship type will try to use broadside tactics against enemy ships
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
====+Actively Pursues:====
 
====+Actively Pursues:====
 +
{{Table3610|
 
* Which ship types the current ship type will actively pursue (rather than simply return to guard position or whatnot)
 
* Which ship types the current ship type will actively pursue (rather than simply return to guard position or whatnot)
* Syntax: ''( "type" "type" )''
+
* Syntax: '''( "String" "String" )''', shiptypes}}
 +
 
  
 
====+Guards Attack this:====
 
====+Guards Attack this:====
 +
{{Table3610|
 
* Whether ships assigned to guard another ship will attempt to engage ships of the type
 
* Whether ships assigned to guard another ship will attempt to engage ships of the type
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
====+Turrets Attack This:====
 
====+Turrets Attack This:====
 +
{{Table3610|
 
* Whether or not turrets will target the ships of the type
 
* Whether or not turrets will target the ships of the type
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
====+Can Form Wing:====
 
====+Can Form Wing:====
 +
{{Table3610|
 
* Whether or not ship type can be formed into a wing
 
* Whether or not ship type can be formed into a wing
* Syntax: ''Yes/No''
+
* Syntax: '''Boolean''', Yes or No}}
 +
 
  
 
====+Active Docks:====
 
====+Active Docks:====
 +
{{Table3610|
 
* Preferred docking bay type for ship when it is initiating the dock with another ship
 
* Preferred docking bay type for ship when it is initiating the dock with another ship
* Syntax: ''( "bay" "bay" )''
+
* Syntax: '''( "String" "String" )''', names of the dock bays
 
* '''Dock bays:'''
 
* '''Dock bays:'''
 
** cargo
 
** cargo
 
** rearm
 
** rearm
** generic
+
** generic}}
 +
 
  
 
====+Passive Docks:====
 
====+Passive Docks:====
 +
{{Table3610|
 
* Preferred docking bay type for ship when it is receiving a dock from another ship
 
* Preferred docking bay type for ship when it is receiving a dock from another ship
* Syntax: ''( "bay" "bay" )''
+
* Syntax: '''( "String" "String" )'''
 
* '''Dock bays:'''
 
* '''Dock bays:'''
 
** cargo
 
** cargo
 
** rearm
 
** rearm
** generic
+
** generic}}
  
==#End==
 
  
==Examples==
+
====+Ignored on cripple by:====
 +
{{Table3613|
 +
* Defines the ship types which ignore this ship if its has been crippled
 +
* Syntax: '''String list''', ( "string" "string" )
 +
}}
  
===Default FreeSpace 2 Table===
 
*This version of table won't work on builds before June 7th.
 
*Shiptypes '''Stealth''' and '''Fighter/Bomber''' do not seem to be used
 
<pre>
 
$Name:                  Navbuoy
 
$Max Debris Speed:      200
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        10.0
 
$Fog:
 
  +Start dist:            10.0
 
  +Compl dist:            500.0
 
$AI:
 
  +Actively Pursues:      (  "navbuoy"
 
                              "sentrygun"
 
                              "escapepod"
 
                              "cargo"
 
                              "repair_rearm"
 
                              "stealth"
 
                              "fighter"
 
                              "bomber"
 
                              "fighter/bomber"
 
                              "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Turrets attack this:  YES
 
  
$Name:                  sentrygun
+
====+Targeted by 'Huge' weapons and Ignored by 'small only' weapons:====
$Counts for Alone:      YES
+
{{Table212|
$On Hotkey List:        YES
+
* Determines whether this ship type is a valid target for weapons with the 'huge' flag and to be ignored by weapons with the 'small only' flag.
$Target as Threat:      YES
+
* Syntax: '''Boolean'''
$Show Attack Direction: YES
+
* Default: '''Whether the ship is a default big or huge class: Cruiser, Freighter, Transport, Corvette, Gas miner, Awacs, Capital, Supercap, Drydock, or Knossos Device'''}}
$Max Debris Speed:      200
 
$FF Multiplier:        0.10
 
$EMP Multiplier:        10.0
 
$Fog:
 
  +Start dist:           10.0
 
  +Compl dist:            500.0
 
  +Disappear factor:      1.5
 
$AI:
 
  +Accept Player Orders: NO
 
  +Auto attacks:          YES
 
  +Actively Pursues:     (  "navbuoy"
 
                              "sentrygun"
 
                              "escapepod"
 
                              "cargo"
 
                              "repair_rearm"
 
                              "stealth"
 
                              "fighter"
 
                              "bomber"
 
                              "fighter/bomber"
 
                              "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  
$Name:                 escapepod
+
===$Explosion Animations:===
$Praise Destruction:    YES
+
{{Table3610|
$On Hotkey List:        YES
+
* Defines the animations used with the objecttype
$Warp Pushable:        YES
+
* Syntax: '''Integer list'''}}
$Max Debris Speed:      200
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        10.0
 
$Fog:
 
  +Start dist:        10.0
 
  +Compl dist:        600.0
 
  +Disappear factor:  1.5
 
$AI:
 
  +Valid goals:        (  "fly to ship"
 
                          "attack ship"
 
                          "attack wing"
 
                          "dock"
 
                          "waypoints"
 
                          "waypoints once"
 
                          "depart"
 
                          "undock"
 
                          "stay still"
 
                          "play dead"
 
                          "stay near ship" )
 
  +Actively Pursues:  (  "navbuoy"
 
                          "sentrygun"
 
                          "escapepod"
 
                          "cargo"
 
                          "repair_rearm"
 
                          "stealth"
 
                          "fighter"
 
                          "bomber"
 
                          "fighter/bomber"
 
                          "transport"
 
                          "freighter"
 
                          "awacs"
 
                          "gas miner"
 
                          "cruiser"
 
                          "corvette"
 
                          "capital"
 
                          "supercap"
 
                          "drydock"
 
                          "knossos" )
 
  +Turrets attack this:   YES
 
  
$Name:                  Cargo
 
$Scannable:            YES
 
$Max Debris Speed:      200
 
$FF Multiplier:        0.10
 
$EMP Multiplier:        10.0
 
$Beams Easily Hit:      YES
 
$Fog:
 
  +Start dist:            10.0
 
  +Compl dist:            500.0
 
  +Disappear factor:      1.5
 
$AI:
 
  +Passive docks:        (  "cargo" )
 
  
$Name:                 repair_rearm
+
===$Vaporize Percent Chance:===
$Counts for Alone:      YES
+
{{Table3611|
$Praise Destruction:    YES
+
*Allows ships to sometimes explode instantly (vaporize) instead of going through a death roll first. This can be overriden on a per-ship basis in [[ships.tbl]].
$On Hotkey List:        YES
+
*Syntax: '''''Float''''', percent chance of vaporization}}
$Target as Threat:      YES
 
$Show Attack Direction: YES
 
$Warp Pushable:        YES
 
$Max Debris Speed:      200
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        3.5
 
$Fog:
 
  +Start dist:            10.0
 
  +Compl dist:            500.0
 
  +Disappear factor:      1.5
 
$AI:
 
  +Valid goals:          (  "fly to ship"
 
                              "dock"
 
                              "undock"
 
                              "waypoints"
 
                              "waypoints once"
 
                              "stay near ship"
 
                              "keep safe dist"
 
                              "stay still"
 
                              "play dead" )
 
  +Accept Player Orders:  YES
 
  +Player orders:        (  "rearm me"
 
                              "abort rearm"
 
                              "stay near me"
 
                              "stay near ship"
 
                              "keep safe dist"
 
                              "depart" )
 
  +Auto attacks:          YES
 
  +Actively Pursues:      (  "navbuoy"
 
                              "sentrygun"
 
                              "escapepod"
 
                              "cargo"
 
                              "repair_rearm"
 
                              "stealth"
 
                              "fighter"
 
                              "bomber"
 
                              "fighter/bomber"
 
                              "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  +Active docks:         (  "support" )
 
  
$Name:                  Stealth
+
==#End==
$Counts for Alone:      YES
 
$Praise Destruction:    YES
 
$On Hotkey List:        YES
 
$Target as Threat:      YES
 
$Show Attack Direction: YES
 
$Max Debris Speed:      200
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        4.0
 
$Fog:
 
  +Start dist:            10.0
 
  +Compl dist:            500.0
 
  +Disappear factor:      1.5
 
$AI:
 
  +Valid goals:          (  "fly to ship"
 
                              "attack ship"
 
                              "waypoints"
 
                              "waypoints once"
 
                              "depart"
 
                              "attack subsys"
 
                              "attack wing"
 
                              "guard ship"
 
                              "disable ship"
 
                              "disarm ship"
 
                              "attack any"
 
                              "ignore ship"
 
                              "ignore ship (new)"
 
                              "guard wing"
 
                              "evade ship"
 
                              "stay still"
 
                              "play dead"
 
                              "stay near ship"
 
                              "keep safe dist" )
 
  +Accept Player Orders:  YES
 
  +Player Orders:        (  "attack ship"
 
                              "disable ship"
 
                              "disarm ship"
 
                              "guard ship"
 
                              "ignore ship"
 
                              "ignore ship (new)"
 
                              "form on wing"
 
                              "cover me"
 
                              "attack any"
 
                              "depart"
 
                              "disable subsys\" )
 
  +Auto attacks:          YES
 
  +Actively Pursues:      (  "navbuoy"
 
                              "sentrygun"
 
                              "escapepod"
 
                              "cargo"
 
                              "repair_rearm"
 
                              "stealth"
 
                              "fighter"
 
                              "bomber"
 
                              "fighter/bomber"
 
                              "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos\" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  +Passive docks:        (  "support" )
 
  
$Name:                  Fighter
+
==Examples==
$Counts for Alone:      YES
 
$Praise Destruction:    YES
 
$On Hotkey List:        YES
 
$Target as Threat:      YES
 
$Show Attack Direction: YES
 
$Warp Pushable:        YES
 
$Max Debris Speed:      200
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        4.0
 
$Fog:
 
  +Start dist:            10.0
 
  +Compl dist:            500.0
 
  +Disappear factor:      1.5
 
$AI:
 
  +Valid goals:          (  "fly to ship"
 
                              "attack ship"
 
                              "waypoints"
 
                              "waypoints once"
 
                              "depart"
 
                              "attack subsys"
 
                              "attack wing"
 
                              "guard ship"
 
                              "disable ship"
 
                              "disarm ship"
 
                              "attack any"
 
                              "ignore ship"
 
                              "ignore ship (new)"
 
                              "guard wing"
 
                              "evade ship"
 
                              "stay still"
 
                              "play dead"
 
                              "stay near ship"
 
                              "keep safe dist" )
 
  +Accept Player Orders:  YES
 
  +Player Orders:        (  "attack ship"
 
                              "disable ship"
 
                              "disarm ship"
 
                              "guard ship"
 
                              "ignore ship"
 
                              "ignore ship (new)"
 
                              "form on wing"
 
                              "cover me"
 
                              "attack any"
 
                              "depart"
 
                              "disable subsys" )
 
  +Auto attacks:      YES
 
  +Actively Pursues:      (  "navbuoy"
 
                              "sentrygun"
 
                              "escapepod"
 
                              "cargo"
 
                              "repair_rearm"
 
                              "stealth"
 
                              "fighter"
 
                              "bomber"
 
                              "fighter/bomber"
 
                              "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  +Can Form Wing:        YES
 
  +Passive docks:        (  "support" )
 
  
$Name:                  Bomber
+
===Default FreeSpace 2 Table===
$Counts for Alone:      YES
+
*This is the default table built into the executable that is loaded when no objecttypes.tbl can be found in the games' load path
$Praise Destruction:    YES
+
*Shiptypes '''Stealth''' and '''Fighter/Bomber''' do not seem to be used
$On Hotkey List:        YES
+
<pre>
$Target as Threat:      YES
+
#Ship types
$Show Attack Direction: YES
+
$Name: Navbuoy
$Warp Pushable:         YES
+
$Max Debris Speed: 200
$Max Debris Speed:     200
+
$FF Multiplier: 1.0
$FF Multiplier:         1.0
+
$EMP Multiplier: 10.0
$EMP Multiplier:       4.0
+
$Fog:
$Fog:
+
+Start dist: 10.0
  +Start dist:           10.0
+
+Compl dist: 500.0
  +Compl dist:           500.0
+
$AI:
  +Disappear factor:      1.5
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$AI:
+
+Turrets attack this: YES
  +Valid goals:           ( "fly to ship"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "attack ship"
+
$Vaporize Percent Chance: 0.0
                              "waypoints"
+
$Name: Sentry Gun
                              "waypoints once"
+
$Counts for Alone: YES
                              "depart"
+
$On Hotkey List: YES
                              "attack subsys"
+
$Target as Threat: YES
                              "attack wing"
+
$Show Attack Direction: YES
                              "guard ship"
+
$Max Debris Speed: 200
                              "disable ship"
+
$FF Multiplier: 0.10
                              "disarm ship"
+
$EMP Multiplier: 10.0
                              "attack any"
+
$Protected on cripple: YES
                              "ignore ship"
+
$Fog:
                              "ignore ship (new)"
+
+Start dist: 10.0
                              "guard wing"
+
+Compl dist: 500.0
                              "evade ship"
+
$AI:
                              "stay still"
+
+Accept Player Orders: NO
                              "play dead"
+
+Auto attacks: YES
                              "stay near ship"
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "keep safe dist" )
+
+Guards attack this: YES
  +Accept Player Orders: YES
+
+Turrets attack this: YES
  +Player Orders:         ( "attack ship"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "disable ship"
+
$Vaporize Percent Chance: 0.0
                              "disarm ship"
+
$Name: Escape Pod
                              "guard ship"
+
$Praise Destruction: YES
                              "ignore ship"
+
$On Hotkey List: YES
                              "ignore ship (new)"
+
$Warp Pushable: YES
                              "form on wing"
+
$Turrets prioritize ship target: YES
                              "cover me"
+
$Max Debris Speed: 200
                              "attack any"
+
$FF Multiplier: 1.0
                              "depart"
+
$EMP Multiplier: 10.0
                              "disable subsys" )
+
$Protected on cripple: YES
  +Auto attacks:          YES
+
$Fog:
  +Actively Pursues:      (  "navbuoy"
+
+Start dist: 10.0
                              "sentrygun"
+
+Compl dist: 600.0
                              "escapepod"
+
$AI:
                              "cargo"
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
                              "repair_rearm"
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "stealth"
+
+Turrets attack this: YES
                              "fighter"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "bomber"
+
$Vaporize Percent Chance: 0.0
                              "fighter/bomber"
+
$Name: Cargo
                              "transport"
+
$Scannable: YES
                              "freighter"
+
$Max Debris Speed: 200
                              "awacs"
+
$FF Multiplier: 0.10
                              "gas miner"
+
$EMP Multiplier: 10.0
                              "cruiser"
+
$Beams Easily Hit: YES
                              "corvette"
+
$Protected on cripple: YES
                              "capital"
+
$Fog:
                              "supercap"
+
+Start dist: 10.0
                              "drydock"
+
+Compl dist: 500.0
                              "knossos" )
+
$AI:
  +Guards attack this:   YES
+
+Passive docks: ( "cargo" )
  +Turrets attack this:   YES
+
$Vaporize Percent Chance: 0.0
  +Can Form Wing:         YES
+
$Name: Support
  +Passive docks:        (  "support" )
+
$Counts for Alone: YES
 
+
$Praise Destruction: YES
$Name:                 Fighter/bomber
+
$On Hotkey List: YES
$Counts for Alone:     YES
+
$Target as Threat: YES
$Praise Destruction:   YES
+
$Show Attack Direction: YES
$On Hotkey List:       YES
+
$Warp Pushable: YES
$Target as Threat:     YES
+
$Turrets prioritize ship target: YES
$Show Attack Direction: YES
+
$Max Debris Speed: 200
$Warp Pushable:        YES
+
$FF Multiplier: 1.0
$Max Debris Speed:      200
+
$EMP Multiplier: 3.5
$FF Multiplier:        1.0
+
$Protected on cripple: YES
$EMP Multiplier:       4.0
+
$Fog:
$Fog:
+
+Start dist: 10.0
  +Start dist:           10.0
+
+Compl dist: 500.0
  +Compl dist:           500.0
+
$AI:
  +Disappear factor:      1.5
+
+Valid goals: ( "fly to ship" "dock" "undock" "waypoints" "waypoints once" "stay near ship" "keep safe dist" "stay still" "play dead" "play dead (persistent)" )
$AI:
+
+Accept Player Orders: YES
  +Valid goals:          ( "fly to ship"
+
+Player orders: ( "rearm me" "abort rearm" "depart" )
                              "attack ship"
+
+Auto attacks: YES
                              "waypoints"
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "waypoints once"
+
+Guards attack this: YES
                              "depart"
+
+Turrets attack this: YES
                              "attack subsys"
+
+Active docks: ( "support" )
                              "attack wing"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "guard ship"
+
$Vaporize Percent Chance: 0.0
                              "disable ship"
+
;;WMC - Stealth ships always have another type, so this isn't used
                              "disarm ship"
+
$Name: Stealth
                              "attack any"
+
$Counts for Alone: YES
                              "ignore ship"
+
$Praise Destruction: YES
                              "ignore ship (new)" "guard wing"
+
$On Hotkey List: YES
                              "evade ship"
+
$Target as Threat: YES
                              "stay still"
+
$Show Attack Direction: YES
                              "play dead"
+
$Max Debris Speed: 200
                              "stay near ship"
+
$FF Multiplier: 1.0
                              "keep safe dist" )
+
$EMP Multiplier: 4.0
  +Accept Player Orders: YES
+
$Protected on cripple: YES
  +Player Orders:         ( "attack ship"
+
$Fog:
                              "disable ship"
+
+Start dist: 10.0
                              "disarm ship"
+
+Compl dist: 500.0
                              "guard ship"
+
$AI:
                              "ignore ship"
+
+Valid goals: ( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" )
                              "ignore ship (new)"
+
+Accept Player Orders: YES
                              "form on wing"
+
+Player Orders: ( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )
                              "cover me"
+
+Auto attacks: YES
                              "attack any"
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "depart"
+
+Guards attack this: YES
                              "disable subsys" )
+
+Turrets attack this: YES
  +Auto attacks:          YES
+
+Passive docks: ( "support" )
  +Actively Pursues:      (  "navbuoy"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "sentrygun"
+
$Vaporize Percent Chance: 0.0
                              "escapepod"
+
$Name: Fighter
                              "cargo"
+
$Counts for Alone: YES
                              "repair_rearm"
+
$Praise Destruction: YES
                              "stealth"
+
$On Hotkey List: YES
                              "fighter"
+
$Target as Threat: YES
                              "bomber"
+
$Show Attack Direction: YES
                              "fighter/bomber"
+
$Warp Pushable: YES
                              "transport"
+
$Turrets prioritize ship target: YES
                              "freighter"
+
$Max Debris Speed: 200
                              "awacs"
+
$FF Multiplier: 1.0
                              "gas miner"
+
$EMP Multiplier: 4.0
                              "cruiser"
+
$Protected on cripple: YES
                              "corvette"
+
$Fog:
                              "capital"
+
+Start dist: 10.0
                              "supercap"
+
+Compl dist: 500.0
                              "drydock"
+
$AI:
                              "knossos" )
+
+Valid goals: ( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing")
  +Guards attack this:   YES
+
+Accept Player Orders: YES
  +Turrets attack this:   YES
+
+Player Orders: ( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )
  +Can Form Wing:         YES
+
+Auto attacks: YES
  +Passive docks:         ( "support" )
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
 
+
+Guards attack this: YES
$Name:                  Transport
+
+Turrets attack this: YES
$Counts for Alone:      YES
+
+Can Form Wing: YES
$Praise Destruction:   YES
+
+Passive docks: ( "support" )
$On Hotkey List:        YES
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Target as Threat:      YES
+
$Vaporize Percent Chance: 0.0
$Show Attack Direction: YES
+
$Name: Bomber
$Max Debris Speed:      150
+
$Counts for Alone: YES
$FF Multiplier:        1.0
+
$Praise Destruction: YES
$EMP Multiplier:        2.0
+
$On Hotkey List: YES
$Beams Easily Hit:      YES
+
$Target as Threat: YES
$Fog:
+
$Show Attack Direction: YES
  +Start dist:           10.0
+
$Warp Pushable: YES
  +Compl dist:            500.0
+
$Turrets prioritize ship target: YES
  +Disappear factor:      2.0
+
$Max Debris Speed: 200
$AI:
+
$FF Multiplier: 1.0
  +Valid goals:          (  "fly to ship"
+
$EMP Multiplier: 4.0
                              "attack ship"
+
$Protected on cripple: YES
                              "attack wing"
+
$Fog:
                              "dock"
+
+Start dist: 10.0
                              "waypoints"
+
+Compl dist: 500.0
                              "waypoints once"
+
$AI:
                              "depart"
+
+Valid goals: ( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing" )
                              "undock"
+
+Accept Player Orders: YES
                              "stay still"
+
+Player Orders: ( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )
                              "play dead"
+
+Auto attacks: YES
                              "stay near ship" )
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Accept Player Orders:  YES
+
+Guards attack this: YES
  +Player Orders:        (  "attack ship"
+
+Turrets attack this: YES
                              "dock"
+
+Can Form Wing: YES
                              "depart" )
+
+Passive docks: ( "support" )
  +Auto attacks:          YES
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Attempt Broadside:    YES
+
$Vaporize Percent Chance: 0.0
  +Actively Pursues:      (  "transport"
+
;;WMC - This fighter/bomber type doesn't seem to be used anywhere, because no ship is set as both fighter and bomber
                              "freighter"
+
$Name: Fighter/bomber
                              "awacs"
+
$Counts for Alone: YES
                              "gas miner"
+
$Praise Destruction: YES
                              "cruiser"
+
$On Hotkey List: YES
                              "corvette"
+
$Target as Threat: YES
                              "capital"
+
$Show Attack Direction: YES
                              "supercap"
+
$Warp Pushable: YES
                              "drydock"
+
$Max Debris Speed: 200
                              "knossos" )
+
$FF Multiplier: 1.0
  +Guards attack this:   YES
+
$EMP Multiplier: 4.0
  +Turrets attack this:   YES
+
$Protected on cripple: YES
  +Can Form Wing:         YES
+
$Fog:
  +Passive docks:        (  "support" )
+
+Start dist: 10.0
 
+
+Compl dist: 500.0
$Name:                 Freighter
+
$AI:
$Counts for Alone:     YES
+
+Valid goals: ( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing" )
$Praise Destruction:   YES
+
+Accept Player Orders: YES
$On Hotkey List:       YES
+
+Player Orders: ( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )
$Target as Threat:     YES
+
+Auto attacks: YES
$Show Attack Direction: YES
+
+Actively Pursues: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Scannable:             YES
+
+Guards attack this: YES
$Max Debris Speed:     150
+
+Turrets attack this: YES
$FF Multiplier:         1.0
+
+Can Form Wing: YES
$EMP Multiplier:       1.75
+
+Passive docks: ( "support" )
$Beams Easily Hit:     YES
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Fog:
+
$Vaporize Percent Chance: 0.0
  +Start dist:           10.0
+
$Name: Transport
  +Compl dist:           600.0
+
$Counts for Alone: YES
  +Disappear factor:     2.0
+
$Praise Destruction: YES
$AI:
+
$On Hotkey List: YES
  +Valid goals:           (  "fly to ship"
+
$Target as Threat: YES
                              "attack ship"
+
$Show Attack Direction: YES
                              "attack wing"
+
$Max Debris Speed: 150
                              "dock"
+
$FF Multiplier: 1.0
                              "waypoints"
+
$EMP Multiplier: 2.0
                              "waypoints once"
+
$Beams Easily Hit: YES
                              "depart"
+
$Protected on cripple: YES
                              "undock"
+
$Fog:
                              "stay still"
+
+Start dist: 10.0
                              "play dead"
+
+Compl dist: 500.0
                              "stay near ship" )
+
$AI:
  +Accept Player Orders: YES
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
  +Player Orders:         ( "attack ship"
+
+Accept Player Orders: YES
                              "dock"
+
+Player Orders: ( "attack ship" "dock" "depart" )
                              "depart" )
+
+Auto attacks: YES
  +Auto attacks:         YES
+
+Attempt Broadside: YES
  +Attempt Broadside:    YES
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Actively Pursues:     ( "transport"
+
+Guards attack this: YES
                              "freighter"
+
+Turrets attack this: YES
                              "awacs"
+
+Can Form Wing: YES
                              "gas miner"
+
+Passive docks: ( "support" )
                              "cruiser"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "corvette"
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
                              "capital"
+
$Vaporize Percent Chance: 0.0
                              "supercap"
+
$Name: Freighter
                              "drydock"
+
$Counts for Alone: YES
                              "knossos" )
+
$Praise Destruction: YES
  +Guards attack this:   YES
+
$On Hotkey List: YES
  +Turrets attack this:   YES
+
$Target as Threat: YES
  +Can Form Wing:        YES
+
$Show Attack Direction: YES
  +Active docks:         ( "cargo" )
+
$Scannable: YES
  +Passive docks:         ( "support" )
+
$Max Debris Speed: 150
 
+
$FF Multiplier: 1.0
$Name:                  AWACS
+
$EMP Multiplier: 1.75
$Counts for Alone:      YES
+
$Beams Easily Hit: YES
$Praise Destruction:   YES
+
$Protected on cripple: YES
$On Hotkey List:       YES
+
$Fog:
$Target as Threat:     YES
+
+Start dist: 10.0
$Show Attack Direction: YES
+
+Compl dist: 600.0
$Max Debris Speed:     150
+
$AI:
$FF Multiplier:         1.0
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
$EMP Multiplier:       0.8
+
+Accept Player Orders: YES
$Beams Easily Hit:     YES
+
+Player Orders: ( "attack ship" "dock" "depart" )
$Fog:
+
+Auto attacks: YES
  +Start dist:           10.0
+
+Attempt Broadside: YES
  +Compl dist:           600.0
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Disappear factor:      2.0
+
+Guards attack this: YES
$AI:
+
+Turrets attack this: YES
  +Valid goals:           ( "fly to ship"
+
+Can Form Wing: YES
                              "attack ship"
+
+Active docks: ( "cargo" )
                              "attack wing"
+
+Passive docks: ( "support" )
                              "dock"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "waypoints"
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
                              "waypoints once"
+
$Vaporize Percent Chance: 0.0
                              "depart"
+
$Name: AWACS
                              "undock"
+
$Counts for Alone: YES
                              "stay still"
+
$Praise Destruction: YES
                              "play dead"
+
$On Hotkey List: YES
                              "stay near ship" )
+
$Target as Threat: YES
  +Accept Player Orders:  YES
+
$Show Attack Direction: YES
  +Player Orders:        (  "attack ship"
+
$Max Debris Speed: 150
                              "depart" )
+
$FF Multiplier: 1.0
  +Auto attacks:          YES
+
$EMP Multiplier: 0.8
  +Attempt Broadside:    YES
+
$Beams Easily Hit: YES
  +Actively Pursues:      (  "transport"
+
$Protected on cripple: YES
                              "freighter"
+
$Fog:
                              "awacs"
+
+Start dist: 10.0
                              "gas miner"
+
+Compl dist: 600.0
                              "cruiser"
+
$AI:
                              "corvette"
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
                              "capital"
+
+Accept Player Orders: YES
                              "supercap"
+
+Player Orders: ( "attack ship" "depart" )
                              "drydock"
+
+Auto attacks: YES
                              "knossos" )
+
+Attempt Broadside: YES
  +Guards attack this:   YES
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Turrets attack this:  YES
+
+Guards attack this: YES
  +Can Form Wing:        YES
+
+Turrets attack this: YES
  +Passive docks:        ( "support" )
+
+Can Form Wing: YES
 
+
+Passive docks: ( "support" )
$Name:                  Gas Miner
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Counts for Alone:     YES
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Praise Destruction:   YES
+
$Vaporize Percent Chance: 0.0
$On Hotkey List:        YES
+
$Name: Gas Miner
$Target as Threat:      YES
+
$Counts for Alone: YES
$Show Attack Direction: YES
+
$Praise Destruction: YES
$Max Debris Speed:      150
+
$On Hotkey List: YES
$FF Multiplier:         1.0
+
$Target as Threat: YES
$EMP Multiplier:        1.0
+
$Show Attack Direction: YES
$Beams Easily Hit:     YES
+
$Max Debris Speed: 150
$Fog:
+
$FF Multiplier: 1.0
  +Start dist:           10.0
+
$EMP Multiplier: 1.0
  +Compl dist:           600.0
+
$Beams Easily Hit: YES
  +Disappear factor:      2.0
+
$Protected on cripple: YES
$AI:
+
$Fog:
  +Valid goals:          (  "fly to ship"
+
+Start dist: 10.0
                              "attack ship"
+
+Compl dist: 600.0
                              "attack wing"
+
$AI:
                              "dock"
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
                              "waypoints"
+
+Accept Player Orders: YES
                              "waypoints once"
+
+Player Orders: ( "attack ship" "depart" )
                              "depart"
+
+Auto attacks: YES
                              "undock"
+
+Attempt Broadside: YES
                              "stay still"
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "play dead"
+
+Guards attack this: YES
                              "stay near ship" )
+
+Turrets attack this: YES
  +Accept Player Orders:  YES
+
+Can Form Wing: YES
  +Player Orders:        (  "attack ship"
+
+Passive docks: ( "support" )
                              "depart" )
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Auto attacks:         YES
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
  +Attempt Broadside:     YES
+
$Vaporize Percent Chance: 0.0
  +Actively Pursues:     (  "transport"
+
$Name: Cruiser
                              "freighter"
+
$Counts for Alone: YES
                              "awacs"
+
$Praise Destruction: YES
                              "gas miner"
+
$On Hotkey List: YES
                              "cruiser"
+
$Target as Threat: YES
                              "corvette"
+
$Show Attack Direction: YES
                              "capital"
+
$Max Debris Speed: 150
                              "supercap"
+
$FF Multiplier: 1.0
                              "drydock"
+
$EMP Multiplier: 0.9
                              "knossos" )
+
$Beams Easily Hit: YES
  +Guards attack this:   YES
+
$Protected on cripple: YES
  +Turrets attack this:   YES
+
$Fog:
  +Can Form Wing:         YES
+
+Start dist: 10.0
  +Passive docks:         (  "support" )
+
+Compl dist: 600.0
 
+
$AI:
$Name:                 Cruiser
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
$Counts for Alone:     YES
+
+Accept Player Orders: YES
$Praise Destruction:    YES
+
+Player Orders: ( "attack ship" "depart" )
$On Hotkey List:        YES
+
+Auto attacks: YES
$Target as Threat:      YES
+
+Attempt Broadside: YES
$Show Attack Direction: YES
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Max Debris Speed:      150
+
+Guards attack this: YES
$FF Multiplier:        1.0
+
+Turrets attack this: YES
$EMP Multiplier:        0.9
+
+Can Form Wing: YES
$Beams Easily Hit:      YES
+
+Passive docks: ( "support" )
$Fog:
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Start dist:            10.0
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
  +Compl dist:            600.0
+
$Vaporize Percent Chance: 0.0
  +Disappear factor:      2.0
+
$Name: Corvette
$AI:
+
$Counts for Alone: YES
  +Valid goals:          (  "fly to ship"
+
$Praise Destruction: YES
                              "attack ship"
+
$On Hotkey List: YES
                              "attack wing"
+
$Target as Threat: YES
                              "dock"
+
$Show Attack Direction: YES
                              "waypoints"
+
$Max Debris Speed: 150
                              "waypoints once"
+
$FF Multiplier: 1.0
                              "depart"
+
$EMP Multiplier: 0.3333
                              "undock"
+
$Beams Easily Hit: YES
                              "stay still"
+
$Protected on cripple: YES
                              "play dead"
+
$Fog:
                              "stay near ship" )
+
+Start dist: 10.0
  +Accept Player Orders: YES
+
+Compl dist: 600.0
  +Player Orders:         ( "attack ship"
+
$AI:
                              "depart" )
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
  +Auto attacks:          YES
+
+Accept Player Orders: YES
  +Attempt Broadside:    YES
+
+Player Orders: ( "attack ship" "depart" )
  +Actively Pursues:      (  "transport"
+
+Auto attacks: YES
                              "freighter"
+
+Attempt Broadside: YES
                              "awacs"
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "gas miner"
+
+Guards attack this: YES
                              "cruiser"
+
+Turrets attack this: YES
                              "corvette"
+
+Can Form Wing: YES
                              "capital"
+
+Passive docks: ( "support" )
                              "supercap"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "drydock"
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
                              "knossos" )
+
$Vaporize Percent Chance: 0.0
  +Guards attack this:   YES
+
$Name: Capital
  +Turrets attack this:   YES
+
$Counts for Alone: YES
  +Can Form Wing:        YES
+
$Praise Destruction: YES
  +Passive docks:        (  "support" )
+
$On Hotkey List: YES
 
+
$Target as Threat: YES
$Name:                  Corvette
+
$Show Attack Direction: YES
$Counts for Alone:      YES
+
$Warp Pushes: YES
$Praise Destruction:   YES
+
$Max Debris Speed: 100
$On Hotkey List:       YES
+
$FF Multiplier: 1.0
$Target as Threat:     YES
+
$EMP Multiplier: 0.2
$Show Attack Direction: YES
+
$Beams Easily Hit: YES
$Max Debris Speed:      150
+
$Protected on cripple: NO
$FF Multiplier:        1.0
+
$Fog:
$EMP Multiplier:        0.3333
+
+Start dist: 10.0
$Beams Easily Hit:      YES
+
+Compl dist: 750.0
$Fog:
+
$AI:
  +Start dist:           10.0
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "waypoints" "waypoints once" "depart" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
  +Compl dist:           600.0
+
+Accept Player Orders: YES
  +Disappear factor:     2.0
+
+Player Orders: ( "depart" )
$AI:
+
+Auto attacks: YES
  +Valid goals:           (  "fly to ship"
+
+Attempt Broadside: YES
                              "attack ship"
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "attack wing"
+
+Guards attack this: YES
                              "dock"
+
+Turrets attack this: YES
                              "waypoints"
+
+Can Form Wing: YES
                              "waypoints once"
+
+Passive docks: ( "support" )
                              "depart"
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
                              "undock"
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
                              "stay still"
+
$Vaporize Percent Chance: 0.0
                              "play dead"
+
$Name: Super Cap
                              "stay near ship" )
+
$Counts for Alone: YES
  +Accept Player Orders: YES
+
$Praise Destruction: YES
  +Player Orders:         (  "attack ship" "depart\" )
+
$On Hotkey List: YES
  +Auto attacks:         YES
+
$Target as Threat: YES
  +Attempt Broadside:    YES
+
$Show Attack Direction: YES
  +Actively Pursues:     ( "transport"
+
$Warp Pushes: YES
                              "freighter"
+
$Max Debris Speed: 100
                              "awacs"
+
$FF Multiplier: 1.0
                              "gas miner"
+
$EMP Multiplier: 0.075
                              "cruiser"
+
$Beams Easily Hit: YES
                              "corvette"
+
$Protected on cripple: NO
                              "capital"
+
$Fog:
                              "supercap"
+
+Start dist: 10.0
                              "drydock"
+
+Compl dist: 1000.0
                              "knossos" )
+
$AI:
  +Guards attack this:    YES
+
+Valid goals: ( "fly to ship" "attack ship" "attack wing" "waypoints" "waypoints once" "depart" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
  +Turrets attack this:  YES
+
+Auto attacks: YES
  +Can Form Wing:        YES
+
+Attempt Broadside: YES
  +Passive docks:        ( "support" )
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
 
+
+Guards attack this: YES
$Name:                  Capital
+
+Turrets attack this: YES
$Counts for Alone:     YES
+
+Can Form Wing: YES
$Praise Destruction:   YES
+
+Passive docks: ( "support" )
$On Hotkey List:        YES
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Target as Threat:     YES
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Show Attack Direction: YES
+
$Vaporize Percent Chance: 0.0
$Warp Pushes:          YES
+
$Name: Drydock
$Max Debris Speed:      100
+
$Counts for Alone: YES
$FF Multiplier:        1.0
+
$Praise Destruction: YES
$EMP Multiplier:        0.2
+
$On Hotkey List: YES
$Beams Easily Hit:      YES
+
$Target as Threat: YES
$Fog:
+
$Show Attack Direction: YES
  +Start dist:           10.0
+
$Max Debris Speed: 100
  +Compl dist:           750.0
+
$FF Multiplier: 1.0
  +Disappear factor:      3.0
+
$EMP Multiplier: 0.5
$AI:
+
$Beams Easily Hit: YES
  +Valid goals:           ( "fly to ship"
+
$Protected on cripple: NO
                              "attack ship"
+
$Fog:
                              "attack wing"
+
+Start dist: 10.0
                              "waypoints"
+
+Compl dist: 750.0
                              "waypoints once"
+
$AI:
                              "depart"
+
+Accept Player Orders: YES
                              "stay still"
+
+Auto attacks: YES
                              "play dead"
+
+Attempt Broadside: YES
                              "stay near ship" )
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Accept Player Orders:  YES
+
+Guards attack this: YES
  +Player Orders:        (  "depart" )
+
+Turrets attack this: YES
  +Auto attacks:          YES
+
+Passive docks: ( "support" )
  +Attempt Broadside:    YES
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
  +Actively Pursues:      (  "transport"
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
                              "freighter"
+
$Vaporize Percent Chance: 0.0
                              "awacs"
+
$Name: Knossos Device
                              "gas miner"
+
$Counts for Alone: YES
                              "cruiser"
+
$Praise Destruction: YES
                              "corvette"
+
$On Hotkey List: YES
                              "capital"
+
$Target as Threat: YES
                              "supercap"
+
$Show Attack Direction: YES
                              "drydock"
+
$Max Debris Speed: 100
                              "knossos" )
+
$FF Multiplier: 1.0
  +Guards attack this:   YES
+
$EMP Multiplier: 0.10
  +Turrets attack this:  YES
+
$Protected on cripple: NO
  +Can Form Wing:        YES
+
$Fog:
  +Passive docks:        (  "support" )
+
+Start dist: 10.0
 
+
+Compl dist: 1000.0
$Name:                 Supercap
+
$AI:
$Counts for Alone:     YES
+
+Auto attacks: YES
$Praise Destruction:   YES
+
+Attempt Broadside: YES
$On Hotkey List:       YES
+
+Actively Pursues: ( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$Target as Threat:     YES
+
+Guards attack this: YES
$Show Attack Direction: YES
+
+Turrets attack this: YES
$Warp Pushes:           YES
+
+Passive docks: ( "support" )
$Max Debris Speed:     100
+
+Ignored on cripple by: ( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )
$FF Multiplier:         1.0
+
+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$EMP Multiplier:       0.075
+
$Vaporize Percent Chance: 0.0
$Beams Easily Hit:     YES
+
#End </pre>
$Fog:
 
  +Start dist:           10.0
 
  +Compl dist:           1000.0
 
  +Disappear factor:      3.0
 
$AI:
 
  +Valid goals:           ( "fly to ship"
 
                              "attack ship"
 
                              "attack wing"
 
                              "waypoints"
 
                              "waypoints once"
 
                              "depart"
 
                              "stay still"
 
                              "play dead"
 
                              "stay near ship" )
 
  +Auto attacks:          YES
 
  +Attempt Broadside:    YES
 
  +Actively Pursues:      (  "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:   YES
 
  +Turrets attack this:  YES
 
  +Can Form Wing:        YES
 
  +Passive docks:        ( "support" )
 
 
 
$Name:                  Drydock
 
$Counts for Alone:     YES
 
$Praise Destruction:   YES
 
$On Hotkey List:        YES
 
$Target as Threat:      YES
 
$Show Attack Direction: YES
 
$Max Debris Speed:      100
 
$FF Multiplier:         1.0
 
$EMP Multiplier:        0.5
 
$Beams Easily Hit:     YES
 
$Fog:
 
  +Start dist:           10.0
 
  +Compl dist:           750.0
 
  +Disappear factor:     3.0
 
$AI:
 
  +Accept Player Orders:  YES
 
  +Auto attacks:          YES
 
  +Attempt Broadside:    YES
 
  +Actively Pursues:      (  "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  +Passive docks:        (  "support" )
 
 
 
$Name:                  Knossos
 
$Counts for Alone:      YES
 
$Praise Destruction:    YES
 
$On Hotkey List:        YES
 
$Target as Threat:      YES
 
$Show Attack Direction: YES
 
$Max Debris Speed:      100
 
$FF Multiplier:        1.0
 
$EMP Multiplier:        0.10
 
$Fog:
 
  +Start dist:           10.0
 
  +Compl dist:            1000.0
 
  +Disappear factor:      3.0
 
$AI:
 
  +Auto attacks:          YES
 
  +Attempt Broadside:    YES
 
  +Actively Pursues:      (  "transport"
 
                              "freighter"
 
                              "awacs"
 
                              "gas miner"
 
                              "cruiser"
 
                              "corvette"
 
                              "capital"
 
                              "supercap"
 
                              "drydock"
 
                              "knossos" )
 
  +Guards attack this:    YES
 
  +Turrets attack this:  YES
 
  +Passive docks:        (  "support" )</pre>
 
  
 
[[Category: Tables]]
 
[[Category: Tables]]

Revision as of 10:11, 16 May 2022

This feature requires FreeSpace Open

Revision information.....

FSO Git Commit: Date: 2016-08-14 SHA: 6f7039e
Note: Please update the revision information when the page is updated. If your edit had nothing to do with new code entries then please do not edit the revision information


List of Tables and related code files
* Notes Modular Tables
** Notes tables which only use modular tables
Ai.tbl* /ai/aicode.cpp
Ai_profiles.tbl* /ai/ai_profiles.cpp
Animation.tbl** /model/modelanimation.cpp
Armor.tbl* /ship/ship.cpp
Asteroid.tbl* /asteroid/asteroid.cpp
Autopilot.tbl* /autopilot/autopilot.cpp
Cheats.tbl* /cheats_table/cheats_table.cpp
Colors.tbl* /globalincs/alphacolors.cpp
Curves.tbl* /math/curves.cpp
Controlconfigdefaults.tbl /controlconfig/controlsconfigcommon.cpp
Credits.tbl* /menuui/credits.cpp
Cutscenes.tbl* /cutscene/cutscenes.cpp
Decals.tbl** /decals/decals.cpp
Fireball.tbl* /fireball/fireballs.cpp
Fonts.tbl* /graphics/font.cpp
Game_settings.tbl* /mod_table/mod_table.cpp
Glowpoints.tbl* /model/modelread.cpp
Help.tbl* /gamehelp/contexthelp.cpp
Hud_gauges.tbl* /hud/hudparse.cpp
Icons.tbl* /mission/missionbriefcommon.cpp
Iff_defs.tbl* /iff_defs/iff_defs.cpp
Lighting_Profiles.tbl* /lighting/lighting_profiles.cpp
Lightning.tbl* /nebula/neblightning.cpp
Mainhall.tbl* /menuui/mainhallmenu.cpp
Medals.tbl* /stats/medals.cpp
Messages.tbl* /mission/missionmessage.cpp
Mflash.tbl* /weapon/muzzleflash.cpp
Music.tbl* /gamesnd/eventmusic.cpp
Nebula.tbl* /nebula/neb.cpp
Objecttypes.tbl* /ship/ship.cpp
Options.tbl* Not In Codebase
Particle effects(-part.tbm)** /particle/effects...
Post_processing.tbl /graphics/gropenglpostprocessing.cpp
Rank.tbl* /stats/scoring.cpp
Scpui.tbl* Not In Codebase
Scripting.tbl* /parse/scripting.cpp
Ships.tbl* /ship/ship.cpp
Sexps.tbl** /parse/sexp/sexp_lookup.cpp
Sounds.tbl* /gamesnd/gamesnd.cpp
Species_defs.tbl* /species_defs/species_defs.cpp
Species.tbl* /menuui/techmenu.cpp
Ssm.tbl* /hud/hudartillery.cpp
Stars.tbl* /starfield/starfield.cpp
Strings.tbl* /localization/localize.cpp
Tips.tbl* /menuui/playermenu.cpp
Traitor.tbl* /stats/scoring.cpp
Tstrings.tbl* /localization/localize.cpp
Virtual_pofs.tbl* /model/modelreplace.cpp
Weapon_expl.tbl* /weapon/weapons.cpp
Weapons.tbl* /weapon/weapons.cpp

The objecttypes.tbl is a table added by the FSSCP, used to set attributes of different object types. Currently the only section of this table are ship type attributes. A ship 'type' supercedes ship classes defined in ships.tbl. For example, the GTF Perseus and GTF Ulysses belong to the 'fighter' ship type. However, the GTD Orion belongs to the 'capital' ship type.

This table is one of the Modular Tables and can be extended with xxx-obt.tbm

General Format

  • Note that objecttypes.tbl is fully XMT-compliant. In addition, the retail hardcoded types are being ported over to the objecttypes.tbl via an in-code table. So if a mod wishes to expand on the original types rather than replace them entirely, it should use a modular table file rather than a normal .tbl. Otherwise the in-code table will be ignored in favor of the one included in the mod, and the retail types will not be loaded (unless the mod includes them in its .tbl)
  • Note that a number of aspects of the retail types are still hardcoded, although they may be moved to the objecttypes.tbl if a mod requests it.

#Target Priorities

All set target priorities function on additive basis. For example setting 'object type' "ship" already includes all the ships in the game.

$Name:

FS2 Open, 3.6.12:
  • Name of target priority group.
  • Syntax: String

+Object Type:

FS2 Open, 3.6.12:
  • The object types which belong to this target priority group.
  • Syntax: String
    • Example: ship
    • Options
"ship"
"asteroid"
"weapon"
FS2 Open, 3.8:
"debris"

+Weapon Class:

FS2 Open, 3.6.12:
  • Name of weapon classes which belong to this target priority group.
  • Syntax: String list, names of the weapons
  • Example: ( "Cyclops" "Tsunami")

+Object Flags:

FS2 Open, 3.6.12:
  • The object flags which make their owners belong to this target priority group.
  • Syntax: String list
    • Options:
"no shields"
"targetable as bomb"
FS2 Open, 3.8:
"renders"
"collides"
"physics"
"invulnerable"
"player ship"
"special warpin"
"immobile"

+Ship Class Flags:

FS2 Open, 3.6.12:
  • The ship class flags which make their owners belong to this target priority group.
  • Syntax: String list
    • Valid Options:
"afterburners"
"big damage"
"has awacs"
FS2 Open, 3.8:
"no collide"
"player ship"
"default player ship"
"path fixup"
"support"
"cargo"
"fighter"
"bomber"
"cruiser"
"freighter"
"capital"
"transport"
"navbuoy"
"sentrygun"
"escapepod"
"no type"
"ship copy"
"in tech database"
"in tech database multi"
"stealth"
"supercap"
"drydock"
"dont collide invisible"
"corvette"
"gas miner"
"awacs"
"knossos"
"no fred"
"default in tech database"
"default in tech database multi"
"flash"
"show ship"
"surface shields"
"generate icon"
"no weapon damage scaling"
"gun convergence"
"no thruster geometry noise"
"intrinsic no shields"
"no primary linking"
"no pain flash"
"allow landings"
"no ets"
"no lighting"
"dyn primary linking"
"auto spread shields"
"draw weapon models"
"model point shields"
"repair disabled subsystems"

+Weapon Class Flags:

FS2 Open, 3.6.12:
  • The weapon class flags which make their owners belong to this target priority group.
  • Syntax: String list
    • Valid Options:
"bomb"
"huge damage"
"supercap damage"
"bomber+"
"electronics"
"puncture"
"emp"
"heat seeking"
"aspect seeking"
"engine seeking"
"pierce shields"
"local ssm"
FS2 Open, 3.6.14:
"capital+"
FS2 Open, 3.8:
"heat-seeking"
"aspect-seeking"
"javelin"
"spawn"
"remote detonate"
"countermeasure"
"turns"
"swarm"
"trail"
"big ship"
"child"
"no dumbfire"
"thruster"
"in tech database"
"player allowed"
"corkscrew"
"particle spew"
"esuck"
"flak"
"tag"
"shudder"
"lockarm"
"stream"
"ballistic"
"default in tech database"
"tagged only"
"cycle"
"small only"
"same turret cooldown"
"apply no light"
"transparent"
"training"
"smart spawn"
"inherit parent target"
"no emp kill"
"variable lead homing"
"untargeted heat seeker"
"no radius doubling"
"no subsystem homing"
"no lifeleft penalty"
"custom seeker str"
"can be targeted"
"show on radar"
"show friendly on radar"
"chain external model fps"
"external model launcher"
"takes blast damage"
"takes shockwave damage"
"hide from radar"
"render flak"
"ciws"
"anti-subsystem beam"
"no primary linking"
"same emp time for capships"
"no primary linked penalty"
"no homing speed ramp"
"pulls aspect seekers"
"turret interceptable"
"fighter interceptable"
"aoe electronics"
"apply recoil"
"don't spawn if shot"
"die on lost lock"


#End

#Weapon Targeting Priorities

$Name:

FS2 Open, 3.6.12:
  • Name of the weapon for which the target priorities are set
  • Syntax: String, name of the weapon


+Target Priority:

FS2 Open, 3.6.12:
  • Names (in order) of the target priorities set for this ship
  • Syntax: String list


#End

#Ship Types

$Name:

FS2 Open 3.6.10:
  • Name of ship type. To assign a ship class to a given type, simply place the name entered here in the ship class's "$Flags:" field.
  • Syntax: String


+nocreate

FS2 Open 3.6.10:


$Target Priority Groups:

FS2 Open, 3.6.12:
  • Defines the target priority groups ships of this objecttype belong to
  • Syntax: String list
  • +Override
    • Replaces the objecttypes existing groupings


$Counts for Alone:

FS2 Open 3.6.10:
  • Whether ship counts for determing whether or not Freespace 2 will play the "No reinforcements are available" message.
  • Syntax: Boolean, Yes or No


$Praise Destruction:

FS2 Open 3.6.10:
  • Whether wingmates will praise destruction of the ship.
  • Syntax: Boolean, Yes or No


$On Hotkey List:

FS2 Open 3.6.10:
  • Whether ship will show up in hotkey screen.
  • Syntax: Boolean, Yes or No


$Target as Threat:

FS2 Open 3.6.10:
  • Whether ship will be targetted with the 'H' key.
  • Syntax: Boolean, Yes or No


$Scannable:

FS2 Open 3.6.10:
  • Toggles whether ship type can be scanned
  • Syntax: Boolean, Yes or No


$Warp Pushes:

FS2 Open 3.6.10:
  • Whether ship will push other (pushable) ships out of the way while warping.
  • Syntax: Boolean, Yes or No


$Warp Pushable:

FS2 Open 3.6.10:
  • Whether ship can be pushed out of the way by ships with Warp Pushes enabled
  • Syntax: Boolean, Yes or No


$Turrets prioritize ship target:

FS2 Open, 3.6.12:
  • Defines that ships turrets prioritize ships current target above normal turret targeting priorities
  • Syntax: Boolean, Yes or No

$Max Debris Speed:

FS2 Open 3.6.10:
  • Defined the maximum speed for debris form this shiptype
  • Syntax: float


$FF Multiplier:

FS2 Open 3.6.10:
  • Friendly-fire damage to ship will be multiplied by this amount
  • Syntax: Float


$EMP Multiplier:

FS2 Open 3.6.10:
  • EMP effect will be multiplied by this amount. Higher values mean more HUD jittering/longer-lasting effect.
  • Syntax: Float


$Beams Easily Hit:

FS2 Open 3.6.10:
  • Whether a type 4 anti-fighter beam should be converted to a type 0 direct-fire beam when firing at this type of target.
  • Syntax: Boolean, Yes or No

$Protected on cripple:

FS2 Open, 3.6.14:
  • If ship should be protected when its subsystems are being targeted
  • Syntax: Boolean, Yes or No


$No Huge Beam Impact Effects:

FS2 Open, 3.6.12:
  • Defines if the huge beams will generate impact effects on ships of this type
  • Syntax: Boolean


$Don't display class in briefing:

FS2 Open, 3.6.14:
  • Option to prevent ship class data from being shown during the briefings
  • Syntax: Boolean


$Fog:

+Start Dist:

FS2 Open 3.6.10:
  • Distance from camera that fogging effect will start
  • Syntax: Float


+Compl Dist:

FS2 Open 3.6.10:
  • Distance from camera that this object will be completely obscured by the fogging effect
  • Syntax: Float


$AI:

+Valid Goals:

FS2 Open 3.6.10:
  • Valid goals that can be given to this object.
  • Syntax: ( "String" "String" )
  • Goals:
    • attack ship
    • dock
    • waypoints
    • waypoints once
    • depart
    • attack subsys
    • form on wing
    • undock
    • attack wing
    • guard ship
    • disable ship
    • disarm ship
    • attack any
    • ignore ship
    • ignore ship (new)
    • guard wing
    • evade ship
    • stay near ship
    • keep safe dist
    • rearm ship
    • stay still
    • play dead
    • attack weapon
    • fly to ship
FS2 Open, 3.8:
    • attack ship class

+Accept Player Orders:

FS2 Open 3.6.10:
  • Whether or not ship type will accept orders from player
  • Syntax: Yes/No


+Player Orders:

FS2 Open 3.6.10:
  • Orders that ship type will accept from player
  • Syntax: ( "String" "String" )
  • Orders:
    • attack ship
    • disable ship
    • disarm ship
    • disable subsys
    • guard ship
    • ignore ship
    • form on wing
    • cover me
    • attack any
    • depart
    • dock
    • rearm me
    • abort rearm
    • stay near me
    • stay near ship
    • keep safe dist

+Auto Attacks:

FS2 Open 3.6.10:
  • Whether or not ship type will auto attack nearby ships
  • Syntax: Boolean, Yes or No


+Attempt broadside:

FS2 Open 3.6.10:
  • Whether or not ship type will try to use broadside tactics against enemy ships
  • Syntax: Boolean, Yes or No


+Actively Pursues:

FS2 Open 3.6.10:
  • Which ship types the current ship type will actively pursue (rather than simply return to guard position or whatnot)
  • Syntax: ( "String" "String" ), shiptypes


+Guards Attack this:

FS2 Open 3.6.10:
  • Whether ships assigned to guard another ship will attempt to engage ships of the type
  • Syntax: Boolean, Yes or No


+Turrets Attack This:

FS2 Open 3.6.10:
  • Whether or not turrets will target the ships of the type
  • Syntax: Boolean, Yes or No


+Can Form Wing:

FS2 Open 3.6.10:
  • Whether or not ship type can be formed into a wing
  • Syntax: Boolean, Yes or No


+Active Docks:

FS2 Open 3.6.10:
  • Preferred docking bay type for ship when it is initiating the dock with another ship
  • Syntax: ( "String" "String" ), names of the dock bays
  • Dock bays:
    • cargo
    • rearm
    • generic


+Passive Docks:

FS2 Open 3.6.10:
  • Preferred docking bay type for ship when it is receiving a dock from another ship
  • Syntax: ( "String" "String" )
  • Dock bays:
    • cargo
    • rearm
    • generic


+Ignored on cripple by:

FS2 Open, 3.6.14:
  • Defines the ship types which ignore this ship if its has been crippled
  • Syntax: String list, ( "string" "string" )


+Targeted by 'Huge' weapons and Ignored by 'small only' weapons:

FS2 Open, 21.2:
  • Determines whether this ship type is a valid target for weapons with the 'huge' flag and to be ignored by weapons with the 'small only' flag.
  • Syntax: Boolean
  • Default: Whether the ship is a default big or huge class: Cruiser, Freighter, Transport, Corvette, Gas miner, Awacs, Capital, Supercap, Drydock, or Knossos Device

$Explosion Animations:

FS2 Open 3.6.10:
  • Defines the animations used with the objecttype
  • Syntax: Integer list


$Vaporize Percent Chance:

FS2 Open, 3.6.12:
  • Allows ships to sometimes explode instantly (vaporize) instead of going through a death roll first. This can be overriden on a per-ship basis in ships.tbl.
  • Syntax: Float, percent chance of vaporization

#End

Examples

Default FreeSpace 2 Table

  • This is the default table built into the executable that is loaded when no objecttypes.tbl can be found in the games' load path
  • Shiptypes Stealth and Fighter/Bomber do not seem to be used
															
#Ship types															
$Name:					Navbuoy											
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		10.0											
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Turrets attack this:	YES											
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Sentry Gun										
$Counts for Alone:		YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		200												
$FF Multiplier:			0.10											
$EMP Multiplier:		10.0											
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Accept Player Orders:	NO											
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Escape Pod										
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Warp Pushable:			YES												
$Turrets prioritize ship target: YES									
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		10.0											
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Turrets attack this:	YES											
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Cargo											
$Scannable:				YES												
$Max Debris Speed:		200												
$FF Multiplier:			0.10											
$EMP Multiplier:		10.0											
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Passive docks:			( "cargo" )								
$Vaporize Percent Chance: 0.0											
$Name:					Support											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushable:			YES												
$Turrets prioritize ship target: YES									
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		3.5												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "dock" "undock" "waypoints" "waypoints once" "stay near ship" "keep safe dist" "stay still" "play dead" "play dead (persistent)" )							
	+Accept Player Orders:	YES											
	+Player orders:			( "rearm me" "abort rearm" "depart" )																	
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Active docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
;;WMC - Stealth ships always have another type, so this isn't used		
$Name:					Stealth											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		4.0												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )		
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )																
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Fighter											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushable:			YES												
$Turrets prioritize ship target: YES									
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		4.0												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing")	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )		
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )																
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Bomber											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushable:			YES												
$Turrets prioritize ship target: YES									
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		4.0												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )		
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )																
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
;;WMC - This fighter/bomber type doesn't seem to be used anywhere, because no ship is set as both fighter and bomber																																																								
$Name:					Fighter/bomber									
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushable:			YES												
$Max Debris Speed:		200												
$FF Multiplier:			1.0												
$EMP Multiplier:		4.0												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "waypoints" "waypoints once" "depart" "attack subsys" "attack wing" "guard ship" "disable ship" "disarm ship" "attack any" "attack ship class" "ignore ship" "ignore ship (new)" "guard wing" "evade ship" "stay still" "play dead" "play dead (persistent)" "stay near ship" "keep safe dist" "form on wing" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "disable ship" "disarm ship" "guard ship" "ignore ship" "ignore ship (new)" "form on wing" "cover me" "attack any" "depart" "disable subsys" )		
	+Auto attacks:			YES											
	+Actively Pursues:		( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )																
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
$Vaporize Percent Chance: 0.0											
$Name:					Transport										
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		2.0												
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			500.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "dock" "depart" )		
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Freighter										
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Scannable:				YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		1.75											
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "dock" "depart" )		
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Active docks:			( "cargo" )								
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					AWACS											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.8												
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "depart" )				
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Gas Miner										
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		1.0												
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "depart" )				
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES	
$Vaporize Percent Chance: 0.0											
$Name:					Cruiser											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.9												
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "depart" )				
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Corvette										
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		150												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.3333											
$Beams Easily Hit:		YES												
$Protected on cripple:	YES												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			600.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "dock" "waypoints" "waypoints once" "depart" "undock" "stay still" "play dead" "play dead (persistent)" "stay near ship" )	
	+Accept Player Orders:	YES											
	+Player Orders:			( "attack ship" "depart" )				
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Capital											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushes:			YES												
$Max Debris Speed:		100												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.2												
$Beams Easily Hit:		YES												
$Protected on cripple:	NO												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			750.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "waypoints" "waypoints once" "depart" "stay still" "play dead" "play dead (persistent)" "stay near ship" )						
	+Accept Player Orders:	YES											
	+Player Orders:			( "depart" )								
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Super Cap										
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Warp Pushes:			YES												
$Max Debris Speed:		100												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.075											
$Beams Easily Hit:		YES												
$Protected on cripple:	NO												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			1000.0										
$AI:																	
	+Valid goals:			( "fly to ship" "attack ship" "attack wing" "waypoints" "waypoints once" "depart" "stay still" "play dead" "play dead (persistent)" "stay near ship" )
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Can Form Wing:			YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Drydock											
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		100												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.5												
$Beams Easily Hit:		YES												
$Protected on cripple:	NO												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			750.0										
$AI:																	
	+Accept Player Orders:	YES											
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
$Name:					Knossos Device									
$Counts for Alone:		YES												
$Praise Destruction:	YES												
$On Hotkey List:		YES												
$Target as Threat:		YES												
$Show Attack Direction:	YES												
$Max Debris Speed:		100												
$FF Multiplier:			1.0												
$EMP Multiplier:		0.10											
$Protected on cripple:	NO												
$Fog:																	
	+Start dist:			10.0										
	+Compl dist:			1000.0										
$AI:																	
	+Auto attacks:			YES											
	+Attempt Broadside:		YES											
	+Actively Pursues:		( "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )										
	+Guards attack this:	YES											
	+Turrets attack this:	YES											
	+Passive docks:			( "support" )								
	+Ignored on cripple by:	( "navbuoy" "sentry gun" "escape pod" "cargo" "support" "stealth" "fighter" "bomber" "fighter/bomber" "transport" "freighter" "awacs" "gas miner" "cruiser" "corvette" "capital" "super cap" "drydock" "knossos device" )	
	+Targeted by 'Huge' weapons and Ignored by 'small only' weapons: YES
$Vaporize Percent Chance: 0.0											
#End