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