高级玩家

- 贡献度
- 29
- 金元
- 4591
- 积分
- 575
- 精华
- 0
- 注册时间
- 2017-5-7

|
举个例子,RoleCreateFeature下小跟屁龙数据为
{
"id": 700126,
"type": 3,
"group": 0,
"level": 6,
"duration": "-1",
"refreshType": 2,
"conceal": 0,
"name": "role_feature_postnatal_name700126",
"effect": "700126",
"tips": "role_feature_postnatal_tips700126",
"iconAndDesc": "0",
"lockLuck": 0,
"introduceText": "0",
"weight": 0
},
你改成
{
"id": 700126,
"type": 3,
"group": 0,
"level": 6,
"duration": "-1",
"refreshType": 2,
"conceal": 0,
"name": "role_feature_postnatal_name700126",
"effect": "700126|700126|700126|700126|700126",
"tips": "role_feature_postnatal_tips700126",
"iconAndDesc": "0",
"lockLuck": 0,
"introduceText": "0",
"weight": 0
},
就是五条龙
|
|