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

Method handler

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

Source from the content-addressed store, hash-verified

38056
38057 @staticmethod
38058 def handler(fit, ship, context, projectionRange, **kwargs):
38059 fit.modules.filteredItemBoost(
38060 lambda mod: mod.item.requiresSkill('Missile Launcher Operation'),
38061 'reloadTime', ship.getModifiedItemAttr('shipBonusGC2'),
38062 skill='Gallente Cruiser', **kwargs)
38063
38064
38065class Effect8362(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected