Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.64 KB | None | 0 0
  1. {
  2. "_name": "Zombie",
  3. "drops": [],
  4. "stats": [
  5. {
  6. "function": "choose",
  7. "functions": [
  8. {
  9. "weight": 1,
  10. "function": "all",
  11. "functions": [
  12. {
  13. "function": "modifier",
  14. "attribute": "generic.attackDamage",
  15. "value": "1.0~2.0"
  16. },
  17. {
  18. "function": "modifier",
  19. "attribute": "generic.movementSpeed",
  20. "value": "0.2~0.4",
  21. "operator": 1
  22. },
  23. {
  24. "function": "modifier",
  25. "attribute": "generic.maxHealth",
  26. "value": "0.5~1.0",
  27. "operator": 1
  28. },
  29. {
  30. "function": "equip",
  31. "id": "23851",
  32. "override": "true",
  33. "slot": "0",
  34. "drop_chance": "0.001",
  35. "damage": "0",
  36. "count": "1"
  37. },
  38. {
  39. "function": "equip",
  40. "id": "23886",
  41. "override": "true",
  42. "slot": "3",
  43. "drop_chance": "0.001",
  44. "damage": "0",
  45. "count": "1",
  46. "item_stats": [
  47. {
  48. "function": "color",
  49. "value": "0xffffff"
  50. }
  51. ]
  52. },
  53. {
  54. "function": "all",
  55. "count": 0.4,
  56. "functions": [
  57. {
  58. "function": "equip",
  59. "id": "23885",
  60. "override": "true",
  61. "slot": "4",
  62. "drop_chance": "0.001",
  63. "damage": "0",
  64. "count": "1",
  65. "item_stats": [
  66. {
  67. "function": "color",
  68. "value": "0xffffff"
  69. }
  70. ]
  71. }
  72. ]
  73. },
  74. {
  75. "function": "all",
  76. "count": 0.75,
  77. "functions": [
  78. {
  79. "function": "equip",
  80. "id": "23887",
  81. "override": "true",
  82. "slot": "2",
  83. "drop_chance": "0.001",
  84. "damage": "0",
  85. "count": "1",
  86. "item_stats": [
  87. {
  88. "function": "color",
  89. "value": "0xffffff"
  90. }
  91. ]
  92. }
  93. ]
  94. },
  95. {
  96. "function": "all",
  97. "count": 0.66,
  98. "functions": [
  99. {
  100. "function": "equip",
  101. "id": "23888",
  102. "override": "true",
  103. "slot": "1",
  104. "drop_chance": "0.001",
  105. "damage": "0",
  106. "count": "1",
  107. "item_stats": [
  108. {
  109. "function": "color",
  110. "value": "0xffffff"
  111. }
  112. ]
  113. }
  114. ]
  115. }
  116. ]
  117. },
  118. {
  119. "weight": 2,
  120. "function": "all",
  121. "functions": [
  122. {
  123. "function": "modifier",
  124. "attribute": "generic.attackDamage",
  125. "value": "1.0~1.5"
  126. },
  127. {
  128. "function": "modifier",
  129. "attribute": "generic.movementSpeed",
  130. "value": "0.1~0.3",
  131. "operator": 1
  132. },
  133. {
  134. "function": "modifier",
  135. "attribute": "generic.maxHealth",
  136. "value": "0.5~1.0",
  137. "operator": 1
  138. }
  139. ]
  140. }
  141. ]
  142. }
  143. ]
  144. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement