## PICKUPS.INI ## This file contains configuration information for pickups, ## such as ammunition, health, adrenaline, etc. [UCGameplay.UCPickup] DetonationDamage=75 DetonationRadius=350.0 DetonationMomentum=30000 [UCGameplay.UCAmmo] DromAmmoScale=0.5 MinDropAmmo=1 RespawnTime=25 ## HEALTH PICKUPS # bSuperHeal means that the pickup can take you over default values [UCInventory.UCPickup_Health_Super] HealingAmount=200 StunReduceAmount=1.0 bSuperHeal=true [UCInventory.UCPickup_Health_Medium] HealingAmount=25 StunReduceAmount=0.25 [UCInventory.UCPickup_Health_Small] HealingAmount=8 StunReduceAmount=0.1 bSuperHeal=true ## ADRENALINE PICKUPS [UCInventory.UCPickup_Adrenaline_Super] AdrenalineAmount=10000 [UCInventory.UCPickup_Adrenaline_Small] AdrenalineAmount=10 RespawnTime=20 ## AMMUNITION # keep in mind that players carry much more energy ammo than explosive # energy, so that we can support lots of low-damage shots with high ROF # energy weapons like the stinger [UCInventory.UCPickup_Ammo_Energy_Small] AmmoAmount=32 MinDropAmmo=16 [UCInventory.UCPickup_Ammo_Explosive_Small] AmmoAmount=8 MinDropAmmo=4