Skip to content

Commit

Permalink
Add CotR adversaries (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
duffn authored Mar 14, 2020
1 parent 91ccc73 commit 8e8a496
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.createSchemaCustomization = ({ actions }) => {
level: String
soak: Int
wt: Int
st: Int
st: String
mr: String
brawn: Int
agility: Int
Expand Down
2 changes: 1 addition & 1 deletion src/components/AdversariesColumnProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function AdversariesColumnProvider({ children, currentBook }) {
{ label: "Level", name: "level" },
{ label: "Soak", name: "soak" },
{ label: "WT", name: "wt" },
{ label: "ST", name: "st" },
{ label: "ST", name: "st", options: { sort: false } },
{ label: "M/R", name: "mr" },
{ label: "Brawn", name: "brawn" },
{ label: "Agility", name: "agility" },
Expand Down
Loading

0 comments on commit 8e8a496

Please sign in to comment.