Files
DanhengServer-Resources/Config/ConfigAdventureAbility/FakePlayer/FakePlayer_Chap04_Hand_00_Ability.json
2025-12-27 18:07:41 +08:00

40 lines
931 B
JSON

{
"AbilityList": [
{
"Name": "FakePlayer_Hand_Fear",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.CreateSummonUnit",
"Summoner": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"SummonUnitID": 80001,
"AttachTarget": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"PosTarget": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"Distance": {},
"OffsetX": {},
"OffsetY": {},
"YawAngle": {},
"Duration": {
"FixedValue": {
"RawValue": -4294967296,
"Value": -1.0
}
},
"TaskEnabled": true,
"IsClientOnly": true
}
]
}
]
}