4 lines
220 B
Python
4 lines
220 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.fighters.filteredItemBoost(lambda mod: mod.item.requiresSkill("Fighters"), "maxVelocity", src.getModifiedItemAttr("shipBonusCarrierM3"), skill="Minmatar Carrier")
|