Advertisement
Guest User

Untitled

a guest
Sep 21st, 2021
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. [
  2. {
  3. "type": "mutation",
  4. "id": "THRESH_RABBIT",
  5. "name": { "str": "Rabbit" },
  6. "points": 1,
  7. "description": "You are so adorable!",
  8. "valid": false,
  9. "purifiable": false,
  10. "threshold": true
  11. },
  12. {
  13. "type": "mutation",
  14. "id": "RABBIT_EARS",
  15. "name": { "str": "Rabbit Ears" },
  16. "points": 1,
  17. "visibility": 9,
  18. "ugliness": -2,
  19. "description": "Your ears have grown into tall, flexible and pretty rabbit ears. They're are slender and enhance your hearing beyond the normal range.",
  20. "valid": false,
  21. "types": [ "EARS" ],
  22. "category": [ "RABBIT" ],
  23. "hearing_modifier": 1.8
  24. },
  25. {
  26. "type": "mutation",
  27. "id": "TAIL_RABBIT",
  28. "name": { "str": "Rabbit Tail" },
  29. "points": 0,
  30. "visibility": 1,
  31. "ugliness": -2,
  32. "description": "Your stubby tail has become fuzzy and more round. It looks adorable and slightly aids your dodging.",
  33. "types": [ "TAIL" ],
  34. "cancels": [ "TAIL_STUB" ],
  35. "category": [ "RABBIT" ],
  36. "dodge_modifier": 0.5
  37. },
  38. {
  39. "type": "mutation",
  40. "id": "SMALL",
  41. "copy-from": "SMALL",
  42. "category": [ "RABBIT" ]
  43. },
  44. {
  45. "type": "mutation",
  46. "id": "SMALL2",
  47. "copy-from": "SMALL2",
  48. "category": [ "RABBIT" ]
  49. },
  50. {
  51. "type": "mutation",
  52. "id": "SMALL_OK",
  53. "copy-from": "SMALL_OK",
  54. "threshreq": [ "THRESH_RABBIT" ],
  55. "category": [ "RABBIT" ]
  56. },
  57. {
  58. "type": "mutation",
  59. "id": "CRAFTY",
  60. "copy-from": "CRAFTY",
  61. "threshreq": [ "THRESH_RABBIT" ],
  62. "category": [ "RABBIT" ]
  63. },
  64. {
  65. "type": "mutation",
  66. "id": "BADBACK",
  67. "copy-from": "BADBACK",
  68. "extend": { "category": [ "RABBIT" ] }
  69. },
  70. {
  71. "type": "mutation",
  72. "id": "PARKOUR",
  73. "copy-from": "PARKOUR",
  74. "extend": { "category": [ "RABBIT" ] }
  75. },
  76. {
  77. "type": "mutation",
  78. "id": "STR_DOWN",
  79. "copy-from": "STR_DOWN",
  80. "extend": { "category": [ "RABBIT" ] }
  81. },
  82. {
  83. "type": "mutation",
  84. "id": "STR_DOWN_2",
  85. "copy-from": "STR_DOWN2",
  86. "extend": { "category": [ "RABBIT" ] }
  87. },
  88. {
  89. "type": "mutation",
  90. "id": "DEX_UP_2",
  91. "copy-from": "DEX_UP_2",
  92. "extend": { "category": [ "RABBIT" ] }
  93. },
  94. {
  95. "type": "mutation",
  96. "id": "DEX_UP_3",
  97. "copy-from": "DEX_UP_3",
  98. "extend": { "threshreq": [ "THRESH_RABBIT" ], "category": [ "RABBIT" ] }
  99. },
  100. {
  101. "type": "mutation",
  102. "id": "GOODHEARING",
  103. "copy-from": "GOODHEARING",
  104. "extend": { "category": [ "RABBIT" ] }
  105. },
  106. {
  107. "type": "mutation",
  108. "id": "QUICK",
  109. "copy-from": "QUICK",
  110. "extend": { "category": [ "RABBIT" ] }
  111. },
  112. {
  113. "type": "mutation",
  114. "id": "LIGHTSTEP",
  115. "copy-from": "LIGHTSTEP",
  116. "extend": { "category": [ "RABBIT" ] }
  117. },
  118. {
  119. "type": "mutation",
  120. "id": "BEAUTIFUL3",
  121. "copy-from": "BEAUTIFUL",
  122. "extend": { "threshreq": [ "THRESH_RABBIT" ], "category": [ "RABBIT" ] }
  123. },
  124. {
  125. "type": "mutation",
  126. "id": "HUNGER2",
  127. "copy-from": "HUNGER2",
  128. "extend": { "category": [ "RABBIT" ] }
  129. },
  130. {
  131. "type": "mutation",
  132. "id": "ANIMALDISCORD2",
  133. "copy-from": "ANIMALDISCORD2",
  134. "extend": { "category": [ "RABBIT" ] }
  135. },
  136. {
  137. "type": "mutation",
  138. "id": "GOODCARDIO",
  139. "copy-from": "GOODCARDIO",
  140. "extend": { "category": [ "RABBIT" ] }
  141. },
  142. {
  143. "type": "mutation",
  144. "id": "FORGETFUL",
  145. "copy-from": "FORGETFUL",
  146. "extend": { "category": [ "RABBIT" ] }
  147. },
  148. {
  149. "type": "mutation",
  150. "id": "PADDED_FEET",
  151. "copy-from": "PADDED_FEET",
  152. "extend": { "category": [ "RABBIT" ] }
  153. },
  154. {
  155. "type": "mutation",
  156. "id": "PER_UP_2",
  157. "copy-from": "PER_UP_2",
  158. "extend": { "category": [ "RABBIT" ] }
  159. },
  160. {
  161. "type": "mutation",
  162. "id": "INCISORS",
  163. "copy-from": "INCISORS",
  164. "extend": { "threshreq": [ "THRESH_RABBIT" ], "category": [ "RABBIT" ] }
  165. },
  166. {
  167. "type": "mutation",
  168. "id": "RUMINANT",
  169. "copy-from": "RUMINANT",
  170. "extend": { "category": [ "RABBIT" ] }
  171. },
  172. {
  173. "type": "mutation",
  174. "id": "GRAZER",
  175. "copy-from": "GRAZER",
  176. "extend": { "threshreq": [ "THRESH_RABBIT" ], "category": [ "RABBIT" ] }
  177. },
  178. {
  179. "type": "mutation",
  180. "id": "OPTIMISTIC",
  181. "copy-from": "OPTIMISTIC",
  182. "extend": { "category": [ "RABBIT" ] }
  183. },
  184. {
  185. "type": "mutation",
  186. "id": "FLEET2",
  187. "copy-from": "FLEET2",
  188. "extend": { "category": [ "RABBIT" ] }
  189. },
  190. {
  191. "type": "mutation",
  192. "id": "GOODCARDIO2",
  193. "copy-from": "GOODCARDIO2",
  194. "extend": { "threshreq": [ "THRESH_RABBIT" ], "category": [ "RABBIT" ] }
  195. },
  196. {
  197. "type": "mutation",
  198. "id": "JITTERY",
  199. "copy-from": "JITTERY",
  200. "extend": { "category": [ "RABBIT" ] }
  201. }
  202. ]
  203.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement