[add] first
This commit is contained in:
62
assets/resources/brain/brain-enemy.json
Normal file
62
assets/resources/brain/brain-enemy.json
Normal 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" }
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
11
assets/resources/brain/brain-enemy.json.meta
Normal file
11
assets/resources/brain/brain-enemy.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "156b8211-bdcf-4ae8-9d9a-f98ee02a1027",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
3
assets/resources/brain/brain-game.json
Normal file
3
assets/resources/brain/brain-game.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
11
assets/resources/brain/brain-game.json.meta
Normal file
11
assets/resources/brain/brain-game.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "4dca53b7-9ae0-48fd-b7f0-8b713f7ea937",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
3
assets/resources/brain/brain-player.json
Normal file
3
assets/resources/brain/brain-player.json
Normal file
@@ -0,0 +1,3 @@
|
||||
{
|
||||
|
||||
}
|
||||
11
assets/resources/brain/brain-player.json.meta
Normal file
11
assets/resources/brain/brain-player.json.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ver": "1.0.0",
|
||||
"importer": "json",
|
||||
"imported": true,
|
||||
"uuid": "6802c72d-4a8f-403b-bc6f-d873ed9ad11d",
|
||||
"files": [
|
||||
".json"
|
||||
],
|
||||
"subMetas": {},
|
||||
"userData": {}
|
||||
}
|
||||
Reference in New Issue
Block a user