Skip to content

Unit traits: ammo related

Petrenko edited this page Jun 29, 2011 · 4 revisions

The traits listed here all have to do with ammo, reloading and where to reload.

LimitedAmmo: 	# If present, unit will have limited ammunition specified below
  Ammo: 0	# amount of ammo
  PipCount: 0	# number of little squares to display amount of ammo; if 0, defaulted as number of ammo
Reloads:		# If present, unit will reload its limited ammo itself
	Count: 10	# How much ammo is reloaded after a certain period
	Period: 200	# How long the period takes

Back

Clone this wiki locally