game/_incl_data/class/Enum/ShopId.php
2023-11-09 19:27:55 +02:00

35 lines
1.2 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
namespace Enum;
enum ShopId: int
{
case MAIN = 1;
case BEREZKA = 2;
case LUKA = 5; // пещера тысячи проклятий
case FLOWER = 6;
case BOOKS = 7;
case ANIMALS = 8; // магазин новичка
case TAVERN = 9; // наковальня
case IZLOM = 10;
case BLOOD_ALTAR = 11; //алтарь крови
case TEMPLE = 14;
case MUSHROOMS = 17; // общий рыцарский
case REFERALS = 27;
case RULF_HRUNT = 33; // бездна
case SHOP_KAT = 44; // магазин рульфа хрунта, а ты что такое?
case LABORATORY = 45;
case NEWBIE = 106; // пещера мглы
case KNIGHTS_MAIN = 400; //магазин рефералов
case SHOP_PRIZ = 404; // каморка Луки
case SHOP_2 = 609; // магазин грибоеда??
case ANVIL = 700; // катакомбы
case ARTEFACTS = 777; //магазин самоцветов
case DUNGEON_BEZDNA = 801; // храм?!
case DUNGEON_PTP = 802; // излом?!
case DUNGEON_CATACOMBS = 803; //лаборатория?!?!
case DUNGEON_MISTY = 804;
case CRYSTALS = 1050;
}