(fit, ship, context, projectionRange, **kwargs)
| 39566 | |
| 39567 | @staticmethod |
| 39568 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39569 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 39570 | fit.drones.filteredItemBoost( |
| 39571 | lambda drone: drone.item.requiresSkill('Propulsion Jamming'), |
| 39572 | layer, ship.getModifiedItemAttr('shipBonusAT'), **kwargs) |
| 39573 | |
| 39574 | |
| 39575 | class Effect11518(BaseEffect): |
nothing calls this directly
no test coverage detected