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

Method handler

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

Source from the content-addressed store, hash-verified

39274
39275 @staticmethod
39276 def handler(fit, ship, context, projectionRange, **kwargs):
39277 for layer in ('shieldCapacity', 'armorHP', 'hp'):
39278 fit.drones.filteredItemBoost(
39279 lambda drone: drone.item.requiresSkill('Drones'), layer,
39280 ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs)
39281
39282
39283class Effect11426(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected