(fit, ship, context, projectionRange, **kwargs)
| 39274 | |
| 39275 | @staticmethod |
| 39276 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 39277 | for layer in ('shieldCapacity', 'armorHP', 'hp'): |
| 39278 | fit.drones.filteredItemBoost( |
| 39279 | lambda drone: drone.item.requiresSkill('Drones'), layer, |
| 39280 | ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 39281 | |
| 39282 | |
| 39283 | class Effect11426(BaseEffect): |
nothing calls this directly
no test coverage detected