feat: fiche de Communauté (socle)

- acteur community (identité, géographie, histoire, objectifs, taille/effectif)
- 4 Domaines x 2 jauges avec états (Crise/Bas/Stable/Opulent), moral, réserves
- onglets Identité / Domaines / Ressources, édition ProseMirror (formInput)
- header avec fond, totem, niveau, effectif ; icône par défaut
- libellé du type via typeLabels (sans écraser TYPES.* du core)
This commit is contained in:
2026-08-04 17:20:29 +02:00
parent 8d8428cad3
commit 6247f65590
17 changed files with 1080 additions and 7 deletions
+2 -1
View File
@@ -34,7 +34,8 @@
"character": { "htmlFields": ["equipment.description", "identity.biography", "identity.relations"] },
"npc": { "htmlFields": ["equipment.description", "identity.notes"] },
"group": { "htmlFields": ["equipment.description", "identity.notes"] },
"creature": { "htmlFields": ["equipment.description", "identity.notes", "identity.biography"] }
"creature": { "htmlFields": ["equipment.description", "identity.notes", "identity.biography"] },
"community": { "htmlFields": ["identity.notes", "location.landmarks", "location.territory", "history.events", "history.relations"] }
},
"Item": {
"item": { "htmlFields": ["description"] },