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

32 lines
874 B
JSON

{
"ResidentEffects": [
{
"$type": "RPG.GameCore.TriggerEffect",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"IsAttachToTargetEntity": true,
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap03_Prop_Curtain_02_Lod0.prefab",
"AttachPoint": "EffectRoot",
"SyncPropState": true
}
],
"AnimEventConfigList": [
"Config/ConfigAnimEvents/Prop/Audio/Prop_Chap03_Curtain_02_Audio_AnimEvent.json"
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Curtain_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
}
]
}