(fit, beacon, context, projectionRange, **kwargs)
| 12614 | |
| 12615 | @staticmethod |
| 12616 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12617 | fit.drones.filteredItemMultiply(lambda drone: drone.item.requiresSkill('Drones'), |
| 12618 | 'damageMultiplier', beacon.getModifiedItemAttr('damageMultiplierMultiplier'), |
| 12619 | stackingPenalties=True, penaltyGroup='postMul', **kwargs) |
| 12620 | |
| 12621 | |
| 12622 | class Effect4022(BaseEffect): |
nothing calls this directly
no test coverage detected