Add missing effect
This commit is contained in:
3
eos/effects/shipprojectilerofmf.py
Normal file
3
eos/effects/shipprojectilerofmf.py
Normal file
@@ -0,0 +1,3 @@
|
||||
type = "passive"
|
||||
def handler(fit, src, context):
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Projectile Turret"), "speed", src.getModifiedItemAttr("shipBonusMF"), stackingPenalties=True, skill="Minmatar Frigate")
|
||||
Reference in New Issue
Block a user