Features
- Set custom
MessageColor
andMessageIconUrl
for a broadcast message - Set the custom id, speed and delay for the airdrop called by supply signal grenade
Workshop
You can use any grenade item as Supply Grenade. For example you can use the following: SupplySignal
Configuration
<?xml version="1.0" encoding="utf-8"?>
<SupplySignalConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<MessageColor>yellow</MessageColor>
<MessageIconUrl>https://i.imgur.com/YBvLzj1.png</MessageIconUrl>
<SupplyGrenadeId>14950</SupplyGrenadeId>
<AirdropDelay>5</AirdropDelay>
<AirdropId>23412</AirdropId>
<AirdropSpeed>128</AirdropSpeed>
<ShouldBroadcast>true</ShouldBroadcast>
</SupplySignalConfiguration>
Translations
<?xml version="1.0" encoding="utf-8"?>
<Translations xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Translation Id="BroadcastAirdrop" Value="{0} called in airdrop!" />
</Translations>