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

55 lines
1.3 KiB
JSON

{
"OnDestruction": [
{
"$type": "RPG.GameCore.PropSetVisibility",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
},
{
"$type": "RPG.GameCore.PropEnableCollider",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
},
{
"$type": "RPG.GameCore.TriggerSound",
"SoundName": {
"Value": "Ev_sfx_penocony_balloon_explo"
}
},
{
"$type": "RPG.GameCore.TriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"EffectList": [
{
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap03_Prop_Balloon_02_Explore01_Lod0.prefab",
"AttachPoint": "EffRoot"
}
]
},
{
"$type": "RPG.GameCore.TriggerEntityEvent",
"EventName": {
"Value": "OnDestruction"
}
}
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_Balloon_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
}
]
}