From d676bd9489c6fd70059ecd0c751d167017e5aa07 Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 22 Sep 2024 12:14:38 -0400 Subject: [PATCH 1/3] Correct Ripnugget's Intimidation score Closes #16630 --- .../ripnugget.json | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json b/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json index b9164849b36..d9679b66ef1 100644 --- a/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json +++ b/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json @@ -697,19 +697,24 @@ }, "skills": { "athletics": { - "base": 14 + "base": 14, + "special": [] }, "intimidation": { - "base": 4 + "base": 14, + "special": [] }, "medicine": { - "base": 12 + "base": 12, + "special": [] }, "nature": { - "base": 12 + "base": 12, + "special": [] }, "stealth": { - "base": 12 + "base": 12, + "special": [] } }, "traits": { From 6cc99ccb0e3a14c83e1de4377b518482d6e0768b Mon Sep 17 00:00:00 2001 From: Ambrose Date: Sun, 22 Sep 2024 15:35:41 -0400 Subject: [PATCH 2/3] Add Little Claw label to localization --- static/lang/re-en.json | 1 + 1 file changed, 1 insertion(+) diff --git a/static/lang/re-en.json b/static/lang/re-en.json index 8f0b9c81724..8d59d4ec680 100644 --- a/static/lang/re-en.json +++ b/static/lang/re-en.json @@ -129,6 +129,7 @@ "Leaves": "Leaves", "Leg": "Leg", "LightningLash": "Lightning Lash", + "LittleClaw": "Little Claw", "Mandibles": "Mandibles", "MetalShard": "Metal Shard", "Moonbeam": "Moonbeam", From 59fb603ac757907d6f5639276a3c4fb65a9581d4 Mon Sep 17 00:00:00 2001 From: Ambrose <45524683+ammalagonc@users.noreply.github.com> Date: Sun, 22 Sep 2024 15:38:59 -0400 Subject: [PATCH 3/3] Update ripnugget.json --- .../ripnugget.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json b/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json index d9679b66ef1..b9164849b36 100644 --- a/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json +++ b/packs/seven-dooms-for-sandpoint-bestiary/ripnugget.json @@ -697,24 +697,19 @@ }, "skills": { "athletics": { - "base": 14, - "special": [] + "base": 14 }, "intimidation": { - "base": 14, - "special": [] + "base": 4 }, "medicine": { - "base": 12, - "special": [] + "base": 12 }, "nature": { - "base": 12, - "special": [] + "base": 12 }, "stealth": { - "base": 12, - "special": [] + "base": 12 } }, "traits": {