Релиз 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
+41
View File
@@ -0,0 +1,41 @@
{
"name": "Карта планарная",
"type": "loot",
"img": "modules/test_tube_merchant/assets/icon/items/atlas_space.png",
"system": {
"description": {
"value": "<p>Точное местоположение планов</p>",
"chat": ""
},
"source": {
"custom": ""
},
"quantity": 1,
"weight": {
"value": 1.5,
"units": "lb"
},
"price": {
"value": 1000,
"denomination": "gp"
},
"rarity": "common",
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"type": {
"value": "",
"subtype": ""
}
},
"effects": [],
"flags": {
"test_tube_merchant": {
"quantity": "1"
}
},
"folder": null
}
+41
View File
@@ -0,0 +1,41 @@
{
"name": "Карта сокровищ",
"type": "loot",
"img": "icons/tools/navigation/map-marked-black.webp",
"system": {
"description": {
"value": "<p>Содержит маршрут до сокровища в радиусе 7-идневного путешествия</p>",
"chat": ""
},
"source": {
"custom": "WBW"
},
"quantity": 1,
"weight": {
"value": 0.2,
"units": "lb"
},
"price": {
"value": 1000,
"denomination": "gp"
},
"rarity": "common",
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"type": {
"value": "",
"subtype": ""
}
},
"effects": [],
"flags": {
"test_tube_merchant": {
"quantity": "1"
}
},
"folder": null
}
+41
View File
@@ -0,0 +1,41 @@
{
"name": "Книга",
"type": "loot",
"img": "icons/sundries/books/book-backed-wood-tan.webp",
"system": {
"description": {
"value": "<section class=\"secret\" id=\"secret-cGX5ef5NGQlUnrjW\"><p>легендарная</p></section><p>«Зов Йачака»</p>",
"chat": ""
},
"source": {
"custom": ""
},
"quantity": 1,
"weight": {
"value": 5,
"units": "lb"
},
"price": {
"value": 500,
"denomination": "gp"
},
"rarity": "common",
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"type": {
"value": "",
"subtype": ""
}
},
"effects": [],
"flags": {
"test_tube_merchant": {
"quantity": "1"
}
},
"folder": null
}