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

Method handler

eos/effects.py:32874–32877  ·  view source on GitHub ↗
(fit, src, context, projectionRange, **kwargs)

Source from the content-addressed store, hash-verified

32872
32873 @staticmethod
32874 def handler(fit, src, context, projectionRange, **kwargs):
32875 fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Tactical Shield Manipulation'),
32876 'overloadHardeningBonus', src.getModifiedItemAttr('subsystemBonusCaldariDefensive2'),
32877 skill='Caldari Defensive Systems', **kwargs)
32878
32879
32880class Effect6942(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected