Difference between revisions of "Ssm.tbl"

From FreeSpace Wiki
Jump to: navigation, search
m (added info.. dunno if it works though)
m (additions, fixes)
Line 4: Line 4:
  
  
Table originally meant for defining the flight behavior of subspace missiles.
+
Table originally meant for defining the flight behavior of subspace missiles.  
  
  
Line 15: Line 15:
  
  
===$SSM:===
+
==$SSM:==
*Defines the name of the SSM
 
*Syntax: '''String'''
 
  
  
 
===+Weapon:===
 
===+Weapon:===
*Defines weapon...
+
*Defines weapon used
*Syntax: '''String'''
+
*Syntax: '''String''', name of the weapon
  
  
 
===+Count:===
 
===+Count:===
*Defines count...
+
*Defines number of the missiles
 
*Syntax: '''Integer'''
 
*Syntax: '''Integer'''
  
  
 
===+WarpRadius:===
 
===+WarpRadius:===
*Defines the warp radius
+
*Defines the warp radius used by the missiles
 
*Syntax: '''Float'''
 
*Syntax: '''Float'''
  
  
 
===+WarpTime:===
 
===+WarpTime:===
*Defines the warp time
+
*Defines the time between deployment and arrival
 
*Syntax: '''Float'''
 
*Syntax: '''Float'''
  
  
 
===+Radius:===
 
===+Radius:===
*Defines radius
+
*Defines radius of the missiles arrival cone
 
*Syntax: '''Float'''
 
*Syntax: '''Float'''
  
  
 
===+Offset:===
 
===+Offset:===
*Defines offset
+
*Defines offset of the cone (probably)
 
*Syntax: '''Float'''
 
*Syntax: '''Float'''
  
  
 
[[Category:Tables]]
 
[[Category:Tables]]

Revision as of 12:56, 9 August 2007

Revision information..

3.6.x branch: 2.14.2.1
3.7 branch: 2.16


Table originally meant for defining the flight behavior of subspace missiles.


Format

  • Table consist of independent $SSm: entried
  • Table ends to #end


Table Entries

$SSM:

+Weapon:

  • Defines weapon used
  • Syntax: String, name of the weapon


+Count:

  • Defines number of the missiles
  • Syntax: Integer


+WarpRadius:

  • Defines the warp radius used by the missiles
  • Syntax: Float


+WarpTime:

  • Defines the time between deployment and arrival
  • Syntax: Float


+Radius:

  • Defines radius of the missiles arrival cone
  • Syntax: Float


+Offset:

  • Defines offset of the cone (probably)
  • Syntax: Float