0% found this document useful (0 votes)
6 views6 pages

EItem Type

The document defines an enum called EItemType that contains constants for different types of items in a game. There are over 100 different item types listed with numeric IDs and descriptions.

Uploaded by

Ahmad Thebleach
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views6 pages

EItem Type

The document defines an enum called EItemType that contains constants for different types of items in a game. There are over 100 different item types listed with numeric IDs and descriptions.

Uploaded by

Ahmad Thebleach
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 6

public enum EItemType // TypeDefIndex: 1593

{
// Fields
public int value__; // 0x0
public const EItemType None = 0;
public const EItemType Arrow = 1;
public const EItemType Crystal = 2;
public const EItemType HealingPotion = 3;
public const EItemType HaomaFragment = 4;
public const EItemType DamascusOre = 5;
public const EItemType CollectorToken = 6;
public const EItemType SmallHealthDrop = 7;
public const EItemType MediumHealthDrop = 8;
public const EItemType BigHealthDrop = 9;
public const EItemType Loot_Reviver = 10;
public const EItemType VisionSlots = 11;
public const EItemType ProgressionHint = 12;
public const EItemType Fresco_01_FullHaoma = 13;
public const EItemType Fresco_02_DauntlessAmulet = 14;
public const EItemType Fresco_03_HaomaFragment = 15;
public const EItemType Fresco_04_FlameAmulet = 16;
public const EItemType Fresco_05_Seed = 17;
public const EItemType Fresco_06_HaomaFragment = 18;
public const EItemType Fresco_07_DamascusOre = 19;
public const EItemType Shield_DEPRECATED = 20;
public const EItemType Bow_DEPRECATED = 21;
public const EItemType Chakram_DEPRECATED = 22;
public const EItemType ChakramUpgrade1_DEPRECATED = 60;
public const EItemType ChakramUpgrade2_DEPRECATED = 61;
public const EItemType ChakramUpgrade3_DEPRECATED = 62;
public const EItemType ChakramUpgrade4_DEPRECATED = 63;
public const EItemType SeedOfKnowledge = 100;
public const EItemType FocusGauge_LevelMaxIncrease = 149;
public const EItemType FocusAbility_Maelstrom = 150;
public const EItemType FocusAbility_WindSlash = 151;
public const EItemType FocusAbility_Armor = 152;
public const EItemType FocusAbility_Heal = 153;
public const EItemType FocusAbility_SuperShot_DEPRECATED = 154;
public const EItemType FocusAbility_AntiAir = 155;
public const EItemType FocusAbility_PiercingAttack = 156;
public const EItemType FocusAbility_GroundSlam = 157;
public const EItemType FocusAbility_LifeDrain_DEPRECATED = 158;
public const EItemType FocusAbility_SuperShotLaser = 159;
public const EItemType FocusAbility_SuperChargedAttack = 160;
public const EItemType FocusAbility_FullCounter = 161;
public const EItemType MinimapEye = 250;
public const EItemType Lantern = 251;
[HideInInspector]
public const EItemType GENERERATED_ID_RANGE_MIN = 1000;
public const EItemType QuestItem_ArchivesKey = 200;
public const EItemType QuestItem_KahevaRawOre = 201;
public const EItemType QuestItem_FrescoElement = 202;
public const EItemType QuestItem_ElevatorVIPKey = 204;
public const EItemType QuestItem_DogTagLostWarrior_01 = 205;
public const EItemType QuestItem_DogTagLostWarrior_02 = 206;
public const EItemType QuestItem_DogTagLostWarrior_03 = 207;
public const EItemType QuestItem_DogTagLostWarrior_04 = 208;
public const EItemType QuestItem_DogTagLostWarrior_05 = 209;
public const EItemType QuestItem_DogTagLostWarrior_06 = 210;
public const EItemType QuestItem_DogTagLostWarrior_07 = 211;
public const EItemType QuestItem_DogTagLostWarrior_08 = 212;
public const EItemType QuestItem_DogTagLostWarrior_Nojan = 213;
public const EItemType QuestItem_DogTagLostWarrior_Ardashir = 216;
public const EItemType QuestItem_SteleEngraverItem_DEPRECATED = 217;
public const EItemType QuestItem_PrisonerItem_DEPRECATED = 218;
public const EItemType QuestItem_AzdahaStoneA_DEPRECATED = 219;
public const EItemType QuestItem_AzdahaStoneB_DEPRECATED = 220;
public const EItemType QuestItem_CannonBall = 221;
public const EItemType QuestItem_Parrot = 222;
public const EItemType QuestItem_ErlikTusk_DEPRECATED = 223;
public const EItemType QuestItem_KingsKey = 224;
public const EItemType QuestItem_MagicalArrow = 225;
public const EItemType QuestItem_KeeperXerses = 1041;
public const EItemType KeyItem_ThomyrisScarf = 252;
public const EItemType KeyItem_WarriorNecklace = 1028;
public const EItemType LoreItem_01_FirstClayTablet = 1001;
public const EItemType LoreItem_02_MissionOrders_DEPRECATED = 1002;
public const EItemType LoreItem_03_NoticeOfDebt_DEPRECATED = 1003;
public const EItemType LoreItem_04_ArchiveScroll = 1004;
public const EItemType LoreItem_05_PrisonerCarvedStatue = 1005;
public const EItemType LoreItem_06_StatuetteOfVayu = 1006;
public const EItemType LoreItem_07_GildedBracelet = 1007;
public const EItemType LoreItem_08_PersianMilitaryInsignia = 1008;
public const EItemType LoreItem_09_ChildToy = 1009;
public const EItemType LoreItem_10_TarnishedCoin = 1010;
public const EItemType LoreItem_11_Diadem = 1011;
public const EItemType LoreItem_12_StatuetteOfQueenAtossa = 1012;
public const EItemType LoreItem_13_PersianTale = 1013;
public const EItemType LoreItem_14_ProclamationTreaty = 1014;
public const EItemType LoreItem_15_SacredObject = 1015;
public const EItemType LoreItem_16_ArtisanToolStoneCarvers_DEPRECATED = 1016;
public const EItemType LoreItem_17_ArtisanToolCarpetWeavers = 1017;
public const EItemType LoreItem_18_ArchitecturalDrawings = 1018;
public const EItemType LoreItem_19_RustedHook = 1019;
public const EItemType LoreItem_20_CharredBranch_DEPRECATED = 1020;
public const EItemType LoreItem_21_Mirror = 1021;
public const EItemType LoreItem_22_BrokenSwordHilt_DEPRECATED = 1022;
public const EItemType LoreItem_23_DiscardedArrowHead_DEPRECATED = 1023;
public const EItemType LoreItem_24_ErlikTusk = 1024;
public const EItemType LoreItem_25_AzdhahaTooth = 1025;
public const EItemType LoreItem_26_PrisonerChains = 1026;
public const EItemType LoreItem_27_EffigyJewel_DEPRECATED = 1027;
public const EItemType LoreItem_28_AstronomicalMeschanism = 1029;
public const EItemType LoreItem_29_GeometricalFormulaCreator = 1030;
public const EItemType LoreItem_30_RoyalDecree = 1031;
public const EItemType LoreItem_31_RustedSword_DEPRECATED = 1032;
public const EItemType LoreItem_32_TheCombOfAPrincess = 1033;
public const EItemType LoreItem_33_NoteOnABody_DEPRECATED = 1034;
public const EItemType LoreItem_34_MemoryFragment = 1035;
public const EItemType LoreItem_35_CursedObject = 1036;
public const EItemType LoreItem_36_ObjectFoundinAzhdahaLair = 1037;
public const EItemType LoreItem_37_DroppedLocket = 1038;
public const EItemType LoreItem_38_NoteBeneathBatteredTalisman = 1039;
public const EItemType LoreItem_39_SecondClayTablet = 1040;
public const EItemType LoreItem_40_FoundOnRadjen = 1042;
public const EItemType LoreItem_41_VahramChildItem = 1045;
public const EItemType LoreItem_42_Placeholder_01 = 1046;
public const EItemType LoreItem_43_Placeholder_02 = 1047;
public const EItemType LoreItem_44_ScrollBlessedByTheSymorgh = 1048;
public const EItemType LoreItem_45_NurseryRhymeOnAToy = 1049;
public const EItemType LoreItem_46_LastDayAtWork = 1050;
public const EItemType LoreItem_47_Missive_01 = 1051;
public const EItemType LoreItem_48_Missive_02 = 1052;
public const EItemType LoreItem_49_Missive_03 = 1053;
public const EItemType LoreItem_50_Missive_04 = 1054;
public const EItemType
LoreItem_51_LetterfromtheKingDariustoCaptainIrisKaloxilos = 1055;
public const EItemType LoreItem_52_PiratesSeaShanty = 1056;
public const EItemType LoreItem_53_TheCrowningofaDivineKing = 1057;
public const EItemType LoreItem_54_TheEmbraceofAthra = 1058;
public const EItemType LoreItem_55_TheFallofTheHyrcanianTribe = 1059;
public const EItemType LoreItem_56_TheFrozenTomb = 1060;
public const EItemType LoreItem_57_TheHunterAndTheManEater = 1061;
public const EItemType LoreItem_58_TheLegendofTheSnakeTheBirdandTheSands =
1062;
public const EItemType LoreItem_59_01BotanyLogsOfCyrusAfshin = 1063;
public const EItemType LoreItem_60_02BotanyLogsOfCyrusAfshin_DEPRECATED =
1064;
public const EItemType LoreItem_61_03BotanyLogsOfCyrusAfshin = 1065;
public const EItemType LoreItem_62_TheThirdSon = 1066;
public const EItemType LoreItem_63_TheZoroastrianDivineCode_DEPRECATED =
1067;
public const EItemType LoreItem_64_01AlchemistDiary = 1068;
public const EItemType LoreItem_65_02AlchemistDiary_DEPRECATED = 1069;
public const EItemType LoreItem_66_03AlchemistDiary = 1070;
public const EItemType LoreItem_67_04AlchemistDiary = 1071;
public const EItemType LoreItem_68_05AlchemistDiary_DEPRECATED = 1072;
public const EItemType LoreItem_69_06AlchemistDiary_DEPRECATED = 1073;
public const EItemType LoreItem_70_TheArchitectAndTheKing = 1074;
public const EItemType LoreItem_71_ThePathOfTheHero = 1075;
public const EItemType LoreItem_72_AmongTheWakWaks_DEPRECATED = 1076;
public const EItemType LoreItem_73_TheCommonerAndTheKing = 1077;
public const EItemType LoreItem_74_TheLionandTheViper = 1078;
public const EItemType LoreItem_75_LegendFromThePit = 1079;
public const EItemType LoreItem_76_MastersInstructions = 1080;
public const EItemType GearUpgrade_PotionCount_PackShop1 = 23;
public const EItemType GearUpgrade_PotionCount_PackShop2 = 24;
public const EItemType GearUpgrade_PotionCount_PackShop3 = 25;
public const EItemType GearUpgrade_PotionHealingEffect_PackShop1 = 26;
public const EItemType GearUpgrade_PotionHealingEffect_PackShop2 = 27;
public const EItemType GearUpgrade_PotionHealingEffect_PackShop3 = 28;
public const EItemType GearUpgrade_SwordPlus1 = 30;
public const EItemType GearUpgrade_SwordPlus2 = 31;
public const EItemType GearUpgrade_SwordPlus3 = 32;
public const EItemType GearUpgrade_SwordPlus4 = 33;
public const EItemType GearUpgrade_BowPlus1 = 40;
public const EItemType GearUpgrade_BowPlus2 = 41;
public const EItemType GearUpgrade_BowPlus3 = 42;
public const EItemType GearUpgrade_BowPlus4 = 43;
public const EItemType GearUpgrade_QuiverPlus1 = 50;
public const EItemType GearUpgrade_QuiverPlus2 = 51;
public const EItemType GearUpgrade_QuiverPlus3 = 52;
public const EItemType GearUpgrade_QuiverPlus4 = 53;
public const EItemType GearUpgrade_VisionPackChest = 70;
public const EItemType GearUpgrade_VisionPackShop1 = 71;
public const EItemType GearUpgrade_VisionPackShop2 = 72;
public const EItemType GearUpgrade_VisionPackShop3 = 73;
public const EItemType GearUpgrade_VisionPackShop4 = 74;
public const EItemType GearUpgrade_PotionCount_PackChest = 1043;
public const EItemType GearUpgrade_PotionHealingEffect_PackChest = 1044;
public const EItemType WakWakHead_00_MamaSomaTree = 79;
public const EItemType WakWakHead_01_Kamil = 80;
public const EItemType WakWakHead_02_Kamra_DEPRECATED = 81;
public const EItemType WakWakHead_03_Kamri_DEPRECATED = 82;
public const EItemType WakWakHead_04_Kalux = 83;
public const EItemType WakWakHead_05_Karim = 84;
public const EItemType WakWakHead_06_Kaname = 85;
public const EItemType WakWakHead_07_Kaya = 86;
public const EItemType WakWakHead_08_Kamya = 87;
public const EItemType WakWakHead_09_Kazra = 88;
public const EItemType StoneOfKnowledge_BowMultiShot = 101;
public const EItemType StoneOfKnowledge_BowFireArrow = 102;
public const EItemType StoneOfKnowledge_TeleportShockWave = 103;
public const EItemType StoneOfKnowledge_TeleportRay = 104;
public const EItemType StoneOfKnowledge_Life = 105;
public const EItemType StoneOfKnowledge_Brave = 106;
public const EItemType StoneOfKnowledge_DareDevil = 107;
public const EItemType StoneOfKnowledge_Safety = 108;
public const EItemType StoneOfKnowledge_BackStab_DEPRECATED = 109;
public const EItemType StoneOfKnowledge_Celestial = 110;
public const EItemType StoneOfKnowledge_Critical_DEPRECATED = 111;
public const EItemType StoneOfKnowledge_Hawk = 112;
public const EItemType StoneOfKnowledge_Phoenix = 113;
public const EItemType StoneOfKnowledge_FocusExtendedHits_DEPRECATED = 114;
public const EItemType StoneOfKnowledge_Focus = 115;
public const EItemType StoneOfKnowledge_Haste_DEPRECATED = 116;
public const EItemType StoneOfKnowledge_Prayer = 117;
public const EItemType StoneOfKnowledge_Monk = 118;
public const EItemType StoneOfKnowledge_Tower = 119;
public const EItemType StoneOfKnowledge_Finisher = 120;
public const EItemType StoneOfKnowledge_HealingPotion_DEPRECATED = 121;
public const EItemType StoneOfKnowledge_Knight = 122;
public const EItemType StoneOfKnowledge_Dauntless = 123;
public const EItemType StoneOfKnowledge_Resilience_DEPRECATED = 124;
public const EItemType StoneOfKnowledge_EvilEye = 125;
public const EItemType StoneOfKnowledge_Steel = 126;
public const EItemType StoneOfKnowledge_CounterAttack = 127;
public const EItemType StoneOfKnowledge_Wealth = 128;
public const EItemType StoneOfKnowledge_Magnet = 129;
public const EItemType StoneOfKnowledge_Poison = 130;
public const EItemType StoneOfKnowledge_Flame = 131;
public const EItemType StoneOfKnowledge_Treasure = 132;
public const EItemType StoneOfKnowledge_Hunter = 133;
public const EItemType StoneOfKnowledge_Life2 = 134;
public const EItemType StoneOfKnowledge_Life3 = 135;
public const EItemType StoneOfKnowledge_DodgeMaster = 136;
public const EItemType StoneOfKnowledge_Vortex_DEPRECATED = 137;
public const EItemType StoneOfKnowledge_BowMultiShot2 = 138;
public const EItemType StoneOfKnowledge_BowMultiShot3 = 139;
public const EItemType StoneOfKnowledge_BowFireArrow2 = 140;
public const EItemType StoneOfKnowledge_BowFireArrow3 = 141;
public const EItemType StoneOfKnowledge_TeleportShockWave2 = 142;
public const EItemType StoneOfKnowledge_TeleportShockWave3 = 143;
public const EItemType StoneOfKnowledge_TeleportRay2 = 144;
public const EItemType StoneOfKnowledge_TeleportRay3 = 145;
public const EItemType StoneOfKnowledge_Hunter2 = 146;
public const EItemType StoneOfKnowledge_Hunter3 = 147;
public const EItemType StoneOfKnowledge_ExtendedHits = 148;
public const EItemType StoneOfKnowledge_DodgeMaster2 = 400;
public const EItemType StoneOfKnowledge_DodgeMaster3 = 401;
public const EItemType StoneOfKnowledge_Brave2 = 402;
public const EItemType StoneOfKnowledge_Brave3 = 403;
public const EItemType StoneOfKnowledge_DareDevil2 = 404;
public const EItemType StoneOfKnowledge_DareDevil3 = 405;
public const EItemType StoneOfKnowledge_Safety2 = 406;
public const EItemType StoneOfKnowledge_Safety3 = 407;
public const EItemType StoneOfKnowledge_Celestial2 = 408;
public const EItemType StoneOfKnowledge_Celestial3 = 409;
public const EItemType StoneOfKnowledge_Hawk2 = 410;
public const EItemType StoneOfKnowledge_Hawk3 = 411;
public const EItemType StoneOfKnowledge_Focus2 = 412;
public const EItemType StoneOfKnowledge_Focus3 = 413;
public const EItemType StoneOfKnowledge_FocusExtendedHits2_DEPRECATED = 414;
public const EItemType StoneOfKnowledge_FocusExtendedHits3_DEPRECATED = 415;
public const EItemType StoneOfKnowledge_Tower2 = 416;
public const EItemType StoneOfKnowledge_Tower3 = 417;
public const EItemType StoneOfKnowledge_Finisher2 = 418;
public const EItemType StoneOfKnowledge_Finisher3 = 419;
public const EItemType StoneOfKnowledge_Knight2 = 420;
public const EItemType StoneOfKnowledge_Knight3 = 421;
public const EItemType StoneOfKnowledge_Dauntless2 = 422;
public const EItemType StoneOfKnowledge_Dauntless3 = 423;
public const EItemType StoneOfKnowledge_Resilience2_DEPRECATED = 424;
public const EItemType StoneOfKnowledge_Resilience3_DEPRECATED = 425;
public const EItemType StoneOfKnowledge_EvilEye2 = 426;
public const EItemType StoneOfKnowledge_EvilEye3 = 427;
public const EItemType StoneOfKnowledge_CounterAttack2 = 428;
public const EItemType StoneOfKnowledge_CounterAttack3 = 429;
public const EItemType StoneOfKnowledge_Wealth2 = 430;
public const EItemType StoneOfKnowledge_Wealth3 = 431;
public const EItemType StoneOfKnowledge_Steel2 = 432;
public const EItemType StoneOfKnowledge_Steel3 = 433;
public const EItemType StoneOfKnowledge_Poison2 = 434;
public const EItemType StoneOfKnowledge_Poison3 = 435;
public const EItemType StoneOfKnowledge_Flame2 = 436;
public const EItemType StoneOfKnowledge_Flame3 = 437;
public const EItemType StoneOfKnowledge_Phoenix2 = 438;
public const EItemType StoneOfKnowledge_Phoenix3 = 439;
public const EItemType StoneOfKnowledge_Prayer2 = 440;
public const EItemType StoneOfKnowledge_Prayer3 = 441;
public const EItemType StoneOfKnowledge_ExtendedHits2 = 442;
public const EItemType StoneOfKnowledge_ExtendedHits3 = 443;
public const EItemType StoneOfKnowledge_ShieldOfMithra = 444;
public const EItemType StoneOfKnowledge_DarkEye = 445;
public const EItemType StoneOfKnowledge_ChakramTeleport_DEPRECATED = 446;
public const EItemType StoneOfKnowledge_ChakramVortex = 447;
public const EItemType StoneOfKnowledge_RiddleStone_DEPRECATED = 448;
public const EItemType StoneOfKnowledge_FrozenStar_DEPRECATED = 449;
public const EItemType StoneOfKnowledge_Void = 450;
public const EItemType StoneOfKnowledge_Void2 = 451;
public const EItemType StoneOfKnowledge_Void3 = 452;
public const EItemType StoneOfKnowledge_Explosive = 453;
public const EItemType StoneOfKnowledge_Explosive2 = 454;
public const EItemType StoneOfKnowledge_Explosive3 = 455;
public const EItemType StoneOfKnowledge_BeeEater = 456;
public const EItemType StoneOfKnowledge_ChakramVortex2 = 457;
public const EItemType StoneOfKnowledge_ChakramVortex3 = 458;
public const EItemType StoneOfKnowledge_ShieldOfMithra2 = 459;
public const EItemType StoneOfKnowledge_ShieldOfMithra3 = 460;
public const EItemType StoneOfKnowledge_Thunder = 461;
public const EItemType StoneOfKnowledge_Thunder2 = 462;
public const EItemType StoneOfKnowledge_Thunder3 = 463;
public const EItemType StoneOfKnowledge_Ice = 464;
public const EItemType StoneOfKnowledge_Ice2 = 465;
public const EItemType StoneOfKnowledge_Ice3 = 466;
public const EItemType SubMap_CIT_OLD = 300;
public const EItemType SubMap_CIT_LOW = 301;
public const EItemType SubMap_CIT_UPP = 302;
public const EItemType SubMap_CIT_DEP_Part1 = 303;
public const EItemType SubMap_SKY_ROY = 304;
public const EItemType SubMap_SKY_GAR = 305;
public const EItemType SubMap_HYR_AUT = 306;
public const EItemType SubMap_HYR_HID = 307;
public const EItemType SubMap_SAC_SAC_Part1 = 308;
public const EItemType SubMap_END_PIT = 309;
public const EItemType SubMap_VAL_SUN = 310;
public const EItemType SubMap_VAL_RAG = 311;
public const EItemType SubMap_NEC_TOW = 312;
public const EItemType SubMap_CRO_CRO = 313;
public const EItemType SubMap_HYR_SOM = 314;
public const EItemType SubMap_CIT_DEP_Part2 = 315;
public const EItemType SubMap_HYR_AUT_Part2_DEPRECATED = 316;
public const EItemType SubMap_SAC_SAC_Part2 = 317;
public const EItemType SubMap_CIT_LOW_Part2 = 318;
public const EItemType EnemyWeapon_Spears = 501;
public const EItemType Skin_Default_Chroma1 = 701;
public const EItemType Skin_Default_Chroma2 = 702;
public const EItemType Skin_Default_Chroma3 = 703;
public const EItemType Skin_Default_Chroma4 = 704;
public const EItemType Skin_Default_Chroma5 = 705;
}

You might also like