Files
pyfa/eos/effects/targetattack.py
2016-04-06 00:12:44 -04:00

10 lines
236 B
Python

# targetAttack
#
# Used by:
# Drones from group: Combat Drone (74 of 74)
# Modules from group: Energy Weapon (208 of 209)
type = 'active'
def handler(fit, module, context):
# Set reload time to 1 second
module.reloadTime = 1000