4 lines
220 B
Python
4 lines
220 B
Python
type = "passive"
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Rockets"), "explosiveDamage", src.getModifiedItemAttr("shipBonus3MF"), skill="Minmatar Frigate")
|