1
This commit is contained in:
parent
e24c380fb5
commit
18a12d7cd1
@ -173,6 +173,14 @@ message MFVec3
|
|||||||
property_type: 37 被暴击
|
property_type: 37 被暴击
|
||||||
property_subtype:
|
property_subtype:
|
||||||
valule: 暴击伤害
|
valule: 暴击伤害
|
||||||
|
property_type: 38 降落伞
|
||||||
|
property_subtype: 降落伞id
|
||||||
|
valule:
|
||||||
|
property_type: 39 播放飞行特效
|
||||||
|
property_subtype: 特效id,读取flyEffect表
|
||||||
|
valule: 原对象
|
||||||
|
value2: 目标对象
|
||||||
|
value3: 回传值,当目标对象是自己的时候才需要传(value3==0 || value3==null不用传)
|
||||||
*/
|
*/
|
||||||
message MFPropertyChg
|
message MFPropertyChg
|
||||||
{
|
{
|
||||||
@ -1092,6 +1100,8 @@ message CMMove
|
|||||||
optional int32 dive = 39; //下潜
|
optional int32 dive = 39; //下潜
|
||||||
|
|
||||||
optional int32 trace_target_uniid = 41; //自动追踪目标uniid
|
optional int32 trace_target_uniid = 41; //自动追踪目标uniid
|
||||||
|
|
||||||
|
repeated int32 hit_fly_effects = 42; //飞行特效命中(飞到目的地)时回传value3
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user