summaryrefslogtreecommitdiff
path: root/leveling
diff options
context:
space:
mode:
Diffstat (limited to 'leveling')
-rw-r--r--leveling/fundamental_runes.json11
-rw-r--r--leveling/rogue.json18
2 files changed, 29 insertions, 0 deletions
diff --git a/leveling/fundamental_runes.json b/leveling/fundamental_runes.json
new file mode 100644
index 0000000..a1cbef6
--- /dev/null
+++ b/leveling/fundamental_runes.json
@@ -0,0 +1,11 @@
+{
+ "2" : {"weapon potency": 1},
+ "4" : {"striking": 2},
+ "5" : {"armor potency": 1},
+ "10": {"weapon potency": 2},
+ "11": {"armor potency": 2},
+ "12": {"striking": 3},
+ "16": {"weapon potency": 3},
+ "18": {"armor potency": 3},
+ "19": {"striking": 4}
+}
diff --git a/leveling/rogue.json b/leveling/rogue.json
new file mode 100644
index 0000000..e368f8a
--- /dev/null
+++ b/leveling/rogue.json
@@ -0,0 +1,18 @@
+{
+ "1": {
+ "rogue's racket": true, "surprise attack": true, "sneak attack": "1d6",
+ "unarmed": 2, "simple": 2, "martial":2,
+ "unarmored": 2, "light": 2,
+ "fortitude": 2, "reflex": 4, "will": 4, "perception": 4, "classDC": 2
+},
+ "3": {"deny advantage": true},
+ "5": {"sneak attack": "2d6", "unarmed":4, "simple": 4, "martial": 4, "critical specialization": "off-guard"},
+ "7": {"reflex": 6, "perception": 6, "weapon specialization": 1},
+ "9": {"fortitude": 6, "debilitating strike": 1},
+ "11": {"classDC": 4, "sneak attack": "3d6"},
+ "13": {"reflex": 8, "perception": 8, "unarmored": 4, "light": 4, "unarmed": 6, "simple": 6, "martial": 6},
+ "15": {"weapon specialization": 2, "debilitating strike": 2},
+ "17": {"will": 6},
+ "19": {"unarmored": 6, "light": 6},
+ "20": {"master strike": true}
+}