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