Made Attacks come from items
This commit is contained in:
8
rpg-docs/lib/constants/abilities.js
Normal file
8
rpg-docs/lib/constants/abilities.js
Normal file
@@ -0,0 +1,8 @@
|
||||
abilities = [
|
||||
"strength",
|
||||
"dexterity",
|
||||
"constitution",
|
||||
"intelligence",
|
||||
"wisdom",
|
||||
"charisma"
|
||||
];
|
||||
9
rpg-docs/lib/constants/damageDice.js
Normal file
9
rpg-docs/lib/constants/damageDice.js
Normal file
@@ -0,0 +1,9 @@
|
||||
DAMAGE_DICE = [
|
||||
"1",
|
||||
"1d4",
|
||||
"1d6",
|
||||
"1d8",
|
||||
"1d10",
|
||||
"1d12",
|
||||
"2d6"
|
||||
]
|
||||
Reference in New Issue
Block a user