You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: iaf-intel.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,3 +51,13 @@ Event timers shown on the side of the main menu. There are a maximum of 3 copies
51
51
-`font` (type `string`) - Font of the message (default `ChatFont`; defined in `ChatScheme.res`).
52
52
53
53
Announcements that appear in game chat, similar to Warframe's Red Text.
54
+
55
+
## `hoiafMissionBounty` (structured)
56
+
57
+
-`id` (type `int`) - A unique identifier for the bounty. Used by the client to record whether the mission bounty has been previously completed.
58
+
-`starts` (type `uint64`) - Unix timestamp of when eligibility for the bounty begins. The bounty should not be displayed to players before then.
59
+
-`ends` (type `uint64`) - Unix timestamp of when eligibility for the bounty ends. The bounty should not be displayed to players after then.
60
+
-`map` (type `string`) - Lower-case ASCII filename of the mission this bounty is for.
61
+
-`points` (type `int`) - Number of bonus points that will be awarded to players who complete the bounty.
62
+
63
+
Mission bounties award bonus points the first time a mission is completed in a participating server on any difficulty within a given time period. Multiple bounties overlap, and bounties with the same start time will have the same end time and should be grouped together.
0 commit comments