Made Attacks come from items

This commit is contained in:
Thaum
2015-03-09 14:03:11 +00:00
parent 40a050d88f
commit 55784d0e3b
17 changed files with 185 additions and 67 deletions

View File

@@ -0,0 +1,8 @@
abilities = [
"strength",
"dexterity",
"constitution",
"intelligence",
"wisdom",
"charisma"
];

View File

@@ -0,0 +1,9 @@
DAMAGE_DICE = [
"1",
"1d4",
"1d6",
"1d8",
"1d10",
"1d12",
"2d6"
]