forked from HydrolienF/Formiko
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.json
More file actions
56 lines (56 loc) · 1.14 KB
/
test.json
File metadata and controls
56 lines (56 loc) · 1.14 KB
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
48
49
50
51
52
53
54
55
56
{
"id" : 0,
"name" : "Lasius Niger",
"insectivore" : true,
"granivore" : false,
"fongivore" : false,
"herbivore" : false,
"miellativore" : true,
"gindividu" : [ {
"idSpecies" : 0,
"type" : 3,
"maxAction" : 35,
"size" : 80,
"nétoyage" : 25,
"coutPondre" : -1,
"coutNétoyer" : 2,
"coutTrophallaxie" : 1,
"stringType" : "média",
"maxAge" : 550,
"maxFood" : 150,
"movingCost" : 8,
"coutChasse" : 12
}, {
"idSpecies" : 0,
"type" : 0,
"maxAction" : 50,
"size" : 250,
"nétoyage" : 30,
"coutPondre" : 1,
"coutNétoyer" : 3,
"coutTrophallaxie" : 1,
"stringType" : "reine",
"maxAge" : 3650,
"maxFood" : 500,
"movingCost" : 15,
"coutChasse" : 30
}, {
"idSpecies" : 0,
"type" : 1,
"maxAction" : 20,
"size" : 80,
"nétoyage" : 20,
"coutPondre" : -1,
"coutNétoyer" : 2,
"coutTrophallaxie" : 1,
"stringType" : "mâle",
"maxAge" : 150,
"maxFood" : 100,
"movingCost" : 8,
"coutChasse" : 60
} ],
"nbrDIndividuMax" : 40000,
"polycalique" : true,
"thealthLost" : "AA8AAg==",
"haveWings" : true
}