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

Method handler

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

Source from the content-addressed store, hash-verified

20389
20390 @staticmethod
20391 def handler(fit, ship, context, projectionRange, **kwargs):
20392 if 'ship' in context:
20393 skill = 'Caldari Hauler'
20394 penalties = False
20395 else:
20396 skill = None
20397 penalties = True
20398 fit.ship.boostItemAttr('agility', ship.getModifiedItemAttr('shipBonusCI2'),
20399 skill=skill, stackingPenalties=penalties, **kwargs)
20400
20401
20402class Effect5469(BaseEffect):

Callers

nothing calls this directly

Calls 2

boostItemAttrMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected