Files
turnbasedgamedata/Config/Props/Chap04/Prop_Chap04_KindlingGear_01_Config.json
2025-11-05 00:34:44 +01:00

87 lines
2.1 KiB
JSON

{
"AnimEventConfigList": [
"Config/ConfigAnimEvents/Prop/Audio/Prop_Chap04_KindlingGear_01_Audio_AnimEvent.json"
],
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Recovering01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.AdvTriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ConfigNameList": [
"Recover01"
]
}
],
"OnExit": []
},
{
"States": [
{
"Name": "Breaking01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.AdvTriggerEffectList",
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ConfigNameList": [
"Break01"
]
}
],
"OnExit": []
}
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_KindlingGear_01.json",
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "MazeText_KindlingGear"
}
},
{
"ID": "Interact02",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/TriggerProp.png"
},
"ButtonText": {
"Value": "MazeText_GuixuGameplayUnLockToast"
}
}
],
"TagContainer": {},
"TagComponents": {},
"AdvEffectList": [
{
"ConfigName": "Break01",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_KindlingGear_01_Breaking01_Lod0.prefab",
"AttachPoint": "EffRoot"
},
{
"ConfigName": "Recover01",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_KindlingGear_01_Undreaking01_Lod0.prefab",
"AttachPoint": "EffRoot"
},
{
"ConfigName": "Line01",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_KindlingGear_01_Line01_Lod0.prefab"
}
]
}