2896 lines
85 KiB
JSON
2896 lines
85 KiB
JSON
{
|
||
|
||
"ID": 3020109, //战斗与揭露4(精英)
|
||
|
||
"Specials": {
|
||
|
||
"odd":25,
|
||
|
||
"BattleID": 0,
|
||
|
||
"MessageID": 1009,
|
||
|
||
"RandomCard_1": 0,
|
||
|
||
"RandomCard_2": 0,
|
||
|
||
"RandomCard_3": 0,
|
||
|
||
"Gold": 500,
|
||
|
||
"Stamina": 30,
|
||
|
||
"Hp": 15,
|
||
|
||
"ShowGold": 900001,
|
||
|
||
"ShowStamina": 900002,
|
||
|
||
"ShowHp": 900003
|
||
|
||
},
|
||
|
||
"Events": {
|
||
|
||
"OnStart": {
|
||
|
||
"Actions": [
|
||
|
||
//判断在哪个区域用
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "HollowArea.3020100",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "HollowArea.3020102",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "HollowArea.3020103",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "HollowArea.3020109",
|
||
|
||
"Value": 1
|
||
|
||
},
|
||
|
||
//金币计数清零
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "CountArea.13020106",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "CountArea.23020106",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "CountArea.33020106",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetHollowVariable",
|
||
|
||
"Key": "CountArea.43020106",
|
||
|
||
"Value": 0
|
||
|
||
},
|
||
|
||
|
||
|
||
//战斗
|
||
|
||
{
|
||
|
||
"$type":"Share.CConfigEmpty"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type":"Share.CConfigDropBattleID",
|
||
|
||
"Type":[10,11,12],
|
||
|
||
"SpecialName":"BattleID"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigTriggerBattle",
|
||
|
||
"BattleID": "specials(BattleID)",
|
||
|
||
"OnSuccess": "OnRandomResult"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnRandomResult":{
|
||
|
||
"Actions":[
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigPreset",
|
||
|
||
"PerformKey" : "Chessboard_BattleEnd_Pre"
|
||
|
||
},
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigOpenDialog",
|
||
|
||
// "CameraMove":false
|
||
|
||
// },
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigIf",
|
||
|
||
"OnSuccess": "OnChooseCard",
|
||
|
||
"OnFailure": "OnChooseNormal",
|
||
|
||
"Conditions":[
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByRandom",
|
||
|
||
"Odds": "specials(odd)" //跳转概率
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnChooseCard": {
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigRandomDropID",
|
||
|
||
"Type": "Card",
|
||
|
||
"SpecialName": [
|
||
|
||
"RandomCard_1",
|
||
|
||
"RandomCard_2",
|
||
|
||
"RandomCard_3"
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigChoiceServer",
|
||
|
||
"OptionsMode": "Normal",
|
||
|
||
"ShowMode": "Card",
|
||
|
||
"Choices": [
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_Choose", // 选择
|
||
|
||
"OptionItemID1": "specials(RandomCard_1)",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigDropPool",
|
||
|
||
"Type": "Card",
|
||
|
||
"ItemID": "specials(RandomCard_1)",
|
||
|
||
"Num": 1
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_Choose", // 选择
|
||
|
||
"OptionItemID1": "specials(RandomCard_2)",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigDropPool",
|
||
|
||
"Type": "Card",
|
||
|
||
"ItemID": "specials(RandomCard_2)",
|
||
|
||
"Num": 1
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_Choose", // 选择
|
||
|
||
"OptionItemID1": "specials(RandomCard_3)",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigDropPool",
|
||
|
||
"Type": "Card",
|
||
|
||
"ItemID": "specials(RandomCard_3)",
|
||
|
||
"Num": 1
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnChooseNormal": {
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigChoiceServer",
|
||
|
||
"OptionsMode": "Normal",
|
||
|
||
"ShowMode": "Event",
|
||
|
||
"Choices": [
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_RecoverHp",
|
||
|
||
|
||
|
||
"OptionItemID1": "specials(ShowHp)",
|
||
|
||
"OptionDesc1": "Event_Common_RecoverHp_Des",
|
||
|
||
"TitleText": "Item_TeamMedicineHp_02_name",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigModifyProperty",
|
||
|
||
"Property": "Hp",
|
||
|
||
"Count": "property(HpMax_Battle)*specials(Hp)*0.01"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_GetCoin",
|
||
|
||
|
||
|
||
"OptionItemID1": "specials(ShowGold)",
|
||
|
||
"OptionDesc1": "Event_Common_GetCoin_Des",
|
||
|
||
"TitleText": "Item_RL_Purse_03_name",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigAddItem",
|
||
|
||
"ItemID": 1,
|
||
|
||
"Count": "specials(Gold)"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"OptionText": "Event_Common_StaminaDown",
|
||
|
||
"OptionText2": "NormalBattleChoice3_Title_split",
|
||
|
||
"OptionItemID1": "specials(ShowStamina)",
|
||
|
||
"OptionDesc1": "Event_Common_StaminaDown_Des",
|
||
|
||
"TitleText": "Item_TeamMedicinePr_03_name",
|
||
|
||
"OptionContents": [
|
||
|
||
{
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigModifySceneProperty",
|
||
|
||
"Property": "Stamina",
|
||
|
||
"Count": "-specials(Stamina)"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnTrap"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnTrap": {
|
||
|
||
"Actions": [
|
||
|
||
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigPreset",
|
||
|
||
"PerformKey" : "Chessboard_BattleEnd_After"
|
||
|
||
},
|
||
|
||
|
||
|
||
//镜头
|
||
|
||
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigCameraMove",
|
||
|
||
"StretchKey": "Far",
|
||
|
||
"Type": "CustomBound",
|
||
|
||
"BoundIndexX":15,
|
||
|
||
"BoundIndexY":82
|
||
|
||
},
|
||
|
||
|
||
|
||
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.6"
|
||
|
||
},
|
||
|
||
//全部陷阱展示
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 0,
|
||
|
||
"Y": 0,
|
||
|
||
"Position": "Absolute",// Relative
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 16,
|
||
|
||
"Count": 48,
|
||
|
||
"EventTypeTag":"TrapHp",
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//等待时间
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "1.5"
|
||
|
||
},
|
||
|
||
|
||
|
||
//陷阱隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 0,
|
||
|
||
"Y": 0,
|
||
|
||
"Position": "Absolute",// Relative
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 16,
|
||
|
||
"Count": 48,
|
||
|
||
"EventTypeTag":"TrapHp",
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//等待时间
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "1"
|
||
|
||
},
|
||
|
||
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnRandom"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"OnRandom":{
|
||
|
||
"Actions":[
|
||
|
||
//随机跳转一种金币路线,共3种
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSwitchServer",
|
||
|
||
"Switch": [
|
||
|
||
{
|
||
|
||
"Weight": 10,
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "Road_1"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"Weight": 10,
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "Road_2"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"Weight": 10,
|
||
|
||
"Actions": [
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "Road_3"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
|
||
|
||
]
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
|
||
|
||
"Road_1":{
|
||
|
||
"Actions":[
|
||
|
||
//金币转换
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 2,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
//中转点出现
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "1"
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示与隐藏
|
||
|
||
|
||
|
||
//展示1
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 2,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 2,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示2
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示3
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示4
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":36,
|
||
|
||
// "BoundIndexY":68
|
||
|
||
// },
|
||
|
||
//展示5 15
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示6 16
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示7 26
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示8 36
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示9 35
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示10 34
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示11 44
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示12 54
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示13 55
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示14 56
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示15 57
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":50,
|
||
|
||
// "BoundIndexY":82
|
||
|
||
// },
|
||
|
||
//展示16 58
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示17 48
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示18 38
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示19
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示20 310
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["Locked"],
|
||
|
||
"ToState": ["ShowEvent"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnEnd"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"Road_2":{
|
||
|
||
"Actions":[
|
||
|
||
//金币转换
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
//中转点出现
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "1"
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示与隐藏
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏1
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏2
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏3
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏4
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":36,
|
||
|
||
// "BoundIndexY":68
|
||
|
||
// },
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏5
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏6
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏7
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏8
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏9
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 5,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏10
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏11
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏12
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏13
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏14
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏15
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":50,
|
||
|
||
// "BoundIndexY":82
|
||
|
||
// },
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏16
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏17
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏 18
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏19
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏20
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnEnd"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
"Road_3":{
|
||
|
||
"Actions":[
|
||
|
||
//金币转换
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 2,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 0,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
//"TargetEventID": [ 1013 ],//陷阱
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020110 ],//金币
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
//中转点出现
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventModification",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"Radius": 2,
|
||
|
||
"ModificationNum": 1,
|
||
|
||
"ModificationType": 1,
|
||
|
||
"TargetVisibleState":[ "Visible"],
|
||
|
||
"TargetEventID": [ 3020110 ],//金币
|
||
|
||
"TargetEventType": 1,
|
||
|
||
"EventID": [ 3020107 ],//战斗
|
||
|
||
"EventState": "ShowEvent",
|
||
|
||
"VisibleState": "Visible"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "1"
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示与隐藏
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏1
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 2,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏2
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏3
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏4
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 3,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":36,
|
||
|
||
// "BoundIndexY":68
|
||
|
||
// },
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏5
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 4,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏6
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏7
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏8
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 5,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏9
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 6,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏10
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏11
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏12
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏13
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 7,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏14
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 8,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏15
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 1,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
//移镜头
|
||
|
||
// {
|
||
|
||
// "$type": "Share.CConfigCameraMove",
|
||
|
||
// "StretchKey": "Far",
|
||
|
||
// "Type": "CustomBound",
|
||
|
||
// "BoundIndexX":50,
|
||
|
||
// "BoundIndexY":82
|
||
|
||
// },
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏16
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 2,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏17
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 3,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏 18
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 9,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏19
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 10,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
|
||
|
||
//展示一会
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
//隐藏20
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigSetMapState",
|
||
|
||
"X": 4,
|
||
|
||
"Y": 11,
|
||
|
||
"Position": "Absolute",
|
||
|
||
"NodeType": "All",
|
||
|
||
"EventTypeTag":"GoldCoin",//tag筛选
|
||
|
||
"Radius": 0,
|
||
|
||
"Count": 1,
|
||
|
||
"FromState": ["ShowEvent"],
|
||
|
||
"ToState": ["Locked"]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigJump",
|
||
|
||
"Jump": "OnEnd"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
|
||
|
||
|
||
|
||
"OnEnd":{
|
||
|
||
"Actions":[
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigCameraMove",
|
||
|
||
"Type": "Player",
|
||
|
||
"StretchKey": "Back"
|
||
|
||
},
|
||
|
||
//tips 倒数17
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigShowTip",
|
||
|
||
"TipID":400010820,//17
|
||
|
||
"Delay": 0,
|
||
|
||
"Predicates":[
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigEventByHollowVariable",
|
||
|
||
"Key": "CountArea.33020106",
|
||
|
||
"CompareType": "Equal",
|
||
|
||
"Count": 0
|
||
|
||
}
|
||
|
||
]
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigWaitSeconds",
|
||
|
||
"Time": "0.5"
|
||
|
||
},
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigShowTip",
|
||
|
||
"TipID": 400010802,//找不到就战斗
|
||
|
||
"Delay": 0
|
||
|
||
},
|
||
|
||
|
||
|
||
{
|
||
|
||
"$type": "Share.CConfigFinishEvent"
|
||
|
||
}
|
||
|
||
]
|
||
|
||
}
|
||
|
||
}
|
||
|
||
}
|
||
|