Files
turnbasedgamedata/Config/Props/Chap04/Prop_Chap04_EchoConch_01_Config.json
2025-05-20 21:34:22 -03:00

59 lines
1.3 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Using01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.AdvTriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ConfigNameList": [
"Using"
]
}
],
"OnExit": [
{
"$type": "RPG.GameCore.AdvRemoveEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ConfigNameList": [
"Using"
]
}
]
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_EchoConch_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/PickUpIcon.png"
},
"ButtonText": {
"Value": "PropInteractTitle_3"
}
}
],
"AdvEffectList": [
{
"ConfigName": "Using",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_Echoconch_01_Idle01_Lod0.prefab",
"Scale": {
"X": 1,
"Y": 1,
"Z": 1
}
}
]
}