Files
pyfa/eos/effects/effect6662.py
2019-03-16 14:08:20 -04:00

11 lines
327 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")