Skip to content
ShadowDoctorK edited this page Apr 2, 2019 · 5 revisions

Return To Event Index

Event Information

[Game Event] This event is triggered when you kill a wanted target and claim the bounty.

Event Trigger & Variables

Create a command named "EVENT - Bounty" for the Project A.L.I.C.E plug-in to trigger once the event is processed.

The following variables are populated for use:

  • Bounty_Victim The name of the target killed.
  • Bounty_VictimFaction The name of the target's faction.
  • Bounty_Shared Indicates if the bounty was shared with NPC Crew members.
  • Bounty_Vehicle The vehicle type. Skimmer or Ship.
  • Bounty_Reward The amount in credits rewarded.

Journal Entry Example

{ "timestamp":"2018-10-12T00:02:53Z", "event":"Bounty", "Rewards":[ { "Faction":"BD+06 5034 Bridge Commodities", "Reward":55800 }, { "Faction":"Cavalry Command of Yuma", "Reward":65260 }, { "Faction":"Revolutionary Lalande 43492 Labour", "Reward":74160 }, { "Faction":"LHS 480 Crimson Natural Group", "Reward":69840 } ], "Target":"python", "TotalReward":265060, "VictimFaction":"Nankul General Holdings", "SharedWithOthers":1 }