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

Method handler

eos/effects.py:19354–19357  ·  view source on GitHub ↗
(fit, ship, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

19352
19353 @staticmethod
19354 def handler(fit, ship, context, projectionRange, **kwargs):
19355 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
19356 'kineticDamage', ship.getModifiedItemAttr('shipBonusCBC1'),
19357 skill='Caldari Battlecruiser', **kwargs)
19358
19359
19360class Effect5340(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected