Files
turnbasedgamedata/Config/Props/Chap04/Prop_Chap04_FlyingVase_01_Config.json
2025-08-14 09:43:09 +02:00

51 lines
1.3 KiB
JSON

{
"AdvResidentEffects": {
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
},
"ConfigNameList": [
"Eyes",
"Wing01",
"Wing02"
]
},
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"DefaultLevelGraphPath": "Config/Level/Props/Chap04/InitLevelGraph_Prop_Chap04_FlyingVase_01.json",
"AdvEffectList": [
{
"ConfigName": "Eyes",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_FlyingVase_01_Eyes01_Lod0.prefab",
"FollowTargetAlways": true,
"AttachPoint": "EyeRoot",
"Scale": {
"X": 1,
"Y": 1,
"Z": 1
}
},
{
"ConfigName": "Wing01",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_BugButterfly_01_Flying_Lod0.prefab",
"FollowTargetAlways": true,
"AttachPoint": "WingRoot01",
"Scale": {
"X": 2.5,
"Y": 2.5,
"Z": 2.5
}
},
{
"ConfigName": "Wing02",
"EffectPath": "Effects/Eff_Prefab/Eff_Scene/InteractiveProp/Eff_Chap04_Prop_BugButterfly_01_Flying_Lod0.prefab",
"FollowTargetAlways": true,
"AttachPoint": "WingRoot02",
"Scale": {
"X": 2.5,
"Y": 2.5,
"Z": 2.5
}
}
]
}