(fit, ship, context, projectionRange, **kwargs)
| 20073 | |
| 20074 | @staticmethod |
| 20075 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 20076 | fit.drones.filteredItemBoost(lambda drone: drone.item.requiresSkill('Drones'), |
| 20077 | 'armorHP', ship.getModifiedItemAttr('shipBonusAB'), skill='Amarr Battleship', **kwargs) |
| 20078 | |
| 20079 | |
| 20080 | class Effect5419(BaseEffect): |
nothing calls this directly
no test coverage detected