(fit, ship, context, projectionRange, **kwargs)
| 2362 | |
| 2363 | @staticmethod |
| 2364 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 2365 | fit.ship.boostItemAttr('capacitorCapacity', ship.getModifiedItemAttr('shipBonusAB2'), skill='Amarr Battleship', **kwargs) |
| 2366 | |
| 2367 | |
| 2368 | class Effect744(BaseEffect): |
nothing calls this directly
no test coverage detected