10 lines
380 B
Python
10 lines
380 B
Python
# titanCaldariLeadershipModuleAmount4
|
|
#
|
|
# Used by:
|
|
# Ship: Leviathan
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Titan").level
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator",
|
|
"maxGroupActive", ship.getModifiedItemAttr("titanCaldariBonus4") * level)
|