mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2026-03-05 15:55:55 +08:00
54 lines
1.1 KiB
JSON
54 lines
1.1 KiB
JSON
{
|
|
"States": [
|
|
{
|
|
"State": "EventOpen",
|
|
"AnimName": "Invisible",
|
|
"Behavior": "DisableTrigger",
|
|
"EnableBillboard": false
|
|
},
|
|
{
|
|
"State": "EventClose",
|
|
"AnimName": "Idle",
|
|
"Behavior": "EnableTrigger"
|
|
},
|
|
{
|
|
"Behavior": "EnableTrigger",
|
|
"ButtonIcon": "SpriteOutput/TalkIcon/ChatIcon.png",
|
|
"EnableBillboard": false
|
|
},
|
|
{
|
|
"State": "Open",
|
|
"EnableBillboard": false
|
|
}
|
|
],
|
|
"DisableAnimEventLayers": [
|
|
"Dissolve Layer"
|
|
],
|
|
"AnimatorStateGroupEvents": [
|
|
{
|
|
"States": [
|
|
{
|
|
"Name": "Idle"
|
|
}
|
|
],
|
|
"OnEnter": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_spacestation_monitor_message"
|
|
}
|
|
}
|
|
],
|
|
"OnExit": [
|
|
{
|
|
"$type": "RPG.GameCore.TriggerSound",
|
|
"SoundName": {
|
|
"Value": "Ev_sfx_spacestation_monitor_message_stop"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"DefaultLevelGraphPath": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json",
|
|
"BillboardIconMaxDistance": 10
|
|
} |