mirror of
https://gitlab.com/Dimbreath/turnbasedgamedata.git
synced 2025-05-12 06:56:01 +08:00
29 lines
658 B
JSON
29 lines
658 B
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"
|
|
],
|
|
"DefaultLevelGraphPath": "Config/Level/Props/Common/InitLevelGraph_Prop_Common_PickupReadings.json",
|
|
"BillboardIconMaxDistance": 10
|
|
} |