mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-11 22:45:53 +08:00
30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"OnInitSequece": [],
|
|
"OnStartSequece": [
|
|
{
|
|
"TaskList": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerEffect",
|
|
"TargetType": {
|
|
"$type": "RPG.GameCore.TargetFetchUniqueNameEntity",
|
|
"UniqueName": "SUMMON_UNIT_LocalplayerPet"
|
|
},
|
|
"IsAttachToTargetEntity": true,
|
|
"Flags": [],
|
|
"EffectPath": "Effects/Eff_Prefab/Eff_Common/Eff_PetUnload.prefab",
|
|
"SubObjectModifyDataList": []
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitFrame"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.DestroySummonUnit",
|
|
"SummonUnit": {
|
|
"$type": "RPG.GameCore.TargetFetchUniqueNameEntity",
|
|
"UniqueName": "SUMMON_UNIT_LocalplayerPet"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |