40 use LegacyEnumShimTrait;
53 self::ANTIDOTE => [
'Antidote', VanillaEffects::POISON()],
54 self::ELIXIR => [
'Elixir', VanillaEffects::WEAKNESS()],
55 self::EYE_DROPS => [
'Eye Drops', VanillaEffects::BLINDNESS()],
56 self::TONIC => [
'Tonic', VanillaEffects::NAUSEA()]
60 public function getDisplayName() :
string{
return $this->
getMetadata()[0]; }