diff --git a/utils/skypy/constants.py b/utils/skypy/constants.py index 517a7fa..f1f8212 100644 --- a/utils/skypy/constants.py +++ b/utils/skypy/constants.py @@ -116,7 +116,7 @@ 'farming' : "🌾", 'mining' : "⛏️", 'combat' : "⚔️", 'foraging' : "🌳", 'fishing' : "🎣", 'enchanting' : "📖", 'alchemy' : "⚗️", 'taming' : "🐇", 'carpentry' : "🪑", 'runecrafting' : "☯️" } -slayers = ['zombie', 'spider', 'wolf'] +slayers = ['zombie', 'spider', 'wolf', 'enderman'] slayer_rewards = { 'zombie': (('health', 2), ('health', 2), ('health', 3), ('health', 3), ('health', 4), ('health', 4), @@ -124,13 +124,16 @@ 'spider': (('crit damage', 1), ('crit damage', 1), ('crit damage', 1), ('crit damage', 1), ('crit damage', 2), ('crit damage', 2), ('crit chance', 1), ('crit damage', 3), ('crit damage', 3)), 'wolf': (('speed', 1), ('health', 2), ('speed', 1), ('health', 2), ('crit damage', 1), ('health', 3), - ('crit damage', 2), ('speed', 1), ('health', 5)) + ('crit damage', 2), ('speed', 1), ('health', 5)), + 'enderman': (('health', 1), ('intelligence', 1), ('health', 2), ('intelligence', 2), ('health', 3), ('intelligence', 3), + ('health', 4), ('intelligence', 4), ('health', 5)) } slayer_level_requirements = { 'zombie': [5, 15, 200, 1000, 5000, 20000, 100000, 400000, 1000000], 'spider': [5, 15, 200, 1000, 5000, 20000, 100000, 400000, 1000000], 'wolf': [5, 15, 200, 1500, 5000, 20000, 100000, 400000, 1000000] + 'enderman': [10, 30, 250, 1500, 5000, 20000, 100000, 400000, 1000000] } base_stats = {