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

Method handler

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

Source from the content-addressed store, hash-verified

36208
36209 @staticmethod
36210 def handler(fit, ship, context, projectionRange, **kwargs):
36211 fit.modules.filteredItemBoost(
36212 lambda mod: mod.item.requiresSkill('Large Vorton Projector'), 'damageMultiplier',
36213 ship.getModifiedItemAttr('shipBonusUB1'), skill='EDENCOM Battleship', **kwargs)
36214
36215
36216class Effect8056(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected