Add last officially used condition, one type left

This commit is contained in:
Michael Scire 2022-02-08 18:07:38 -08:00
parent 5a868c7a4a
commit 66263ae7b7

View File

@ -35,6 +35,8 @@ public enum ConditionType8a : ulong
Probability = 0x5E53C6367A2D36BC, // "probability"
ProgressWorkCondition = 0x43C4820F12B5385C, // "progress_work_condition"
ProgressWorkConditionHash = 0x409A7F367B037545, // "progress_work_condition_hash"
ProgressResidentWorkCondition = 0xD0D514A85FC0B50F, // "progress_resident_work_condition" // UNUSED
ProgressResidentWorkConditionHash = 0x1C5747049C3B1920, // "progress_resident_work_condition_hash"
QuestProgressCondition = 0x2041C674206FE0A7, // "quest_progress_condition"
TimeZone = 0x46EBE59F660B132B, // "time_zone"
TimeZoneAfternoon = 0x8E0F436D4E20E310, // "time_zone_afternoon"