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

6 lines
239 B
Python

# Used by:
# Ship: Ishkur
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Assault Frigates").level
fit.ship.increaseItemAttr("droneCapacity", ship.getModifiedItemAttr("eliteBonusGunship2") * level)