From c5e067628fa60914c388164e72716e487862e68e Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 13 Dec 2023 15:08:05 +0100 Subject: Breastworks! --- tools/gendata.js | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools/gendata.js') diff --git a/tools/gendata.js b/tools/gendata.js index 0dce472..1b451c4 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -62,6 +62,12 @@ for (let c of card_records) { else if (c.strength === "III") { card.special = 3 } + else if (c.strength === "IV") { + card.special = 4 + } + else if (c.strength === "V") { + card.special = 5 + } else if (c.strength.endsWith("*")) { card.strength = parseInt(c.strength) card.morale = 2 -- cgit v1.2.3