vivian-rs/assets/LevelProcess/MainCity/Interact/Interact_19900006.json
2025-05-19 18:11:03 +03:00

51 lines
1.5 KiB
JSON

{
//主城气泡交互测试
"ID": 19900006,
"Specials": {
},
"Events": {
"OnInteract": {
"ID": 100,
"Actions": [
{
"$type": "Share.CActionShowTip",
"ID": 101,
"TipID": 999200027,
"ShowPage": 1,
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2011
}
]
},
{
"$type": "Share.CActionShowTip",
"ID": 103,
"TipID": 999200127,
"ShowPage": 1,
"Predicates":
[
{
"$type": "Share.CConfigEventByMainCharacter",
"CompareType": "Equal",
"AvatarID":2021
}
]
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 102
}
]
}
}
// "Predicates": [
// {
// "$type": "Share.CConfigEventByCharacterType",
// "Type": "1"
// }
// ]
}