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

8 lines
278 B
Python

# Used by:
# Ship: Ishtar
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Heavy Assault Cruisers").level
amount = ship.getModifiedItemAttr("eliteBonusHeavyGunship1") * level
fit.extraAttributes.increase("droneControlRange", amount)