(fit, src, context, projectionRange, **kwargs)
| 34048 | |
| 34049 | @staticmethod |
| 34050 | def handler(fit, src, context, projectionRange, **kwargs): |
| 34051 | fit.ship.boostItemAttr('armorHP', src.getModifiedItemAttr('shipBonusAC'), skill='Amarr Cruiser', **kwargs) |
| 34052 | |
| 34053 | |
| 34054 | class Effect7043(BaseEffect): |
nothing calls this directly
no test coverage detected