diff options
Diffstat (limited to 'leveling')
| -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} } |
