Two related gaps left after #53 put element icons on the field Blitz page.
1. The field Magic/Lore list and the esper detail page show no element. Spells carry elements and the battle magic list already shows them, so the field is the inconsistent surface. Not blocked on space — the row is a 7-cell name plus a blank plus 2 digits at columns 3 and 16, leaving 13-15 and 26-29 free — but every MagicName already opens with a school glyph, so this is a two-glyphs-per-row design question, not a plumbing one. It also goes through vanilla's shared drawer _c34fc4, which has several callers, and the field magic page has no render test to fail first against.
2. kits.md's Chip column states unbuilt intent as fact (found while auditing #54): AutoCrossbow "×4" is really one hit per body — breadth, not rate, so exactly one chip against a boss — and Bum Rush "×8", Pummel "×2" and Drill "×2" are all ×1 today. Correct the column to describe what ships, and mark intent as intent. DESIGN.md:147's "Cyan's Flurry" also wants the FF3-US name, Quadra Slam.
Related: ot6_class.asm:185-192 carries retranslated names as code-comment parentheticals (; dispatch (fang), ; quadra slam (flurry — chips per hit)), which is the thing #51 was clearing.
Two related gaps left after #53 put element icons on the field Blitz page.
1. The field Magic/Lore list and the esper detail page show no element. Spells carry elements and the battle magic list already shows them, so the field is the inconsistent surface. Not blocked on space — the row is a 7-cell name plus a blank plus 2 digits at columns 3 and 16, leaving 13-15 and 26-29 free — but every
MagicNamealready opens with a school glyph, so this is a two-glyphs-per-row design question, not a plumbing one. It also goes through vanilla's shared drawer_c34fc4, which has several callers, and the field magic page has no render test to fail first against.2.
kits.md's Chip column states unbuilt intent as fact (found while auditing #54): AutoCrossbow "×4" is really one hit per body — breadth, not rate, so exactly one chip against a boss — and Bum Rush "×8", Pummel "×2" and Drill "×2" are all ×1 today. Correct the column to describe what ships, and mark intent as intent.DESIGN.md:147's "Cyan's Flurry" also wants the FF3-US name, Quadra Slam.Related:
ot6_class.asm:185-192carries retranslated names as code-comment parentheticals (; dispatch (fang),; quadra slam (flurry — chips per hit)), which is the thing #51 was clearing.