DailyEvent.xml defines daily bonus events: per-day-of-week effect configurations that apply abnormalities, drop bonuses, enchant bonuses, and other modifiers.
Effects are per day: Each dayOfWeekIndex entry has its own list of effects. A maximum of 3 effects per day is enforced by the XSD.
Effect type determines relevant attributes: Each DailyEventEffectType uses a different subset of optional attributes. Unused attributes for a given type are ignored.
Config maps to root and Time element:enable maps to the root DailyEvent element’s attribute, while resetHour maps to the nested Time element’s attribute.
Day index range: Valid values are 0 (Sunday) through 6 (Saturday).