Clone of Bael'Zharon's Respite @ https://github.com/boardwalk/bzr

DIDProperty.inc 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. ENTRY(Undef, 0x0000)
  2. ENTRY(Setup, 0x0001)
  3. ENTRY(MotionTable, 0x0002)
  4. ENTRY(SoundTable, 0x0003)
  5. ENTRY(CombatTable, 0x0004)
  6. ENTRY(QualityFilter, 0x0005)
  7. ENTRY(PaletteBase, 0x0006)
  8. ENTRY(Clothingbase, 0x0007)
  9. ENTRY(Icon, 0x0008)
  10. ENTRY(EyesTexture, 0x0009)
  11. ENTRY(NoseTexture, 0x000a)
  12. ENTRY(MouthTexture, 0x000b)
  13. ENTRY(DefaultEyesTexture, 0x000c)
  14. ENTRY(DefaultNoseTexture, 0x000d)
  15. ENTRY(DefaultMouthTexture, 0x000e)
  16. ENTRY(HairPalette, 0x000f)
  17. ENTRY(EyesPalette, 0x0010)
  18. ENTRY(SkinPalette, 0x0011)
  19. ENTRY(HeadObject, 0x0012)
  20. ENTRY(ActivationAnimation, 0x0013)
  21. ENTRY(InitMotion, 0x0014)
  22. ENTRY(ActivationSound, 0x0015)
  23. ENTRY(PhysicsEffectTable, 0x0016)
  24. ENTRY(UseSound, 0x0017)
  25. ENTRY(UseTargetAnimation, 0x0018)
  26. ENTRY(UseTargetSuccessAnimation, 0x0019)
  27. ENTRY(UseTargetFailureAnimation, 0x001a)
  28. ENTRY(UseUserAnimation, 0x001b)
  29. ENTRY(Spell, 0x001c)
  30. ENTRY(SpellComponent, 0x001d)
  31. ENTRY(PhysicsScript, 0x001e)
  32. ENTRY(LinkedPortalOne, 0x001f)
  33. ENTRY(WieldedTreasureType, 0x0020)
  34. ENTRY(DeathTreasureType, 0x0023)
  35. ENTRY(MutateFilter, 0x0024)
  36. ENTRY(ItemSkillLimit, 0x0025)
  37. ENTRY(UseCreateItem, 0x0026)
  38. ENTRY(DeathSpell, 0x0027)
  39. ENTRY(VendorsClassId, 0x0028)
  40. ENTRY(ItemSpecializedOnly, 0x0029)
  41. ENTRY(HouseId, 0x002a)
  42. ENTRY(AccountHouseId, 0x002b)
  43. ENTRY(RestrictionEffect, 0x002c)
  44. ENTRY(CreationMutationFilter, 0x002d)
  45. ENTRY(TsysMutationFilter, 0x002e)
  46. ENTRY(LastPortal, 0x002f)
  47. ENTRY(LinkedPortalTwo, 0x0030)
  48. ENTRY(OriginalPortal, 0x0031)
  49. ENTRY(IconOverlay, 0x0032)
  50. ENTRY(IconOverlaySecondary, 0x0033)
  51. ENTRY(IconUnderlay, 0x0034)
  52. ENTRY(AugmentationMutationFilter, 0x0035)
  53. ENTRY(AugmentationEffect, 0x0036)
  54. ENTRY(ProcSpell, 0x0037)
  55. ENTRY(AugmentationCreateItem, 0x0038)
  56. ENTRY(AlternateCurrency, 0x0039)
  57. ENTRY(BlueSurgeSpell, 0x003a)
  58. ENTRY(YellowSurgeSpell, 0x003b)
  59. ENTRY(RedSurgeSpell, 0x003c)
  60. ENTRY(OlthoiDeathTreasureType, 0x003d)