Skip to content

Commit 0295ed0

Browse files
committed
mission bounty object
1 parent 507cef6 commit 0295ed0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

iaf-intel.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,13 @@ Event timers shown on the side of the main menu. There are a maximum of 3 copies
5151
- `font` (type `string`) - Font of the message (default `ChatFont`; defined in `ChatScheme.res`).
5252

5353
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

Comments
 (0)