-
Notifications
You must be signed in to change notification settings - Fork 1
/
valuestage.json
52 lines (52 loc) · 1.12 KB
/
valuestage.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
{
"stages":[
{
"id": 2,
"Attack": "05-15",
"Defense": "03-06",
"Health": "15-25",
"ExpGained": "60-100",
"Agility": "1-8",
"Boss": false,
"Clone": 1,
"Entity": "Bidoof,Starly",
"Enemies": 3
},
{
"id": 4,
"Attack": "10-15",
"Defense": "04-07",
"Health": "20-25",
"ExpGained": "60-100",
"Agility": "1-8",
"Boss": false,
"Clone": 1,
"Entity": "Bidoof,Starly,Carnivine,Beedrill,Ekans",
"Enemies": 4
},
{
"id": 6,
"Attack": "15-18",
"Defense": "04-07",
"Health": "20-25",
"ExpGained": "60-100",
"Agility": "3-8",
"Boss": true,
"Clone": 1,
"Entity": "Regitare,Carnivine,Beedrill,Ekans",
"Enemies": 4
},
{
"id": 10,
"Attack": "15-20",
"Defense": "05-10",
"Health": "20-30",
"ExpGained": "60-100",
"Agility": "5-8",
"Boss": true,
"Clone": 2,
"Entity": "Admin,Glitch",
"Enemies": 4
}
]
}