Files
pyfa/eos/effects/titanamarrleadershipmoduleamount4.py

10 lines
371 B
Python

# titanAmarrLeadershipModuleAmount4
#
# Used by:
# Ship: Avatar
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Amarr Titan").level
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator",
"maxGroupActive", ship.getModifiedItemAttr("titanAmarrBonus4") * level)