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:
parent
fa2ef638f9
commit
623687e00d
2
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
2
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -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",
|
||||
|
||||
@ -1,4 +1,7 @@
|
||||
---
|
||||
shield: true
|
||||
shield.parade: "+3"
|
||||
item: true
|
||||
item.cost: "11"
|
||||
item.slots: 3
|
||||
---
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user