HollowPS_TV_experiments/extras/zzz-0.1-jsons/NPCBumble_40000073.json

51 lines
1.8 KiB
JSON

{
//主城气泡
"ID": 40000073,
"Specials": {
"Radius": 2000,
"RandomState": 0
},
"Events": {
"OnStart": {
"ID": 100,
"Actions": [
{
"$type": "Share.CConfigSetSpecial",
"ID": 101,
"SpecialName": "RandomState",
"SpecialValue": "rand(0,2)"
},
{
"$type": "Share.CActionPerformCfg",
"ID": 102,
"PerformID": 49973,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomState",
"Param":"1",
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CActionPerformCfg",
"ID": 103,
"PerformID": 48006,
"Predicates": [
{
"$type": "Share.CConfigEventBySpecials",
"ParamName": "RandomState",
"Param":"0",
"CompareType":"Equal"
}
]
},
{
"$type": "Share.CActionResetEventCfg",
"ID": 104
}
]
}
}
}