From e2c54d211a1f53a1c5a9251fb24f02a387888ef5 Mon Sep 17 00:00:00 2001 From: FreezePhoenix <24441367+FreezePhoenix@users.noreply.github.com> Date: Thu, 14 Mar 2024 19:11:50 -0400 Subject: [PATCH] Fix Spear of the Dead scaling This makes it so that the Spear of the Dead also gains pierce with each level, just like the normal Spear. --- design/items.py | 1 + 1 file changed, 1 insertion(+) diff --git a/design/items.py b/design/items.py index d7c91a55..71c991a4 100644 --- a/design/items.py +++ b/design/items.py @@ -3073,6 +3073,7 @@ "apiercing":12, "damage_type":"physical", "upgrade":{ + "apiercing":5, }, "name":"Spear of the Dead", "explanation":"A deadly weapon",