From 0cc1078b97891cab00f724e6b2a1a8287b293d3d Mon Sep 17 00:00:00 2001 From: Supremist Date: Tue, 28 Oct 2025 17:24:24 +0200 Subject: Add character leveling calculations --- leveling/fundamental_runes.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 leveling/fundamental_runes.json (limited to 'leveling/fundamental_runes.json') 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} +} -- cgit v1.2.3