11 lines
324 B
Python
11 lines
324 B
Python
# shipBonusAoeVelocityRocketsMF
|
|
#
|
|
# Used by:
|
|
# Ship: Vigil Fleet Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"), "aoeVelocity",
|
|
src.getModifiedItemAttr("shipBonusMF"), skill="Minmatar Frigate")
|