Advertisement
Guest User

Bioshock`

a guest
May 2nd, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. #=============================================================
  2. # PvP Assist Reward
  3. #=============================================================
  4. # Enable PvP Assist
  5. # Deafault: False
  6. AssistEnabled = True
  7. # Damage reduced per time check to give reward.
  8. # Ex. If damage dealt equal to 1000 and AssistDamageReduction to 200,
  9. # attacker will receive 1000 / 200 = 5 rewards
  10. AssistDamageReduction = 200
  11. # Time in millisecond since last Damage dealt to count new damage
  12. AssistTimeOut = 20000
  13. # Reward given per AssistDamageReduction
  14. # Default: 1
  15. AssistRewardCountPerInstance = 1
  16. # Reward id
  17. AssistRewardId = 57
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement