Exp note
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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
|
||||||
|
---
|
||||||
Vendored
+5
-4
@@ -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",
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|
||||||
Reference in New Issue
Block a user