(fit, implant, context, projectionRange, **kwargs)
| 38934 | |
| 38935 | @staticmethod |
| 38936 | def handler(fit, implant, context, projectionRange, **kwargs): |
| 38937 | fit.ship.boostItemAttr( |
| 38938 | 'armorHP', implant.getModifiedItemAttr('shipBonusNavyDestroyerAmarr1'), |
| 38939 | skill='Amarr Destroyer', **kwargs) |
| 38940 | |
| 38941 | |
| 38942 | class Effect11405(BaseEffect): |
nothing calls this directly
no test coverage detected