Newer
Older
rpg / apps / game / tools / aiart / atlas-manifest.json
{
  "characters": [
    {
      "id": "bellringer",
      "prompt": "a bell ringer wearing a dark blue cloak and a wide brimmed hat, holding a small golden hand bell, pixel art character sprite, plain white background",
      "seed": 42,
      "views": ["FSS", "BSS", "LSS"],
      "frameSets": {
        "down": { "view": "FSS", "poses": [0, 1], "bob": true },
        "up": { "view": "BSS", "poses": [0, 1], "bob": true },
        "side": { "view": "LSS", "poses": [0, 1], "bob": true }
      },
      "frameSize": [16, 24],
      "palette": "game",
      "remap": {
        "R0": "C0",
        "R1": "C0",
        "R2": "C1",
        "G1": "C0",
        "G2": "C1",
        "G2H": "C1",
        "F0": "B0"
      },
      "crop": {
        "FSS": [[8, 150, 122, 230], [136, 150, 122, 230], [264, 150, 122, 230], [392, 150, 122, 230]],
        "BSS": [[8, 150, 122, 230], [136, 150, 122, 230], [264, 150, 122, 230], [392, 150, 122, 230]],
        "LSS": [[8, 150, 122, 230], [136, 150, 122, 230], [264, 150, 122, 230], [392, 150, 122, 230]]
      },
      "target": "chars/hero_sheet.png",
      "status": "draft"
    }
  ]
}