(fit, beacon, context, projectionRange, **kwargs)
| 13066 | |
| 13067 | @staticmethod |
| 13068 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 13069 | fit.modules.filteredChargeMultiply(lambda mod: mod.charge.requiresSkill('Rockets'), |
| 13070 | 'thermalDamage', beacon.getModifiedItemAttr('smallWeaponDamageMultiplier'), |
| 13071 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 13072 | |
| 13073 | |
| 13074 | class Effect4061(BaseEffect): |
nothing calls this directly
no test coverage detected