diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gencyl.js | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/tools/gencyl.js b/tools/gencyl.js index 31c0c2e..2916a95 100644 --- a/tools/gencyl.js +++ b/tools/gencyl.js @@ -35,28 +35,28 @@ function print_lord(output, side, label) { fs.writeFileSync(output, svg.join("\n") + "\n") } -print_lord("images/lord_york_1.svg", "york", "HIRES/sticker/label_0.png") -print_lord("images/lord_york_2.svg", "york", "HIRES/sticker/label_1.png") -print_lord("images/lord_york_3.svg", "york", "HIRES/sticker/label_2.png") -print_lord("images/lord_york_4.svg", "york", "HIRES/sticker/label_3.png") -print_lord("images/lord_york_5.svg", "york", "HIRES/sticker/label_4.png") -print_lord("images/lord_york_6.svg", "york", "HIRES/sticker/label_10.png") -print_lord("images/lord_york_7.svg", "york", "HIRES/sticker/label_11.png") -print_lord("images/lord_york_8.svg", "york", "HIRES/sticker/label_12.png") -print_lord("images/lord_york_9.svg", "york", "HIRES/sticker/label_13.png") -print_lord("images/lord_york_10.svg", "york", "HIRES/sticker/label_14.png") -print_lord("images/lord_york_11.svg", "york", "HIRES/sticker/label_20.png") -print_lord("images/lord_york_12.svg", "york", "HIRES/sticker/label_21.png") +print_lord("images/lord_york_york.svg", "york", "HIRES/sticker/label_0.png") +print_lord("images/lord_york_march.svg", "york", "HIRES/sticker/label_1.png") +print_lord("images/lord_york_salisbury.svg", "york", "HIRES/sticker/label_2.png") +print_lord("images/lord_york_warwick.svg", "york", "HIRES/sticker/label_3.png") +print_lord("images/lord_york_rutland.svg", "york", "HIRES/sticker/label_4.png") +print_lord("images/lord_york_edward_iv.svg", "york", "HIRES/sticker/label_10.png") +print_lord("images/lord_york_pembroke.svg", "york", "HIRES/sticker/label_11.png") +print_lord("images/lord_york_devon.svg", "york", "HIRES/sticker/label_12.png") +print_lord("images/lord_york_northumberland.svg", "york", "HIRES/sticker/label_13.png") +print_lord("images/lord_york_gloucester_silver.svg", "york", "HIRES/sticker/label_14.png") +print_lord("images/lord_york_gloucester_gold.svg", "york", "HIRES/sticker/label_20.png") +print_lord("images/lord_york_henry_tudor.svg", "york", "HIRES/sticker/label_21.png") -print_lord("images/lord_lancaster_1.svg", "lancaster", "HIRES/sticker/label_5.png") -print_lord("images/lord_lancaster_2.svg", "lancaster", "HIRES/sticker/label_6.png") -print_lord("images/lord_lancaster_3.svg", "lancaster", "HIRES/sticker/label_7.png") -print_lord("images/lord_lancaster_4.svg", "lancaster", "HIRES/sticker/label_8.png") -print_lord("images/lord_lancaster_5.svg", "lancaster", "HIRES/sticker/label_9.png") -print_lord("images/lord_lancaster_6.svg", "lancaster", "HIRES/sticker/label_15.png") -print_lord("images/lord_lancaster_7.svg", "lancaster", "HIRES/sticker/label_16.png") -print_lord("images/lord_lancaster_8.svg", "lancaster", "HIRES/sticker/label_17.png") -print_lord("images/lord_lancaster_9.svg", "lancaster", "HIRES/sticker/label_18.png") -print_lord("images/lord_lancaster_10.svg", "lancaster", "HIRES/sticker/label_19.png") -print_lord("images/lord_lancaster_11.svg", "lancaster", "HIRES/sticker/label_22.png") -print_lord("images/lord_lancaster_12.svg", "lancaster", "HIRES/sticker/label_26.png") +print_lord("images/lord_lancaster_henry_vi.svg", "lancaster", "HIRES/sticker/label_5.png") +print_lord("images/lord_lancaster_somerset.svg", "lancaster", "HIRES/sticker/label_6.png") +print_lord("images/lord_lancaster_exeter.svg", "lancaster", "HIRES/sticker/label_7.png") +print_lord("images/lord_lancaster_buckingham.svg", "lancaster", "HIRES/sticker/label_8.png") +print_lord("images/lord_lancaster_northumberland.svg", "lancaster", "HIRES/sticker/label_9.png") +print_lord("images/lord_lancaster_warwick.svg", "lancaster", "HIRES/sticker/label_15.png") +print_lord("images/lord_lancaster_jasper_tudor.svg", "lancaster", "HIRES/sticker/label_16.png") +print_lord("images/lord_lancaster_clarence.svg", "lancaster", "HIRES/sticker/label_17.png") +print_lord("images/lord_lancaster_margaret.svg", "lancaster", "HIRES/sticker/label_18.png") +print_lord("images/lord_lancaster_oxford.svg", "lancaster", "HIRES/sticker/label_19.png") +print_lord("images/lord_lancaster_henry_tudor.svg", "lancaster", "HIRES/sticker/label_22.png") +print_lord("images/lord_lancaster_somerset.svg", "lancaster", "HIRES/sticker/label_26.png") |