AntipathicZora

json file??

Jun 25th, 2024
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. {
  2. "implemented": true,
  3. "name": "rockruff",
  4. "labels": [ "custom" ],
  5. "pokedex": [
  6. "cobblemon.species.rockruff.desc1",
  7. "cobblemon.species.rockruff.desc2"
  8. ],
  9. "height": 5,
  10. "weight": 92,
  11. "shoulderMountable": true,
  12. "primaryType": "rock",
  13. "secondaryType": "rock",
  14. "baseStats": {
  15. "hp": 45,
  16. "attack": 65,
  17. "defence": 40,
  18. "special_attack": 30,
  19. "special_defence": 40,
  20. "speed": 60
  21. },
  22. "catchRate": 190,
  23. "maleRatio": 0.5,
  24. "baseExperienceYield": 56,
  25. "experienceGroup": "medium_fast",
  26. "eggCycles": 15,
  27. "eggGroups": [
  28. "field",
  29. ],
  30. "baseFriendship": 50,
  31. "evYield": {
  32. "attack": 1
  33. },
  34. "moves": [
  35. "egg:disable",
  36. "20:crushclaw",
  37. "tm:rest",
  38. "tutor:honeclaws"
  39. ],
  40. "abilities": [
  41. "keeneye",
  42. "vitalspirit",
  43. "h:steadfast"
  44. ],
  45. "baseScale": 1,
  46. "hitbox": {
  47. "width": 1,
  48. "height": 1,
  49. "fixed": false
  50. },
  51. "drops": {
  52. "amount": "2",
  53. "entries": [
  54. {
  55. "item": "minecraft:slimeball",
  56. "quantityRange": "1-2",
  57. "percentage": 66
  58. }
  59. ]
  60. },
  61. "behaviour": {
  62. "moving": {
  63. "canLook": true,
  64. "fly": {
  65. "canFly": false
  66. },
  67. "swim": {
  68. "swimSpeed": 0.2,
  69. "canSwimInWater": true,
  70. "canBreatheUnderwater": true
  71. }
  72. }
  73. }
  74. }
Advertisement
Add Comment
Please, Sign In to add comment