Last active
February 18, 2019 14:46
-
-
Save autodidaddict/fd0944885cf58a17f9d34a9e0b5e1e15 to your computer and use it in GitHub Desktop.
OPA Combat Engine - Sample Weapons Data
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
{ | |
"stats" : { | |
"sword" : { | |
"damage_class": "slashing", | |
"base_damage": 50 | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment