Me_Goes_RAWR

DrugEffect Config

Dec 20th, 2019 (edited)
1,111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.22 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <DrugEffectsConfig xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  3.   <Drugs>
  4.     <DrugInfo ItemID="1435" Speed="1" Resistance="0.9" Jump="2" Gravity="0.4" Damage="2" HealingInterval="0" HealingAmount="0" Hallucination="0" Time="60" />
  5.   </Drugs>
  6.   <MessageColor>green</MessageColor>
  7.   <ExtraBoostMessages>true</ExtraBoostMessages>
  8.   <AllowGivingDrugItems>false</AllowGivingDrugItems>
  9. </DrugEffectsConfig>
  10.  
  11. #Explanation:
  12. #ItemID is the id of the consumable.
  13. #Speed is how fast their movement is. Higher values make you go faster. There is a max though before it just freezes you in place.
  14. #Resistance is the percentage of damage you can resist on top of armor. Lower values are higher resistance.
  15. #Jump will allow you to just that many times higher. This might have the same effect as speed were it can only go so far.
  16. #Gravity is how fast or slow you will fall to the ground. Lower values are slower falling.
  17. #Time is how long it lasts in seconds.
  18. #HealingInterval is how often in seconds it will heal.
  19. #HealingAmount is the amount that will heal.
  20. #AllowGivingDrugItems will allow you to use a item like a vaccine to give drug effects.
Advertisement
Add Comment
Please, Sign In to add comment