Update Magic Page and PDF Generation
This commit is contained in:
parent
f6c3100ddc
commit
67f53b5a71
2
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
2
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": "Ranged"
|
"viewName": "Magicitems"
|
||||||
},
|
},
|
||||||
"icon": "lucide-table",
|
"icon": "lucide-table",
|
||||||
"title": "Items"
|
"title": "Items"
|
||||||
|
|||||||
@ -4287,6 +4287,10 @@
|
|||||||
<Level>2</Level>
|
<Level>2</Level>
|
||||||
<Text>"Magische Gegenstände"</Text>
|
<Text>"Magische Gegenstände"</Text>
|
||||||
</Header>
|
</Header>
|
||||||
|
<Header>
|
||||||
|
<Level>3</Level>
|
||||||
|
<Text>"Besitz"</Text>
|
||||||
|
</Header>
|
||||||
<ListDisplay>
|
<ListDisplay>
|
||||||
<List>[data.character.magic.magicitems]</List>
|
<List>[data.character.magic.magicitems]</List>
|
||||||
<Columns>
|
<Columns>
|
||||||
@ -4302,19 +4306,23 @@
|
|||||||
<Name>"Mod"</Name>
|
<Name>"Mod"</Name>
|
||||||
<Value>[value]</Value>
|
<Value>[value]</Value>
|
||||||
</NameValueDisplay>
|
</NameValueDisplay>
|
||||||
<NameValueDisplay>
|
|
||||||
<Name>"Slots"</Name>
|
|
||||||
<Value>[slots]</Value>
|
|
||||||
</NameValueDisplay>
|
|
||||||
<NameValueDisplay>
|
<NameValueDisplay>
|
||||||
<Name>"Kosten"</Name>
|
<Name>"Kosten"</Name>
|
||||||
<Value>[cost]</Value>
|
<Value>[cost]</Value>
|
||||||
</NameValueDisplay>
|
</NameValueDisplay>
|
||||||
|
<NameValueDisplay>
|
||||||
|
<Name>"Slots"</Name>
|
||||||
|
<Value>[slots]</Value>
|
||||||
|
</NameValueDisplay>
|
||||||
</Columns>
|
</Columns>
|
||||||
<Budget>[data.character.control.coins]</Budget>
|
<Budget>[data.character.control.coins]</Budget>
|
||||||
<Cost>[cost]</Cost>
|
<Cost>[cost]</Cost>
|
||||||
<AllowRemove>true</AllowRemove>
|
<AllowRemove>true</AllowRemove>
|
||||||
</ListDisplay>
|
</ListDisplay>
|
||||||
|
<Header>
|
||||||
|
<Level>3</Level>
|
||||||
|
<Text>"Auswahl"</Text>
|
||||||
|
</Header>
|
||||||
<BaseToListPicker>
|
<BaseToListPicker>
|
||||||
<List>[data.character.magic.magicitems]</List>
|
<List>[data.character.magic.magicitems]</List>
|
||||||
<PropertyOutputs>
|
<PropertyOutputs>
|
||||||
@ -4348,6 +4356,10 @@
|
|||||||
<Name>"Name"</Name>
|
<Name>"Name"</Name>
|
||||||
<Value>[file.name]</Value>
|
<Value>[file.name]</Value>
|
||||||
</NameValueDisplay>
|
</NameValueDisplay>
|
||||||
|
<NameValueDisplay>
|
||||||
|
<Name>"Quelle"</Name>
|
||||||
|
<Value>[magicitem.source]</Value>
|
||||||
|
</NameValueDisplay>
|
||||||
<NameValueDisplay>
|
<NameValueDisplay>
|
||||||
<Name>"Mod"</Name>
|
<Name>"Mod"</Name>
|
||||||
<Value>[magicitem.value]</Value>
|
<Value>[magicitem.value]</Value>
|
||||||
@ -4514,6 +4526,10 @@
|
|||||||
<Level>2</Level>
|
<Level>2</Level>
|
||||||
<Text>"Nahkampfwaffen"</Text>
|
<Text>"Nahkampfwaffen"</Text>
|
||||||
</Header>
|
</Header>
|
||||||
|
<Header>
|
||||||
|
<Level>3</Level>
|
||||||
|
<Text>"Besitz"</Text>
|
||||||
|
</Header>
|
||||||
<ListDisplay>
|
<ListDisplay>
|
||||||
<List>[data.character.items.melee]</List>
|
<List>[data.character.items.melee]</List>
|
||||||
<Columns>
|
<Columns>
|
||||||
@ -4596,6 +4612,10 @@
|
|||||||
</Button>
|
</Button>
|
||||||
</Buttons>
|
</Buttons>
|
||||||
</ListDisplay>
|
</ListDisplay>
|
||||||
|
<Header>
|
||||||
|
<Level>3</Level>
|
||||||
|
<Text>"Auswahl"</Text>
|
||||||
|
</Header>
|
||||||
<BaseToListPicker>
|
<BaseToListPicker>
|
||||||
<List>[data.character.items.melee]</List>
|
<List>[data.character.items.melee]</List>
|
||||||
<PropertyOutputs>
|
<PropertyOutputs>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user