(fit, ship, context, projectionRange, **kwargs)
| 41211 | |
| 41212 | @staticmethod |
| 41213 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 41214 | for attr in ('shieldCapacity', 'armorHP', 'hp', 'damageMultiplier'): |
| 41215 | fit.drones.filteredItemBoost( |
| 41216 | lambda drone: drone.item.requiresSkill('Medium Drone Operation'), |
| 41217 | attr, ship.getModifiedItemAttr('ATcruiserDroneBonus'), **kwargs) |
| 41218 | |
| 41219 | |
| 41220 | class Effect12217(BaseEffect): |
nothing calls this directly
no test coverage detected