2024-08-14 04:59:23 +03:00
|
|
|
{
|
|
|
|
"AbilityName": "Device_Vehicle_MovingTrain_Move",
|
|
|
|
"AbilitySpecials": {
|
|
|
|
"Duration": {
|
|
|
|
"Value": 3
|
|
|
|
},
|
|
|
|
"EndType": {
|
|
|
|
"Value": 0
|
|
|
|
},
|
|
|
|
"MoveType": {
|
|
|
|
"Value": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AbilityStacking": "Unique",
|
|
|
|
"Modifiers": {
|
|
|
|
"StartMoveModifier": {
|
|
|
|
"Duration": -1,
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"OnAdded": [
|
|
|
|
{
|
|
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
|
|
"IntVal": "%MoveType",
|
|
|
|
"ParamName": "Int_MoveType",
|
|
|
|
"ParamType": 3,
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
|
|
"BoolVal": true,
|
2024-11-04 08:05:40 +03:00
|
|
|
"ParamName": "Bool_TrainMoving",
|
2024-08-14 04:59:23 +03:00
|
|
|
"ParamType": 2,
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"StopMoveModifier": {
|
|
|
|
"Duration": "%Duration",
|
|
|
|
"ModifierStacking": "Unique",
|
|
|
|
"OnRemoved": [
|
|
|
|
{
|
|
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
|
|
"IntVal": "%EndType",
|
|
|
|
"ParamName": "Int_EndType",
|
|
|
|
"ParamType": 3,
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "SetAnimCtrlerParamAction",
|
|
|
|
"BoolVal": false,
|
2024-11-04 08:05:40 +03:00
|
|
|
"ParamName": "Bool_TrainMoving",
|
2024-08-14 04:59:23 +03:00
|
|
|
"ParamType": 2,
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "RemoveModifier",
|
|
|
|
"ModifierName": "StartMoveModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"OnAbilityStart": [
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "StartMoveModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"$type": "ApplyModifier",
|
|
|
|
"ModifierName": "StopMoveModifier",
|
|
|
|
"Target": "Self"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|