Difference between revisions of "UFO-Scripts/team templates.ufo"

From UFO:AI
Jump to navigation Jump to search
 
(No difference)

Latest revision as of 18:43, 12 September 2010

General

chrtemplate defines a template of character ability and skill values

rate: V_INT

only for phalanx soldiers - chance of selecting this template relative to sum of all rates

strength:

min and max values for the strength attributes

speed:

min and max values for the speed attributes

accuracy:

min and max values for the accuracy attributes

mind:

min and max values for the mind attributes

close:

min and max values for the close attributes

heavy:

min and max values for the heavy attributes

assault:

min and max values for the assault attributes

sniper:

min and max values for the sniper attributes

explosive:

min and max values for the explosive attributes

health:

min and max values for the health attributes

Example

chrtemplate soldier_common {
	rate        74
	strength    "15 25"
	speed       "15 25"
	accuracy    "20 30"
	mind        "20 35"
	close       "15 25"
	heavy       "15 25"
	assault     "15 25"
	sniper      "15 25"
	explosive   "15 25"
	health      "80 110"
}