Forest_Client/Forest/Assets/Config/Build/Build_1.json

75 lines
1.4 KiB
JSON
Raw Normal View History

2024-07-11 16:14:51 +08:00
{
"nodeCount": 5,
"thematicCount": 3,
"unlockType": 0,
"unlockConditionType": 0,
"unlockInfos": [
{
"condition": 20,
"conditionGroup": 5
2024-07-11 16:14:51 +08:00
},
{
"condition": 45,
"conditionGroup": 1
2024-07-11 16:14:51 +08:00
},
{
"condition": 75,
"conditionGroup": 3
2024-07-11 16:14:51 +08:00
},
{
"condition": 105,
"conditionGroup": 4
2024-07-11 16:14:51 +08:00
},
{
"condition": 140,
"conditionGroup": 2
2024-07-11 16:14:51 +08:00
}
],
"nodeInfos": [
{
"name": "Node1",
"options": [
"Option1",
"Option2",
"Option3"
],
2024-07-11 16:14:51 +08:00
"IconPath": "Assets/Art/GameBuild/Texture/Series_Spring/Node1/Icon"
},
{
"name": "Node2",
"options": [
"Option1",
"Option2",
"Option3"
],
2024-07-11 16:14:51 +08:00
"IconPath": "Assets/Art/GameBuild/Texture/Series_Spring/Node2/Icon"
},
{
"name": "Node3",
"options": [
"Option1",
"Option2",
"Option3"
],
2024-07-11 16:14:51 +08:00
"IconPath": "Assets/Art/GameBuild/Texture/Series_Spring/Node3/Icon"
},
{
"name": "Node4",
"options": [
"Option1",
"Option2",
"Option3"
],
2024-07-11 16:14:51 +08:00
"IconPath": "Assets/Art/GameBuild/Texture/Series_Spring/Node4/Icon"
},
{
"name": "Node5",
"options": [
"Option1",
"Option2",
"Option3"
],
2024-07-11 16:14:51 +08:00
"IconPath": "Assets/Art/GameBuild/Texture/Series_Spring/Node5/Icon"
}
]
}