Advertisement
Guest User

ice staff

a guest
Nov 21st, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 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. },
  27. }
  28. },
  29. {
  30. "id": "icestaff",
  31. "name": "water staff",
  32. "desc": "The orb seems to have melted away, but the staff is no less powerful",
  33. "level": 10,
  34. "material": "ice",
  35. "unique": true,
  36. "type": "weapon",
  37. "tohit": 4,
  38. "attack": {
  39. "kind": "water",
  40. "name": "water blast"
  41. "damage": "14~20",
  42. "mod":{
  43. "water.rate":"20%",
  44. "water.max":"20%",
  45. "waterlore.rate":2,
  46. },
  47. }
  48. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement