turnbasedgamedata/Config/Level/Props/Chap03/InitLevelGraph_Prop_Chap03_PinBallBlock_01.json
2024-10-21 03:16:22 -03:00

42 lines
826 B
JSON

{
"OnInitSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetVisibility",
"SpecifiedRelativePaths": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"OnStartSequece": [
{
"TaskList": [
{
"$type": "RPG.GameCore.PropSetVisibility",
"Visible": true,
"SpecifiedRelativePaths": [],
"TargetType": {
"$type": "RPG.GameCore.TargetFetchAdvPropEx"
}
}
]
}
],
"ValueSource": {
"Values": [
{
"$type": "RPG.GameCore.SharedInt",
"Key": "Loc_IsSelected"
},
{
"$type": "RPG.GameCore.SharedInt",
"Key": "Loc_IsHovered"
}
]
},
"Type": "Entity"
}