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",
"lastOpenFiles": [
"wiki/weapons/Holzschild.md",
"wiki/weapons/Stahlschild.md",
"wiki/weapons/Items.base",
"wiki/weapons/Holzschild.md",
"wiki/weapons/Lederrüstung.md",
"wiki/weapons/Kettenhemd.md",
"wiki/weapons/Bow.md",

View File

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

View File

@ -165,6 +165,15 @@
<Style Name="HLeft">
<HAlign>left</HAlign>
</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>
<Pages>
<!-- Profile/Persönliche Daten -->
@ -3953,10 +3962,10 @@
</TableLayout>
<!-- Nahkampfwaffen -->
<Label Styles="SmallHeaderNoTopSpacer">
<Label Styles="ItemCatHeader">
<Text>"Nahkampfwaffen"</Text>
</Label>
<TableLayout Styles="TableChildren">
<TableLayout Styles="TableChildren;ItemTable">
<Columns>
<Column>
<Width>20</Width>
@ -4127,10 +4136,10 @@
</TableLayout>
<!-- Fernkampfwaffen -->
<Label Styles="SmallHeaderNoTopSpacer">
<Label Styles="ItemCatHeader">
<Text>"Fernkampfwaffen"</Text>
</Label>
<TableLayout Styles="TableChildren">
<TableLayout Styles="TableChildren;ItemTable">
<Columns>
<Column>
<Width>20</Width>
@ -4260,10 +4269,10 @@
</TableLayout>
<!-- Rüstung -->
<Label Styles="SmallHeaderNoTopSpacer">
<Label Styles="ItemCatHeader">
<Text>"Rüstung"</Text>
</Label>
<TableLayout Styles="TableChildren">
<TableLayout Styles="TableChildren;ItemTable">
<Columns>
<Column>
<Width>20</Width>
@ -4358,10 +4367,10 @@
</TableLayout>
<!-- Schilde -->
<Label Styles="SmallHeaderNoTopSpacer">
<Label Styles="ItemCatHeader">
<Text>"Schilde"</Text>
</Label>
<TableLayout Styles="TableChildren">
<TableLayout Styles="TableChildren;ItemTable">
<Columns>
<Column>
<Width>20</Width>

View File

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