How to implement effect like "add 0.2% critical chance per rage point" by GAS

The character has two attributes, Rage and critical chance, both of which can be modified by multiple effects. This effect can be removed, and when the effect is removed, Rage’s bonus to CriticalChance also subtracted. I’ve read several of the GAS documents, but still can’t find a good way to implement it.