(fit, src, context, projectionRange, **kwargs)
| 33950 | |
| 33951 | @staticmethod |
| 33952 | def handler(fit, src, context, projectionRange, **kwargs): |
| 33953 | fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill('Heavy Assault Missiles'), 'explosiveDamage', |
| 33954 | src.getModifiedItemAttr('shipBonusCBC2'), skill='Caldari Battlecruiser', **kwargs) |
| 33955 | |
| 33956 | |
| 33957 | class Effect7036(BaseEffect): |
nothing calls this directly
no test coverage detected