This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
mobfactions.json
60 lines (60 loc) · 1.58 KB
/
mobfactions.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
{
"?xml": {
"@version": "1.0",
"@encoding": "utf-8"
},
"factions": {
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"@xsi:noNamespaceSchemaLocation": "mobfactions.xsd",
"faction": [
{
"@uniquename": "KING",
"@title": "@FACTION_KING_TITLE",
"@description": "@FACTION_KING_DESC",
"@icon": "ROYAL"
},
{
"@uniquename": "ROYALARMY",
"@title": "@FACTION_ROYALARMY_TITLE",
"@description": "@FACTION_ROYALARMY_DESC",
"@icon": "ROYAL"
},
{
"@uniquename": "ROYALSTEWARD",
"@title": "@FACTION_ROYALSTEWARD_TITLE",
"@description": "@FACTION_ROYALSTEWARD_DESC",
"@icon": "ROYAL"
},
{
"@uniquename": "ROYALFORAGER",
"@title": "@FACTION_ROYALFORAGER_TITLE",
"@description": "@FACTION_ROYALFORAGER_DESC",
"@icon": "ROYAL"
},
{
"@uniquename": "ROYALARTISAN",
"@title": "@FACTION_ROYALARTISAN_TITLE",
"@description": "@FACTION_ROYALARTISAN_DESC",
"@icon": "ROYAL"
},
{
"@uniquename": "MORGANA",
"@title": "@FACTION_MORGANA_TITLE",
"@description": "@FACTION_MORGANA_DESC",
"@icon": "MORGANA"
},
{
"@uniquename": "KEEPER",
"@title": "@FACTION_KEEPER_TITLE",
"@description": "@FACTION_KEEPER_DESC",
"@icon": "KEEPER"
},
{
"@uniquename": "UNDEAD",
"@title": "@FACTION_UNDEAD_TITLE",
"@description": "@FACTION_UNDEAD_DESC",
"@icon": "UNDEAD"
}
]
}
}