(fit, implant, context, projectionRange, **kwargs)
| 38430 | |
| 38431 | @staticmethod |
| 38432 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 38433 | fit.ship.boostItemAttr( |
| 38434 | 'armorHP', implant.getModifiedItemAttr('shipBonusABC1'), |
| 38435 | skill='Amarr Battlecruiser', **kwargs) |
| 38436 | |
| 38437 | |
| 38438 | class Effect11067(BaseEffect): |
nothing calls this directly
no test coverage detected