Video
Readme
Boosts
Items that give speed and jump boosts to players. Armor and boosts UI included.
Features
- Items that give speed and jump boosts to players.
- Armor and Boosts UI.
- Configurable armor and explosion armor values.
- Configurable speed and jump boosts.
- Configurable if the item must be equipped to give the boosts.
Credits
- Rise for requesting and sponsoring this plugin.
Workshop
3282349079 - Boosts UI (Armor and Boosts)
Configuration
<?xml version="1.0" encoding="utf-8"?>
<BoostsConfiguration xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<Debug>false</Debug>
<EnableUI>true</EnableUI>
<UIEffectId>24530</UIEffectId>
<UseArmorDurabilities>false</UseArmorDurabilities>
<ArmorClothings>
<ArmorClothing ItemId="1010" Armor="0.3" ExplosionArmor="0.1" />
<ArmorClothing ItemId="1011" Armor="0.4" ExplosionArmor="0.4" />
<ArmorClothing ItemId="1012" Armor="0.4" ExplosionArmor="0.4" />
<ArmorClothing ItemId="1013" Armor="0.2" ExplosionArmor="0.1" />
</ArmorClothings>
<BoostItems>
<BoostItem>
<ItemId>363</ItemId>
<SpeedBoost>2</SpeedBoost>
<JumpBoost>1.5</JumpBoost>
<RequireEquip>true</RequireEquip>
</BoostItem>
<BoostItem>
<ItemId>254</ItemId>
<SpeedBoost>5</SpeedBoost>
<JumpBoost>3</JumpBoost>
<RequireEquip>false</RequireEquip>
</BoostItem>
</BoostItems>
</BoostsConfiguration>