diff options
| author | Supremist <sergkarv@gmail.com> | 2025-10-28 22:40:53 +0200 |
|---|---|---|
| committer | Supremist <sergkarv@gmail.com> | 2025-10-28 22:40:53 +0200 |
| commit | 09c4ea324a1f3288e4f85d0d9f12220dc4b187fc (patch) | |
| tree | d067354bf61e7a2a90346c3fe82f403efd3606b2 /leveling/fundamental_runes.json | |
| parent | 0cc1078b97891cab00f724e6b2a1a8287b293d3d (diff) | |
| download | pf2e_calc-09c4ea324a1f3288e4f85d0d9f12220dc4b187fc.tar.xz pf2e_calc-09c4ea324a1f3288e4f85d0d9f12220dc4b187fc.zip | |
Add simple items classes
Diffstat (limited to 'leveling/fundamental_runes.json')
| -rw-r--r-- | leveling/fundamental_runes.json | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/leveling/fundamental_runes.json b/leveling/fundamental_runes.json index a1cbef6..7816045 100644 --- a/leveling/fundamental_runes.json +++ b/leveling/fundamental_runes.json @@ -1,11 +1,14 @@ { "2" : {"weapon potency": 1}, - "4" : {"striking": 2}, + "4" : {"striking": 1}, "5" : {"armor potency": 1}, + "8" : {"resilient": 1}, "10": {"weapon potency": 2}, "11": {"armor potency": 2}, - "12": {"striking": 3}, + "12": {"striking": 2}, + "14": {"resilient": 2}, "16": {"weapon potency": 3}, "18": {"armor potency": 3}, - "19": {"striking": 4} + "19": {"striking": 3}, + "20": {"resilient": 3} } |
