Files
pyfa/eos/effects/targetattack.py
2014-07-30 21:23:27 -04:00

9 lines
263 B
Python

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