From 6957e65401b41b70a46243372f660ab836e9b79e Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 5 Nov 2025 06:17:12 +0000 Subject: [PATCH] Add missing level 3 definition for Stubborn skill The Stubborn skill was defined with maxLevel 3 for Balcor (and other characters) but only had levels 1 and 2 in the skill definition. This caused level 3 to be selectable but not visible in the UX. Added level 3 as a reaction ability: "Use after being targeted with an attack. Ignore all hits scored, and then make a Move action and an Assault action in any order." Fixes visibility issue for Balcor's Stubborn level 3. --- docs/data/corespace-data.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/data/corespace-data.json b/docs/data/corespace-data.json index a34da00..27e3fe7 100644 --- a/docs/data/corespace-data.json +++ b/docs/data/corespace-data.json @@ -2358,6 +2358,15 @@ "isBetweenGame": false, "description": "Make a Move action followed by an Assault action.", "pegCost": 1 + }, + { + "level": 3, + "variant": "active", + "isPassive": false, + "isReaction": true, + "isBetweenGame": false, + "description": "Use after being targeted with an attack. Ignore all hits scored, and then make a Move action and an Assault action in any order.", + "pegCost": 1 } ] },