导出配表

main
刘涛 2024-03-12 13:42:13 +08:00
parent daf2d627ae
commit 265bb90739
7 changed files with 535 additions and 1 deletions

View File

@ -28,11 +28,12 @@ public sealed partial class DataSummon : Bright.Config.BeanBase
{ if(!_json["DestroyAudioId"].IsNumber) { throw new SerializationException(); } DestroyAudioId = _json["DestroyAudioId"]; }
{ if(!_json["DestroyEffectId"].IsNumber) { throw new SerializationException(); } DestroyEffectId = _json["DestroyEffectId"]; }
{ if(!_json["CanBeAttack"].IsBoolean) { throw new SerializationException(); } CanBeAttack = _json["CanBeAttack"]; }
{ if(!_json["Hp"].IsNumber) { throw new SerializationException(); } Hp = _json["Hp"]; }
{ if(!_json["ExistTime"].IsNumber) { throw new SerializationException(); } ExistTime = _json["ExistTime"]; }
PostInit();
}
public DataSummon(int RoleID, string Name, SummonCfg.ESummonType LogicType, int StandCrossLevel, int MoveCrossLevel, string ModelPath, System.Collections.Generic.List<float> FloatParams, int DestroyAudioId, int DestroyEffectId, bool CanBeAttack, float ExistTime )
public DataSummon(int RoleID, string Name, SummonCfg.ESummonType LogicType, int StandCrossLevel, int MoveCrossLevel, string ModelPath, System.Collections.Generic.List<float> FloatParams, int DestroyAudioId, int DestroyEffectId, bool CanBeAttack, int Hp, float ExistTime )
{
this.RoleID = RoleID;
this.Name = Name;
@ -44,6 +45,7 @@ public sealed partial class DataSummon : Bright.Config.BeanBase
this.DestroyAudioId = DestroyAudioId;
this.DestroyEffectId = DestroyEffectId;
this.CanBeAttack = CanBeAttack;
this.Hp = Hp;
this.ExistTime = ExistTime;
PostInit();
}
@ -94,6 +96,10 @@ public sealed partial class DataSummon : Bright.Config.BeanBase
/// </summary>
public bool CanBeAttack { get; private set; }
/// <summary>
/// 血量
/// </summary>
public int Hp { get; private set; }
/// <summary>
/// 召唤物存在时间
/// </summary>
public float ExistTime { get; private set; }
@ -123,6 +129,7 @@ public sealed partial class DataSummon : Bright.Config.BeanBase
+ "DestroyAudioId:" + DestroyAudioId + ","
+ "DestroyEffectId:" + DestroyEffectId + ","
+ "CanBeAttack:" + CanBeAttack + ","
+ "Hp:" + Hp + ","
+ "ExistTime:" + ExistTime + ","
+ "}";
}

View File

@ -31,6 +31,18 @@ namespace cfg.SummonCfg
/// 燃烧体
/// </summary>
FireBase = 4,
/// <summary>
/// 图腾1号
/// </summary>
Totem1 = 5,
/// <summary>
/// 图腾2号
/// </summary>
Totem2 = 6,
/// <summary>
/// 图腾3号
/// </summary>
Totem3 = 7,
}
}

View File

@ -1429,6 +1429,48 @@
100
]
},
{
"ID": 10048,
"Name": "图腾-减速buff",
"GroupId": 0,
"BuffEffectType": 1,
"CanTriggerOnDead": false,
"RepeatType": 0,
"BuffType": 15,
"ExistType": 2,
"TriggerType": 3,
"MaxExistTime": 1,
"ExistEffectId": 0,
"TiggerUnitTime": 0,
"PorpParams": [
11
],
"FloatParams": [
-0.5
]
},
{
"ID": 10049,
"Name": "图腾-伤害buff",
"GroupId": 0,
"BuffEffectType": 2,
"CanTriggerOnDead": false,
"RepeatType": 0,
"BuffType": 5,
"ExistType": 0,
"TriggerType": 0,
"MaxExistTime": 0,
"ExistEffectId": 0,
"TiggerUnitTime": 0,
"PorpParams": [],
"FloatParams": [
100,
1,
1,
1,
1
]
},
{
"ID": 20001,
"Name": "特效buff",

View File

@ -709,6 +709,42 @@
20001
]
},
{
"ID": 530016,
"Name": "图腾-减速子弹",
"BulletType": 1,
"PrefabPath": "",
"HitAudioId": 0,
"DestroyEffectId": 0,
"FlySpeed": 100,
"FilterType": 3,
"JobFilters": [],
"OnlyCharacter": false,
"CanUseOnPretent": true,
"AreaId": 1,
"BuffList": [
10048,
20001
]
},
{
"ID": 530017,
"Name": "图腾-伤害子弹",
"BulletType": 1,
"PrefabPath": "",
"HitAudioId": 0,
"DestroyEffectId": 0,
"FlySpeed": 100,
"FilterType": 3,
"JobFilters": [],
"OnlyCharacter": true,
"CanUseOnPretent": true,
"AreaId": 1,
"BuffList": [
10049,
20001
]
},
{
"ID": 1001,
"Name": "指挥官技能-强制友军撤退",

View File

@ -5150,6 +5150,309 @@
"PassiveBreakSkillID": 10005,
"PassiveAwakeSkillID": 10005
},
{
"RoleID": 100081,
"NameID": "A00081",
"NameRead": "伊尔米拉",
"Name": "character_name100081",
"NickName": "character_name100081",
"StartStar": 5,
"ExchangePiece": 101033,
"ExchangeCount": 50,
"EmojiEyeBowsType": "1",
"EmojiEyesColor": "#E79C7C",
"EmojiEyeBowsColor": "",
"DefaultEmojiImgId": 3,
"StandCrossLevel": 1,
"MoveCrossLevel": 1,
"Attack": [
22,
30,
37,
44,
51,
58,
65,
72,
79,
86,
93,
100,
108,
115,
122,
129,
136,
143,
150,
157,
164,
171,
178,
185,
193,
200,
207,
214,
221,
228,
235,
242,
249,
256,
263,
270,
278,
285,
292,
299,
306,
313,
320,
327,
334,
341,
348,
355,
363,
370,
377,
384,
391,
398,
405,
412,
419,
426,
433,
440
],
"Defence": [
250,
263,
276,
289,
301,
314,
327,
339,
352,
365,
378,
390,
403,
416,
428,
441,
454,
467,
479,
492,
505,
517,
530,
543,
556,
568,
581,
594,
606,
619,
632,
645,
657,
670,
683,
695,
708,
721,
734,
746,
759,
772,
784,
797,
810,
823,
835,
848,
861,
873,
886,
899,
912,
924,
937,
950,
962,
975,
988,
1000
],
"Hp": [
1514,
1873,
2232,
2591,
2950,
3309,
3668,
4027,
4386,
4745,
5104,
5463,
5822,
6181,
6540,
6899,
7258,
7617,
7976,
8335,
8694,
9053,
9412,
9771,
10130,
10489,
10848,
11207,
11566,
11925,
12284,
12643,
13002,
13361,
13720,
14079,
14439,
14798,
15157,
15516,
15875,
16234,
16593,
16952,
17311,
17670,
18029,
18388,
18747,
19106,
19465,
19824,
20183,
20542,
20901,
21260,
21619,
21978,
22337,
22696
],
"Shield": [
1009,
1249,
1488,
1727,
1967,
2206,
2445,
2685,
2924,
3163,
3403,
3642,
3881,
4121,
4360,
4599,
4839,
5078,
5318,
5557,
5796,
6036,
6275,
6514,
6754,
6993,
7232,
7472,
7711,
7950,
8190,
8429,
8668,
8908,
9147,
9386,
9626,
9865,
10105,
10344,
10583,
10823,
11062,
11301,
11541,
11780,
12019,
12259,
12498,
12737,
12977,
13216,
13455,
13695,
13934,
14174,
14413,
14652,
14892,
15131
],
"DefenceStatusPara": 1.2,
"ShieldRecoverDelay": 3,
"ShiledRecoverValueFixed": 15,
"ShiledRecoverValuePercent": 0.05,
"OverFlowShiledMax": 1000,
"HPRecoverDelay": 3,
"HPRecoverValueFixed": 0,
"HPRecoverValuePercent": 0,
"AttackShiledScale": 0.8,
"AttackHpScale": 1.3,
"ShootSpeed": 5,
"FirstShootTime": 0.048,
"ManagazinContain": 25,
"ChangeBulletTime": 2,
"Speed": 2.2,
"RetreatSpeed": 4.1,
"TurnSpeed": 400,
"ShootRange": 5,
"YaZhi": 14,
"MaxMorale": 1000,
"SuppressMorale": 600,
"RetreatMorale": 300,
"CorrageRecover": 80,
"DamageToHuman": 1,
"DamageToCarrier": 0.3,
"CriticalRatio": 0.05,
"CriticalDamage": 1.5,
"WeaponId": 5,
"AttackAnimOrder": 2,
"ReloadAnimOrder": 1,
"MoveShootType": 1,
"PerShootCount": 1,
"ShootMode": 0,
"Job": 4,
"Army": 6,
"Fraction": 8,
"DefaultSkinIndex": 1,
"PassiveBreakSkillID": 10005,
"PassiveAwakeSkillID": 10005
},
{
"RoleID": 100082,
"NameID": "A00082",

View File

@ -652,6 +652,34 @@
],
"IconPath": "UI_Cultivate_SkillLogo.png"
},
{
"ID": 10081,
"NameRead": "万用身份",
"AIControllId": 0,
"Name": "skill_1",
"SkillType": 0,
"SkillDesc": "skill_desc5",
"SkillActionId": 1,
"TargetType": 5,
"ReleaseCheckType": 2,
"ReleaseArea": 10,
"SelectCount": -1,
"TargetPrefer": 0,
"InfluenceAreaId": 1,
"ShowAreaId": 1,
"ShowEffectId": -1,
"PassiveBuffIds": [],
"IntParams": [],
"FloatParams": [],
"CDTime": 20,
"LogicId": 10081,
"ReferIds": [
10003,
10004,
10005
],
"IconPath": "UI_Cultivate_SkillLogo.png"
},
{
"ID": 10082,
"NameRead": "无忧无虑",

View File

@ -14,6 +14,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -31,6 +32,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -46,6 +48,7 @@
"DestroyAudioId": 0,
"DestroyEffectId": 0,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -62,8 +65,61 @@
"DestroyAudioId": 0,
"DestroyEffectId": 0,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
"RoleID": 10003,
"Name": "图腾1号-减速",
"LogicType": 5,
"StandCrossLevel": 1,
"MoveCrossLevel": 1,
"ModelPath": "P_S00005",
"FloatParams": [
6,
6,
530016
],
"DestroyAudioId": 0,
"DestroyEffectId": 0,
"CanBeAttack": true,
"Hp": 0,
"ExistTime": 600
},
{
"RoleID": 10004,
"Name": "图腾2号-伤害",
"LogicType": 5,
"StandCrossLevel": 1,
"MoveCrossLevel": 1,
"ModelPath": "P_S00006",
"FloatParams": [
6,
6,
530017
],
"DestroyAudioId": 0,
"DestroyEffectId": 0,
"CanBeAttack": true,
"Hp": 0,
"ExistTime": 600
},
{
"RoleID": 10005,
"Name": "图腾3号-无",
"LogicType": 6,
"StandCrossLevel": 1,
"MoveCrossLevel": 1,
"ModelPath": "P_S00007",
"FloatParams": [
6
],
"DestroyAudioId": 0,
"DestroyEffectId": 0,
"CanBeAttack": true,
"Hp": 0,
"ExistTime": 600
},
{
"RoleID": 1000210,
"Name": "临时帐篷10",
@ -79,6 +135,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -96,6 +153,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -113,6 +171,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -130,6 +189,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -147,6 +207,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -168,6 +229,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -189,6 +251,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -210,6 +273,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -231,6 +295,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -252,6 +317,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -273,6 +339,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -294,6 +361,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -315,6 +383,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -336,6 +405,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -357,6 +427,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -378,6 +449,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -399,6 +471,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -420,6 +493,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -441,6 +515,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -462,6 +537,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -483,6 +559,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -504,6 +581,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -525,6 +603,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -546,6 +625,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -567,6 +647,7 @@
"DestroyAudioId": 1005,
"DestroyEffectId": 22,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 30
},
{
@ -584,6 +665,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -601,6 +683,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -618,6 +701,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -635,6 +719,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -652,6 +737,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -669,6 +755,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -686,6 +773,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -703,6 +791,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -720,6 +809,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -737,6 +827,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -754,6 +845,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -771,6 +863,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -788,6 +881,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -805,6 +899,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -822,6 +917,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -839,6 +935,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -856,6 +953,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -873,6 +971,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -890,6 +989,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -907,6 +1007,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -924,6 +1025,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -941,6 +1043,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -958,6 +1061,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -975,6 +1079,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
},
{
@ -992,6 +1097,7 @@
"DestroyAudioId": 1010,
"DestroyEffectId": 31,
"CanBeAttack": false,
"Hp": 0,
"ExistTime": 600
}
]