Files
pyfa/eos/effects/targetabcattack.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -04:00

11 lines
197 B
Python

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