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

Method handler

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

Source from the content-addressed store, hash-verified

36502
36503 @staticmethod
36504 def handler(fit, ship, context, projectionRange, **kwargs):
36505 fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Plate',
36506 'massAddition', ship.getModifiedItemAttr('eliteBonusInterdictors1'),
36507 skill='Interdictors', **kwargs)
36508
36509
36510class Effect8096(BaseEffect):

Callers

nothing calls this directly

Calls 2

filteredItemBoostMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected