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

50 lines
1.3 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Called"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap03_Prop_TeleBooth_01_Voice01_Lod0.prefab",
"IsAttachToTargetEntity": true,
"AttachPoint": "EffRoot"
}
]
}
],
"OnExit": [
{
"$type": "RPG.GameCore.RemoveEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap03_Prop_TeleBooth_01_Voice01_Lod0.prefab"
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_TeleBooth_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/CheckIcon.png"
},
"ButtonText": {
"Value": "PropInteractTitle_218"
}
}
]
}