[add] first

This commit is contained in:
2023-02-22 09:50:51 +08:00
commit 6260e95bc8
9053 changed files with 4492644 additions and 0 deletions

View File

@@ -0,0 +1,62 @@
{
"value": "root",
"node":"condition",
"children": [
{
"value":"noFoundPlayer",
"node":"random",
"children":[
{ "value": 0.1, "action": "freeIdle" },
{ "value": 0.2, "action": "freeMove" },
{ "value": 0.7, "action": "freeJump" },
{ "value": 1, "action": "freeCrossRoad" }
]
},
{
"value":"foundPlayer",
"node": "random",
"children": [
{ "value": 0.1, "action": "foundIdle" },
{ "value": 0.2, "action": "foundMove" },
{ "value": 0.7, "action": "foundJump" },
{ "value": 0.7, "action": "foundCrossRoad" }
]
},
{
"value":"nearPlayer",
"node": "random",
"children": [
{ "value": 0.2, "action": "forcepreparejump" },
{ "value": 0.7, "action": "carefullmove" }
]
},
{
"value":"canEatPlayer",
"node":"sequence",
"children":[
{ "action": "goCrossPoint" },
{ "action": "eatCrossRead" }
]
},
{
"value":"fleePlayer",
"node": "random",
"children": [
{ "value": 0.1, "action": "angryIdle" },
{ "value": 0.2, "action": "angryMove" },
{ "value": 0.9, "action": "angryJump" },
{ "value": 1, "action": "angryCross" }
]
},
{
"value":"feedPlayer",
"node":"random",
"children":[
{ "value": 0.1, "action": "feedIdle" },
{ "value": 0.2, "action": "feedMove" },
{ "value": 0.9, "action": "feedJump" },
{ "value": 1, "action": "feedCross" }
]
}
]
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.0",
"importer": "json",
"imported": true,
"uuid": "156b8211-bdcf-4ae8-9d9a-f98ee02a1027",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.0",
"importer": "json",
"imported": true,
"uuid": "4dca53b7-9ae0-48fd-b7f0-8b713f7ea937",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

View File

@@ -0,0 +1,3 @@
{
}

View File

@@ -0,0 +1,11 @@
{
"ver": "1.0.0",
"importer": "json",
"imported": true,
"uuid": "6802c72d-4a8f-403b-bc6f-d873ed9ad11d",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}