mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
51 lines
1.3 KiB
JSON
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
|
|
}
|
|
}
|
|
]
|
|
} |