Files
pyfa/eos/effects/targetattack.py
2018-03-21 20:18:00 -04:00

12 lines
238 B
Python

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