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",
|
"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",
|
||||||
|
|||||||
@ -1,4 +1,7 @@
|
|||||||
---
|
---
|
||||||
shield: true
|
shield: true
|
||||||
shield.parade: "+3"
|
shield.parade: "+3"
|
||||||
|
item: true
|
||||||
|
item.cost: "11"
|
||||||
|
item.slots: 3
|
||||||
---
|
---
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user