增加恢复士气缩放值
parent
e75b80d8c0
commit
62cc8da25c
|
|
@ -94,9 +94,12 @@ namespace Gameplay.Buff
|
|||
owner.fightData.skillReleaseDistanceScale += changeValue;
|
||||
break;
|
||||
case EPropType.ReloadTimePercent:
|
||||
owner.fightData.reloadTime = owner.fightData.baseReloadTime * (1 + changeValue);
|
||||
owner.fightData.reloadTime += owner.fightData.baseReloadTime * changeValue;
|
||||
_UpdateViewReloadCd();
|
||||
break;
|
||||
case EPropType.MoraleRecoverScale:
|
||||
owner.fightData.moraleRecoverScale += changeValue;
|
||||
break;
|
||||
default:
|
||||
DebugUtil.LogError("暂未处理的属性类型:{0}", propType);
|
||||
break;
|
||||
|
|
@ -196,6 +199,13 @@ namespace Gameplay.Buff
|
|||
case EPropType.SkillReleaseDistancePercent:
|
||||
owner.fightData.skillReleaseDistanceScale -= changeValue;
|
||||
break;
|
||||
case EPropType.ReloadTimePercent:
|
||||
owner.fightData.reloadTime -= owner.fightData.baseReloadTime * changeValue;
|
||||
_UpdateViewReloadCd();
|
||||
break;
|
||||
case EPropType.MoraleRecoverScale:
|
||||
owner.fightData.moraleRecoverScale -= changeValue;
|
||||
break;
|
||||
default:
|
||||
DebugUtil.LogError("暂未处理的属性类型:{0}", propType);
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -130,6 +130,7 @@ namespace Gameplay.Common
|
|||
/// 装弹时间
|
||||
/// </summary>
|
||||
public ObscuredFloat reloadTime;
|
||||
|
||||
/// <summary>
|
||||
/// 装弹时间-基础值
|
||||
/// </summary>
|
||||
|
|
|
|||
|
|
@ -78,7 +78,8 @@ namespace Gameplay.Common
|
|||
|
||||
public void RecoverMorale(int value)
|
||||
{
|
||||
_OnRecoverMorale(value);
|
||||
var finalValue = Mathf.FloorToInt(value * fightData.moraleRecoverScale);
|
||||
_OnRecoverMorale(finalValue);
|
||||
}
|
||||
|
||||
protected virtual void _OnRecoverMorale(int value)
|
||||
|
|
|
|||
|
|
@ -75,6 +75,10 @@ namespace cfg.BuffCfg
|
|||
/// 技能释放范围百分比
|
||||
/// </summary>
|
||||
SkillReleaseDistancePercent = 15,
|
||||
/// <summary>
|
||||
/// 士气恢复缩放系数
|
||||
/// </summary>
|
||||
MoraleRecoverScale = 16,
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -604,5 +604,705 @@
|
|||
1000150,
|
||||
1000104
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000310,
|
||||
"Name": "冷酷之心10",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000310
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000320,
|
||||
"Name": "冷酷之心20",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000320
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000330,
|
||||
"Name": "冷酷之心30",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000330
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000340,
|
||||
"Name": "冷酷之心40",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000340
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000350,
|
||||
"Name": "冷酷之心50",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000350
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000311,
|
||||
"Name": "冷酷之心11",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000311
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000321,
|
||||
"Name": "冷酷之心21",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000321
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000331,
|
||||
"Name": "冷酷之心31",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000331
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000341,
|
||||
"Name": "冷酷之心41",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000341
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000351,
|
||||
"Name": "冷酷之心51",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000351
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000312,
|
||||
"Name": "冷酷之心12",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000312
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000322,
|
||||
"Name": "冷酷之心22",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000322
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000332,
|
||||
"Name": "冷酷之心32",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000332
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000342,
|
||||
"Name": "冷酷之心42",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000342
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000352,
|
||||
"Name": "冷酷之心52",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000352
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000313,
|
||||
"Name": "冷酷之心13",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000313
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000323,
|
||||
"Name": "冷酷之心23",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000323
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000333,
|
||||
"Name": "冷酷之心33",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000333
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000343,
|
||||
"Name": "冷酷之心43",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000343
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000353,
|
||||
"Name": "冷酷之心53",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000353
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000314,
|
||||
"Name": "冷酷之心14",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000314
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000324,
|
||||
"Name": "冷酷之心24",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000324
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000334,
|
||||
"Name": "冷酷之心34",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000334
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000344,
|
||||
"Name": "冷酷之心44",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000344
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000354,
|
||||
"Name": "冷酷之心54",
|
||||
"BulletType": 2,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00003_path.prefab",
|
||||
"HitAudioId": 0,
|
||||
"DestroyEffectId": 25,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 1,
|
||||
"BuffList": [
|
||||
1000354
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000410,
|
||||
"Name": "精准指导10",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000410
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000420,
|
||||
"Name": "精准指导20",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000420
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000430,
|
||||
"Name": "精准指导30",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000430
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000440,
|
||||
"Name": "精准指导40",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000440
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000450,
|
||||
"Name": "精准指导50",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000450
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000411,
|
||||
"Name": "精准指导11",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000411
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000421,
|
||||
"Name": "精准指导21",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000421
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000431,
|
||||
"Name": "精准指导31",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000431
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000441,
|
||||
"Name": "精准指导41",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000441
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000451,
|
||||
"Name": "精准指导51",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000451
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000412,
|
||||
"Name": "精准指导12",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000412
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000422,
|
||||
"Name": "精准指导22",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000422
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000432,
|
||||
"Name": "精准指导32",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000432
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000442,
|
||||
"Name": "精准指导42",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000442
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000452,
|
||||
"Name": "精准指导52",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000452
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000413,
|
||||
"Name": "精准指导13",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000413
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000423,
|
||||
"Name": "精准指导23",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000423
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000433,
|
||||
"Name": "精准指导33",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000433
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000443,
|
||||
"Name": "精准指导43",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000443
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000453,
|
||||
"Name": "精准指导53",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000453
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000414,
|
||||
"Name": "精准指导14",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000414
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000424,
|
||||
"Name": "精准指导24",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000424
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000434,
|
||||
"Name": "精准指导34",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000434
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000444,
|
||||
"Name": "精准指导44",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000444
|
||||
]
|
||||
},
|
||||
{
|
||||
"ID": 1000454,
|
||||
"Name": "精准指导54",
|
||||
"BulletType": 3,
|
||||
"PrefabPath": "Assets/Art/Gfx/Character/Skill_A00004_path.prefab",
|
||||
"HitAudioId": 1008,
|
||||
"DestroyEffectId": 28,
|
||||
"FlySpeed": 100,
|
||||
"FilterType": 3,
|
||||
"AreaId": 2,
|
||||
"BuffList": [
|
||||
1000454
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
@ -1937,7 +1937,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000310
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -1967,7 +1967,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000320
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -1997,7 +1997,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000330
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2027,7 +2027,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000340
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2057,7 +2057,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000350
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2087,7 +2087,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000311
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2117,7 +2117,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000321
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2147,7 +2147,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000331
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2177,7 +2177,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000341
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2207,7 +2207,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000351
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2237,7 +2237,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000312
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2267,7 +2267,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000322
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2297,7 +2297,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000332
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2327,7 +2327,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000342
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2357,7 +2357,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000352
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2387,7 +2387,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000313
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2417,7 +2417,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000323
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2447,7 +2447,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000333
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2477,7 +2477,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000343
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2507,7 +2507,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000353
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2537,7 +2537,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000314
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2567,7 +2567,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000324
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2597,7 +2597,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000334
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2627,7 +2627,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000344
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2657,7 +2657,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10003,
|
||||
"ReferIds": [
|
||||
3
|
||||
1000354
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2687,7 +2687,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000410
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2717,7 +2717,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000420
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2747,7 +2747,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000430
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2777,7 +2777,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000440
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2807,7 +2807,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000450
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2837,7 +2837,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000411
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2867,7 +2867,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000421
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2897,7 +2897,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000431
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2927,7 +2927,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000441
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2957,7 +2957,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000451
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -2987,7 +2987,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000412
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3017,7 +3017,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000422
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3047,7 +3047,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000432
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3077,7 +3077,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000442
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3107,7 +3107,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000452
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3137,7 +3137,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000413
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3167,7 +3167,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000423
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3197,7 +3197,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000433
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3227,7 +3227,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000443
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3257,7 +3257,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000453
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3287,7 +3287,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000414
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3317,7 +3317,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000424
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3347,7 +3347,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000434
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3377,7 +3377,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000444
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
@ -3407,7 +3407,7 @@
|
|||
"CDTime": 20,
|
||||
"LogicId": 10004,
|
||||
"ReferIds": [
|
||||
4
|
||||
1000454
|
||||
],
|
||||
"IconPath": "Assets/Art/UI/Texture/UI_Pic_Main/UI_Pic_CultivateAll/UI_Pic_Cultivate/UI_Cultivate_SkillLogo.png"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue