v2.10.2 : bestiaire etape 3 - encyclopedie (150 monstres par famille + blasons)

treasures.js : section 'Bestiaire' (fetch /api/reference/bestiary,
BESTIARY_DB), monsterCard (blason image lazy + plages de stats + fourchette
d'ages via BESTIARY_AGE_NAMES + drapeaux/capacites), groupee par famille,
+ lien de nav. CSS .tz-blason. Reste : integration spawn (en attente du
choix profondeur->niveaux de Perco).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
perco
2026-06-15 19:03:43 +02:00
co-authored by Claude Opus 4.8
parent 18f5e7fc3b
commit 618c0e6e76
4 changed files with 77 additions and 4 deletions
+2
View File
@@ -640,6 +640,8 @@ header h1 { font-size: 1.3em; color: #FFFFCC; text-shadow: 1px 1px 2px #000; }
font-size: .92em;
}
.tz-name { color: #000000; font-weight: bold; }
.tz-blason { width: 34px; height: 34px; object-fit: contain; vertical-align: middle; margin-right: 6px; border: 1px solid #000; background: #fff; }
.tz-head { display: flex; align-items: center; }
.tz-meta { color: #666633; font-size: .88em; margin: 4px 0 8px; }
.tz-meta b { color: #000000; }
.tz-fx-list { display: flex; flex-wrap: wrap; gap: 4px; }