Files
pyfa/eos/effects/shipbonuscarrierg3fighterhitpoints.py
2016-04-29 22:59:09 -04:00

8 lines
290 B
Python

# shipBonusCarrierG3FighterHitpoints
#
# Used by:
# Ship: Thanatos
type = "passive"
def handler(fit, src, context):
fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "shieldCapacity", src.getModifiedItemAttr("shipBonusCarrierG3"), skill="Gallente Carrier")