Correct 15 cards against photos of the actual 6e card faces
Eric spotted mismatches between the 5e-database-derived card data and his physical 6e cards (photos IMG_4688-4690). All 15 texts are now verbatim from the faces. Four were mechanical, now fixed in the engine: BLIND's 6e text adds "engage in combat" — blinded punches flail on a die roll; PICK LOCK's face states "This is not a spell" — the lock cards and thrown weapons are physical actions NO SPELL cannot silence; MIST-BODY passes doors and drifts through thornbushes but does NOT pass the maze's stone walls (was backwards); WALL OF FIRE's counteraction mode stops a Waterbolt (previously deferred). Metadata: UGLY is L.O.S.-marked, MASTER KEY is NEUTRAL/ADJACENT, WIZARDBLADE and PICK LOCK carry ADJACENT markings (new `adjacent` field), LARGE ROCK is rethrowable by any player (already engine behavior), BRAINSTONE's face has no corner type. 84 tests passing. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
1924114b6d
commit
5a0003f4ce
@@ -23,6 +23,8 @@ export interface CardDef {
|
||||
cardType: CardType | null;
|
||||
subtypes?: string[];
|
||||
los: boolean | null;
|
||||
/** Printed ADJACENT corner marking (Pick Lock, Master Key, Wizardblade). */
|
||||
adjacent?: boolean;
|
||||
text: string | null;
|
||||
quantity: number | null;
|
||||
value?: number; // number cards
|
||||
|
||||
Reference in New Issue
Block a user