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

Method handler

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

Source from the content-addressed store, hash-verified

41589
41590 @staticmethod
41591 def handler(fit, ship, context, projectionRange, **kwargs):
41592 fit.modules.filteredItemBoost(
41593 lambda mod: mod.item.requiresSkill('Large Precursor Weapon'), 'maxRange',
41594 ship.getModifiedItemAttr('shipBonusPBS1'), skill='Precursor Battleship', **kwargs)
41595
41596
41597class Effect12287(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected