diff --git a/public/Death Guard Example.rosz b/public/Death Guard Example.rosz new file mode 100644 index 0000000..1949c4f Binary files /dev/null and b/public/Death Guard Example.rosz differ diff --git a/public/Thousand Sons Example.rosz b/public/Thousand Sons Example.rosz new file mode 100644 index 0000000..22ec58d Binary files /dev/null and b/public/Thousand Sons Example.rosz differ diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 8fa4221..7009484 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -688,7 +688,7 @@ const OtherAbilities = ({ abilities }) => { }} > - + {key} @@ -698,7 +698,7 @@ const OtherAbilities = ({ abilities }) => {
- FancyScribe + FancyScribe{" "} + + Now with 10th edition support! +
A fancy way to view your Warhammer 40k BattleScribe rosters @@ -230,20 +245,50 @@ function App() { {edition === 10 && ( )} -
+
+ Examples +
+
+ +
{ - switch (catalog) { + switch (catalog.replace("Xenos - ", "")) { case "Imperium - Adeptus Astartes": return "#536766"; case "Imperium - Adeptus Astartes - Blood Angels": @@ -333,6 +378,8 @@ const getPrimaryColor = (catalog) => { return "#576011"; case "Chaos - Chaos Knights": return "#513627"; + case "Chaos - Thousand Sons": + return "#015d68"; case "Necrons": return "#005c2f"; case "Orks":