diff options
author | Tor Andersson <tor@ccxvii.net> | 2024-04-28 18:14:03 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2024-04-28 18:30:59 +0200 |
commit | e018d811bfcb8fe0245189c3cce6c9867315c3c6 (patch) | |
tree | 8cb6412f4c7d842d1328091e74ddfc9e6d255175 /tools | |
parent | 4dfb296816fd1c817b9f85db749604c790620b0a (diff) | |
download | plantagenet-e018d811bfcb8fe0245189c3cce6c9867315c3c6.tar.gz |
Fix seat data.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gendata.js | 6 | ||||
-rw-r--r-- | tools/layout.svg | 45 |
2 files changed, 26 insertions, 25 deletions
diff --git a/tools/gendata.js b/tools/gendata.js index ac5f75f..278b90e 100644 --- a/tools/gendata.js +++ b/tools/gendata.js @@ -301,8 +301,8 @@ const boxes = { "vassal vassal_beaumont": [730,765,54,56], "seat lancaster lord_buckingham": [715,958,54,56], "seat york lord_march": [432,947,54,56], - "seat lancaster lord_jasper_tudor_2": [230,888,54,56], - "seat lancaster lord_jasper_tudor_1": [147,1067,54,56], + "seat lancaster lord_jasper_tudor_2": [233,890,54,56], + "seat lancaster lord_jasper_tudor_1": [153,1064,54,56], "seat lancaster lord_oxford": [771,1092,54,56], "seat york lord_rutland": [1113,1181,54,56], "seat lancaster lord_warwick_l": [1118,1385,54,56], @@ -1086,7 +1086,7 @@ let lords = [ short_name: "Gloucester", full_name: "Richard Plantagenet", title: "Duke of Gloucester", - seat: locmap["Gloucester"], + seat: locmap["London"], marshal:1, influence:5, lordship:3, diff --git a/tools/layout.svg b/tools/layout.svg index d8c25c0..d718d09 100644 --- a/tools/layout.svg +++ b/tools/layout.svg @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="UTF-8" standalone="no"?> <svg + xmlns:dc="http://purl.org/dc/elements/1.1/" + xmlns:cc="http://creativecommons.org/ns#" + xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" + xmlns:svg="http://www.w3.org/2000/svg" + xmlns="http://www.w3.org/2000/svg" + xmlns:xlink="http://www.w3.org/1999/xlink" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" version="1.1" id="svg2" width="1275" height="1650" viewBox="0 0 1275 1650" sodipodi:docname="layout.svg" - inkscape:version="1.2.2 (732a01da63, 2022-12-09)" - xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" - xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" - xmlns:xlink="http://www.w3.org/1999/xlink" - xmlns="http://www.w3.org/2000/svg" - xmlns:svg="http://www.w3.org/2000/svg" - xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" - xmlns:cc="http://creativecommons.org/ns#" - xmlns:dc="http://purl.org/dc/elements/1.1/"> + inkscape:version="1.0.2 (e86c870879, 2021-01-15)"> <metadata id="metadata131"> <rdf:RDF> @@ -38,9 +38,9 @@ inkscape:pagecheckerboard="0" inkscape:deskcolor="#d1d1d1" showgrid="true" - inkscape:zoom="0.7681373" - inkscape:cx="464.76066" - inkscape:cy="793.47794" + inkscape:zoom="1.3210766" + inkscape:cx="575.39574" + inkscape:cy="874.26408" inkscape:window-width="1920" inkscape:window-height="991" inkscape:window-x="-9" @@ -65,14 +65,15 @@ inkscape:label="Image" id="g8"> <image + sodipodi:absref="/home/tor/src/rally/public/plantagenet/map75.png" xlink:href="../map75.png" - inkscape:svg-dpi="1" - style="image-rendering:pixelated" - sodipodi:insensitive="true" - id="image10" - preserveAspectRatio="none" + width="1275" height="1650" - width="1275" /> + preserveAspectRatio="none" + id="image10" + sodipodi:insensitive="true" + style="image-rendering:pixelated" + inkscape:svg-dpi="1" /> <rect style="fill:#000000;fill-opacity:0.378049" id="rect785" @@ -2231,8 +2232,8 @@ id="rect1066" width="53.546478" height="55.672852" - x="230.13693" - y="888.32812" + x="233.22676" + y="890" rx="0" ry="0" inkscape:label="seat lancaster lord_jasper_tudor_2" /> @@ -2241,8 +2242,8 @@ id="rect1068" width="53.546478" height="55.672852" - x="147.28767" - y="1066.9144" + x="153.22676" + y="1064.3271" rx="0" ry="0" inkscape:label="seat lancaster lord_jasper_tudor_1" /> |