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/fundamental_runes.json | |
| parent | a792c35f6ee3b37ecb6fe1692f81574509728cae (diff) | |
| download | pf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.tar.xz pf2e_calc-0cc1078b97891cab00f724e6b2a1a8287b293d3d.zip | |
Add character leveling calculations
Diffstat (limited to 'leveling/fundamental_runes.json')
| -rw-r--r-- | leveling/fundamental_runes.json | 11 |
1 files changed, 11 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} +} |
