-
Notifications
You must be signed in to change notification settings - Fork 0
/
Digimon Linkz 990307 house.json
104 lines (104 loc) · 1.59 KB
/
Digimon Linkz 990307 house.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"facilityHouseM": [
{
"facilityHouseId": "1",
"level": "1",
"maxMonsterNum": "50"
},
{
"facilityHouseId": "2",
"level": "2",
"maxMonsterNum": "70"
},
{
"facilityHouseId": "3",
"level": "3",
"maxMonsterNum": "90"
},
{
"facilityHouseId": "4",
"level": "4",
"maxMonsterNum": "110"
},
{
"facilityHouseId": "5",
"level": "5",
"maxMonsterNum": "130"
},
{
"facilityHouseId": "6",
"level": "6",
"maxMonsterNum": "150"
},
{
"facilityHouseId": "7",
"level": "7",
"maxMonsterNum": "180"
},
{
"facilityHouseId": "8",
"level": "8",
"maxMonsterNum": "210"
},
{
"facilityHouseId": "9",
"level": "9",
"maxMonsterNum": "240"
},
{
"facilityHouseId": "10",
"level": "10",
"maxMonsterNum": "300"
},
{
"facilityHouseId": "11",
"level": "11",
"maxMonsterNum": "370"
},
{
"facilityHouseId": "12",
"level": "12",
"maxMonsterNum": "410"
},
{
"facilityHouseId": "13",
"level": "13",
"maxMonsterNum": "450"
},
{
"facilityHouseId": "14",
"level": "14",
"maxMonsterNum": "500"
},
{
"facilityHouseId": "15",
"level": "15",
"maxMonsterNum": "550"
},
{
"facilityHouseId": "16",
"level": "16",
"maxMonsterNum": "600"
},
{
"facilityHouseId": "17",
"level": "17",
"maxMonsterNum": "670"
},
{
"facilityHouseId": "18",
"level": "18",
"maxMonsterNum": "740"
},
{
"facilityHouseId": "19",
"level": "19",
"maxMonsterNum": "810"
},
{
"facilityHouseId": "20",
"level": "20",
"maxMonsterNum": "999"
}
]
}