Halved dendrite weight in end loot
This commit is contained in:
parent
f4989c9158
commit
e905694f1a
|
|
@ -100,7 +100,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -110,7 +110,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -120,7 +120,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -140,7 +140,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
@ -150,7 +150,7 @@
|
||||||
"treasure":true,
|
"treasure":true,
|
||||||
"levels": {"min":10,"max":30}
|
"levels": {"min":10,"max":30}
|
||||||
}],
|
}],
|
||||||
"weight":2
|
"weight":1
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"type":"item",
|
"type":"item",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue