8 lines
282 B
Python
8 lines
282 B
Python
# shipBonusTitanRole1NumWarfareLinks
|
|
#
|
|
# Used by:
|
|
# Ships from group: Titan (4 of 4)
|
|
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.requiresSkill("Leadership"), "maxGroupActive", src.getModifiedItemAttr("shipBonusRole1"))
|