Improving different places
This commit is contained in:
parent
5a72722aea
commit
753ff3bf6f
37
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
37
WorldDawnSimpleTest/.obsidian/workspace.json
vendored
@ -4,38 +4,20 @@
|
|||||||
"type": "split",
|
"type": "split",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "95f5e2052b6ee10a",
|
"id": "b1b3caf9b80cfcb4",
|
||||||
"type": "tabs",
|
"type": "tabs",
|
||||||
"children": [
|
"children": [
|
||||||
{
|
{
|
||||||
"id": "4644219fe81a7884",
|
"id": "97e3f7a3f9ad49e0",
|
||||||
"type": "leaf",
|
"type": "leaf",
|
||||||
"state": {
|
"state": {
|
||||||
"type": "markdown",
|
"type": "empty",
|
||||||
"state": {
|
"state": {},
|
||||||
"file": "wiki/weapons/Axt.md",
|
|
||||||
"mode": "source",
|
|
||||||
"source": false
|
|
||||||
},
|
|
||||||
"icon": "lucide-file",
|
"icon": "lucide-file",
|
||||||
"title": "Axt"
|
"title": "New tab"
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"id": "9a1e9afb1217e69d",
|
|
||||||
"type": "leaf",
|
|
||||||
"state": {
|
|
||||||
"type": "bases",
|
|
||||||
"state": {
|
|
||||||
"file": "wiki/weapons/Items.base",
|
|
||||||
"viewName": "Weapons"
|
|
||||||
},
|
|
||||||
"icon": "lucide-table",
|
|
||||||
"title": "Items"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
]
|
||||||
"currentTab": 1
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"direction": "vertical"
|
"direction": "vertical"
|
||||||
@ -197,11 +179,12 @@
|
|||||||
"bases:Create new base": false
|
"bases:Create new base": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"active": "9a1e9afb1217e69d",
|
"active": "97e3f7a3f9ad49e0",
|
||||||
"lastOpenFiles": [
|
"lastOpenFiles": [
|
||||||
"wiki/weapons/Axt.md",
|
"wiki/weapons/Spear.md",
|
||||||
"wiki/weapons/Schwert.md",
|
|
||||||
"wiki/weapons/Items.base",
|
"wiki/weapons/Items.base",
|
||||||
|
"wiki/weapons/Sword.md",
|
||||||
|
"wiki/weapons/Axt.md",
|
||||||
"wiki/first subfolder/secondSub/Some Testnote.md",
|
"wiki/first subfolder/secondSub/Some Testnote.md",
|
||||||
"wiki/twomain/A Pdf.pdf",
|
"wiki/twomain/A Pdf.pdf",
|
||||||
"wiki/Test123.md",
|
"wiki/Test123.md",
|
||||||
|
|||||||
@ -30,7 +30,7 @@ void main(string[] _args)
|
|||||||
2. Numbered
|
2. Numbered
|
||||||
3. List
|
3. List
|
||||||
|
|
||||||
- [ ] A Task
|
- [X] A Task
|
||||||
- [ ] List
|
- [ ] List
|
||||||
|
|
||||||
# Header1
|
# Header1
|
||||||
|
|||||||
7
WorldDawnSimpleTest/wiki/weapons/Spear.md
Normal file
7
WorldDawnSimpleTest/wiki/weapons/Spear.md
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
---
|
||||||
|
data.weapon: true
|
||||||
|
data.weapon.cost: 800
|
||||||
|
data.weapon.damage: 1W6 + 1
|
||||||
|
---
|
||||||
|
# Spear
|
||||||
|
The Spear is a long stick with a pointy end.
|
||||||
@ -3,4 +3,5 @@ data.weapon: true
|
|||||||
data.weapon.damage: 1W6 + 2
|
data.weapon.damage: 1W6 + 2
|
||||||
data.weapon.cost: 1500
|
data.weapon.cost: 1500
|
||||||
---
|
---
|
||||||
# Schwertjo
|
# Sword
|
||||||
|
Forged by a smith, this piece of metal is making you bleed.
|
||||||
@ -13,7 +13,7 @@
|
|||||||
<Page Name="start">
|
<Page Name="start">
|
||||||
<Content>
|
<Content>
|
||||||
<DataSlotLoader>
|
<DataSlotLoader>
|
||||||
<DataSlot>[data.character]</DataSlot><!-- Maybe we should change this to "data.character" or "character" and let it be thrown into the execution -->
|
<DataSlot>"character"</DataSlot>
|
||||||
<Create>
|
<Create>
|
||||||
<Rule>[rule.createcharacter]</Rule>
|
<Rule>[rule.createcharacter]</Rule>
|
||||||
</Create>
|
</Create>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user