-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscenario.json
47 lines (47 loc) · 1.5 KB
/
scenario.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"config": {
"name": "test",
"agentsperagency": 10,
"logging": true,
"mqtt": {
"active": true
},
"df": {
"active": true
},
"logger": {
"active": true,
"msg": true,
"app": true,
"status": true,
"debug": true
}
},
"imagegroups": [
{
"config": {
"image": "vencom"
},
"agents": [
{
"id": 0,
"name": "",
"type": "retailer",
"subtype": "",
"custom": "{\"agentId\":0,\"coordinates\":{\"x\":25.4,\"y\":46.0,\"z\":45.45},\"products\":{\"123\":{\"id\":\"123\",\"name\":\"Tomate natural\",\"quantity\":25,\"healthRestoration\":10.0,\"price\":24.0},\"124\":{\"id\":\"124\",\"name\":\"kiwi\",\"quantity\":10,\"healthRestoration\":5.0,\"price\":34.0}}}"
},
{
"id": 1,
"name": "",
"type": "buyer",
"subtype": "",
"custom": "{\"agentId\":1,\"incomeAmount\":5.0,\"healthReduction\":1.0,\"incomePeriodicity\":1000000000,\"healthReductionPeriodicity\":1000000000,\"currentBalance\":200.0,\"currentHealth\":100.0,\"coordinates\":{\"x\":5.0,\"y\":10.0,\"z\":10.0}}"
}
]
}
],
"graph": {
"node": null,
"edge": null
}
}