Skip to content

Commit d022cbe

Browse files
ddyson1claude
andauthored
Set all edition prices to $30 (#7)
https://claude.ai/code/session_01VhWRYXbuqapZ9YkvksroaS Co-authored-by: Claude <noreply@anthropic.com>
1 parent d65538c commit d022cbe

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

data/editions.js

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/build_data.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@
1414

1515
# key -> metadata. `file` is the svg basename in assets/plots (without .svg).
1616
META = {
17-
"zaku": {"file":"zaku-ii", "name":"Zaku II", "code":"MS-06", "jp":"ザク", "edition":"ED. 09/25 · A2", "price":"$240"},
18-
"guncannon":{"file":"guncannon","name":"Guncannon","code":"RX-77", "jp":"ガンキャノン", "edition":"ED. 18/25 · A3", "price":"$180"},
19-
"bigzam": {"file":"big-zam", "name":"Big Zam", "code":"MA-08", "jp":"ビグ・ザム", "edition":"ED. 05/25 · A1", "price":"$320"},
20-
"dom": {"file":"dom", "name":"Dom", "code":"MS-09", "jp":"ドム", "edition":"ED. 12/25 · A2", "price":"$240"},
21-
"zgok": {"file":"zgok", "name":"Z'Gok", "code":"MSM-07", "jp":"ズゴック", "edition":"ED. 22/25 · A3", "price":"$190"},
22-
"gp02": {"file":"gp-02", "name":"GP-02A", "code":"RX-78GP02", "jp":"ガンダム試作2号機", "edition":"ED. 15/25 · A2", "price":"$260"},
23-
"gm": {"file":"gm", "name":"GM", "code":"RGM-79", "jp":"ジム", "edition":"ED. 07/25 · A3", "price":"$160"},
24-
"guntank": {"file":"guntank", "name":"Guntank", "code":"RX-75", "jp":"ガンタンク", "edition":"ED. 11/25 · A2", "price":"$230"},
17+
"zaku": {"file":"zaku-ii", "name":"Zaku II", "code":"MS-06", "jp":"ザク", "edition":"ED. 09/25 · A2", "price":"$30"},
18+
"guncannon":{"file":"guncannon","name":"Guncannon","code":"RX-77", "jp":"ガンキャノン", "edition":"ED. 18/25 · A3", "price":"$30"},
19+
"bigzam": {"file":"big-zam", "name":"Big Zam", "code":"MA-08", "jp":"ビグ・ザム", "edition":"ED. 05/25 · A1", "price":"$30"},
20+
"dom": {"file":"dom", "name":"Dom", "code":"MS-09", "jp":"ドム", "edition":"ED. 12/25 · A2", "price":"$30"},
21+
"zgok": {"file":"zgok", "name":"Z'Gok", "code":"MSM-07", "jp":"ズゴック", "edition":"ED. 22/25 · A3", "price":"$30"},
22+
"gp02": {"file":"gp-02", "name":"GP-02A", "code":"RX-78GP02", "jp":"ガンダム試作2号機", "edition":"ED. 15/25 · A2", "price":"$30"},
23+
"gm": {"file":"gm", "name":"GM", "code":"RGM-79", "jp":"ジム", "edition":"ED. 07/25 · A3", "price":"$30"},
24+
"guntank": {"file":"guntank", "name":"Guntank", "code":"RX-75", "jp":"ガンタンク", "edition":"ED. 11/25 · A2", "price":"$30"},
2525
}
2626

2727
# order of the dropdown in the live plotter, and of the cards in the shop grid

0 commit comments

Comments
 (0)