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

Method handler

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

Source from the content-addressed store, hash-verified

37947
37948 @staticmethod
37949 def handler(fit, ship, context, projectionRange, **kwargs):
37950 for layer in ('shieldCapacity', 'armorHP', 'hp'):
37951 fit.drones.filteredItemBoost(
37952 lambda drone: drone.item.requiresSkill('Drones'), layer,
37953 ship.getModifiedItemAttr('capitalIndustrialShipBonusDroneHitPoints'),
37954 skill='Capital Industrial Ships', **kwargs)
37955
37956
37957class Effect8311(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected