Map watcher card images to data

This commit is contained in:
Jared Miller 2026-02-23 18:53:48 -05:00
parent f3f092185b
commit 429e1bbc2a
Signed by: shmup
GPG key ID: 22B5C6D66A38B06C
2 changed files with 2059 additions and 8 deletions

View file

@ -8086,7 +8086,8 @@
"keywords": [], "keywords": [],
"description": "1 hit.", "description": "1 hit.",
"upgraded": "strike_p+", "upgraded": "strike_p+",
"copies": 4 "copies": 4,
"image": "assets/images/watcher/starter/0.png"
}, },
"strike_p+": { "strike_p+": {
"id": "strike_p+", "id": "strike_p+",
@ -8103,7 +8104,8 @@
], ],
"keywords": [], "keywords": [],
"description": "2 hit.", "description": "2 hit.",
"upgraded": null "upgraded": null,
"image": "assets/images/watcher/starter/upgraded/0.png"
}, },
"defend_p": { "defend_p": {
"id": "defend_p", "id": "defend_p",
@ -8121,7 +8123,8 @@
"keywords": [], "keywords": [],
"description": "1 Block.", "description": "1 Block.",
"upgraded": "defend_p+", "upgraded": "defend_p+",
"copies": 4 "copies": 4,
"image": "assets/images/watcher/starter/4.png"
}, },
"defend_p+": { "defend_p+": {
"id": "defend_p+", "id": "defend_p+",
@ -8138,7 +8141,8 @@
], ],
"keywords": [], "keywords": [],
"description": "2 Block. Can be given to any player.", "description": "2 Block. Can be given to any player.",
"upgraded": null "upgraded": null,
"image": "assets/images/watcher/starter/upgraded/4.png"
}, },
"vigilance": { "vigilance": {
"id": "vigilance", "id": "vigilance",
@ -8159,7 +8163,8 @@
], ],
"keywords": [], "keywords": [],
"description": "2 Block. Enter Calm.", "description": "2 Block. Enter Calm.",
"upgraded": "vigilance+" "upgraded": "vigilance+",
"image": "assets/images/watcher/starter/8.png"
}, },
"vigilance+": { "vigilance+": {
"id": "vigilance+", "id": "vigilance+",
@ -8180,7 +8185,8 @@
], ],
"keywords": [], "keywords": [],
"description": "3 Block to any player. Enter Calm.", "description": "3 Block to any player. Enter Calm.",
"upgraded": null "upgraded": null,
"image": "assets/images/watcher/starter/upgraded/8.png"
}, },
"eruption": { "eruption": {
"id": "eruption", "id": "eruption",
@ -8201,7 +8207,8 @@
], ],
"keywords": [], "keywords": [],
"description": "2 hit. Enter Wrath.", "description": "2 hit. Enter Wrath.",
"upgraded": "eruption+" "upgraded": "eruption+",
"image": "assets/images/watcher/starter/9.png"
}, },
"eruption+": { "eruption+": {
"id": "eruption+", "id": "eruption+",
@ -8222,6 +8229,7 @@
], ],
"keywords": [], "keywords": [],
"description": "2 hit. Enter Wrath.", "description": "2 hit. Enter Wrath.",
"upgraded": null "upgraded": null,
"image": "assets/images/watcher/starter/upgraded/9.png"
} }
} }

2043
data/watcher_cards.json Normal file

File diff suppressed because it is too large Load diff