From 09c4ea324a1f3288e4f85d0d9f12220dc4b187fc Mon Sep 17 00:00:00 2001 From: Supremist Date: Tue, 28 Oct 2025 22:40:53 +0200 Subject: Add simple items classes --- leveling/fundamental_runes.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'leveling') 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} } -- cgit v1.2.3