Commit Graph

4 Commits

Author SHA1 Message Date
389d4b8008 feat: Add per-type NPC icons + update compendium icons
6 new SVG icons in images/icons/, one per NPC type:
- icon-npc-esprit-animal.svg (amber) — paw print + yin-yang
- icon-npc-fantome.svg (cyan) — ghost silhouette + 鬼 character
- icon-npc-demon.svg (red) — horned demon face
- icon-npc-jiugwaai.svg (emerald) — hybrid creature + 怪 character
- icon-npc-dieu.svg (gold) — divine halo + lotus
- icon-npc-mortel.svg (steel blue) — human silhouette + talisman

All 49 NPC JSON files updated with type-specific icon paths.
Pack cde-npcs recompiled.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 23:12:27 +02:00
ce1ed17ce1 Ajout des compendiums et cleanup des images 2026-03-31 23:04:06 +02:00
bc9f4d9867 feat(compendiums): add 5 sanhei and 16 supernatural capacity items
- Add 5 pre-constructed sanhei from rulebook (p.216-218):
  Lance du Croc d'Argent, Gantelet aux Écailles irisées,
  Pinceau écarlate, Rouleau de la Monture céleste,
  Sceau du Dragon-gardien
- Each sanhei has 3 filled properties with name/heiCost/heiType/description
- Add 16 supernatural capacities from bestiary chapter (p.349-353):
  absorption_yang, arme, don_inne, immortalite, intangibilite,
  metamorphe (x5 sub-types), peur, possession, protection,
  regeneration, vol, venin
- Delete template placeholder files for both packs
- Recompile cde-sanhei and cde-supernaturals packs

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 20:49:01 +02:00
2756d95ea5 feat(compendiums): add 25 spells and 20 martial arts from rulebook
- Extract all 25 magical speciality items from PDF (all 5 disciplines)
- Extract all 20 martial arts style items from PDF
- Fix Wing Chun technique 'La terre tourne autour du soleil'
- Fix La Paume des Huit Trigrammes technique 2 'Contourner l'obstacle'
- Fix Les Poignards volants with all 3 techniques from rulebook
- Delete template placeholder files
- Recompile all packs (cde-spells: 25, cde-kungfus: 20)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-03-31 20:32:36 +02:00