mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
31 lines
845 B
JSON
31 lines
845 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",
|
|
"ForceSimulateImmediately": false,
|
|
"SubObjectModifyDataList": []
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.WaitFrame"
|
|
},
|
|
{
|
|
"$type": "RPG.GameCore.DestroySummonUnit",
|
|
"SummonUnit": {
|
|
"$type": "RPG.GameCore.TargetFetchUniqueNameEntity",
|
|
"UniqueName": "SUMMON_UNIT_LocalplayerPet"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |