Добавлена турель в параметры

This commit is contained in:
Hell13Cat
2022-02-10 21:40:11 +03:00
parent 6d1168cb60
commit 10c3636853
5 changed files with 228 additions and 7 deletions
@@ -0,0 +1,23 @@
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "imoo:turel_add",
"weight": 1,
"functions": [
{
"function": "set_count",
"count": {
"min": 1,
"max": 1
}
}
]
}
]
}
]
}