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

Method handler

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

Source from the content-addressed store, hash-verified

37426
37427 @staticmethod
37428 def handler(fit, ship, context, projectionRange, **kwargs):
37429 for layer in ('shieldCapacity', 'armorHP', 'hp'):
37430 fit.drones.filteredItemBoost(
37431 lambda drone: drone.item.requiresSkill('Drones'), layer,
37432 ship.getModifiedItemAttr('shipRoleBonusDroneHitPoints'), **kwargs)
37433
37434
37435class Effect8227(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected