Files
FireflyGo_Resources/Config/ConfigAdventureAbility/FakePlayer/FakePlayer_Chap04_Hand_00_Ability.json
2025-08-26 17:57:41 +07:00

25 lines
505 B
JSON

{
"AbilityList": [
{
"Name": "FakePlayer_Hand_Fear",
"TargetInfo": {
"TargetType": "Caster"
},
"OnAdd": [
{
"$type": "RPG.GameCore.CreateSummonUnit",
"SummonUnitID": 80001,
"AttachTarget": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
},
"PosTarget": {
"$type": "RPG.GameCore.TargetAlias",
"Alias": "Caster"
}
}
]
}
]
}