Update PDF Generation
This commit is contained in:
parent
4133e0dd6b
commit
796cdd004f
6
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
6
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -14,7 +14,7 @@
|
|||||||
"type": "bases",
|
"type": "bases",
|
||||||
"state": {
|
"state": {
|
||||||
"file": "wiki/weapons/Items.base",
|
"file": "wiki/weapons/Items.base",
|
||||||
"viewName": "All"
|
"viewName": "Armor"
|
||||||
},
|
},
|
||||||
"icon": "lucide-table",
|
"icon": "lucide-table",
|
||||||
"title": "Items"
|
"title": "Items"
|
||||||
@ -198,8 +198,9 @@
|
|||||||
},
|
},
|
||||||
"active": "cbd86a1333362c95",
|
"active": "cbd86a1333362c95",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"wiki/weapons/Stahlschild.md",
|
"wiki/weapons/Sword.md",
|
||||||
"wiki/weapons/Items.base",
|
"wiki/weapons/Items.base",
|
||||||
|
"wiki/weapons/Stahlschild.md",
|
||||||
"wiki/weapons/Holzschild.md",
|
"wiki/weapons/Holzschild.md",
|
||||||
"wiki/weapons/Lederrüstung.md",
|
"wiki/weapons/Lederrüstung.md",
|
||||||
"wiki/weapons/Kettenhemd.md",
|
"wiki/weapons/Kettenhemd.md",
|
||||||
@ -208,7 +209,6 @@
|
|||||||
"wiki/weapons/Spear.md",
|
"wiki/weapons/Spear.md",
|
||||||
"adventures/Untitled.canvas",
|
"adventures/Untitled.canvas",
|
||||||
"wiki/weapons/Axt.md",
|
"wiki/weapons/Axt.md",
|
||||||
"wiki/weapons/Sword.md",
|
|
||||||
"wiki/costtables/Attribute A.md",
|
"wiki/costtables/Attribute A.md",
|
||||||
"wiki/costtables/CostTable.base",
|
"wiki/costtables/CostTable.base",
|
||||||
"wiki/races/Races.base",
|
"wiki/races/Races.base",
|
||||||
|
|||||||
@ -20,6 +20,9 @@ views:
|
|||||||
- weapon.at
|
- weapon.at
|
||||||
- weapon.pa
|
- weapon.pa
|
||||||
- weapon.technique
|
- weapon.technique
|
||||||
|
- item.slots
|
||||||
|
columnSize:
|
||||||
|
note.weapon.pa: 166
|
||||||
- type: table
|
- type: table
|
||||||
name: Items
|
name: Items
|
||||||
filters:
|
filters:
|
||||||
|
|||||||
@ -702,6 +702,7 @@
|
|||||||
</Body>
|
</Body>
|
||||||
<!--<Footer></Footer>-->
|
<!--<Footer></Footer>-->
|
||||||
</Page>
|
</Page>
|
||||||
|
<!-- Talente -->
|
||||||
<Page>
|
<Page>
|
||||||
<Header>
|
<Header>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
@ -3303,6 +3304,7 @@
|
|||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Body>
|
</Body>
|
||||||
</Page>
|
</Page>
|
||||||
|
<!-- Kampf -->
|
||||||
<Page>
|
<Page>
|
||||||
<Header>
|
<Header>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
@ -3707,7 +3709,7 @@
|
|||||||
<Text>"Maximal"</Text>
|
<Text>"Maximal"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>charlib_maxhp()</Text>
|
<Text>Trunacte(charlib_maxhp())</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label Styles="HLeft">
|
<Label Styles="HLeft">
|
||||||
@ -3715,7 +3717,7 @@
|
|||||||
(+1 Schmerz)"</Text>
|
(+1 Schmerz)"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>charlib_maxhp() / 2</Text>
|
<Text>Truncate(charlib_maxhp() / 2)</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label Styles="HLeft">
|
<Label Styles="HLeft">
|
||||||
@ -3723,7 +3725,7 @@
|
|||||||
(+1 Schmerz)"</Text>
|
(+1 Schmerz)"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>charlib_maxhp() / 4</Text>
|
<Text>Truncate(charlib_maxhp() / 4)</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
||||||
<Label Styles="HLeft">
|
<Label Styles="HLeft">
|
||||||
@ -4527,6 +4529,7 @@
|
|||||||
</ColumnLayout>
|
</ColumnLayout>
|
||||||
</Body>
|
</Body>
|
||||||
</Page>
|
</Page>
|
||||||
|
<!-- Ausrüstung -->
|
||||||
<Page>
|
<Page>
|
||||||
<Header>
|
<Header>
|
||||||
<RowLayout>
|
<RowLayout>
|
||||||
@ -4559,7 +4562,7 @@
|
|||||||
<Content>
|
<Content>
|
||||||
|
|
||||||
<!-- Money -->
|
<!-- Money -->
|
||||||
<Label Styles="ItemCatHeader">
|
<Label Styles="InventoryHeader">
|
||||||
<Text>"Geld"</Text>
|
<Text>"Geld"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
<TableLayout Styles="TableChildren;GapChildren">
|
<TableLayout Styles="TableChildren;GapChildren">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user