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

Method handler

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

Source from the content-addressed store, hash-verified

42146
42147 @staticmethod
42148 def handler(fit, ship, context, projectionRange, **kwargs):
42149 fit.modules.filteredItemMultiply(
42150 lambda mod: mod.item.requiresSkill('Remote Armor Repair Systems'), 'armorDamageAmount',
42151 1 / ship.getModifiedItemAttr('modeRemoteRepairBonusPostDiv'), **kwargs)
42152
42153
42154class Effect12578(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemMultiplyMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected