(fit, ship, context, projectionRange, **kwargs)
| 41176 | |
| 41177 | @staticmethod |
| 41178 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41179 | for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'): |
| 41180 | fit.drones.filteredItemBoost( |
| 41181 | lambda drone: drone.item.requiresSkill('Light Drone Operation'), |
| 41182 | attr, ship.getModifiedItemAttr('ATfrigDroneBonus'), **kwargs) |
| 41183 | |
| 41184 | |
| 41185 | class Effect12213(BaseEffect): |
nothing calls this directly
no test coverage detected