diff options
| author | Supremist <sergkarv@gmail.com> | 2025-10-28 17:24:24 +0200 |
|---|---|---|
| committer | Supremist <sergkarv@gmail.com> | 2025-10-28 17:24:24 +0200 |
| commit | 0cc1078b97891cab00f724e6b2a1a8287b293d3d (patch) | |
| tree | 79d1712567bbd6b0e34cacb5ae388d5d7163cc01 /leveling | |
| parent | a792c35f6ee3b37ecb6fe1692f81574509728cae (diff) | |
| download | pf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.tar.xz pf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.zip | |
Add character leveling calculations
Diffstat (limited to 'leveling')
| -rw-r--r-- | leveling/fundamental_runes.json | 11 | ||||
| -rw-r--r-- | leveling/rogue.json | 18 |
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} +} |
