Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. {
  2. "light" : {
  3. "none" : 1.35,
  4. "light" : 1.1,
  5. "medium" : 1,
  6. "heavy" : 0.75,
  7. "magic" : 0.9
  8. },
  9. "medium" : {
  10. "none" : 1.2,
  11. "light" : 1,
  12. "medium" : 1,
  13. "heavy" : 0.85,
  14. "magic" : 0.9
  15. },
  16. "heavy" : {
  17. "none" : 1,
  18. "light" : 1,
  19. "medium" : 1.3,
  20. "heavy" : 1.1,
  21. "magic" : 1
  22. },
  23. "range" : {
  24. "none" : 1.1,
  25. "light" : 0.9,
  26. "medium" : 1.1,
  27. "heavy" : 0.85,
  28. "magic" : 1.4
  29. },
  30. "magic" : {
  31. "none" : 1,
  32. "light" : 0.9,
  33. "medium" : 1,
  34. "heavy" : 1.2,
  35. "magic" : 1
  36. }
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement