mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-04-22 23:43:37 +02:00
Made baseEffect.stacking nullable instead of having an enabled property
This commit is contained in:
parent
0fbe027d7d
commit
5ff1d0c71f
14 changed files with 70 additions and 43 deletions
|
|
@ -81,7 +81,6 @@
|
|||
"type": "shortRest"
|
||||
},
|
||||
"stacking": {
|
||||
"enabled": true,
|
||||
"max": null
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -80,7 +80,6 @@
|
|||
"description": "<p><span style=\"color: rgb(239, 230, 216); font-family: Montserrat, sans-serif; font-size: 14px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; background-color: rgba(24, 22, 46, 0.565); text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; display: inline !important; float: none;\">Until the next time an attack succeeds against you.</span></p>"
|
||||
},
|
||||
"stacking": {
|
||||
"enabled": true,
|
||||
"max": null
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -150,7 +150,6 @@
|
|||
}
|
||||
],
|
||||
"stacking": {
|
||||
"enabled": true,
|
||||
"max": null
|
||||
},
|
||||
"duration": {
|
||||
|
|
|
|||
|
|
@ -88,7 +88,6 @@
|
|||
}
|
||||
],
|
||||
"stacking": {
|
||||
"enabled": true,
|
||||
"max": 2
|
||||
},
|
||||
"duration": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue