mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-21 23:13:39 +02:00
Completed functionality
This commit is contained in:
parent
5e608dea99
commit
f6aa3dc750
8 changed files with 68 additions and 14 deletions
|
|
@ -1103,3 +1103,9 @@ export const fallAndCollisionDamage = {
|
|||
damageFormula: '1d20 + 5'
|
||||
}
|
||||
};
|
||||
|
||||
export const simpleDispositions = {
|
||||
HOSTILE: -1,
|
||||
NEUTRAL: 0,
|
||||
FRIENDLY: 1
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue