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

Method handler

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

Source from the content-addressed store, hash-verified

9832
9833 @staticmethod
9834 def handler(fit, ship, context, projectionRange, **kwargs):
9835 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Rockets'),
9836 'thermalDamage', ship.getModifiedItemAttr('shipBonusAF'),
9837 skill='Amarr Frigate', **kwargs)
9838
9839
9840class Effect3237(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected