Files
pyfa/eos/effects/shipshieldboostrookie.py

10 lines
311 B
Python

# shipShieldBoostRookie
#
# Used by:
# Ship: Immolator
# Ship: Reaper
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Shield Operation"),
"shieldBonus", ship.getModifiedItemAttr("rookieShieldBoostBonus"))