forked from broderickhyman/ao-bin-dumps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
orbtypes.json
101 lines (101 loc) · 2.65 KB
/
orbtypes.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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"?xml": {
"@version": "1.0",
"@encoding": "utf-8"
},
"orbtypes": {
"@xmlns:xsi": "http://www.w3.org/2001/XMLSchema-instance",
"@xsi:noNamespaceSchemaLocation": "orbtypes.xsd",
"orbtype": [
{
"@uniquename": "ORB_TEST",
"channelcapture": {
"@orbclaimtime": "10"
},
"roundbasedscore": {
"@claimedondefaultbyteam": "defender"
}
},
{
"@uniquename": "ORB_TEST2",
"zonecapture": {
"@orbzoneradius": "5",
"@orbclaimtime": "10",
"@orbunclaimtime": "4",
"@orbnoteamunclaimtime": "20"
},
"constantscore": {
"@claimedondefaultbyteam": "neutral",
"@ticketreductionorbclaim": "0",
"@orbtickinterval": "50",
"@ticketreductionontick": "30",
"@claimedunclaimedstep": "false"
}
},
{
"@uniquename": "ORB_TEST3",
"channelcapture": {
"@orbclaimtime": "10"
},
"constantscore": {
"@claimedondefaultbyteam": "neutral",
"@ticketreductionorbclaim": "0",
"@orbtickinterval": "50",
"@ticketreductionontick": "30",
"@claimedunclaimedstep": "true"
}
},
{
"@uniquename": "ORB_ARENA",
"zonecapture": {
"@orbzoneradius": "9",
"@orbclaimtime": "10",
"@orbunclaimtime": "4",
"@orbnoteamunclaimtime": "20"
},
"instantscore": {
"@ticketreductionorbclaim": "10",
"@hasreset": "false",
"@orbresetsooninterval": "30",
"@orbcooldowntimeonstart": "60"
}
},
{
"@uniquename": "ORB_ARENA_ZONE_CONSTANT",
"zonecapture": {
"@orbzoneradius": "9",
"@orbclaimtime": "10",
"@orbunclaimtime": "4",
"@orbnoteamunclaimtime": "20"
},
"constantscore": {
"@claimedondefaultbyteam": "neutral",
"@ticketreductionorbclaim": "0",
"@orbtickinterval": "3",
"@ticketreductionontick": "1",
"@claimedunclaimedstep": "false"
}
},
{
"@uniquename": "ORB_GVG",
"channelcapture": {
"@orbclaimtime": "10"
},
"roundbasedscore": {
"@claimedondefaultbyteam": "neutral",
"@ticketreductionorbclaim": "1"
}
},
{
"@uniquename": "ORB_CRYSTAL_GVG",
"channelcapture": {
"@orbclaimtime": "10"
},
"roundbasedscore": {
"@claimedondefaultbyteam": "neutral",
"@ticketreductionorbclaim": "1"
}
}
]
}
}