Files
pyfa/eos/effects/targetattack.py
2018-11-02 15:52:58 +03:00

12 lines
238 B
Python

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