Advertisement
Guest User

ice staff v1.1

a guest
Nov 21st, 2019
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. {
  2. "id": "icestaff",
  3. "name": "ice staff",
  4. "desc": "This staff is tipped by an ice orb which seems to be impossibly cold",
  5. "level": 10,
  6. "material": "ice",
  7. "unique": true,
  8. "type": "weapon",
  9. "tohit": 4,
  10. "attack": {
  11. "kind": "ice",
  12. "name": "ice blast"
  13. "damage": "6~8",
  14. "dot": {
  15. "duration": 5,
  16. "dmg": "2~4",
  17. "name": "frost bite",
  18. "kind": "ice"
  19.  
  20. },
  21. "mod":{
  22. "ice.rate":"20%",
  23. "ice.max":"20%",
  24. "frost.rate":4,
  25. "icelore.rate":2,
  26. "fire.rate":"-80%",
  27. "fire.max":"-80%",
  28. },
  29. }
  30. },
  31. {
  32. "id": "icestaff",
  33. "name": "water staff",
  34. "desc": "The orb seems to have melted away, but the staff is no less powerful",
  35. "level": 10,
  36. "material": "ice",
  37. "unique": true,
  38. "type": "weapon",
  39. "tohit": 4,
  40. "attack": {
  41. "kind": "water",
  42. "name": "water blast"
  43. "damage": "14~20",
  44. "mod":{
  45. "water.rate":"20%",
  46. "water.max":"20%",
  47. "waterlore.rate":2,
  48. "fire.rate":"-40%",
  49. "fire.max":"-40%",
  50. },
  51. }
  52. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement