turnbasedgamedata/Config/Props/Chap03/Prop_Chap03_Gashapon_01_Config.json
2024-10-21 03:16:22 -03:00

46 lines
1.2 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Rolling"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap03_Prop_GashaponBall_03_RollingDown_Lod0.prefab",
"AttachPoint": "EffRoot"
},
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/Scene_Static/Eff_Chap03_BDS_Gashapon_Horn_01_Lod0.prefab",
"AttachPoint": "HornRoot"
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Gashapon_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
}
]
}