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

Method handler

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

Source from the content-addressed store, hash-verified

6622
6623 @staticmethod
6624 def handler(fit, ship, context, projectionRange, **kwargs):
6625 for type in ('shieldCapacity', 'armorHP', 'hp'):
6626 fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'),
6627 type, ship.getModifiedItemAttr('shipBonusGB2'),
6628 skill='Gallente Battleship', **kwargs)
6629
6630
6631class Effect2187(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredItemBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected