forked from Neryss/monster_hunter_db
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rise_template.json
79 lines (78 loc) · 990 Bytes
/
rise_template.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
{
"id": 1,
"name": "monster",
"species": "type",
"elements": [
"dragon"
],
"ailments": [
"Dragonblight"
],
"resistances": [
{
"element": "dragon"
}
],
"weaknesses": [
{
"element": "dragon",
"stars": 0
},
{
"element": "thunder",
"stars": 3
},
{
"element": "fire",
"stars": 3
},
{
"element": "water",
"stars": 3
},
{
"element": "ice",
"stars": 3
},
{
"element": "poison",
"stars": 0
},
{
"element": "stun",
"stars": 0
},
{
"element": "paralysis",
"stars": 0
},
{
"element": "sleep",
"stars": 0
},
{
"element": "blast",
"stars": 2
},
{
"element": "exhaust",
"stars": 0
},
{
"element": "fireblight",
"stars": 1
},
{
"element": "waterblight",
"stars": 1
},
{
"element": "thunderblight",
"stars": 1
},
{
"element": "iceblight",
"stars": 1
}
]
}