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

Method handler

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

Source from the content-addressed store, hash-verified

13744
13745 @staticmethod
13746 def handler(fit, src, context, projectionRange, **kwargs):
13747 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Light Missiles'),
13748 'kineticDamage', src.getModifiedItemAttr('subsystemBonusCaldariOffensive2'),
13749 skill='Caldari Offensive Systems', **kwargs)
13750 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Missiles'),
13751 'kineticDamage', src.getModifiedItemAttr('subsystemBonusCaldariOffensive2'),
13752 skill='Caldari Offensive Systems', **kwargs)
13753 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
13754 'kineticDamage', src.getModifiedItemAttr('subsystemBonusCaldariOffensive2'),
13755 skill='Caldari Offensive Systems', **kwargs)
13756
13757
13758class Effect4250(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected