22 lines
278 B
JSON
22 lines
278 B
JSON
|
{
|
||
|
"items": [
|
||
|
"Champion Helmet",
|
||
|
"Champion Boots",
|
||
|
"Champion Leggings",
|
||
|
"Champion Chestplate"
|
||
|
],
|
||
|
"bonuses": [
|
||
|
{},
|
||
|
{},
|
||
|
{},
|
||
|
{
|
||
|
"mr": 5,
|
||
|
"sdPct": 75,
|
||
|
"mdPct": 75,
|
||
|
"ms": 5,
|
||
|
"ls": 400,
|
||
|
"hprRaw": 600
|
||
|
}
|
||
|
]
|
||
|
}
|