Skip to content

Instantly share code, notes, and snippets.

@autodidaddict
Last active February 18, 2019 14:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save autodidaddict/e9b12f4fa756eb5370f526802cf97618 to your computer and use it in GitHub Desktop.
Save autodidaddict/e9b12f4fa756eb5370f526802cf97618 to your computer and use it in GitHub Desktop.
OPA Combat Engine - sample input file
{
"attacker" : {
"dice": {
"d100": 62
},
"weapon_id": "sword"
},
"defender": {
"dice": {
"d100" : 80
},
"armor_id" :"robe"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment