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",
|
||||
"children": [
|
||||
{
|
||||
"id": "95f5e2052b6ee10a",
|
||||
"id": "b1b3caf9b80cfcb4",
|
||||
"type": "tabs",
|
||||
"children": [
|
||||
{
|
||||
"id": "4644219fe81a7884",
|
||||
"id": "97e3f7a3f9ad49e0",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "wiki/weapons/Axt.md",
|
||||
"mode": "source",
|
||||
"source": false
|
||||
},
|
||||
"type": "empty",
|
||||
"state": {},
|
||||
"icon": "lucide-file",
|
||||
"title": "Axt"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "9a1e9afb1217e69d",
|
||||
"type": "leaf",
|
||||
"state": {
|
||||
"type": "bases",
|
||||
"state": {
|
||||
"file": "wiki/weapons/Items.base",
|
||||
"viewName": "Weapons"
|
||||
},
|
||||
"icon": "lucide-table",
|
||||
"title": "Items"
|
||||
"title": "New tab"
|
||||
}
|
||||
}
|
||||
],
|
||||
"currentTab": 1
|
||||
]
|
||||
}
|
||||
],
|
||||
"direction": "vertical"
|
||||
@ -197,11 +179,12 @@
|
||||
"bases:Create new base": false
|
||||
}
|
||||
},
|
||||
"active": "9a1e9afb1217e69d",
|
||||
"active": "97e3f7a3f9ad49e0",
|
||||
"lastOpenFiles": [
|
||||
"wiki/weapons/Axt.md",
|
||||
"wiki/weapons/Schwert.md",
|
||||
"wiki/weapons/Spear.md",
|
||||
"wiki/weapons/Items.base",
|
||||
"wiki/weapons/Sword.md",
|
||||
"wiki/weapons/Axt.md",
|
||||
"wiki/first subfolder/secondSub/Some Testnote.md",
|
||||
"wiki/twomain/A Pdf.pdf",
|
||||
"wiki/Test123.md",
|
||||
|
||||
@ -30,7 +30,7 @@ void main(string[] _args)
|
||||
2. Numbered
|
||||
3. List
|
||||
|
||||
- [ ] A Task
|
||||
- [X] A Task
|
||||
- [ ] List
|
||||
|
||||
# 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.cost: 1500
|
||||
---
|
||||
# Schwertjo
|
||||
# Sword
|
||||
Forged by a smith, this piece of metal is making you bleed.
|
||||
@ -13,7 +13,7 @@
|
||||
<Page Name="start">
|
||||
<Content>
|
||||
<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>
|
||||
<Rule>[rule.createcharacter]</Rule>
|
||||
</Create>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user