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

Method handler

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

Source from the content-addressed store, hash-verified

38696
38697 @staticmethod
38698 def handler(fit, ship, context, projectionRange, **kwargs):
38699 fit.modules.filteredItemBoost(
38700 lambda mod: mod.item.requiresSkill('Repair Systems'), 'armorDamageAmount',
38701 ship.getModifiedItemAttr('shipBonusNavyDestroyerGallente2'), skill='Gallente Destroyer', **kwargs)
38702
38703
38704class Effect11390(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected