cards.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. {
  2. "0001001" : {
  3. "type" : 1,
  4. "cost" : 1,
  5. "value" : 10,
  6. "tenacity" : 9,
  7. "describe" : "木棍啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊",
  8. "buff": "0001"
  9. },
  10. "0001002" : {
  11. "type" : 1,
  12. "cost" : 1,
  13. "value" : 4,
  14. "tenacity" : 8,
  15. "describe" : "铁锤",
  16. "buff" : "0002"
  17. },
  18. "0002001" : {
  19. "type" : 2,
  20. "cost" : 1,
  21. "value" : 1,
  22. "tenacity" : 3,
  23. "describe" : "锅盖"
  24. },
  25. "0002002" : {
  26. "type" : 2,
  27. "cost" : 1,
  28. "value" : 10,
  29. "tenacity" : 3,
  30. "describe" : "闪避"
  31. },
  32. "0003001" : {
  33. "type" : 3,
  34. "cost" : 0,
  35. "value" : 1,
  36. "tenacity" : 0,
  37. "describe" : "碳灰"
  38. },
  39. "0003002" : {
  40. "type" : 3,
  41. "cost" : 0,
  42. "value" : 1,
  43. "tenacity" : 0,
  44. "describe" : "铁钉"
  45. },
  46. "1001001" : {
  47. "type" : 1,
  48. "cost" : 1,
  49. "value" : 0,
  50. "tenacity" : 3,
  51. "describe" : "粘液喷射"
  52. },
  53. "1001002" : {
  54. "type" : 1,
  55. "cost" : 1,
  56. "value" : 1,
  57. "tenacity" : 2,
  58. "describe" : "强力撞击"
  59. },
  60. "1002001" : {
  61. "type" : 2,
  62. "cost" : 1,
  63. "value" : 10,
  64. "tenacity" : 2,
  65. "describe" : "闪避"
  66. },
  67. "1002002" : {
  68. "type" : 2,
  69. "cost" : 1,
  70. "value" : 1,
  71. "tenacity" : 2,
  72. "describe" : "伤害吸收"
  73. },
  74. "1011001" : {
  75. "type" : 1,
  76. "cost" : 1,
  77. "value" : 2,
  78. "tenacity" : 1,
  79. "describe" : "强力撞击"
  80. },
  81. "1012001" : {
  82. "type" : 2,
  83. "cost" : 1,
  84. "value" : 0,
  85. "tenacity" : 2,
  86. "describe" : "滚动"
  87. },
  88. "1012002" : {
  89. "type" : 2,
  90. "cost" : 1,
  91. "value" : 2,
  92. "tenacity" : 1,
  93. "describe" : "团成一团"
  94. }
  95. }