(fit, beacon, context, projectionRange, **kwargs)
| 35513 | |
| 35514 | @staticmethod |
| 35515 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 35516 | fit.ship.boostItemAttr('hp', beacon.getModifiedItemAttr('hullHpBonus'), **kwargs) |
| 35517 | |
| 35518 | |
| 35519 | class Effect7228(BaseEffect): |
nothing calls this directly
no test coverage detected