战斗协议修改,新增修行技能数据

yuanshuai 2021-10-20 13:20:44 +08:00
parent 6660ec9d55
commit 997ba0febc
1 changed files with 3 additions and 2 deletions

View File

@ -118,9 +118,9 @@ option optimize_for = SPEED;
message FightUnitInfo {
optional string unitId = 1;//id
optional string unitSkillIds = 2;//##1#2#3....
optional string unitSkillIds = 2;//##1#2#3....(PlayerSkillid)
optional string property = 3;//1#2390#2390#169#271#95#176#0#0#0.3#0.15#0.3#1.5#1#0.05#0#0#0#0#0#0.05#0#0#0#0#0
optional int32 position = 4; //
optional int32 position = 4; // ( position10)
optional int32 star = 5; //
optional int32 skinId = 6;//
optional string realId = 7;//id
@ -133,6 +133,7 @@ option optimize_for = SPEED;
optional string teamPassiveList = 3 ; //
optional string specialPassive = 4; //
optional int32 firstCamp = 5;// 0
optional int64 forceScore = 6;//
}