| enum | SentientActionID : uint {
SentientActionID.Undef = 0x00000000
,
SentientActionID.Equip = 0x00000001
,
SentientActionID.XPAdded = 0x00000002
,
SentientActionID.FilgreeSlotUnlocked = 0x00000003
,
SentientActionID.ItemDamaged = 0x00000004
,
SentientActionID.ItemDestroyed = 0x00000005
,
SentientActionID.Unequip = 0x00000006
,
SentientActionID.StoryQuestBestow = 0x00000007
,
SentientActionID.StoryQuestTurnIn = 0x00000008
,
SentientActionID.MonsterKill = 0x00000009
,
SentientActionID.OwnerLowHealth = 0x0000000A
,
SentientActionID.OwnerTakeDamage = 0x0000000B
,
SentientActionID.OwnerKilled = 0x0000000C
,
SentientActionID.OwnerFailedLockpick = 0x0000000D
,
SentientActionID.OwnerFailedTrapDisarm = 0x0000000E
,
SentientActionID.OwnerHitsTrap = 0x0000000F
,
SentientActionID.OwnerFailedLever = 0x00000010
,
SentientActionID.OwnerSearchSucceeded = 0x00000011
,
SentientActionID.OwnerDisablesTrap = 0x00000012
,
SentientActionID.OwnerRaised = 0x00000013
,
SentientActionID.OwnerInteractsChest = 0x00000014
,
SentientActionID.OwnerInteractsCollectible = 0x00000015
,
SentientActionID.OwnerInteractsRestShrine = 0x00000016
,
SentientActionID.OtherPlayerDeath = 0x00000017
,
SentientActionID.EventWorse = 0x00000018
,
SentientActionID.PlaceSuspicious = 0x00000019
,
SentientActionID.PlaceNice = 0x0000001A
,
SentientActionID.NPCNice = 0x0000001B
,
SentientActionID.NPCShady = 0x0000001C
,
SentientActionID.LookElsewhere = 0x0000001D
,
SentientActionID.OwnerActionGood = 0x0000001E
,
SentientActionID.OwnerActionEvil = 0x0000001F
,
SentientActionID.OwnerActionChaotic = 0x00000020
,
SentientActionID.OwnerActionLawful = 0x00000021
,
SentientActionID.OwnerCCTarget = 0x00000022
,
SentientActionID.EventGood = 0x00000023
,
SentientActionID.EventBad = 0x00000024
,
SentientActionID.Preview = 0x00000025
,
SentientActionID.EventSuspicious = 0x00000026
,
SentientActionID.EventBetrayed = 0x00000027
,
SentientActionID.PlaceCreepy = 0x00000028
} |