Files
pyfa/eos/effects/targetabcattack.py
2018-05-03 09:58:44 +03:00

11 lines
197 B
Python

# targetABCAttack
#
# Used by:
# Modules from group: Precursor Weapon (14 of 14)
type = 'active'
def handler(fit, module, context):
# Set reload time to 1 second
module.reloadTime = 1000