InflictsDamage and ProvidesHealing now use dice rolls
This commit is contained in:
parent
3474a782d7
commit
e8084b8975
6 changed files with 31 additions and 22 deletions
|
|
@ -58,14 +58,14 @@
|
|||
"name": "bear trap",
|
||||
"renderable": { "glyph": "^", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"flags": ["HIDDEN", "ENTRY_TRIGGER", "SINGLE_ACTIVATION"],
|
||||
"effects": { "damage": "6" }
|
||||
"effects": { "damage": "2d4" }
|
||||
},
|
||||
{
|
||||
"id": "trap_stonefall",
|
||||
"name": "stonefall trap",
|
||||
"renderable": { "glyph": "^", "fg": "#C0C0C0", "bg": "#000000", "order": 2 },
|
||||
"flags": ["HIDDEN", "ENTRY_TRIGGER", "SINGLE_ACTIVATION"],
|
||||
"effects": { "damage": "12" }
|
||||
"effects": { "damage": "2d10" }
|
||||
},
|
||||
{
|
||||
"id": "trap_confusion",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue