Files
pyfa/eos/effects/elitebonusexpeditionsigradius2.py
2014-05-31 22:13:59 +04:00

7 lines
247 B
Python

# Used by:
# Ship: Prospect
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Expedition Frigates").level
fit.ship.boostItemAttr("signatureRadius", ship.getModifiedItemAttr("eliteBonusExpedition2") * level)