(fit, beacon, context, projectionRange, **kwargs)
| 12451 | |
| 12452 | @staticmethod |
| 12453 | def handler(fit, beacon, context, projectionRange, **kwargs): |
| 12454 | fit.ship.boostItemAttr('armorKineticDamageResonance', |
| 12455 | beacon.getModifiedItemAttr('armorKineticDamageResistanceBonus'), |
| 12456 | stackingPenalties=True, **kwargs) |
| 12457 | |
| 12458 | |
| 12459 | class Effect3999(BaseEffect): |
nothing calls this directly
no test coverage detected