Релиз v1.2.9
Build release archive / release (push) Failing after 28s

Изменено:
 - Поддержка новых типов товаров: "Механические приспособления" и "Религиозные товары".
 - Добавлена возможность случайной генерации уровня торговца.
 - Улучшена производительность при загрузке предметов из компендиумов.
 - Обновлены тексты описаний для категорий товаров.
 - Исправлена ошибка при добавлении предметов к торговцу (см. `module/data.mjs`, строки 2436-2446).
 - Исправлена проблема с отображением характеристик торговца в интерфейсе.
This commit is contained in:
2026-07-15 19:42:45 +03:00
parent 34782dc3b0
commit e21d8c5198
5611 changed files with 163869 additions and 0 deletions
+51
View File
@@ -0,0 +1,51 @@
{
"name": "Футляр для карт и свитков",
"type": "container",
"img": "modules/test_tube_merchant/assets/icon/items/Case_maps_scrolls.png",
"system": {
"description": {
"value": "",
"chat": ""
},
"source": {
"custom": ""
},
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 1,
"denomination": "gp"
},
"rarity": "common",
"attunement": "",
"attuned": false,
"equipped": false,
"currency": {
"pp": 0,
"gp": 0,
"ep": 0,
"sp": 0,
"cp": 0
},
"properties": [],
"capacity": {
"type": "weight",
"value": null
}
},
"effects": [],
"folder": null,
"flags": {
"test_tube_merchant": {
"quantity": "1d3 * 5 + 1d5"
}
}
}