From e8e9703d0c9bf5ca1b7f64632f3a524b7a194240 Mon Sep 17 00:00:00 2001 From: Soveia <44786566+Soveia@users.noreply.github.com> Date: Sat, 11 Dec 2021 20:53:33 +0200 Subject: [PATCH] Gathering to Perception Perception affects gathering yields, not the Gathering stat. --- SaintCoinach/Definitions/RetainerTaskParameter.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SaintCoinach/Definitions/RetainerTaskParameter.json b/SaintCoinach/Definitions/RetainerTaskParameter.json index 9fd5e29b..51547256 100644 --- a/SaintCoinach/Definitions/RetainerTaskParameter.json +++ b/SaintCoinach/Definitions/RetainerTaskParameter.json @@ -13,7 +13,7 @@ "type": "repeat", "count": 4, "definition": { - "name": "Gathering{DoL}" + "name": "Perception{DoL}" } }, { @@ -21,8 +21,8 @@ "type": "repeat", "count": 4, "definition": { - "name": "Gathering{FSH}" + "name": "Perception{FSH}" } } ] -} \ No newline at end of file +}