(fit, ship, context, projectionRange, **kwargs)
| 20105 | |
| 20106 | @staticmethod |
| 20107 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20108 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 20109 | 'hp', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 20110 | |
| 20111 | |
| 20112 | class Effect5424(BaseEffect): |
nothing calls this directly
no test coverage detected