(fit, src, context, projectionRange, **kwargs)
| 14300 | |
| 14301 | @staticmethod |
| 14302 | def handler(fit, src, context, projectionRange, **kwargs): |
| 14303 | fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 14304 | 'explosiveDamage', src.getModifiedItemAttr('subsystemBonusAmarrOffensive2'), skill='Amarr Offensive Systems', **kwargs) |
| 14305 | fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 14306 | 'kineticDamage', src.getModifiedItemAttr('subsystemBonusAmarrOffensive2'), skill='Amarr Offensive Systems', **kwargs) |
| 14307 | fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 14308 | 'emDamage', src.getModifiedItemAttr('subsystemBonusAmarrOffensive2'), skill='Amarr Offensive Systems', **kwargs) |
| 14309 | fit.modules.filteredChargeBoost(lambda mod: mod.item.requiresSkill('Missile Launcher Operation'), |
| 14310 | 'thermalDamage', src.getModifiedItemAttr('subsystemBonusAmarrOffensive2'), skill='Amarr Offensive Systems', **kwargs) |
| 14311 | |
| 14312 | |
| 14313 | class Effect4366(BaseEffect): |
nothing calls this directly
no test coverage detected