Update character PDF and workspace: add slots attribute, refine table layouts, and adjust workspace configuration
This commit is contained in:
parent
de53d751c4
commit
208f2987c2
20
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
20
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -4,21 +4,17 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "e73751d8cb038856",
|
"id": "a0c7b83c6b065d06",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "8b8db8934e706fc6",
|
"id": "4f3318fce357f3e3",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"file": "wiki/weapons/Sword.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Sword"
|
"title": "New tab"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@ -183,12 +179,12 @@
|
|||||||
"bases:Create new base": false
|
"bases:Create new base": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "8b8db8934e706fc6",
|
"active": "4f3318fce357f3e3",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"wiki/weapons/Spear.md",
|
|
||||||
"wiki/weapons/Items.base",
|
|
||||||
"wiki/weapons/Axt.md",
|
"wiki/weapons/Axt.md",
|
||||||
|
"wiki/weapons/Items.base",
|
||||||
"wiki/weapons/Sword.md",
|
"wiki/weapons/Sword.md",
|
||||||
|
"wiki/weapons/Spear.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",
|
||||||
|
|||||||
@ -7,6 +7,7 @@ views:
|
|||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- item.cost
|
- item.cost
|
||||||
|
- item.slots
|
||||||
- type: table
|
- type: table
|
||||||
name: Weapons
|
name: Weapons
|
||||||
filters:
|
filters:
|
||||||
@ -16,6 +17,9 @@ views:
|
|||||||
- file.name
|
- file.name
|
||||||
- item.cost
|
- item.cost
|
||||||
- weapon.damage
|
- weapon.damage
|
||||||
|
- weapon.at
|
||||||
|
- weapon.pa
|
||||||
|
- weapon.technique
|
||||||
- type: table
|
- type: table
|
||||||
name: Items
|
name: Items
|
||||||
filters:
|
filters:
|
||||||
@ -24,3 +28,4 @@ views:
|
|||||||
order:
|
order:
|
||||||
- file.name
|
- file.name
|
||||||
- item.cost
|
- item.cost
|
||||||
|
- item.slots
|
||||||
|
|||||||
@ -194,6 +194,7 @@
|
|||||||
<String Name="fighttechnique"/>
|
<String Name="fighttechnique"/>
|
||||||
<String Name="at"/>
|
<String Name="at"/>
|
||||||
<String Name="pa"/>
|
<String Name="pa"/>
|
||||||
|
<Int Name="slots"/>
|
||||||
</Variables>
|
</Variables>
|
||||||
</List>
|
</List>
|
||||||
</Variables>
|
</Variables>
|
||||||
|
|||||||
@ -3930,7 +3930,7 @@
|
|||||||
</TableLayout>
|
</TableLayout>
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
<TableLayout>
|
<TableLayout Styles="TableChildren;">
|
||||||
<Columns>
|
<Columns>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>20</Width>
|
<Width>20</Width>
|
||||||
@ -3949,11 +3949,15 @@
|
|||||||
<Percent>true</Percent>
|
<Percent>true</Percent>
|
||||||
</Column>
|
</Column>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>15</Width>
|
<Width>10</Width>
|
||||||
<Percent>true</Percent>
|
<Percent>true</Percent>
|
||||||
</Column>
|
</Column>
|
||||||
<Column>
|
<Column>
|
||||||
<Width>15</Width>
|
<Width>10</Width>
|
||||||
|
<Percent>true</Percent>
|
||||||
|
</Column>
|
||||||
|
<Column>
|
||||||
|
<Width>10</Width>
|
||||||
<Percent>true</Percent>
|
<Percent>true</Percent>
|
||||||
</Column>
|
</Column>
|
||||||
<Column>
|
<Column>
|
||||||
@ -3981,6 +3985,9 @@
|
|||||||
<Label Styles="TalentTableHeader">
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"PA"</Text>
|
<Text>"PA"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Label Styles="TalentTableHeader">
|
||||||
|
<Text>"Slots"</Text>
|
||||||
|
</Label>
|
||||||
<Label Styles="TalentTableHeader">
|
<Label Styles="TalentTableHeader">
|
||||||
<Text>"Preis"</Text>
|
<Text>"Preis"</Text>
|
||||||
</Label>
|
</Label>
|
||||||
@ -4006,12 +4013,90 @@
|
|||||||
<Label>
|
<Label>
|
||||||
<Text>[pa]</Text>
|
<Text>[pa]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>[slots]</Text>
|
||||||
|
</Label>
|
||||||
<Label>
|
<Label>
|
||||||
<Text>[cost]</Text>
|
<Text>[cost]</Text>
|
||||||
</Label>
|
</Label>
|
||||||
</Content>
|
</Content>
|
||||||
</Foreach>
|
</Foreach>
|
||||||
|
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
<Label>
|
||||||
|
<Text>""</Text>
|
||||||
|
</Label>
|
||||||
|
|
||||||
</Content>
|
</Content>
|
||||||
</TableLayout>
|
</TableLayout>
|
||||||
</Content>
|
</Content>
|
||||||
|
|||||||
@ -4330,6 +4330,10 @@
|
|||||||
<Property>[weapon.pa]</Property>
|
<Property>[weapon.pa]</Property>
|
||||||
<Output>[pa]</Output>
|
<Output>[pa]</Output>
|
||||||
</PropertyOutput>
|
</PropertyOutput>
|
||||||
|
<PropertyOutput>
|
||||||
|
<Property>[item.slots]</Property>
|
||||||
|
<Output>[slots]</Output>
|
||||||
|
</PropertyOutput>
|
||||||
</PropertyOutputs>
|
</PropertyOutputs>
|
||||||
<Columns>
|
<Columns>
|
||||||
<NameValueDisplay>
|
<NameValueDisplay>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user