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

Method handler

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

Source from the content-addressed store, hash-verified

39184
39185 @staticmethod
39186 def handler(fit, ship, context, projectionRange, **kwargs):
39187 fit.modules.filteredItemBoost(
39188 lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount',
39189 ship.getModifiedItemAttr('shipBonusGB3'), skill='Gallente Battleship', **kwargs)
39190
39191
39192class Effect11421(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected