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

Method handler

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

Source from the content-addressed store, hash-verified

20690
20691 @staticmethod
20692 def handler(fit, ship, context, projectionRange, **kwargs):
20693 damageTypes = ('em', 'explosive', 'kinetic', 'thermal')
20694 for damageType in damageTypes:
20695 fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'),
20696 '{0}Damage'.format(damageType),
20697 ship.getModifiedItemAttr('eliteBonusCommandShips2'), skill='Command Ships', **kwargs)
20698
20699
20700class Effect5521(BaseEffect):

Callers

nothing calls this directly

Calls 3

filteredChargeBoostMethod · 0.80
requiresSkillMethod · 0.80
getModifiedItemAttrMethod · 0.45

Tested by

no test coverage detected