mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-07-22 10:29:54 +02:00
feat: add resource automatic cost modification on attack or action
Signed-off-by: Gergely Brautigam <182850+Skarlso@users.noreply.github.com>
This commit is contained in:
parent
eccab6ad64
commit
e9e8d2bd59
7 changed files with 25 additions and 4 deletions
|
|
@ -3,4 +3,5 @@
|
|||
@import './domain-card.less';
|
||||
@import './feature.less';
|
||||
@import './heritage.less';
|
||||
@import './item-sheet-shared.less';
|
||||
@import './item-sheet-shared.less';
|
||||
@import './weapon.less';
|
||||
6
styles/less/sheets/items/weapon.less
Normal file
6
styles/less/sheets/items/weapon.less
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
.application.sheet.daggerheart.dh-style.weapon {
|
||||
section.tab {
|
||||
height: 400px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue