Files
pyfa/eos/effects/elitebonusexpeditionsigradius2.py

9 lines
282 B
Python

# eliteBonusExpeditionSigRadius2
#
# 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)