Update roadmap: mark NPC sheet styling complete

This commit is contained in:
Cal Corum 2025-12-15 00:18:34 -06:00
parent 694b11f423
commit 350475b331

View File

@ -492,7 +492,7 @@
"tested": false, "tested": false,
"priority": "medium", "priority": "medium",
"dependencies": ["3.2"], "dependencies": ["3.2"],
"notes": "Biography tab with character details (Size, Being Type), senses (6 boolean toggles: Allsight, Blindsight, Darkvision, Echolocation, Seismicsense, Telepathy in 3-column grid), biography and notes textareas. Languages section hidden until implemented." "notes": "Biography tab with character details (Size, Being Type), senses (6 boolean toggles in 3-column grid), movement capabilities (5 boolean toggles: Climb/Cling/Fly/Phase/Swim matching NPC sheet), biography and notes textareas. Languages section hidden until implemented."
}, },
{ {
"id": "3.13", "id": "3.13",
@ -512,7 +512,7 @@
"tested": false, "tested": false,
"priority": "high", "priority": "high",
"dependencies": ["3.13"], "dependencies": ["3.13"],
"notes": "Stats section with zone, speed, size, being type, senses (6 boolean toggles matching character sheet), damage modifiers." "notes": "Stats section with zone (with behavior hint), speed (single value), movement capabilities (5 boolean toggles: Climb/Cling/Fly/Phase/Swim per RAW), size, being type, appearing (rollable label), senses (6 boolean toggles), damage modifiers (immunities/resistances/weaknesses)."
}, },
{ {
"id": "3.15", "id": "3.15",
@ -670,10 +670,11 @@
"id": "5.5", "id": "5.5",
"name": "Style NPC sheet", "name": "Style NPC sheet",
"description": "Clean stat block format, readable at small sizes, collapsible sections", "description": "Clean stat block format, readable at small sizes, collapsible sections",
"completed": false, "completed": true,
"tested": false, "tested": false,
"priority": "high", "priority": "high",
"dependencies": ["5.1", "5.2", "5.3", "3.13"] "dependencies": ["5.1", "5.2", "5.3", "3.13"],
"notes": "NPC sheet styled with: header (portrait, name, HD/TL/Armor boxes, HP bar, morale), stats section (zone with behavior hint, speed, size/type, appearing with rollable label), movement grid (Climb/Cling/Fly/Phase/Swim booleans matching senses pattern), senses row, damage modifiers, actions list with add/delete/roll, abilities list, notes section (loot, GM notes). Scrollbar fix for overflow. Movement uses boolean toggles per RAW (all use base speed)."
}, },
{ {
"id": "5.6", "id": "5.6",