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