67 lines
1.8 KiB
JSON
67 lines
1.8 KiB
JSON
[
|
|
{
|
|
"chan": "system:gps:agents",
|
|
"events": [
|
|
{
|
|
"eventName": "move",
|
|
"mappings": [
|
|
{
|
|
"id": "aid",
|
|
"assign": {
|
|
"position.x": "coords.x",
|
|
"position.z": "coords.y",
|
|
"position.y": "coords.z"
|
|
},
|
|
"tween": true,
|
|
"tweenDelay": 150,
|
|
"tweenEasing":"Linear"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"eventName": "rotate",
|
|
"mappings": [
|
|
{
|
|
"id": "aid",
|
|
"assign": {
|
|
"rotation.x": "facing.x",
|
|
"rotation.y": "facing.y",
|
|
"rotation.z": "facing.z"
|
|
},
|
|
"tween": true,
|
|
"tweenDelay": 150
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"chan": "system:arena:agents:*",
|
|
"events": [
|
|
{
|
|
"eventName": "age",
|
|
"mappings": [
|
|
{
|
|
"id": "aid",
|
|
"assign": {
|
|
"material.color": "color"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"eventName": "polarize",
|
|
"mappings": [
|
|
{
|
|
"id": "aid",
|
|
"child": "head",
|
|
"assign": {
|
|
"material.color": "color"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|