Update character PDF, workspace, and weapon attributes: add item properties to shields, define new styles for headers and tables, refine table layouts, and adjust workspace configuration

This commit is contained in:
Florian 2026-06-12 17:09:00 +02:00
parent fa2ef638f9
commit 623687e00d
4 changed files with 22 additions and 10 deletions

View File

@ -198,9 +198,9 @@
}, },
"active": "cbd86a1333362c95", "active": "cbd86a1333362c95",
"lastOpenFiles": [ "lastOpenFiles": [
"wiki/weapons/Holzschild.md",
"wiki/weapons/Stahlschild.md", "wiki/weapons/Stahlschild.md",
"wiki/weapons/Items.base", "wiki/weapons/Items.base",
"wiki/weapons/Holzschild.md",
"wiki/weapons/Lederrüstung.md", "wiki/weapons/Lederrüstung.md",
"wiki/weapons/Kettenhemd.md", "wiki/weapons/Kettenhemd.md",
"wiki/weapons/Bow.md", "wiki/weapons/Bow.md",

View File

@ -1,4 +1,7 @@
--- ---
shield: true shield: true
shield.parade: "+3" shield.parade: "+3"
item: true
item.cost: "11"
item.slots: 3
--- ---

View File

@ -165,6 +165,15 @@
<Style Name="HLeft"> <Style Name="HLeft">
<HAlign>left</HAlign> <HAlign>left</HAlign>
</Style> </Style>
<Style Name="ItemCatHeader">
<FontSize>11</FontSize>
<Bold>true</Bold>
<MarginTop>8</MarginTop>
<MarginBottom>4</MarginBottom>
</Style>
<Style Name="ItemTable" Recursive="true" IgnoreSelf="true">
<FontSize>9</FontSize>
</Style>
</Styles> </Styles>
<Pages> <Pages>
<!-- Profile/Persönliche Daten --> <!-- Profile/Persönliche Daten -->
@ -3953,10 +3962,10 @@
</TableLayout> </TableLayout>
<!-- Nahkampfwaffen --> <!-- Nahkampfwaffen -->
<Label Styles="SmallHeaderNoTopSpacer"> <Label Styles="ItemCatHeader">
<Text>"Nahkampfwaffen"</Text> <Text>"Nahkampfwaffen"</Text>
</Label> </Label>
<TableLayout Styles="TableChildren"> <TableLayout Styles="TableChildren;ItemTable">
<Columns> <Columns>
<Column> <Column>
<Width>20</Width> <Width>20</Width>
@ -4127,10 +4136,10 @@
</TableLayout> </TableLayout>
<!-- Fernkampfwaffen --> <!-- Fernkampfwaffen -->
<Label Styles="SmallHeaderNoTopSpacer"> <Label Styles="ItemCatHeader">
<Text>"Fernkampfwaffen"</Text> <Text>"Fernkampfwaffen"</Text>
</Label> </Label>
<TableLayout Styles="TableChildren"> <TableLayout Styles="TableChildren;ItemTable">
<Columns> <Columns>
<Column> <Column>
<Width>20</Width> <Width>20</Width>
@ -4260,10 +4269,10 @@
</TableLayout> </TableLayout>
<!-- Rüstung --> <!-- Rüstung -->
<Label Styles="SmallHeaderNoTopSpacer"> <Label Styles="ItemCatHeader">
<Text>"Rüstung"</Text> <Text>"Rüstung"</Text>
</Label> </Label>
<TableLayout Styles="TableChildren"> <TableLayout Styles="TableChildren;ItemTable">
<Columns> <Columns>
<Column> <Column>
<Width>20</Width> <Width>20</Width>
@ -4358,10 +4367,10 @@
</TableLayout> </TableLayout>
<!-- Schilde --> <!-- Schilde -->
<Label Styles="SmallHeaderNoTopSpacer"> <Label Styles="ItemCatHeader">
<Text>"Schilde"</Text> <Text>"Schilde"</Text>
</Label> </Label>
<TableLayout Styles="TableChildren"> <TableLayout Styles="TableChildren;ItemTable">
<Columns> <Columns>
<Column> <Column>
<Width>20</Width> <Width>20</Width>

View File

@ -4668,7 +4668,7 @@
</Buttons> </Buttons>
</ListDisplay> </ListDisplay>
<BaseToListPicker> <BaseToListPicker>
<List>[data.character.items.armor]</List> <List>[data.character.items.shield]</List>
<PropertyOutputs> <PropertyOutputs>
<PropertyOutput> <PropertyOutput>
<Property>[file.name]</Property> <Property>[file.name]</Property>