@ix-xs/metamob.api 1.0.8 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.cache/$.js +8 -0
- package/.cache/areas.json +82 -0
- package/.cache/monsters.json +6648 -0
- package/.cache/servers.json +152 -0
- package/.cache/subareas.json +842 -0
- package/README.md +239 -87
- package/metamobAPI.js +680 -0
- package/package.json +28 -21
- package/Data.json +0 -7702
- package/metamobapi.js +0 -797
package/.cache/$.js
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": 5,
|
|
4
|
+
"libelle": "Amakna",
|
|
5
|
+
"slug": "amakna"
|
|
6
|
+
},
|
|
7
|
+
{
|
|
8
|
+
"id": 6,
|
|
9
|
+
"libelle": "Astrub",
|
|
10
|
+
"slug": "astrub"
|
|
11
|
+
},
|
|
12
|
+
{
|
|
13
|
+
"id": 13,
|
|
14
|
+
"libelle": "Baie de Sufokia",
|
|
15
|
+
"slug": "baie-de-sufokia"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"id": 16,
|
|
19
|
+
"libelle": "Bonta",
|
|
20
|
+
"slug": "bonta"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"id": 12,
|
|
24
|
+
"libelle": "Brakmar",
|
|
25
|
+
"slug": "brakmar"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"id": 2,
|
|
29
|
+
"libelle": "Forêt des Abraknydes",
|
|
30
|
+
"slug": "foret-des-abraknydes"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"id": 3,
|
|
34
|
+
"libelle": "Île d'Otomaï",
|
|
35
|
+
"slug": "ile-d-otomai"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"id": 7,
|
|
39
|
+
"libelle": "Île de Grobe",
|
|
40
|
+
"slug": "ile-de-grobe"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"id": 10,
|
|
44
|
+
"libelle": "Île de Moon",
|
|
45
|
+
"slug": "ile-de-moon"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"id": 4,
|
|
49
|
+
"libelle": "Île de Pandala",
|
|
50
|
+
"slug": "ile-de-pandala"
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
"id": 8,
|
|
54
|
+
"libelle": "Île des Wabbits",
|
|
55
|
+
"slug": "ile-des-wabbits"
|
|
56
|
+
},
|
|
57
|
+
{
|
|
58
|
+
"id": 14,
|
|
59
|
+
"libelle": "Île du Minotoror",
|
|
60
|
+
"slug": "ile-du-minotoror"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"id": 15,
|
|
64
|
+
"libelle": "Labyrinthe du Dragon Cochon",
|
|
65
|
+
"slug": "labyrinthe-du-dragon-cochon"
|
|
66
|
+
},
|
|
67
|
+
{
|
|
68
|
+
"id": 11,
|
|
69
|
+
"libelle": "Landes de Sidimote",
|
|
70
|
+
"slug": "landes-de-sidimote"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"id": 9,
|
|
74
|
+
"libelle": "Montagnes des Koalaks",
|
|
75
|
+
"slug": "montagnes-des-koalaks"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"id": 1,
|
|
79
|
+
"libelle": "Plaines de Cania",
|
|
80
|
+
"slug": "plaines-de-cania"
|
|
81
|
+
}
|
|
82
|
+
]
|