Build your army and send them into battle. The intermediary set for those who want both advancing and attacking Romans. This set includes: Early Imperial Romans Advancing x 25 Early Imperial Romans Attacking x 25 Early Imperial Roman Legionary Shield Transfers x 48 Roman Paints Basic Bundle (5 Paints)(function() { document.addEventListener("DOMContentLoaded", function(event) { if (window.location.href.indexOf('/products/') > 0) { injectSimpleLinePropertyScript(); } }); })(); function injectSimpleLinePropertyScript() { const dataJSON = '{"Early Imperial Roman Legionaries Advancing ":1,"Early Imperial Roman Legionaries Attacking ":1,"Early Imperial Roman Legionary Shield Transfers 1 ":4,"Sanguine Scarlet - Two Thin Coats":1,"Plate Armour - Two Thin Coats":1,"Dragons Gold - Two Thin Coats":1,"Boar Hide - Two Thin Coats":1,"Dwarven Skin - Two Thin Coats":1}'; const data = JSON.parse(dataJSON); let a = document.querySelectorAll("[name=id]"); if (a == undefined || a[0] == undefined) { return; } let count = 1; for (const key in data) { let nNode = document.createElement("input"); nNode.type = "hidden"; nNode.name = "properties[" + count + "]"; nNode.value = key +" x "+ data[key]; console.log('Combowise: ', nNode); a[0].parentNode.insertBefore(nNode, a[0].previousSibling) count ++; } }