This commit is contained in:
2026-06-12 20:44:50 -04:00
parent 3064703b7c
commit 800146768e
5 changed files with 29 additions and 4 deletions
+9
View File
@@ -222,6 +222,10 @@
"slug": "injury-cards", "slug": "injury-cards",
"title": "Injury Cards" "title": "Injury Cards"
}, },
{
"slug": "level-up",
"title": "Level Up"
},
{ {
"slug": "losing-the-game", "slug": "losing-the-game",
"title": "Losing the Game" "title": "Losing the Game"
@@ -255,6 +259,11 @@
"title": "Mountain 5", "title": "Mountain 5",
"category": "Region" "category": "Region"
}, },
{
"slug": "mountain-regions",
"title": "Mountain Regions",
"category": "Region Type"
},
{ {
"slug": "mountain", "slug": "mountain",
"title": "Mountain", "title": "Mountain",
+6
View File
@@ -0,0 +1,6 @@
Spend exp up to current amount in a stat + 1 to get an extra stat in it.
Spend 4 exp to go veteran (probably)
Can store a max of 4 exp.
@@ -0,0 +1,3 @@
---
category: Region Type
---
+5 -4
View File
@@ -13,12 +13,12 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "Notes/Mountain Regions.md", "file": "Notes/Level Up.md",
"mode": "source", "mode": "source",
"source": false "source": false
}, },
"icon": "lucide-file", "icon": "lucide-file",
"title": "Mountain Regions" "title": "Level Up"
} }
} }
] ]
@@ -183,10 +183,11 @@
"bases:Create new base": false "bases:Create new base": false
} }
}, },
"active": "e8ba8e9287dfab25", "active": "a4348c23136fecb0",
"lastOpenFiles": [ "lastOpenFiles": [
"Tasks/Add Crisis Logic.md",
"Notes/Mountain Regions.md", "Notes/Mountain Regions.md",
"Notes/Level Up.md",
"Tasks/Add Crisis Logic.md",
"Overview.md", "Overview.md",
"Tasks/Sub out all the starter Event Cards.md", "Tasks/Sub out all the starter Event Cards.md",
"Tasks/Stub out all the starter Terrain Cards.md", "Tasks/Stub out all the starter Terrain Cards.md",
+6
View File
@@ -0,0 +1,6 @@
Spend exp up to current amount in a stat + 1 to get an extra stat in it.
Spend 4 exp to go veteran (probably)
Can store a max of 4 exp.