mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-23 09:37:50 +01:00
Amend items.csv to support potions in all items.
This commit makes use of 3fba6e9a
which implements the ability to parse NBT in `items.csv`.
This commit is contained in:
parent
341263b934
commit
298c292ffb
@ -1,6 +1,8 @@
|
||||
package com.earth2me.essentials;
|
||||
|
||||
import com.earth2me.essentials.utils.NumberUtil;
|
||||
|
||||
import net.ess3.nms.refl.ReflUtil;
|
||||
import net.ess3.nms.updatedmeta.BasePotionDataProvider;
|
||||
import com.earth2me.essentials.utils.StringUtil;
|
||||
import net.ess3.api.IEssentials;
|
||||
@ -194,7 +196,8 @@ public class ItemDb implements IConf, net.ess3.api.IItemDb {
|
||||
throw new Exception("Can't spawn entity ID " + metaData + " from spawn eggs.");
|
||||
}
|
||||
retval = ess.getSpawnEggProvider().createEggItem(type);
|
||||
} else if (mat.name().endsWith("POTION")) {
|
||||
} else if (mat.name().endsWith("POTION")
|
||||
&& ReflUtil.getNmsVersionObject().isLowerThan(ReflUtil.V1_11_R1)) { // Only apply this to pre-1.11 as items.csv might only work in 1.11
|
||||
retval = ess.getPotionMetaProvider().createPotionItem(mat, metaData);
|
||||
} else {
|
||||
retval.setDurability(metaData);
|
||||
|
@ -7969,174 +7969,134 @@ specterarrow,439,0
|
||||
glowstonearrow,439,0
|
||||
glowingarrow,439,0
|
||||
glowarrow,439,0
|
||||
arrowregeneration,440,0
|
||||
regenerationarrow,440,0
|
||||
arrowregen,440,0
|
||||
regenarrow,440,0
|
||||
arrowswiftness,440,0
|
||||
swiftnessarrow,440,0
|
||||
arrowswift,440,0
|
||||
swiftarrow,440,0
|
||||
arrowfireresist,440,0
|
||||
fireresistarrow,440,0
|
||||
arrowfireres,440,0
|
||||
fireresarrow,440,0
|
||||
arrowhealing,440,0
|
||||
healingarrow,440,0
|
||||
arrowheal,440,0
|
||||
healarrow,440,0
|
||||
arrownightvision,440,0
|
||||
nightvisionarrow,440,0
|
||||
arrownv,440,0
|
||||
nvarrow,440,0
|
||||
arrowstrength,440,0
|
||||
strengtharrow,440,0
|
||||
arrowstr,440,0
|
||||
strarrow,440,0
|
||||
arrowleaping,440,0
|
||||
leapingarrow,440,0
|
||||
arrowleap,440,0
|
||||
leaparrow,440,0
|
||||
arrowinvisibility,440,0
|
||||
invisibilityarrow,440,0
|
||||
arrowinvis,440,0
|
||||
invisarrow,440,0
|
||||
arrowpoison,440,0
|
||||
poisonarrow,440,0
|
||||
arrowpoi,440,0
|
||||
poiarrow,440,0
|
||||
arrowweakness,440,0
|
||||
weaknessarrow,440,0
|
||||
arrowweak,440,0
|
||||
weakarrow,440,0
|
||||
arrowslowness,440,0
|
||||
slownessarrow,440,0
|
||||
arrowslow,440,0
|
||||
slowarrow,440,0
|
||||
arrowharming,440,0
|
||||
harmingarrow,440,0
|
||||
arrowharm,440,0
|
||||
harmarrow,440,0
|
||||
arrowwaterbreathing,440,0
|
||||
waterbreathingarrow,440,0
|
||||
arrowwb,440,0
|
||||
wbarrow,440,0
|
||||
arrowluck,440,0
|
||||
luckarrow,440,0
|
||||
arrowlucky,440,0
|
||||
luckyarrow,440,0
|
||||
arrowregeneration2,440,0
|
||||
regenerationarrow2,440,0
|
||||
arrowregen2,440,0
|
||||
regenarrow2,440,0
|
||||
arrowswiftness2,440,0
|
||||
swiftnessarrow2,440,0
|
||||
arrowswift2,440,0
|
||||
swiftarrow2,440,0
|
||||
arrowfireresist2,440,0
|
||||
fireresistarrow2,440,0
|
||||
arrowfireres2,440,0
|
||||
fireresarrow2,440,0
|
||||
arrowhealing2,440,0
|
||||
healingarrow2,440,0
|
||||
arrowheal2,440,0
|
||||
healarrow2,440,0
|
||||
arrownightvision2,440,0
|
||||
nightvisionarrow2,440,0
|
||||
arrownv2,440,0
|
||||
nvarrow2,440,0
|
||||
arrowstrength2,440,0
|
||||
strengtharrow2,440,0
|
||||
arrowstr,440,0
|
||||
strarrow,440,0
|
||||
arrowleaping2,440,0
|
||||
leapingarrow2,440,0
|
||||
arrowleap2,440,0
|
||||
leaparrow2,440,0
|
||||
arrowinvisibility2,440,0
|
||||
invisibilityarrow2,440,0
|
||||
arrowinvis2,440,0
|
||||
invisarrow2,440,0
|
||||
arrowpoison2,440,0
|
||||
poisonarrow2,440,0
|
||||
arrowpoi2,440,0
|
||||
poiarrow2,440,0
|
||||
arrowweakness2,440,0
|
||||
weaknessarrow2,440,0
|
||||
arrowweak2,440,0
|
||||
weakarrow2,440,0
|
||||
arrowslowness2,440,0
|
||||
slownessarrow2,440,0
|
||||
arrowslow2,440,0
|
||||
slowarrow2,440,0
|
||||
arrowharming2,440,0
|
||||
harmingarrow2,440,0
|
||||
arrowharm2,440,0
|
||||
harmarrow2,440,0
|
||||
arrowwaterbreathing2,440,0
|
||||
waterbreathingarrow2,440,0
|
||||
arrowwb2,440,0
|
||||
wbarrow2,440,0
|
||||
arrowluck2,440,0
|
||||
luckarrow2,440,0
|
||||
arrowlucky2,440,0
|
||||
luckyarrow2,440,0
|
||||
arrowregenerationii,440,0
|
||||
regenerationarrowii,440,0
|
||||
arrowregenii,440,0
|
||||
regenarrowii,440,0
|
||||
arrowswiftnessii,440,0
|
||||
swiftnessarrowii,440,0
|
||||
arrowswiftii,440,0
|
||||
swiftarrowii,440,0
|
||||
arrowfireresistii,440,0
|
||||
fireresistarrowii,440,0
|
||||
arrowfireresii,440,0
|
||||
fireresarrowii,440,0
|
||||
arrowhealingii,440,0
|
||||
healingarrowii,440,0
|
||||
arrowhealii,440,0
|
||||
healarrowii,440,0
|
||||
arrownightvisionii,440,0
|
||||
nightvisionarrowii,440,0
|
||||
arrownvii,440,0
|
||||
nvarrowii,440,0
|
||||
arrowstrengthii,440,0
|
||||
strengtharrowii,440,0
|
||||
arrowstrii,440,0
|
||||
strarrowii,440,0
|
||||
arrowleapingii,440,0
|
||||
leapingarrowii,440,0
|
||||
arrowleapii,440,0
|
||||
leaparrowii,440,0
|
||||
arrowinvisibilityii,440,0
|
||||
invisibilityarrowii,440,0
|
||||
arrowinvisii,440,0
|
||||
invisarrowii,440,0
|
||||
arrowpoisonii,440,0
|
||||
poisonarrowii,440,0
|
||||
arrowpoiii,440,0
|
||||
poiarrowii,440,0
|
||||
arrowweaknessii,440,0
|
||||
weaknessarrowii,440,0
|
||||
arrowweakii,440,0
|
||||
weakarrowii,440,0
|
||||
arrowslownessii,440,0
|
||||
slownessarrowii,440,0
|
||||
arrowslowii,440,0
|
||||
slowarrowii,440,0
|
||||
arrowharmingii,440,0
|
||||
harmingarrowii,440,0
|
||||
arrowharmii,440,0
|
||||
harmarrowii,440,0
|
||||
arrowwaterbreathingii,440,0
|
||||
waterbreathingarrowii,440,0
|
||||
arrowwbii,440,0
|
||||
wbarrowii,440,0
|
||||
arrowluckii,440,0
|
||||
luckarrowii,440,0
|
||||
arrowluckyii,440,0
|
||||
luckyarrowii,440,0
|
||||
arrowregeneration,440,0,{"Potion":"regeneration"}
|
||||
regenerationarrow,440,0,*arrowregeneration
|
||||
arrowregen,440,0,*arrowregeneration
|
||||
regenarrow,440,0,*arrowregeneration
|
||||
arrowswiftness,440,0,{"Potion":"swiftness"}
|
||||
swiftnessarrow,440,0,*arrowswiftness
|
||||
arrowswift,440,0,*arrowswiftness
|
||||
swiftarrow,440,0,*arrowswiftness
|
||||
arrowfireresist,440,0,{"Potion":"fire_resistance"}
|
||||
fireresistarrow,440,0,*arrowfireresist
|
||||
arrowfireres,440,0,*arrowfireresist
|
||||
fireresarrow,440,0,*arrowfireresist
|
||||
arrowhealing,440,0,{"Potion":"healing"}
|
||||
healingarrow,440,0,*arrowhealing
|
||||
arrowheal,440,0,*arrowhealing
|
||||
healarrow,440,0,*arrowhealing
|
||||
arrownightvision,440,0,{"Potion":"night_vision"}
|
||||
nightvisionarrow,440,0,*arrownightvision
|
||||
arrownv,440,0,*arrownightvision
|
||||
nvarrow,440,0,*arrownightvision
|
||||
arrowstrength,440,0,{"Potion":"strength"}
|
||||
strengtharrow,440,0,*arrowstrength
|
||||
arrowstr,440,0,*arrowstrength
|
||||
strarrow,440,0,*arrowstrength
|
||||
arrowleaping,440,0,{"Potion":"leaping"}
|
||||
leapingarrow,440,0,*arrowleaping
|
||||
arrowleap,440,0,*arrowleaping
|
||||
leaparrow,440,0,*arrowleaping
|
||||
arrowinvisibility,440,0,{"Potion":"invisibility"}
|
||||
invisibilityarrow,440,0,*arrowinvisibility
|
||||
arrowinvis,440,0,*arrowinvisibility
|
||||
invisarrow,440,0,*arrowinvisibility
|
||||
arrowpoison,440,0,{"Potion":"poison"}
|
||||
poisonarrow,440,0,*arrowpoison
|
||||
arrowpoi,440,0,*arrowpoison
|
||||
poiarrow,440,0,*arrowpoison
|
||||
arrowweakness,440,0,{"Potion":"weakness"}
|
||||
weaknessarrow,440,0,*arrowweakness
|
||||
arrowweak,440,0,*arrowweakness
|
||||
weakarrow,440,0,*arrowweakness
|
||||
arrowslowness,440,0,{"Potion":"slowness"}
|
||||
slownessarrow,440,0,*arrowslowness
|
||||
arrowslow,440,0,*arrowslowness
|
||||
slowarrow,440,0,*arrowslowness
|
||||
arrowharming,440,0,{"Potion":"harming"}
|
||||
harmingarrow,440,0,*arrowharming
|
||||
arrowharm,440,0,*arrowharming
|
||||
harmarrow,440,0,*arrowharming
|
||||
arrowwaterbreathing,440,0,{"Potion":"water_breathing"}
|
||||
waterbreathingarrow,440,0,*arrowwaterbreathing
|
||||
arrowwb,440,0,*arrowwaterbreathing
|
||||
wbarrow,440,0,*arrowwaterbreathing
|
||||
arrowluck,440,0,{"Potion":"luck"}
|
||||
luckarrow,440,0,*arrowluck
|
||||
arrowlucky,440,0,*arrowluck
|
||||
luckyarrow,440,0,*arrowluck
|
||||
arrowregeneration2,440,0,{"Potion":"long_regeneration"}
|
||||
regenerationarrow2,440,0,*arrowregeneration2
|
||||
arrowregen2,440,0,*arrowregeneration2
|
||||
regenarrow2,440,0,*arrowregeneration2
|
||||
arrowswiftness2,440,0,{"Potion":"long_swiftness"}
|
||||
swiftnessarrow2,440,0,*arrowswiftness2
|
||||
arrowswift2,440,0,*arrowswiftness2
|
||||
swiftarrow2,440,0,*arrowswiftness2
|
||||
arrowfireresist2,440,0,{"Potion":"long_fire_resistance"}
|
||||
fireresistarrow2,440,0,*arrowfireresist2
|
||||
arrowfireres2,440,0,*arrowfireresist2
|
||||
fireresarrow2,440,0,*arrowfireresist2
|
||||
arrownightvision2,440,0,{"Potion":"long_night_vision"}
|
||||
nightvisionarrow2,440,0,*arrownightvision2
|
||||
arrownv2,440,0,*arrownightvision2
|
||||
nvarrow2,440,0,*arrownightvision2
|
||||
arrowstrength2,440,0,{"Potion":"long_strength"}
|
||||
strengtharrow2,440,0,*arrowstrength2
|
||||
arrowstr,440,0,*arrowstrength2
|
||||
strarrow,440,0,*arrowstrength2
|
||||
arrowleaping2,440,0,{"Potion":"long_leaping"}
|
||||
leapingarrow2,440,0,*arrowleaping2
|
||||
arrowleap2,440,0,*arrowleaping2
|
||||
leaparrow2,440,0,*arrowleaping2
|
||||
arrowinvisibility2,440,0,{"Potion":"long_invisibility"}
|
||||
invisibilityarrow2,440,0,*arrowinvisibility2
|
||||
arrowinvis2,440,0,*arrowinvisibility2
|
||||
invisarrow2,440,0,*arrowinvisibility2
|
||||
arrowpoison2,440,0,{"Potion":"long_poison"}
|
||||
poisonarrow2,440,0,*arrowpoison2
|
||||
arrowpoi2,440,0,*arrowpoison2
|
||||
poiarrow2,440,0,*arrowpoison2
|
||||
arrowweakness2,440,0,{"Potion":"long_weakness"}
|
||||
weaknessarrow2,440,0,*arrowweakness2
|
||||
arrowweak2,440,0,*arrowweakness2
|
||||
weakarrow2,440,0,*arrowweakness2
|
||||
arrowslowness2,440,0,{"Potion":"long_slowness"}
|
||||
slownessarrow2,440,0,*arrowslowness2
|
||||
arrowslow2,440,0,*arrowslowness2
|
||||
slowarrow2,440,0,*arrowslowness2
|
||||
arrowwaterbreathing2,440,0,{"Potion":"long_water_breathing"}
|
||||
waterbreathingarrow2,440,0,*arrowwaterbreathing2
|
||||
arrowwb2,440,0,*arrowwaterbreathing2
|
||||
wbarrow2,440,0,*arrowwaterbreathing2
|
||||
arrowregenerationii,440,0,{"Potion":"strong_regeneration"}
|
||||
regenerationarrowii,440,0,*arrowregenerationii
|
||||
arrowregenii,440,0,*arrowregenerationii
|
||||
regenarrowii,440,0,*arrowregenerationii
|
||||
arrowswiftnessii,440,0,{"Potion":"strong_swiftness"}
|
||||
swiftnessarrowii,440,0,*arrowswiftnessii
|
||||
arrowswiftii,440,0,*arrowswiftnessii
|
||||
swiftarrowii,440,0,*arrowswiftnessii
|
||||
arrowhealingii,440,0,{"Potion":"strong_healing"}
|
||||
healingarrowii,440,0,*arrowhealingii
|
||||
arrowhealii,440,0,*arrowhealingii
|
||||
healarrowii,440,0,*arrowhealingii
|
||||
arrowstrengthii,440,0,{"Potion":"strong_strength"}
|
||||
strengtharrowii,440,0,*arrowstrengthii
|
||||
arrowstrii,440,0,*arrowstrengthii
|
||||
strarrowii,440,0,*arrowstrengthii
|
||||
arrowleapingii,440,0,{"Potion":"strong_leaping"}
|
||||
leapingarrowii,440,0,*arrowleapingii
|
||||
arrowleapii,440,0,*arrowleapingii
|
||||
leaparrowii,440,0,*arrowleapingii
|
||||
arrowpoisonii,440,0,{"Potion":"strong_poison"}
|
||||
poisonarrowii,440,0,*arrowpoisonii
|
||||
arrowpoiii,440,0,*arrowpoisonii
|
||||
poiarrowii,440,0,*arrowpoisonii
|
||||
arrowharmingii,440,0,{"Potion":"strong_harming"}
|
||||
harmingarrowii,440,0,*arrowharmingii
|
||||
arrowharmii,440,0,*arrowharmingii
|
||||
harmarrowii,440,0,*arrowharmingii
|
||||
lingeringpotion,441,0
|
||||
lingerpotion,441,0
|
||||
lingerpot,441,0
|
||||
@ -8146,342 +8106,262 @@ areapotion,441,0
|
||||
areapot,441,0
|
||||
cloudpotion,441,0
|
||||
cloudpot,441,0
|
||||
lingerpotregenerationii,440,0
|
||||
regenerationlingerpotii,440,0
|
||||
lingerpotregenii,440,0
|
||||
regenlingerpotii,440,0
|
||||
lingerpotswiftnessii,440,0
|
||||
swiftnesslingerpotii,440,0
|
||||
lingerpotswiftii,440,0
|
||||
swiftlingerpotii,440,0
|
||||
lingerpotfireresistii,440,0
|
||||
fireresistlingerpotii,440,0
|
||||
lingerpotfireresii,440,0
|
||||
firereslingerpotii,440,0
|
||||
lingerpothealingii,440,0
|
||||
healinglingerpotii,440,0
|
||||
lingerpothealii,440,0
|
||||
heallingerpotii,440,0
|
||||
lingerpotnightvisionii,440,0
|
||||
nightvisionlingerpotii,440,0
|
||||
lingerpotnvii,440,0
|
||||
nvlingerpotii,440,0
|
||||
lingerpotstrengthii,440,0
|
||||
strengthlingerpotii,440,0
|
||||
lingerpotstrii,440,0
|
||||
strlingerpotii,440,0
|
||||
lingerpotleapingii,440,0
|
||||
leapinglingerpotii,440,0
|
||||
lingerpotleapii,440,0
|
||||
leaplingerpotii,440,0
|
||||
lingerpotinvisibilityii,440,0
|
||||
invisibilitylingerpotii,440,0
|
||||
lingerpotinvisii,440,0
|
||||
invislingerpotii,440,0
|
||||
lingerpotpoisonii,440,0
|
||||
poisonlingerpotii,440,0
|
||||
lingerpotpoiii,440,0
|
||||
poilingerpotii,440,0
|
||||
lingerpotweaknessii,440,0
|
||||
weaknesslingerpotii,440,0
|
||||
lingerpotweakii,440,0
|
||||
weaklingerpotii,440,0
|
||||
lingerpotslownessii,440,0
|
||||
slownesslingerpotii,440,0
|
||||
lingerpotslowii,440,0
|
||||
slowlingerpotii,440,0
|
||||
lingerpotharmingii,440,0
|
||||
harminglingerpotii,440,0
|
||||
lingerpotharmii,440,0
|
||||
harmlingerpotii,440,0
|
||||
lingerpotwaterbreathingii,440,0
|
||||
waterbreathinglingerpotii,440,0
|
||||
lingerpotwbii,440,0
|
||||
wblingerpotii,440,0
|
||||
lingerpotluckii,440,0
|
||||
lucklingerpotii,440,0
|
||||
lingerpotluckyii,440,0
|
||||
luckylingerpotii,440,0
|
||||
lingerpotregeneration2,440,0
|
||||
regenerationlingerpot2,440,0
|
||||
lingerpotregen2,440,0
|
||||
regenlingerpot2,440,0
|
||||
lingerpotswiftness2,440,0
|
||||
swiftnesslingerpot2,440,0
|
||||
lingerpotswift2,440,0
|
||||
swiftlingerpot2,440,0
|
||||
lingerpotfireresist2,440,0
|
||||
fireresistlingerpot2,440,0
|
||||
lingerpotfireres2,440,0
|
||||
firereslingerpot2,440,0
|
||||
lingerpothealing2,440,0
|
||||
healinglingerpot2,440,0
|
||||
lingerpotheal2,440,0
|
||||
heallingerpot2,440,0
|
||||
lingerpotnightvision2,440,0
|
||||
nightvisionlingerpot2,440,0
|
||||
lingerpotnv2,440,0
|
||||
nvlingerpot2,440,0
|
||||
lingerpotstrength2,440,0
|
||||
strengthlingerpot2,440,0
|
||||
lingerpotstr2,440,0
|
||||
strlingerpot2,440,0
|
||||
lingerpotleaping2,440,0
|
||||
leapinglingerpot2,440,0
|
||||
lingerpotleap2,440,0
|
||||
leaplingerpot2,440,0
|
||||
lingerpotinvisibility2,440,0
|
||||
invisibilitylingerpot2,440,0
|
||||
lingerpotinvis2,440,0
|
||||
invislingerpot2,440,0
|
||||
lingerpotpoison2,440,0
|
||||
poisonlingerpot2,440,0
|
||||
lingerpotpo2i,440,0
|
||||
poilingerpot2,440,0
|
||||
lingerpotweakness2,440,0
|
||||
weaknesslingerpot2,440,0
|
||||
lingerpotweak2,440,0
|
||||
weaklingerpot2,440,0
|
||||
lingerpotslowness2,440,0
|
||||
slownesslingerpot2,440,0
|
||||
lingerpotslow2,440,0
|
||||
slowlingerpot2,440,0
|
||||
lingerpotharming2,440,0
|
||||
harminglingerpot2,440,0
|
||||
lingerpotharm2,440,0
|
||||
harmlingerpot2,440,0
|
||||
lingerpotwaterbreathing2,440,0
|
||||
waterbreathinglingerpot2,440,0
|
||||
lingerpotwb2,440,0
|
||||
wblingerpot2,440,0
|
||||
lingerpotluck2,440,0
|
||||
lucklingerpot2,440,0
|
||||
lingerpotlucky2,440,0
|
||||
luckylingerpot2,440,0
|
||||
lingerpotregeneration,440,0
|
||||
regenerationlingerpot,440,0
|
||||
lingerpotregen,440,0
|
||||
regenlingerpot,440,0
|
||||
lingerpotswiftness,440,0
|
||||
swiftnesslingerpot,440,0
|
||||
lingerpotswift,440,0
|
||||
swiftlingerpot,440,0
|
||||
lingerpotfireresist,440,0
|
||||
fireresistlingerpot,440,0
|
||||
lingerpotfireres,440,0
|
||||
firereslingerpot,440,0
|
||||
lingerpothealing,440,0
|
||||
healinglingerpot,440,0
|
||||
lingerpotheal,440,0
|
||||
heallingerpot,440,0
|
||||
lingerpotnightvision,440,0
|
||||
nightvisionlingerpot,440,0
|
||||
lingerpotnv,440,0
|
||||
nvlingerpot,440,0
|
||||
lingerpotstrength,440,0
|
||||
strengthlingerpot,440,0
|
||||
lingerpotstr,440,0
|
||||
strlingerpot,440,0
|
||||
lingerpotleaping,440,0
|
||||
leapinglingerpot,440,0
|
||||
lingerpotleap,440,0
|
||||
leaplingerpot,440,0
|
||||
lingerpotinvisibility,440,0
|
||||
invisibilitylingerpot,440,0
|
||||
lingerpotinvis,440,0
|
||||
invislingerpot,440,0
|
||||
lingerpotpoison,440,0
|
||||
poisonlingerpot,440,0
|
||||
lingerpotpoi,440,0
|
||||
poilingerpot,440,0
|
||||
lingerpotweakness,440,0
|
||||
weaknesslingerpot,440,0
|
||||
lingerpotweak,440,0
|
||||
weaklingerpot,440,0
|
||||
lingerpotslowness,440,0
|
||||
slownesslingerpot,440,0
|
||||
lingerpotslow,440,0
|
||||
slowlingerpot,440,0
|
||||
lingerpotharming,440,0
|
||||
harminglingerpot,440,0
|
||||
lingerpotharm,440,0
|
||||
harmlingerpot,440,0
|
||||
lingerpotwaterbreathing,440,0
|
||||
waterbreathinglingerpot,440,0
|
||||
lingerpotwb,440,0
|
||||
wblingerpot,440,0
|
||||
lingerpotluck,440,0
|
||||
lucklingerpot,440,0
|
||||
lingerpotlucky,440,0
|
||||
luckylingerpot,440,0
|
||||
aoepotregenerationii,440,0
|
||||
regenerationaoepotii,440,0
|
||||
aoepotregenii,440,0
|
||||
regenaoepotii,440,0
|
||||
aoepotswiftnessii,440,0
|
||||
swiftnessaoepotii,440,0
|
||||
aoepotswiftii,440,0
|
||||
swiftaoepotii,440,0
|
||||
aoepotfireresistii,440,0
|
||||
fireresistaoepotii,440,0
|
||||
aoepotfireresii,440,0
|
||||
fireresaoepotii,440,0
|
||||
aoepothealingii,440,0
|
||||
healingaoepotii,440,0
|
||||
aoepothealii,440,0
|
||||
healaoepotii,440,0
|
||||
aoepotnightvisionii,440,0
|
||||
nightvisionaoepotii,440,0
|
||||
aoepotnvii,440,0
|
||||
nvaoepotii,440,0
|
||||
aoepotstrengthii,440,0
|
||||
strengthaoepotii,440,0
|
||||
aoepotstrii,440,0
|
||||
straoepotii,440,0
|
||||
aoepotleapingii,440,0
|
||||
leapingaoepotii,440,0
|
||||
aoepotleapii,440,0
|
||||
leapaoepotii,440,0
|
||||
aoepotinvisibilityii,440,0
|
||||
invisibilityaoepotii,440,0
|
||||
aoepotinvisii,440,0
|
||||
invisaoepotii,440,0
|
||||
aoepotpoisonii,440,0
|
||||
poisonaoepotii,440,0
|
||||
aoepotpoiii,440,0
|
||||
poiaoepotii,440,0
|
||||
aoepotweaknessii,440,0
|
||||
weaknessaoepotii,440,0
|
||||
aoepotweakii,440,0
|
||||
weakaoepotii,440,0
|
||||
aoepotslownessii,440,0
|
||||
slownessaoepotii,440,0
|
||||
aoepotslowii,440,0
|
||||
slowaoepotii,440,0
|
||||
aoepotharmingii,440,0
|
||||
harmingaoepotii,440,0
|
||||
aoepotharmii,440,0
|
||||
harmaoepotii,440,0
|
||||
aoepotwaterbreathingii,440,0
|
||||
waterbreathingaoepotii,440,0
|
||||
aoepotwbii,440,0
|
||||
wbaoepotii,440,0
|
||||
aoepotluckii,440,0
|
||||
luckaoepotii,440,0
|
||||
aoepotluckyii,440,0
|
||||
luckyaoepotii,440,0
|
||||
aoepotregeneration2,440,0
|
||||
regenerationaoepot2,440,0
|
||||
aoepotregen2,440,0
|
||||
regenaoepot2,440,0
|
||||
aoepotswiftness2,440,0
|
||||
swiftnessaoepot2,440,0
|
||||
aoepotswift2,440,0
|
||||
swiftaoepot2,440,0
|
||||
aoepotfireresist2,440,0
|
||||
fireresistaoepot2,440,0
|
||||
aoepotfireres2,440,0
|
||||
fireresaoepot2,440,0
|
||||
aoepothealing2,440,0
|
||||
healingaoepot2,440,0
|
||||
aoepotheal2,440,0
|
||||
healaoepot2,440,0
|
||||
aoepotnightvision2,440,0
|
||||
nightvisionaoepot2,440,0
|
||||
aoepotnv2,440,0
|
||||
nvaoepot2,440,0
|
||||
aoepotstrength2,440,0
|
||||
strengthaoepot2,440,0
|
||||
aoepotstr2,440,0
|
||||
straoepot2,440,0
|
||||
aoepotleaping2,440,0
|
||||
leapingaoepot2,440,0
|
||||
aoepotleap2,440,0
|
||||
leapaoepot2,440,0
|
||||
aoepotinvisibility2,440,0
|
||||
invisibilityaoepot2,440,0
|
||||
aoepotinvis2,440,0
|
||||
invisaoepot2,440,0
|
||||
aoepotpoison2,440,0
|
||||
poisonaoepot2,440,0
|
||||
aoepotpo2i,440,0
|
||||
poiaoepot2,440,0
|
||||
aoepotweakness2,440,0
|
||||
weaknessaoepot2,440,0
|
||||
aoepotweak2,440,0
|
||||
weakaoepot2,440,0
|
||||
aoepotslowness2,440,0
|
||||
slownessaoepot2,440,0
|
||||
aoepotslow2,440,0
|
||||
slowaoepot2,440,0
|
||||
aoepotharming2,440,0
|
||||
harmingaoepot2,440,0
|
||||
aoepotharm2,440,0
|
||||
harmaoepot2,440,0
|
||||
aoepotwaterbreathing2,440,0
|
||||
waterbreathingaoepot2,440,0
|
||||
aoepotwb2,440,0
|
||||
wbaoepot2,440,0
|
||||
aoepotluck2,440,0
|
||||
luckaoepot2,440,0
|
||||
aoepotlucky2,440,0
|
||||
luckyaoepot2,440,0
|
||||
aoepotregeneration,440,0
|
||||
regenerationaoepot,440,0
|
||||
aoepotregen,440,0
|
||||
regenaoepot,440,0
|
||||
aoepotswiftness,440,0
|
||||
swiftnessaoepot,440,0
|
||||
aoepotswift,440,0
|
||||
swiftaoepot,440,0
|
||||
aoepotfireresist,440,0
|
||||
fireresistaoepot,440,0
|
||||
aoepotfireres,440,0
|
||||
fireresaoepot,440,0
|
||||
aoepothealing,440,0
|
||||
healingaoepot,440,0
|
||||
aoepotheal,440,0
|
||||
healaoepot,440,0
|
||||
aoepotnightvision,440,0
|
||||
nightvisionaoepot,440,0
|
||||
aoepotnv,440,0
|
||||
nvaoepot,440,0
|
||||
aoepotstrength,440,0
|
||||
strengthaoepot,440,0
|
||||
aoepotstr,440,0
|
||||
straoepot,440,0
|
||||
aoepotleaping,440,0
|
||||
leapingaoepot,440,0
|
||||
aoepotleap,440,0
|
||||
leapaoepot,440,0
|
||||
aoepotinvisibility,440,0
|
||||
invisibilityaoepot,440,0
|
||||
aoepotinvis,440,0
|
||||
invisaoepot,440,0
|
||||
aoepotpoison,440,0
|
||||
poisonaoepot,440,0
|
||||
aoepotpoi,440,0
|
||||
poiaoepot,440,0
|
||||
aoepotweakness,440,0
|
||||
weaknessaoepot,440,0
|
||||
aoepotweak,440,0
|
||||
weakaoepot,440,0
|
||||
aoepotslowness,440,0
|
||||
slownessaoepot,440,0
|
||||
aoepotslow,440,0
|
||||
slowaoepot,440,0
|
||||
aoepotharming,440,0
|
||||
harmingaoepot,440,0
|
||||
aoepotharm,440,0
|
||||
harmaoepot,440,0
|
||||
aoepotwaterbreathing,440,0
|
||||
waterbreathingaoepot,440,0
|
||||
aoepotwb,440,0
|
||||
wbaoepot,440,0
|
||||
aoepotluck,440,0
|
||||
luckaoepot,440,0
|
||||
aoepotlucky,440,0
|
||||
luckyaoepot,440,0
|
||||
lingerpotregenerationii,441,0,{"Potion":"strong_regeneration"}
|
||||
regenerationlingerpotii,441,0,*lingerpotregenerationii
|
||||
lingerpotregenii,441,0,*lingerpotregenerationii
|
||||
regenlingerpotii,441,0,*lingerpotregenerationii
|
||||
lingerpotswiftnessii,441,0,{"Potion":"strong_swiftness"}
|
||||
swiftnesslingerpotii,441,0,*lingerpotswiftnessii
|
||||
lingerpotswiftii,441,0,*lingerpotswiftnessii
|
||||
swiftlingerpotii,441,0,*lingerpotswiftnessii
|
||||
lingerpothealingii,441,0,{"Potion":"strong_healing"}
|
||||
healinglingerpotii,441,0,*lingerpothealingii
|
||||
lingerpothealii,441,0,*lingerpothealingii
|
||||
heallingerpotii,441,0,*lingerpothealingii
|
||||
lingerpotstrengthii,441,0,{"Potion":"strong_strength"}
|
||||
strengthlingerpotii,441,0,*lingerpotstrengthii
|
||||
lingerpotstrii,441,0,*lingerpotstrengthii
|
||||
strlingerpotii,441,0,*lingerpotstrengthii
|
||||
lingerpotleapingii,441,0,{"Potion":"strong_leaping"}
|
||||
leapinglingerpotii,441,0,*lingerpotleapingii
|
||||
lingerpotleapii,441,0,*lingerpotleapingii
|
||||
leaplingerpotii,441,0,*lingerpotleapingii
|
||||
lingerpotpoisonii,441,0,{"Potion":"strong_poison"}
|
||||
poisonlingerpotii,441,0,*lingerpotpoisonii
|
||||
lingerpotpoiii,441,0,*lingerpotpoisonii
|
||||
poilingerpotii,441,0,*lingerpotpoisonii
|
||||
lingerpotharmingii,441,0,{"Potion":"strong_harming"}
|
||||
harminglingerpotii,441,0,*lingerpotharmingii
|
||||
lingerpotharmii,441,0,*lingerpotharmingii
|
||||
harmlingerpotii,441,0,*lingerpotharmingii
|
||||
lingerpotregeneration2,441,0,{"Potion":"long_regeneration"}
|
||||
regenerationlingerpot2,441,0,*lingerpotregeneration2
|
||||
lingerpotregen2,441,0,*lingerpotregeneration2
|
||||
regenlingerpot2,441,0,*lingerpotregeneration2
|
||||
lingerpotswiftness2,441,0,{"Potion":"long_swiftness"}
|
||||
swiftnesslingerpot2,441,0,*lingerpotswiftness2
|
||||
lingerpotswift2,441,0,*lingerpotswiftness2
|
||||
swiftlingerpot2,441,0,*lingerpotswiftness2
|
||||
lingerpotfireresist2,441,0,{"Potion":"long_fire_resistance"}
|
||||
fireresistlingerpot2,441,0,*lingerpotfireresist2
|
||||
lingerpotfireres2,441,0,*lingerpotfireresist2
|
||||
firereslingerpot2,441,0,*lingerpotfireresist2
|
||||
lingerpotnightvision2,441,0,{"Potion":"long_night_vision"}
|
||||
nightvisionlingerpot2,441,0,*lingerpotnightvision2
|
||||
lingerpotnv2,441,0,*lingerpotnightvision2
|
||||
nvlingerpot2,441,0,*lingerpotnightvision2
|
||||
lingerpotstrength2,441,0,{"Potion":"long_strength"}
|
||||
strengthlingerpot2,441,0,*lingerpotstrength2
|
||||
lingerpotstr2,441,0,*lingerpotstrength2
|
||||
strlingerpot2,441,0,*lingerpotstrength2
|
||||
lingerpotleaping2,441,0,{"Potion":"long_leaping"}
|
||||
leapinglingerpot2,441,0,*lingerpotleaping2
|
||||
lingerpotleap2,441,0,*lingerpotleaping2
|
||||
leaplingerpot2,441,0,*lingerpotleaping2
|
||||
lingerpotinvisibility2,441,0,{"Potion":"long_invisibility"}
|
||||
invisibilitylingerpot2,441,0,*lingerpotinvisibility2
|
||||
lingerpotinvis2,441,0,*lingerpotinvisibility2
|
||||
invislingerpot2,441,0,*lingerpotinvisibility2
|
||||
lingerpotpoison2,441,0,{"Potion":"long_poison"}
|
||||
poisonlingerpot2,441,0,*lingerpotpoison2
|
||||
lingerpotpo2i,441,0,*lingerpotpoison2
|
||||
poilingerpot2,441,0,*lingerpotpoison2
|
||||
lingerpotweakness2,441,0,{"Potion":"long_weakness"}
|
||||
weaknesslingerpot2,441,0,*lingerpotweakness2
|
||||
lingerpotweak2,441,0,*lingerpotweakness2
|
||||
weaklingerpot2,441,0,*lingerpotweakness2
|
||||
lingerpotslowness2,441,0,{"Potion":"long_slowness"}
|
||||
slownesslingerpot2,441,0,*lingerpotslowness2
|
||||
lingerpotslow2,441,0,*lingerpotslowness2
|
||||
slowlingerpot2,441,0,*lingerpotslowness2
|
||||
lingerpotwaterbreathing2,441,0,{"Potion":"long_water_breathing"}
|
||||
waterbreathinglingerpot2,441,0,*lingerpotwaterbreathing2
|
||||
lingerpotwb2,441,0,*lingerpotwaterbreathing2
|
||||
wblingerpot2,441,0,*lingerpotwaterbreathing2
|
||||
lingerpotregeneration,441,0,{"Potion":"regeneration"}
|
||||
regenerationlingerpot,441,0,*lingerpotregeneration
|
||||
lingerpotregen,441,0,*lingerpotregeneration
|
||||
regenlingerpot,441,0,*lingerpotregeneration
|
||||
lingerpotswiftness,441,0,{"Potion":"swiftness"}
|
||||
swiftnesslingerpot,441,0,*lingerpotswiftness
|
||||
lingerpotswift,441,0,*lingerpotswiftness
|
||||
swiftlingerpot,441,0,*lingerpotswiftness
|
||||
lingerpotfireresist,441,0,{"Potion":"fire_resistance"}
|
||||
fireresistlingerpot,441,0,*lingerpotfireresist
|
||||
lingerpotfireres,441,0,*lingerpotfireresist
|
||||
firereslingerpot,441,0,*lingerpotfireresist
|
||||
lingerpothealing,441,0,{"Potion":"healing"}
|
||||
healinglingerpot,441,0,*lingerpothealing
|
||||
lingerpotheal,441,0,*lingerpothealing
|
||||
heallingerpot,441,0,*lingerpothealing
|
||||
lingerpotnightvision,441,0,{"Potion":"night_vision"}
|
||||
nightvisionlingerpot,441,0,*lingerpotnightvision
|
||||
lingerpotnv,441,0,*lingerpotnightvision
|
||||
nvlingerpot,441,0,*lingerpotnightvision
|
||||
lingerpotstrength,441,0,{"Potion":"strength"}
|
||||
strengthlingerpot,441,0,*lingerpotstrength
|
||||
lingerpotstr,441,0,*lingerpotstrength
|
||||
strlingerpot,441,0,*lingerpotstrength
|
||||
lingerpotleaping,441,0,{"Potion":"leaping"}
|
||||
leapinglingerpot,441,0,*lingerpotleaping
|
||||
lingerpotleap,441,0,*lingerpotleaping
|
||||
leaplingerpot,441,0,*lingerpotleaping
|
||||
lingerpotinvisibility,441,0,{"Potion":"invisibility"}
|
||||
invisibilitylingerpot,441,0,*lingerpotinvisibility
|
||||
lingerpotinvis,441,0,*lingerpotinvisibility
|
||||
invislingerpot,441,0,*lingerpotinvisibility
|
||||
lingerpotpoison,441,0,{"Potion":"poison"}
|
||||
poisonlingerpot,441,0,*lingerpotpoison
|
||||
lingerpotpoi,441,0,*lingerpotpoison
|
||||
poilingerpot,441,0,*lingerpotpoison
|
||||
lingerpotweakness,441,0,{"Potion":"weakness"}
|
||||
weaknesslingerpot,441,0,*lingerpotweakness
|
||||
lingerpotweak,441,0,*lingerpotweakness
|
||||
weaklingerpot,441,0,*lingerpotweakness
|
||||
lingerpotslowness,441,0,{"Potion":"slowness"}
|
||||
slownesslingerpot,441,0,*lingerpotslowness
|
||||
lingerpotslow,441,0,*lingerpotslowness
|
||||
slowlingerpot,441,0,*lingerpotslowness
|
||||
lingerpotharming,441,0,{"Potion":"harming"}
|
||||
harminglingerpot,441,0,*lingerpotharming
|
||||
lingerpotharm,441,0,*lingerpotharming
|
||||
harmlingerpot,441,0,*lingerpotharming
|
||||
lingerpotwaterbreathing,441,0,{"Potion":"water_breathing"}
|
||||
waterbreathinglingerpot,441,0,*lingerpotwaterbreathing
|
||||
lingerpotwb,441,0,*lingerpotwaterbreathing
|
||||
wblingerpot,441,0,*lingerpotwaterbreathing
|
||||
lingerpotluck,441,0,{"Potion":"luck"}
|
||||
lucklingerpot,441,0,*lingerpotluck
|
||||
lingerpotlucky,441,0,*lingerpotluck
|
||||
luckylingerpot,441,0,*lingerpotluck
|
||||
aoepotregenerationii,441,0,{"Potion":"strong_regeneration"}
|
||||
regenerationaoepotii,441,0,*aoepotregenerationii
|
||||
aoepotregenii,441,0,*aoepotregenerationii
|
||||
regenaoepotii,441,0,*aoepotregenerationii
|
||||
aoepotswiftnessii,441,0,{"Potion":"strong_swiftness"}
|
||||
swiftnessaoepotii,441,0,*aoepotswiftnessii
|
||||
aoepotswiftii,441,0,*aoepotswiftnessii
|
||||
swiftaoepotii,441,0,*aoepotswiftnessii
|
||||
aoepothealingii,441,0,{"Potion":"strong_healing"}
|
||||
healingaoepotii,441,0,*aoepothealingii
|
||||
aoepothealii,441,0,*aoepothealingii
|
||||
healaoepotii,441,0,*aoepothealingii
|
||||
aoepotstrengthii,441,0,{"Potion":"strong_strength"}
|
||||
strengthaoepotii,441,0,*aoepotstrengthii
|
||||
aoepotstrii,441,0,*aoepotstrengthii
|
||||
straoepotii,441,0,*aoepotstrengthii
|
||||
aoepotleapingii,441,0,{"Potion":"strong_leaping"}
|
||||
leapingaoepotii,441,0,*aoepotleapingii
|
||||
aoepotleapii,441,0,*aoepotleapingii
|
||||
leapaoepotii,441,0,*aoepotleapingii
|
||||
aoepotpoisonii,441,0,{"Potion":"strong_poison"}
|
||||
poisonaoepotii,441,0,*aoepotpoisonii
|
||||
aoepotpoiii,441,0,*aoepotpoisonii
|
||||
poiaoepotii,441,0,*aoepotpoisonii
|
||||
aoepotharmingii,441,0,{"Potion":"strong_harming"}
|
||||
harmingaoepotii,441,0,*aoepotharmingii
|
||||
aoepotharmii,441,0,*aoepotharmingii
|
||||
harmaoepotii,441,0,*aoepotharmingii
|
||||
aoepotregeneration2,441,0,{"Potion":"long_regeneration"}
|
||||
regenerationaoepot2,441,0,*aoepotregeneration2
|
||||
aoepotregen2,441,0,*aoepotregeneration2
|
||||
regenaoepot2,441,0,*aoepotregeneration2
|
||||
aoepotswiftness2,441,0,{"Potion":"long_swiftness"}
|
||||
swiftnessaoepot2,441,0,*aoepotswiftness2
|
||||
aoepotswift2,441,0,*aoepotswiftness2
|
||||
swiftaoepot2,441,0,*aoepotswiftness2
|
||||
aoepotfireresist2,441,0,{"Potion":"long_fire_resistance"}
|
||||
fireresistaoepot2,441,0,*aoepotfireresist2
|
||||
aoepotfireres2,441,0,*aoepotfireresist2
|
||||
fireresaoepot2,441,0,*aoepotfireresist2
|
||||
aoepotnightvision2,441,0,{"Potion":"long_night_vision"}
|
||||
nightvisionaoepot2,441,0,*aoepotnightvision2
|
||||
aoepotnv2,441,0,*aoepotnightvision2
|
||||
nvaoepot2,441,0,*aoepotnightvision2
|
||||
aoepotstrength2,441,0,{"Potion":"long_strength"}
|
||||
strengthaoepot2,441,0,*aoepotstrength2
|
||||
aoepotstr2,441,0,*aoepotstrength2
|
||||
straoepot2,441,0,*aoepotstrength2
|
||||
aoepotleaping2,441,0,{"Potion":"long_leaping"}
|
||||
leapingaoepot2,441,0,*aoepotleaping2
|
||||
aoepotleap2,441,0,*aoepotleaping2
|
||||
leapaoepot2,441,0,*aoepotleaping2
|
||||
aoepotinvisibility2,441,0,{"Potion":"long_invisibility"}
|
||||
invisibilityaoepot2,441,0,*aoepotinvisibility2
|
||||
aoepotinvis2,441,0,*aoepotinvisibility2
|
||||
invisaoepot2,441,0,*aoepotinvisibility2
|
||||
aoepotpoison2,441,0,{"Potion":"long_poison"}
|
||||
poisonaoepot2,441,0,*aoepotpoison2
|
||||
aoepotpo2i,441,0,*aoepotpoison2
|
||||
poiaoepot2,441,0,*aoepotpoison2
|
||||
aoepotweakness2,441,0,{"Potion":"long_weakness"}
|
||||
weaknessaoepot2,441,0,*aoepotweakness2
|
||||
aoepotweak2,441,0,*aoepotweakness2
|
||||
weakaoepot2,441,0,*aoepotweakness2
|
||||
aoepotslowness2,441,0,{"Potion":"long_slowness"}
|
||||
slownessaoepot2,441,0,*aoepotslowness2
|
||||
aoepotslow2,441,0,*aoepotslowness2
|
||||
slowaoepot2,441,0,*aoepotslowness2
|
||||
aoepotwaterbreathing2,441,0,{"Potion":"long_water_breathing"}
|
||||
waterbreathingaoepot2,441,0,*aoepotwaterbreathing2
|
||||
aoepotwb2,441,0,*aoepotwaterbreathing2
|
||||
wbaoepot2,441,0,*aoepotwaterbreathing2
|
||||
aoepotregeneration,441,0,{"Potion":"regeneration"}
|
||||
regenerationaoepot,441,0,*aoepotregeneration
|
||||
aoepotregen,441,0,*aoepotregeneration
|
||||
regenaoepot,441,0,*aoepotregeneration
|
||||
aoepotswiftness,441,0,{"Potion":"swiftness"}
|
||||
swiftnessaoepot,441,0,*aoepotswiftness
|
||||
aoepotswift,441,0,*aoepotswiftness
|
||||
swiftaoepot,441,0,*aoepotswiftness
|
||||
aoepotfireresist,441,0,{"Potion":"fire_resistance"}
|
||||
fireresistaoepot,441,0,*aoepotfireresist
|
||||
aoepotfireres,441,0,*aoepotfireresist
|
||||
fireresaoepot,441,0,*aoepotfireresist
|
||||
aoepothealing,441,0,{"Potion":"healing"}
|
||||
healingaoepot,441,0,*aoepothealing
|
||||
aoepotheal,441,0,*aoepothealing
|
||||
healaoepot,441,0,*aoepothealing
|
||||
aoepotnightvision,441,0,{"Potion":"night_vision"}
|
||||
nightvisionaoepot,441,0,*aoepotnightvision
|
||||
aoepotnv,441,0,*aoepotnightvision
|
||||
nvaoepot,441,0,*aoepotnightvision
|
||||
aoepotstrength,441,0,{"Potion":"strength"}
|
||||
strengthaoepot,441,0,*aoepotstrength
|
||||
aoepotstr,441,0,*aoepotstrength
|
||||
straoepot,441,0,*aoepotstrength
|
||||
aoepotleaping,441,0,{"Potion":"leaping"}
|
||||
leapingaoepot,441,0,*aoepotleaping
|
||||
aoepotleap,441,0,*aoepotleaping
|
||||
leapaoepot,441,0,*aoepotleaping
|
||||
aoepotinvisibility,441,0,{"Potion":"invisibility"}
|
||||
invisibilityaoepot,441,0,*aoepotinvisibility
|
||||
aoepotinvis,441,0,*aoepotinvisibility
|
||||
invisaoepot,441,0,*aoepotinvisibility
|
||||
aoepotpoison,441,0,{"Potion":"poison"}
|
||||
poisonaoepot,441,0,*aoepotpoison
|
||||
aoepotpoi,441,0,*aoepotpoison
|
||||
poiaoepot,441,0,*aoepotpoison
|
||||
aoepotweakness,441,0,{"Potion":"weakness"}
|
||||
weaknessaoepot,441,0,*aoepotweakness
|
||||
aoepotweak,441,0,*aoepotweakness
|
||||
weakaoepot,441,0,*aoepotweakness
|
||||
aoepotslowness,441,0,{"Potion":"slowness"}
|
||||
slownessaoepot,441,0,*aoepotslowness
|
||||
aoepotslow,441,0,*aoepotslowness
|
||||
slowaoepot,441,0,*aoepotslowness
|
||||
aoepotharming,441,0,{"Potion":"harming"}
|
||||
harmingaoepot,441,0,*aoepotharming
|
||||
aoepotharm,441,0,*aoepotharming
|
||||
harmaoepot,441,0,*aoepotharming
|
||||
aoepotwaterbreathing,441,0,{"Potion":"water_breathing"}
|
||||
waterbreathingaoepot,441,0,*aoepotwaterbreathing
|
||||
aoepotwb,441,0,*aoepotwaterbreathing
|
||||
wbaoepot,441,0,*aoepotwaterbreathing
|
||||
aoepotluck,441,0,{"Potion":"luck"}
|
||||
luckaoepot,441,0,*aoepotluck
|
||||
aoepotlucky,441,0,*aoepotluck
|
||||
luckyaoepot,441,0,*aoepotluck
|
||||
shield,442,0
|
||||
handshield,442,0
|
||||
woodshield,442,0
|
||||
|
Can't render this file because it contains an unexpected character in line 7972 and column 26.
|
Loading…
Reference in New Issue
Block a user