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

9 lines
275 B
Python

# Used by:
# Ship: Aeon
# Ship: Archon
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Carrier").level
amount = ship.getModifiedItemAttr("carrierAmarrBonus1")
fit.extraAttributes.increase("maxActiveDrones", amount * level)