Space Engineers

Space Engineers

Not enough ratings
PvE: DroneBounties
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
1.043 MB
24 May, 2022 @ 8:42am
15 Mar @ 11:14am
9 Change Notes ( view )

Subscribe to download
PvE: DroneBounties

Description
Get paid bounties for drone kills. Bounties are spread between all damage contributors. Configure by adding "BountyOnKill=555;" to the CustomData of the MES Rival AI Remote Control block.

GitHub - https://github.com/tinsoldier/DroneBounties

The best way to do this is to add the line BountyOnKill=500000; at the bottom of the RivalAI Behavior definition. For example:
<EntityComponent xsi:type="MyObjectBuilder_InventoryComponentDefinition"> <Id> <TypeId>Inventory</TypeId> <SubtypeId>GVK-Drone-Behavior-SmallPatrolHorseflyInterceptor</SubtypeId> </Id> <Description> [RivalAI Behavior] [BehaviorName:Patrol] ... ... ... [TriggerGroups:GVK-Drone-All-TriggerGroup-SmallFlyerDefeated] BountyOnKill=500000; </Description> </EntityComponent>