mirror of
https://github.com/RoY7x/worldbuilding.git
synced 2025-07-20 13:15:12 -04:00
8: Add rolls to items on actor sheets
- Utilized the revisions made to roll syntax to allow for rollable buttons on item lists on actor sheets. Rolls are evaluated using `@items.ITEM.KEY`, where ITEM is the item name (slugified), and KEY is an attribute key for a formula attribute.
This commit is contained in:
parent
00dfec6014
commit
786d4095a9
5 changed files with 29 additions and 0 deletions
|
@ -105,6 +105,12 @@
|
|||
.item-controls {
|
||||
flex: 0 0 36px;
|
||||
}
|
||||
|
||||
.item-button {
|
||||
height: 100%;
|
||||
line-height: 1;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Attributes */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue