11 lines
394 B
Python
11 lines
394 B
Python
# carrierAmarrLeadershipMaxGroupActive4
|
|
#
|
|
# Used by:
|
|
# Ship: Aeon
|
|
# Ship: Revenant
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Carrier").level
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator",
|
|
"maxGroupActive", ship.getModifiedItemAttr("carrierAmarrBonus4") * level)
|