9 lines
361 B
Python
9 lines
361 B
Python
# eliteBonusCommandShipSiegeCS3
|
|
#
|
|
# Used by:
|
|
# Ships from group: Command Ship (4 of 8)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Siege Warfare Specialist"),
|
|
"commandBonus", ship.getModifiedItemAttr("eliteBonusCommandShips3"), skill="Command Ships")
|