Files
pyfa/eos/effects/carriercaldarileadershipmaxgroupactive4.py
2014-07-30 21:23:27 -04:00

8 lines
341 B
Python

# Used by:
# Ship: Wyvern
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Caldari Carrier").level
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator",
"maxGroupActive", ship.getModifiedItemAttr("carrierCaldariBonus4") * level)