#31 - Oct. 2, 2013, 2:03 p.m.
Is there any way to know who has the bloodlust bonuses? Do we need to monitor it ourself ?
The buff changes owner when another server keeps 3 points for 2 minutes.
When the October 15th update goes live, the match_details resource will include Borderlands Bloodlust information in a new “bonuses” array. The format looks like…
"maps": [
{
"type": "RedHome",
"scores": [ 80148, 7022, 18582 ],
"objectives": [
{ "id": 32, "owner": "Red", "owner_guild": "277CCE76-6254-4CF2-8A2D-15A30B7110BD" },
{ "id": 35, "owner": "Green" },
...
],
"bonuses": [
{ "type": "bloodlust", "owner": "Red" }
]
},
...
Every map object will have a bonuses array. In maps which are not providing any bonus to any player team, that array will be empty. So the bonuses array will empty on the Center map, and on any Borderlands map which is not providing the bonus to one of the Red, Blue, or Green teams.
The frequency of match_details updates will be the same as it is now.