Files
pyfa/eos/effects/targetattack.py
2014-05-31 22:13:59 +04:00

9 lines
263 B
Python
Executable File

# 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