summaryrefslogtreecommitdiff
path: root/leveling/rogue.json
diff options
context:
space:
mode:
authorSupremist <sergkarv@gmail.com>2025-10-28 17:24:24 +0200
committerSupremist <sergkarv@gmail.com>2025-10-28 17:24:24 +0200
commit0cc1078b97891cab00f724e6b2a1a8287b293d3d (patch)
tree79d1712567bbd6b0e34cacb5ae388d5d7163cc01 /leveling/rogue.json
parenta792c35f6ee3b37ecb6fe1692f81574509728cae (diff)
downloadpf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.tar.xz
pf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.zip
Add character leveling calculations
Diffstat (limited to 'leveling/rogue.json')
-rw-r--r--leveling/rogue.json18
1 files changed, 18 insertions, 0 deletions
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}
+}