From ff667d9135101470a74b9f900db833772df8a639 Mon Sep 17 00:00:00 2001 From: ede1998 Date: Tue, 7 Jul 2026 21:46:48 +0200 Subject: [PATCH] Add Creature card format --- Creature-card-format.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Creature-card-format.md diff --git a/Creature-card-format.md b/Creature-card-format.md new file mode 100644 index 0000000..ad77de3 --- /dev/null +++ b/Creature-card-format.md @@ -0,0 +1,12 @@ +- Name: 24 bytes (`[a-Z0-9 -]*`) +- Traits: 3x16 bytes (`[a-Z0-9 -]*`) +- Secret: 24 bytes ("all characters") +- Image: + - 38x38px + - 8 color palettes x 16 colors + +![](https://git.rhetenor.de/rhetenor/creaturedex/raw/commit/af2d1712ae664d5bcc2bb370e2e727e6f501e852/docs/img/nfc-data-layout.png) + +## Binary layout + +??? \ No newline at end of file