Last active
June 12, 2016 18:49
-
-
Save Fitzsimmons/0612be30c8f794b0357f6a8bddb68959 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"weapon_name": "Suros ARI-41", | |
"rolls": | |
[ | |
[ | |
{ | |
"row": 1, | |
"column": 1, | |
"name": "SPO-28", | |
"description": "SUROS holo sights. \nImproved target acquisition." | |
}, | |
{ | |
"more talents": "etc..." | |
} | |
], | |
[ | |
{ | |
"talents": "for roll 2" | |
} | |
], | |
[ | |
{ | |
"talents": "for roll 3" | |
} | |
] | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment