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

Method handler

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

Source from the content-addressed store, hash-verified

37966
37967 @staticmethod
37968 def handler(fit, ship, context, projectionRange, **kwargs):
37969 for layer in ('shieldCapacity', 'armorHP', 'hp'):
37970 fit.drones.filteredItemBoost(
37971 lambda drone: drone.item.requiresSkill('Drones'), layer,
37972 ship.getModifiedItemAttr('industrialCommandBonusDroneHitPoints'),
37973 skill='Industrial Command Ships', **kwargs)
37974
37975
37976class Effect8313(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected