Files
pyfa/eos/effects/modifyshipagilitypassivepreassignment.py
2017-06-25 01:21:37 -04:00

8 lines
176 B
Python

# Not used by any item
runTime = "early"
type = "passive"
def handler(fit, module, context):
fit.ship.preAssignItemAttr("agility", module.getModifiedItemAttr("agility"))