1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "CharacterSkin": [
- {
- "id": 1,
- "name": "榴莲",
- "introduce": "榴莲榴莲榴莲",
- "price": 0,
- "image": "res/ShopCharacter/史莱姆",
- "imageMain": "res/ShopCharacter/Main/史莱姆"
- },
- {
- "id": 2,
- "name": "猫猫",
- "price": 1500,
- "introduce": "猫猫猫猫猫猫猫猫",
- "image": "res/ShopCharacter/猫猫头",
- "imageMain": "res/ShopCharacter/Main/猫猫"
- },
- {
- "id": 3,
- "name": "史莱姆",
- "price": 2500,
- "introduce": "史莱姆史莱姆史莱姆",
- "image": "res/ShopCharacter/史莱姆",
- "imageMain": "res/ShopCharacter/Main/史莱姆"
- },
- {
- "id": 4,
- "name": "咸鱼",
- "price": 3500,
- "introduce": "咸鱼咸鱼咸鱼咸鱼",
- "image": "res/ShopCharacter/咸鱼",
- "imageMain": "res/ShopCharacter/Main/咸鱼"
- },
- {
- "id": 5,
- "name": "牙膏",
- "price": 4500,
- "introduce": "牙膏牙膏牙膏牙膏牙膏",
- "image": "res/ShopCharacter/牙膏人",
- "imageMain": "res/ShopCharacter/Main/牙膏人"
- }
- ],
- "ParabolaSkin": [
- {
- "id": 1000,
- "name": "初始",
- "introduce": "简简单单那",
- "price": 0,
- "image": "res/Parabola/1000",
- "imageMain": "res/Parabola/1000"
- },
- {
- "id": 1001,
- "name": "星星",
- "price": 1500,
- "introduce": "简简单单那2222",
- "image": "res/Parabola/1001",
- "imageMain": "res/Parabola/1001"
- },
- {
- "id": 1002,
- "name": "太极",
- "price": 2500,
- "introduce": "简简单单那4444444444",
- "image": "res/Parabola/1002",
- "imageMain": "res/Parabola/1002"
- }
- ]
- }
|