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

IntProperty.inc 12KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381
  1. ENTRY(Undef, 0x0000)
  2. ENTRY(ItemType, 0x0001)
  3. ENTRY(CreatureType, 0x0002)
  4. ENTRY(PaletteTemplate, 0x0003)
  5. ENTRY(ClothingPriority, 0x0004)
  6. ENTRY(EncumbVal, 0x0005)
  7. ENTRY(ItemsCapacity, 0x0006)
  8. ENTRY(ContainersCapacity, 0x0007)
  9. ENTRY(Mass, 0x0008)
  10. ENTRY(Locations, 0x0009)
  11. ENTRY(CurrentWieldedLocation, 0x000a)
  12. ENTRY(MaxStackSize, 0x000b)
  13. ENTRY(StackSize, 0x000c)
  14. ENTRY(StackUnitEncumb, 0x000d)
  15. ENTRY(StackUnitMass, 0x000e)
  16. ENTRY(StackUnitValue, 0x000f)
  17. ENTRY(ItemUseable, 0x0010)
  18. ENTRY(RareId, 0x0011)
  19. ENTRY(UIEffects, 0x0012)
  20. ENTRY(Value, 0x0013)
  21. ENTRY(CoinValue, 0x0014)
  22. ENTRY(TotalExperience, 0x0015)
  23. ENTRY(AvailableCharacter, 0x0016)
  24. ENTRY(TotalSkillCredits, 0x0017)
  25. ENTRY(AvailableSkillCredits, 0x0018)
  26. ENTRY(Level, 0x0019)
  27. ENTRY(AccountRequirements, 0x001a)
  28. ENTRY(ArmorType, 0x001b)
  29. ENTRY(ArmorLevel, 0x001c)
  30. ENTRY(AllegianceCpPool, 0x001d)
  31. ENTRY(AllegianceRank, 0x001e)
  32. ENTRY(ChannelsAllowed, 0x001f)
  33. ENTRY(ChannelsActive, 0x0020)
  34. ENTRY(Bonded, 0x0021)
  35. ENTRY(MonarchsRank, 0x0022)
  36. ENTRY(AllegianceFollowers, 0x0023)
  37. ENTRY(ResistMagic, 0x0024)
  38. ENTRY(ResistItemAppraisal, 0x0025)
  39. ENTRY(ResistLockpick, 0x0026)
  40. ENTRY(DeprecatedResistRepair, 0x0027)
  41. ENTRY(CombatMode, 0x0028)
  42. ENTRY(CurrentAttackHeight, 0x0029)
  43. ENTRY(CombatCollisions, 0x002a)
  44. ENTRY(NumDeaths, 0x002b)
  45. ENTRY(Damage, 0x002c)
  46. ENTRY(DamageType, 0x002d)
  47. ENTRY(DefaultCombatStyle, 0x002e)
  48. ENTRY(AttackType, 0x002f)
  49. ENTRY(WeaponSkill, 0x0030)
  50. ENTRY(WeaponTime, 0x0031)
  51. ENTRY(AmmoType, 0x0032)
  52. ENTRY(CombatUse, 0x0033)
  53. ENTRY(ParentLocation, 0x0034)
  54. ENTRY(PlacementPosition, 0x0035)
  55. ENTRY(WeaponEncumbrance, 0x0036)
  56. ENTRY(WeaponMass, 0x0037)
  57. ENTRY(ShieldValue, 0x0038)
  58. ENTRY(ShieldEncumbrance, 0x0039)
  59. ENTRY(MissileInventoryLocation, 0x003a)
  60. ENTRY(FullDamageType, 0x003b)
  61. ENTRY(WeaponRange, 0x003c)
  62. ENTRY(AttackersSkill, 0x003d)
  63. ENTRY(DefendersSkill, 0x003e)
  64. ENTRY(AttackersSkillValue, 0x003f)
  65. ENTRY(AttackersClass, 0x0040)
  66. ENTRY(Placement, 0x0041)
  67. ENTRY(CheckpointStatus, 0x0042)
  68. ENTRY(Tolerance, 0x0043)
  69. ENTRY(TargetingTactic, 0x0044)
  70. ENTRY(CombatTactic, 0x0045)
  71. ENTRY(HomesickTargetingTactic, 0x0046)
  72. ENTRY(NumFollowFailures, 0x0047)
  73. ENTRY(FriendType, 0x0048)
  74. ENTRY(FoeType, 0x0049)
  75. ENTRY(MerchandiseItemTypes, 0x004a)
  76. ENTRY(MerchandiseMinValue, 0x004b)
  77. ENTRY(MerchandiseMaxValue, 0x004c)
  78. ENTRY(NumItemsSold, 0x004d)
  79. ENTRY(NumItemsBought, 0x004e)
  80. ENTRY(MoneyIncome, 0x004f)
  81. ENTRY(MoneyOutflow, 0x0050)
  82. ENTRY(MaxGeneratedObjects, 0x0051)
  83. ENTRY(InitGeneratedObjects, 0x0052)
  84. ENTRY(ActivationResponse, 0x0053)
  85. ENTRY(OriginalValue, 0x0054)
  86. ENTRY(NumMoveFailures, 0x0055)
  87. ENTRY(MinLevel, 0x0056)
  88. ENTRY(MaxLevel, 0x0057)
  89. ENTRY(LockpickMod, 0x0058)
  90. ENTRY(BoosterEnum, 0x0059)
  91. ENTRY(BoostValue, 0x005a)
  92. ENTRY(MaxStructure, 0x005b)
  93. ENTRY(Structure, 0x005c)
  94. ENTRY(PhysicsState, 0x005d)
  95. ENTRY(TargetType, 0x005e)
  96. ENTRY(RadarblipColor, 0x005f)
  97. ENTRY(EncumbCapacity, 0x0060)
  98. ENTRY(LoginTimestamp, 0x0061)
  99. ENTRY(CreationTimestamp, 0x0062)
  100. ENTRY(PKLevelModifier, 0x0063)
  101. ENTRY(GeneratorType, 0x0064)
  102. ENTRY(AIAllowedCombatStyle, 0x0065)
  103. ENTRY(LogoffTimestamp, 0x0066)
  104. ENTRY(GeneratorDestructionType, 0x0067)
  105. ENTRY(ActivationCreateClass, 0x0068)
  106. ENTRY(ItemWorkmanship, 0x0069)
  107. ENTRY(ItemSpellcraft, 0x006a)
  108. ENTRY(ItemCurMana, 0x006b)
  109. ENTRY(ItemMaxMana, 0x006c)
  110. ENTRY(ItemDifficulty, 0x006d)
  111. ENTRY(ItemAllegianceRankLimit, 0x006e)
  112. ENTRY(PortalBitmask, 0x006f)
  113. ENTRY(AdvocateLevel, 0x0070)
  114. ENTRY(Gender, 0x0071)
  115. ENTRY(Attuned, 0x0072)
  116. ENTRY(ItemSkillLevelLimit, 0x0073)
  117. ENTRY(GateLogic, 0x0074)
  118. ENTRY(ItemManaCost, 0x0075)
  119. ENTRY(Logoff, 0x0076)
  120. ENTRY(Active, 0x0077)
  121. ENTRY(AttackHeight, 0x0078)
  122. ENTRY(NumAttackFailures, 0x0079)
  123. ENTRY(AiCpThreshold, 0x007a)
  124. ENTRY(AiAdvancementStrategy, 0x007b)
  125. ENTRY(Version, 0x007c)
  126. ENTRY(Age, 0x007d)
  127. ENTRY(VendorHappyMean, 0x007e)
  128. ENTRY(VendorHappyVariance, 0x007f)
  129. ENTRY(CloakStatus, 0x0080)
  130. ENTRY(VitaeCpPool, 0x0081)
  131. ENTRY(NumServicesSold, 0x0082)
  132. ENTRY(MaterialType, 0x0083)
  133. ENTRY(NumAllegianceBreaks, 0x0084)
  134. ENTRY(ShowableOnRadar, 0x0085)
  135. ENTRY(PlayerKillerStatus, 0x0086)
  136. ENTRY(VendorHappyMaxItems, 0x0087)
  137. ENTRY(ScorePageNum, 0x0088)
  138. ENTRY(ScoreConfigNum, 0x0089)
  139. ENTRY(ScoreNumScores, 0x008a)
  140. ENTRY(DeathLevel, 0x008b)
  141. ENTRY(AIOptions, 0x008c)
  142. ENTRY(OpenToEveryone, 0x008d)
  143. ENTRY(GeneratorTimeType, 0x008e)
  144. ENTRY(GeneratorStartTime, 0x008f)
  145. ENTRY(GeneratorEndTime, 0x0090)
  146. ENTRY(GeneratorEndDestructionType, 0x0091)
  147. ENTRY(XPOverride, 0x0092)
  148. ENTRY(NumCrashAndTurns, 0x0093)
  149. ENTRY(ComponentWarningThreshold, 0x0094)
  150. ENTRY(HouseStatus, 0x0095)
  151. ENTRY(HookPlacement, 0x0096)
  152. ENTRY(HookType, 0x0097)
  153. ENTRY(HookItemType, 0x0098)
  154. ENTRY(AIPpThreshold, 0x0099)
  155. ENTRY(GeneratorVersion, 0x009a)
  156. ENTRY(HouseType, 0x009b)
  157. ENTRY(PickupEmoteOffset, 0x009c)
  158. ENTRY(WeenieIteration, 0x009d)
  159. ENTRY(WieldRequirements, 0x009e)
  160. ENTRY(WieldSkilltype, 0x009f)
  161. ENTRY(WieldDifficulty, 0x00a0)
  162. ENTRY(HouseMaxHooksUsable, 0x00a1)
  163. ENTRY(HouseCurrentHooksUsable, 0x00a2)
  164. ENTRY(AllegianceMinLevel, 0x00a3)
  165. ENTRY(AllegianceMaxLevel, 0x00a4)
  166. ENTRY(HouseRelinkHookCount, 0x00a5)
  167. ENTRY(SlayerCreatureType, 0x00a6)
  168. ENTRY(ConfirmationInProgress, 0x00a7)
  169. ENTRY(ConfirmationTypeInProgress, 0x00a8)
  170. ENTRY(TsysMutationData, 0x00a9)
  171. ENTRY(NumItemsInMaterial, 0x00aa)
  172. ENTRY(NumTimesTinkered, 0x00ab)
  173. ENTRY(AppraisalLongDescDecoration, 0x00ac)
  174. ENTRY(AppraisalLockpickSuccessPercent, 0x00ad)
  175. ENTRY(AppraisalPages, 0x00ae)
  176. ENTRY(AppraisalMaxPages, 0x00af)
  177. ENTRY(AppraisalItemSkill, 0x00b0)
  178. ENTRY(GemCount, 0x00b1)
  179. ENTRY(GemType, 0x00b2)
  180. ENTRY(ImbuedEffect, 0x00b3)
  181. ENTRY(AttackersRawSkillValue, 0x00b4)
  182. ENTRY(ChessRank, 0x00b5)
  183. ENTRY(ChessTotalgames, 0x00b6)
  184. ENTRY(ChessGameswon, 0x00b7)
  185. ENTRY(ChessGameslost, 0x00b8)
  186. ENTRY(TypeOfAlteration, 0x00b9)
  187. ENTRY(SkillToBeAltered, 0x00ba)
  188. ENTRY(SkillAlterationCount, 0x00bb)
  189. ENTRY(HeritageGroup, 0x00bc)
  190. ENTRY(TransferFromAttribute, 0x00bd)
  191. ENTRY(TransferToAttribute, 0x00be)
  192. ENTRY(AttributeTransferCount, 0x00bf)
  193. ENTRY(FakeFishingSkill, 0x00c0)
  194. ENTRY(NumKeys, 0x00c1)
  195. ENTRY(DeathTimestamp, 0x00c2)
  196. ENTRY(PKTimestamp, 0x00c3)
  197. ENTRY(VictimTimestamp, 0x00c4)
  198. ENTRY(HookGroup, 0x00c5)
  199. ENTRY(AllegianceSwearTimestamp, 0x00c6)
  200. ENTRY(HousePurchaseTimestamp, 0x00c7)
  201. ENTRY(RedirectableEquippedArmorCount, 0x00c8)
  202. ENTRY(MeleedefenseImbuedeffecttypeCache, 0x00c9)
  203. ENTRY(MissiledefenseImbuedeffecttypeCache, 0x00ca)
  204. ENTRY(MagicdefenseImbuedeffecttypeCache, 0x00cb)
  205. ENTRY(ElementalDamageBonus, 0x00cc)
  206. ENTRY(ImbueAttempts, 0x00cd)
  207. ENTRY(ImbueSuccesses, 0x00ce)
  208. ENTRY(CreatureKills, 0x00cf)
  209. ENTRY(PlayerKillsPK, 0x00d0)
  210. ENTRY(PlayerKillsPKL, 0x00d1)
  211. ENTRY(RaresTierOne, 0x00d2)
  212. ENTRY(RaresTierTwo, 0x00d3)
  213. ENTRY(RaresTierThree, 0x00d4)
  214. ENTRY(RaresTierFour, 0x00d5)
  215. ENTRY(RaresTierFive, 0x00d6)
  216. ENTRY(AugmentationStat, 0x00d7)
  217. ENTRY(AugmentationFamilyStat, 0x00d8)
  218. ENTRY(AugmentationInnateFamily, 0x00d9)
  219. ENTRY(AugmentationInnateStrength, 0x00da)
  220. ENTRY(AugmentationInnateEndurance, 0x00db)
  221. ENTRY(AugmentationInnateCoordination, 0x00dc)
  222. ENTRY(AugmentationInnateQuickness, 0x00dd)
  223. ENTRY(AugmentationInnateFocus, 0x00de)
  224. ENTRY(AugmentationInnateSelf, 0x00df)
  225. ENTRY(AugmentationSpecializeSalvaging, 0x00e0)
  226. ENTRY(AugmentationSpecializeItemTinkering, 0x00e1)
  227. ENTRY(AugmentationSpecializeArmorTinkering, 0x00e2)
  228. ENTRY(AugmentationSpecializeMagicItemTinkering, 0x00e3)
  229. ENTRY(AugmentationSpecializeWeaponTinkering, 0x00e4)
  230. ENTRY(AugmentationExtraPackSlot, 0x00e5)
  231. ENTRY(AugmentationIncreasedCarryingCapacity, 0x00e6)
  232. ENTRY(AugmentationLessDeathItemLoss, 0x00e7)
  233. ENTRY(AugmentationSpellsRemainPastDeath, 0x00e8)
  234. ENTRY(AugmentationCriticalDefense, 0x00e9)
  235. ENTRY(AugmentationBonusXp, 0x00ea)
  236. ENTRY(AugmentationBonusSalvage, 0x00eb)
  237. ENTRY(AugmentationBonusImbueChance, 0x00ec)
  238. ENTRY(AugmentationFasterRegen, 0x00ed)
  239. ENTRY(AugmentationIncreasedSpellDuration, 0x00ee)
  240. ENTRY(AugmentationResistanceFamily, 0x00ef)
  241. ENTRY(AugmentationResistanceSlash, 0x00f0)
  242. ENTRY(AugmentationResistancePierce, 0x00f1)
  243. ENTRY(AugmentationResistanceBlunt, 0x00f2)
  244. ENTRY(AugmentationResistanceAcid, 0x00f3)
  245. ENTRY(AugmentationResistanceFire, 0x00f4)
  246. ENTRY(AugmentationResistanceFrost, 0x00f5)
  247. ENTRY(AugmentationResistanceLightning, 0x00f6)
  248. ENTRY(RaresTierOneLogin, 0x00f7)
  249. ENTRY(RaresTierTwoLogin, 0x00f8)
  250. ENTRY(RaresTierThreeLogin, 0x00f9)
  251. ENTRY(RaresTierFourLogin, 0x00fa)
  252. ENTRY(RaresTierFiveLogin, 0x00fb)
  253. ENTRY(RaresLoginTimestamp, 0x00fc)
  254. ENTRY(RaresTierSix, 0x00fd)
  255. ENTRY(RaresTierSeven, 0x00fe)
  256. ENTRY(RaresTierSixLogin, 0x00ff)
  257. ENTRY(RaresTierSevenLogin, 0x0100)
  258. ENTRY(ItemAttributeLimit, 0x0101)
  259. ENTRY(ItemAttributeLevelLimit, 0x0102)
  260. ENTRY(ItemAttribute2ndLimit, 0x0103)
  261. ENTRY(ItemAttribute2ndLevelLimit, 0x0104)
  262. ENTRY(CharacterTitleId, 0x0105)
  263. ENTRY(NumCharacterTitles, 0x0106)
  264. ENTRY(ResistanceModifierType, 0x0107)
  265. ENTRY(FreeTinkersBitfield, 0x0108)
  266. ENTRY(EquipmentSetId, 0x0109)
  267. ENTRY(PetClass, 0x010a)
  268. ENTRY(Lifespan, 0x010b)
  269. ENTRY(RemainingLifespan, 0x010c)
  270. ENTRY(UseCreateQuantity, 0x010d)
  271. ENTRY(WieldRequirements2, 0x010e)
  272. ENTRY(WieldSkilltype2, 0x010f)
  273. ENTRY(WieldDifficulty2, 0x0110)
  274. ENTRY(WieldRequirements3, 0x0111)
  275. ENTRY(WieldSkilltype3, 0x0112)
  276. ENTRY(WieldDifficulty3, 0x0113)
  277. ENTRY(WieldRequirements4, 0x0114)
  278. ENTRY(WieldSkilltype4, 0x0115)
  279. ENTRY(WieldDifficulty4, 0x0116)
  280. ENTRY(Unique, 0x0117)
  281. ENTRY(SharedCooldown, 0x0118)
  282. ENTRY(Faction1Bits, 0x0119)
  283. ENTRY(Faction2Bits, 0x011a)
  284. ENTRY(Faction3Bits, 0x011b)
  285. ENTRY(Hatred1Bits, 0x011c)
  286. ENTRY(Hatred2Bits, 0x011d)
  287. ENTRY(Hatred3Bits, 0x011e)
  288. ENTRY(SocietyRankCelhan, 0x011f)
  289. ENTRY(SocietyRankEldweb, 0x0120)
  290. ENTRY(SocietyRankRadblo, 0x0121)
  291. ENTRY(HearLocalSignals, 0x0122)
  292. ENTRY(HearLocalSignalsRadius, 0x0123)
  293. ENTRY(Cleaving, 0x0124)
  294. ENTRY(AugmentationSpecializeGearcraft, 0x0125)
  295. ENTRY(AugmentationInfusedCreatureMagic, 0x0126)
  296. ENTRY(AugmentationInfusedItemMagic, 0x0127)
  297. ENTRY(AugmentationInfusedLifeMagic, 0x0128)
  298. ENTRY(AugmentationInfusedWarMagic, 0x0129)
  299. ENTRY(AugmentationCriticalExpertise, 0x012a)
  300. ENTRY(AugmentationCriticalPower, 0x012b)
  301. ENTRY(AugmentationSkilledMelee, 0x012c)
  302. ENTRY(AugmentationSkilledMissile, 0x012d)
  303. ENTRY(AugmentationSkilledMagic, 0x012e)
  304. ENTRY(ImbuedEffect2, 0x012f)
  305. ENTRY(ImbuedEffect3, 0x0130)
  306. ENTRY(ImbuedEffect4, 0x0131)
  307. ENTRY(ImbuedEffect5, 0x0132)
  308. ENTRY(DamageRating, 0x0133)
  309. ENTRY(DamageResistRating, 0x0134)
  310. ENTRY(AugmentationDamageBonus, 0x0135)
  311. ENTRY(AugmentationDamageReduction, 0x0136)
  312. ENTRY(ImbueStackingBits, 0x0137)
  313. ENTRY(HealOverTime, 0x0138)
  314. ENTRY(CritRating, 0x0139)
  315. ENTRY(CritDamageRating, 0x013a)
  316. ENTRY(CritResistRating, 0x013b)
  317. ENTRY(CritDamageResistRating, 0x013c)
  318. ENTRY(HealingResistRating, 0x013d)
  319. ENTRY(DamageOverTime, 0x013e)
  320. ENTRY(ItemMaxLevel, 0x013f)
  321. ENTRY(ItemXpStyle, 0x0140)
  322. ENTRY(EquipmentSetExtra, 0x0141)
  323. ENTRY(AetheriaBitfield, 0x0142)
  324. ENTRY(HealingBoostRating, 0x0143)
  325. ENTRY(HeritageSpecificArmor, 0x0144)
  326. ENTRY(AlternateRacialSkills, 0x0145)
  327. ENTRY(AugmentationJackOfAllTrades, 0x0146)
  328. ENTRY(AugmentationResistanceNether, 0x0147)
  329. ENTRY(AugmentationInfusedVoidMagic, 0x0148)
  330. ENTRY(WeaknessRating, 0x0149)
  331. ENTRY(NetherOverTime, 0x014a)
  332. ENTRY(NetherResistRating, 0x014b)
  333. ENTRY(LuminanceAward, 0x014c)
  334. ENTRY(LumAugDamageRating, 0x014d)
  335. ENTRY(LumAugDamageReductionRating, 0x014e)
  336. ENTRY(LumAugCritDamageRating, 0x014f)
  337. ENTRY(LumAugCritReductionRating, 0x0150)
  338. ENTRY(LumAugSurgeEffectRating, 0x0151)
  339. ENTRY(LumAugSurgeChanceRating, 0x0152)
  340. ENTRY(LumAugItemManaUsage, 0x0153)
  341. ENTRY(LumAugItemManaGain, 0x0154)
  342. ENTRY(LumAugVitality, 0x0155)
  343. ENTRY(LumAugHealingRating, 0x0156)
  344. ENTRY(LumAugSkilledCraft, 0x0157)
  345. ENTRY(LumAugSkilledSpec, 0x0158)
  346. ENTRY(LumAugNoDestroyCraft, 0x0159)
  347. ENTRY(RestrictInteraction, 0x015a)
  348. ENTRY(OlthoiLootTimestamp, 0x015b)
  349. ENTRY(OlthoiLootStep, 0x015c)
  350. ENTRY(UseCreatesContractId, 0x015d)
  351. ENTRY(DotResistRating, 0x015e)
  352. ENTRY(LifeResistRating, 0x015f)
  353. ENTRY(CloakWeaveProc, 0x0160)
  354. ENTRY(WeaponType, 0x0161)
  355. ENTRY(MeleeMastery, 0x0162)
  356. ENTRY(RangedMastery, 0x0163)
  357. ENTRY(SneakAttackRating, 0x0164)
  358. ENTRY(RecklessnessRating, 0x0165)
  359. ENTRY(DeceptionRating, 0x0166)
  360. ENTRY(CombatPetRange, 0x0167)
  361. ENTRY(WeaponAuraDamage, 0x0168)
  362. ENTRY(WeaponAuraSpeed, 0x0169)
  363. ENTRY(SummoningMastery, 0x016a)
  364. ENTRY(HeartbeatLifespan, 0x016b)
  365. ENTRY(UseLevelRequirement, 0x016c)
  366. ENTRY(LumAugAllSkills, 0x016d)
  367. ENTRY(UseRequiresSkill, 0x016e)
  368. ENTRY(UseRequiresSkillLevel, 0x016f)
  369. ENTRY(UseRequiresSkillSpec, 0x0170)
  370. ENTRY(UseRequiresLevel, 0x0171)
  371. ENTRY(GearDamage, 0x0172)
  372. ENTRY(GearDamageResist, 0x0173)
  373. ENTRY(GearCrit, 0x0174)
  374. ENTRY(GearCritResist, 0x0175)
  375. ENTRY(GearCritDamage, 0x0176)
  376. ENTRY(GearCritDamageResist, 0x0177)
  377. ENTRY(GearHealingBoost, 0x0178)
  378. ENTRY(GearNetherResist, 0x0179)
  379. ENTRY(GearLifeResist, 0x017a)
  380. ENTRY(GearMaxHealth, 0x017b)