Skip to content

Commit

Permalink
Fix: Upsilon attack value was a string, should be a number
Browse files Browse the repository at this point in the history
  • Loading branch information
guidokessels committed Jan 4, 2019
1 parent 0b80521 commit c54fe4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/pilots/first-order/upsilon-class-command-shuttle.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
"faction": "First Order",
"stats": [
{ "type": "attack", "value": "4", "arc": "Front Arc" },
{ "type": "attack", "value": 4, "arc": "Front Arc" },
{ "type": "agility", "value": 1 },
{ "type": "hull", "value": 6 },
{ "type": "shields", "value": 6 }
Expand Down

0 comments on commit c54fe4d

Please sign in to comment.