Skin.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "CharacterSkin": [
  3. {
  4. "id": 1,
  5. "name": "榴莲",
  6. "introduce": "榴莲榴莲榴莲",
  7. "price": 0,
  8. "image": "ShopCharacter/small role 1"
  9. },
  10. {
  11. "id": 2,
  12. "name": "猫猫",
  13. "price": 1500,
  14. "introduce": "猫猫猫猫猫猫猫猫",
  15. "image": "ShopCharacter/small role 2"
  16. },
  17. {
  18. "id": 3,
  19. "name": "史莱姆",
  20. "price": 2500,
  21. "introduce": "史莱姆史莱姆史莱姆",
  22. "image": "ShopCharacter/small role 3"
  23. },
  24. {
  25. "id": 4,
  26. "name": "咸鱼",
  27. "price": 3500,
  28. "introduce": "咸鱼咸鱼咸鱼咸鱼",
  29. "image": "ShopCharacter/small role 1"
  30. },
  31. {
  32. "id": 5,
  33. "name": "牙膏",
  34. "price": 4500,
  35. "introduce": "牙膏牙膏牙膏牙膏牙膏",
  36. "image": "ShopCharacter/small role 3"
  37. }
  38. ],
  39. "ParabolaSkin": [
  40. {
  41. "id": 1000,
  42. "name": "初始",
  43. "introduce": "简简单单那",
  44. "price": 0,
  45. "image": "Parabola/1000"
  46. },
  47. {
  48. "id": 1001,
  49. "name": "星星",
  50. "price": 1500,
  51. "introduce": "简简单单那2222",
  52. "image": "Parabola/1001"
  53. },
  54. {
  55. "id": 1002,
  56. "name": "太极",
  57. "price": 2500,
  58. "introduce": "简简单单那4444444444",
  59. "image": "Parabola/1002"
  60. }
  61. ]
  62. }