MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / handler

Method handler

eos/effects.py:40243–40246  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

40241
40242 @staticmethod
40243 def handler(fit, src, context, projectionRange, **kwargs):
40244 fit.modules.filteredItemBoost(
40245 lambda mod: mod.item.requiresSkill('Capital Projectile Turret'), 'falloff',
40246 src.getModifiedItemAttr('shipBonusTitanG2'), skill='Gallente Dreadnought', **kwargs)
40247
40248
40249class Effect11945(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected