cards.json 780 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "0001" : {
  3. "type" : 1,
  4. "cost" : 1,
  5. "value" : 1,
  6. "tenacity" : 3
  7. },
  8. "0002" : {
  9. "type" : 1,
  10. "cost" : 1,
  11. "value" : 1,
  12. "tenacity" : 2,
  13. "buff": "0001"
  14. },
  15. "0003" : {
  16. "type" : 1,
  17. "cost" : 1,
  18. "value" : 2,
  19. "tenacity" : 2
  20. },
  21. "0004" : {
  22. "type" : 1,
  23. "cost" : 1,
  24. "value" : 4,
  25. "tenacity" : 1
  26. },
  27. "3001" : {
  28. "type" : 1,
  29. "cost" : 1,
  30. "value" : 1,
  31. "tenacity" : 1
  32. },
  33. "3002" : {
  34. "type" : 1,
  35. "cost" : 1,
  36. "value" : 2,
  37. "tenacity" : 2
  38. },
  39. "3002" : {
  40. "type" : 1,
  41. "cost" : 0,
  42. "value" : 0,
  43. "tenacity" : 3
  44. },
  45. "3004" : {
  46. "type" : 1,
  47. "cost" : 1,
  48. "value" : 1,
  49. "tenacity" : 2
  50. },
  51. "3005" : {
  52. "type" : 1,
  53. "cost" : 1,
  54. "value" : 3,
  55. "tenacity" : 3
  56. },
  57. "3100" : {
  58. "type" : 1,
  59. "cost" : 1,
  60. "value" : 1,
  61. "tenacity" : 2
  62. }
  63. }