Commit Graph

6 Commits

Author SHA1 Message Date
uberwald 29b93b5ed1 feat: tarot deck auto-import depuis compendium/data JSON
resetDeck() cherche les cartes dans cet ordre :
1. game.items (items monde existants)
2. Compendium système fvtt-hamalron.hamalron-items
3. assets/data/tarot.json (création automatique)

Ajout de assets/data/tarot.json : 78 cartes standard
2026-07-10 23:49:31 +02:00
uberwald 441134c23b refacto: styles externalisés dans .less, plus d'inline styles
- style='width: X%' → style='--pct: X' dans templates et JS
- CSS calc(var(--pct) * 1%) dans les fichiers .less correspondants
- Création de styles/action-complexe.less
- Import action-complexe.less dans fvtt-hamalron.less
- style='width: 100%' → class='tension-select' dans tarot-deck-manager
- Ajout .tension-select dans tarot-deck-manager.less
- Suppression doublon .initiative-roll dans chat.less
2026-07-10 22:59:10 +02:00
uberwald d1d6c051d0 fix: CHAT_MESSAGE_TYPES -> CHAT_MESSAGE_STYLES (v14 compat)
Foundry v14 utilise style au lieu de type pour ChatMessage
et CONST.CHAT_MESSAGE_TYPES n'existe pas.
Corrigé dans tarot-deck-manager, sortilege-casting, base-actor-sheet
2026-07-10 20:15:25 +02:00
uberwald cd2e07ed97 Latest updates 2026-07-10 16:58:33 +02:00
uberwald 8a27cef9a4 Workable system, firt step 2026-01-02 20:30:29 +01:00
uberwald 4beb5806eb Initial system import 2025-12-25 23:08:06 +01:00