mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"OnInitSequece": [
|
|
{
|
|
"TaskList": []
|
|
}
|
|
],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.WaitAnimStateChange",
|
|
"StateName": "Hit",
|
|
"IsEnter": true
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitSecond",
|
|
"WaitTime": {
|
|
"IsDynamic": false,
|
|
"FixedValue": {
|
|
"Value": 0.2
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.SetTargetEntityFadeWithAnim",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchAdvNpcEx"
|
|
},
|
|
"Duration": 0.5
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.CalculateMissionCustomValue",
|
|
"TargetSubmissionID": 802310208,
|
|
"TargetMissionCustomValue": {
|
|
"isLocal": true,
|
|
"isRange": true,
|
|
"ValidValueParamList": [
|
|
0,
|
|
3
|
|
]
|
|
},
|
|
"ValueA": {
|
|
"Type": "CustomValue",
|
|
"MainMissionID": 8023102,
|
|
"MissionCustomValue": {
|
|
"isLocal": true,
|
|
"isRange": true,
|
|
"ValidValueParamList": [
|
|
0,
|
|
3
|
|
]
|
|
}
|
|
},
|
|
"ValueB": {
|
|
"DirectValue": 1
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Type": "EntityInstance"
|
|
} |