summaryrefslogtreecommitdiff
path: root/leveling
diff options
context:
space:
mode:
authorSupremist <sergkarv@gmail.com>2025-10-28 22:40:53 +0200
committerSupremist <sergkarv@gmail.com>2025-10-28 22:40:53 +0200
commit09c4ea324a1f3288e4f85d0d9f12220dc4b187fc (patch)
treed067354bf61e7a2a90346c3fe82f403efd3606b2 /leveling
parent0cc1078b97891cab00f724e6b2a1a8287b293d3d (diff)
downloadpf2e_calc-09c4ea324a1f3288e4f85d0d9f12220dc4b187fc.tar.xz
pf2e_calc-09c4ea324a1f3288e4f85d0d9f12220dc4b187fc.zip
Add simple items classes
Diffstat (limited to 'leveling')
-rw-r--r--leveling/fundamental_runes.json9
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}
}