Skin.json 2.0 KB

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