ParameterConfigs
This commit is contained in:
parent
60ce98e215
commit
66157cc146
8
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
8
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -13,12 +13,12 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "wiki/weapons/Schwert.md",
|
||||
"file": "wiki/weapons/Axt.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Schwert"
|
||||
"title": "Axt"
|
||||
}
|
||||
},
|
||||
{
|
||||
@ -28,7 +28,7 @@
|
||||
"type": "bases",
|
||||
"state": {
|
||||
"file": "wiki/weapons/Items.base",
|
||||
"viewName": "Tools"
|
||||
"viewName": "Weapons"
|
||||
},
|
||||
"icon": "lucide-table",
|
||||
"title": "Items"
|
||||
@ -200,6 +200,7 @@
|
||||
"active": "9a1e9afb1217e69d",
|
||||
"lastOpenFiles": [
|
||||
"wiki/weapons/Axt.md",
|
||||
"wiki/weapons/Schwert.md",
|
||||
"wiki/weapons/Items.base",
|
||||
"wiki/first subfolder/secondSub/Some Testnote.md",
|
||||
"wiki/twomain/A Pdf.pdf",
|
||||
@ -207,7 +208,6 @@
|
||||
"wiki/Authbased.md",
|
||||
"wiki/weapons/Untitled.base",
|
||||
"Untitled.md",
|
||||
"wiki/weapons/Schwert.md",
|
||||
"wiki/weapons",
|
||||
"wiki/twomain/Hallo Welt.md",
|
||||
"wiki/twomain/Zweiter Hallo Welt.md",
|
||||
|
||||
@ -5,3 +5,4 @@ data.weapon.cost: 800
|
||||
data.tool: true
|
||||
data.tool.task: Woodcutting
|
||||
---
|
||||
# Axtno
|
||||
@ -21,6 +21,8 @@ views:
|
||||
direction: ASC
|
||||
- property: data.waffe.damage
|
||||
direction: DESC
|
||||
columnSize:
|
||||
note.data.weapon.damage: 190
|
||||
- type: table
|
||||
name: Tools
|
||||
filters:
|
||||
|
||||
@ -3,3 +3,4 @@ data.weapon: true
|
||||
data.weapon.damage: 1W6 + 2
|
||||
data.weapon.cost: 1500
|
||||
---
|
||||
# Schwertjo
|
||||
@ -26,4 +26,16 @@
|
||||
</MarkdownArea>
|
||||
</MarkdownAreas>
|
||||
</MarkdownConfig>
|
||||
<BaseConfig>
|
||||
<ParameterConfigs>
|
||||
<ParameterConfig>
|
||||
<Name>data.weapon.damage</Name>
|
||||
<Display>Damage</Display>
|
||||
</ParameterConfig>
|
||||
<ParameterConfig>
|
||||
<Name>data.weapon.cost</Name>
|
||||
<Display>Cost</Display>
|
||||
</ParameterConfig>
|
||||
</ParameterConfigs>
|
||||
</BaseConfig>
|
||||
</MainConfig>
|
||||
Loading…
Reference in New Issue
Block a user