Files
turnbasedgamedata/Config/Props/Chap04/Prop_Chap04_BugFirefly_01_Config.json
2025-07-03 10:50:43 +02:00

68 lines
1.3 KiB
JSON

{
"DisableAnimEventLayers": [
"Dissolve Layer"
],
"AnimatorStateGroupEvents": [
{
"States": [
{
"Name": "Flying01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetupEffectTransformParams",
"OverrideFloating": true,
"FloatingFrequency": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.2
}
},
"FloatingDistance": {
"IsDynamic": false,
"FixedValue": {
"Value": 0.1
}
}
}
]
},
{
"States": [
{
"Name": "Idle01"
}
],
"OnEnter": [
{
"$type": "RPG.GameCore.SetupEffectTransformParams",
"OverrideFloating": true,
"FloatingFrequency": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
},
"FloatingDistance": {
"IsDynamic": false,
"FixedValue": {
"Value": 0
}
}
}
]
}
],
"PropButtonConfigs": [
{
"ID": "Interact",
"ButtonIcon": {
"Value": "SpriteOutput/TalkIcon/SpecimenIcon.png"
},
"ButtonText": {
"Value": "PropInteractTitle_1"
}
}
]
}