From b8d00599721cd30fd5c3653ab99397133da6ba3a Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 17 Jan 2021 14:39:31 -0500 Subject: Added a few more items and included forge recipes in lore until moul adds official support for forge recipies. --- constants/fairy_souls.json | 1 + constants/petnums.json | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) (limited to 'constants') diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index affab3c4..da9b9fe5 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -1,4 +1,5 @@ { + "Max Souls":219, "HUB":[ "138,66,129", "169,60,129", diff --git a/constants/petnums.json b/constants/petnums.json index 34e72a77..03a45da5 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4363,6 +4363,24 @@ } }, "MITHRIL_GOLEM":{ + "COMMON":{ + "1":{ + "otherNums":[ + 0.5 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 50 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, "EPIC":{ "1":{ "otherNums":[ -- cgit