-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDigimon Linkz 990112 monster growth steps.json
69 lines (69 loc) · 1.4 KB
/
Digimon Linkz 990112 monster growth steps.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
{
"monsterGrowStepM": [
{
"monsterGrowStepId": "1",
"monsterGrowStepName": "デジタマ",
"maxFriendship": "15"
},
{
"monsterGrowStepId": "2",
"monsterGrowStepName": "幼年期I",
"maxFriendship": "30"
},
{
"monsterGrowStepId": "3",
"monsterGrowStepName": "幼年期II",
"maxFriendship": "60"
},
{
"monsterGrowStepId": "4",
"monsterGrowStepName": "成長期",
"maxFriendship": "90"
},
{
"monsterGrowStepId": "5",
"monsterGrowStepName": "成熟期",
"maxFriendship": "150"
},
{
"monsterGrowStepId": "6",
"monsterGrowStepName": "完全体",
"maxFriendship": "210"
},
{
"monsterGrowStepId": "7",
"monsterGrowStepName": "究極体",
"maxFriendship": "300"
},
{
"monsterGrowStepId": "8",
"monsterGrowStepName": "アーマー体",
"maxFriendship": "150"
},
{
"monsterGrowStepId": "9",
"monsterGrowStepName": "アーマー体",
"maxFriendship": "300"
},
{
"monsterGrowStepId": "10",
"monsterGrowStepName": "ハイブリッド体",
"maxFriendship": "90"
},
{
"monsterGrowStepId": "11",
"monsterGrowStepName": "ハイブリッド体",
"maxFriendship": "150"
},
{
"monsterGrowStepId": "12",
"monsterGrowStepName": "ハイブリッド体",
"maxFriendship": "210"
},
{
"monsterGrowStepId": "13",
"monsterGrowStepName": "ハイブリッド体",
"maxFriendship": "300"
}
]
}