Релиз 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
+135
View File
@@ -0,0 +1,135 @@
{
"name": "Факел / Torch",
"type": "consumable",
"img": "icons/sundries/lights/torch-black.webp",
"effects": [],
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Torch"
},
"test_tube_merchant": {
"quantity": "1d3 * 10 + 1d10"
},
"midi-qol": {
"fumbleThreshold": null,
"effectActivation": false,
"forceCEOff": false,
"forceCEOn": false
},
"midiProperties": {
"nodam": false,
"fulldam": false,
"halfdam": false,
"autoFailFriendly": false,
"autoSaveFriendly": false,
"rollOther": false,
"critOther": false,
"offHandWeapon": false,
"magicdam": false,
"magiceffect": false,
"concentration": false,
"toggleEffect": false,
"ignoreTotalCover": false
}
},
"system": {
"description": {
"value": "<p>Горит 1 час, даёт &amp;reference[brightlight]{яркий свет} в радиусе 20 футов и &amp;reference[dimlight]{тусклый} ещё на 20 футов. Если совершить горящим факелом атаку ближнего боя, при попадании он нанесёт 1 урон огнём.</p><p><em>*Для быстрого зажигания/тушения факела на токене, можно использовать следующий макрос (игроку следует его перетащить на панель быстрого доступа): @UUID[Compendium.laaru-dnd5-hw.macro.74bKUFXbQUUvAXBG]{Свет}</em></p>",
"chat": "<p>Горит 1 час, даёт яркий свет в радиусе 20 футов и тусклый ещё на 20 футов. Если совершить горящим факелом атаку ближнего боя, при попадании он нанесёт 1 урон огнём.</p>"
},
"source": {
"custom": "PHB pg. 153"
},
"quantity": 1,
"weight": {
"value": 1,
"units": "lb"
},
"price": {
"value": 0.01,
"denomination": "gp"
},
"attunement": "",
"equipped": false,
"rarity": "common",
"identified": true,
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "1",
"units": "hour"
},
"cover": null,
"crewed": false,
"target": {
"value": "40",
"width": null,
"units": "ft",
"type": "radius",
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": 1,
"max": "1",
"per": "charges",
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"ability": "str",
"actionType": "mwak",
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [
[
"1",
"fire"
]
],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"properties": [],
"unidentified": {
"description": ""
},
"type": {
"value": "trinket",
"subtype": ""
},
"attack": {
"bonus": "",
"flat": false
},
"container": null,
"attuned": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
}
}
+45
View File
@@ -0,0 +1,45 @@
{
"name": "Крюк-кошка / Grapping Hook",
"type": "loot",
"img": "icons/tools/fishing/hook-multi-steel-brown.webp",
"system": {
"description": {
"value": "<p>Приспособление с железными когтями, может использоваться с веревкой для перетаскивания или захвата.</p>",
"chat": ""
},
"source": {
"custom": "PHB"
},
"quantity": 1,
"weight": {
"value": 4,
"units": "lb"
},
"price": {
"value": 2,
"denomination": "gp"
},
"rarity": "",
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"type": {
"value": "",
"subtype": ""
}
},
"effects": [],
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Grappling Hook"
},
"test_tube_merchant": {
"quantity": "1d4 + 2"
}
}
}
@@ -0,0 +1,45 @@
{
"name": "Лестница (10 футов) / Ladder (10 ft)",
"type": "loot",
"img": "icons/sundries/misc/ladder-improvised.webp",
"system": {
"description": {
"value": "<p>Лестница длиной 10 футов, прочная или шаткая, в зависимости от руки, которая её смастерила.</p>",
"chat": ""
},
"source": {
"custom": "PHB"
},
"quantity": 1,
"weight": {
"value": 25,
"units": "lb"
},
"price": {
"value": 1,
"denomination": "sp"
},
"rarity": "",
"identified": true,
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"type": {
"value": "",
"subtype": ""
}
},
"effects": [],
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Ladder (10-foot)"
},
"test_tube_merchant": {
"quantity": "1d4"
}
}
}
+59
View File
@@ -0,0 +1,59 @@
{
"name": "Мешок",
"type": "container",
"img": "icons/containers/bags/sack-cloth-orange.webp",
"system": {
"description": {
"value": "<p>Мешок вмещает 1 куб. фут или 30 фунтов снаряжения.</p>",
"chat": ""
},
"source": {
"custom": "",
"book": "SRD 5.1",
"page": "",
"license": "CC-BY-4.0"
},
"quantity": 1,
"weight": {
"value": 0.5,
"units": "lb"
},
"price": {
"value": 1,
"denomination": "cp"
},
"attunement": "",
"equipped": false,
"rarity": "",
"identified": true,
"capacity": {
"type": "weight",
"value": 30
},
"currency": {
"cp": 0,
"sp": 0,
"ep": 0,
"gp": 0,
"pp": 0
},
"unidentified": {
"description": ""
},
"container": null,
"properties": [],
"attuned": false
},
"effects": [],
"folder": "HbQlPHRH0bI1mlYQ",
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Sack"
},
"test_tube_merchant": {
"quantity": "1d3 * 5 + 1d5"
}
}
}
+109
View File
@@ -0,0 +1,109 @@
{
"name": "Набор верхолаза / Climber's Kit",
"type": "consumable",
"img": "icons/weapons/sickles/sickle-hooked-wood.webp",
"system": {
"description": {
"value": "<p>В набор входят особые колышки, шипы для обуви, перчатки и крепления. Вы можете использовать набор верхолаза в качестве действия, чтобы закрепиться. После этого вы не можете упасть дальше чем на 25 футов от места, где закрепились, но и сами не можете забраться далее чем на 25 футов, не открепляясь.</p>",
"chat": ""
},
"source": {
"custom": "PHB"
},
"quantity": 1,
"weight": {
"value": 12,
"units": "lb"
},
"price": {
"value": 25,
"denomination": "gp"
},
"attunement": "",
"equipped": false,
"rarity": "",
"identified": true,
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"cover": null,
"crewed": false,
"target": {
"value": "",
"width": null,
"units": "",
"type": "",
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": null,
"max": "",
"per": null,
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"consume": {
"type": "",
"target": null,
"amount": null,
"scale": false
},
"ability": "",
"actionType": "util",
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"properties": [],
"unidentified": {
"description": ""
},
"type": {
"value": "trinket",
"subtype": ""
},
"attack": {
"bonus": "",
"flat": false
},
"container": null,
"attuned": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
},
"effects": [],
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Climber's Kit"
},
"test_tube_merchant": {
"quantity": "1d4 + 2"
}
}
}
@@ -0,0 +1,109 @@
{
"name": "Пеньковая верёвка (50 футов) / Hempen Rope (50ft.)",
"type": "consumable",
"img": "icons/sundries/survival/rope-wrapped-brown.webp",
"effects": [],
"flags": {
"babele": {
"translated": true,
"hasTranslation": true,
"originalName": "Hempen Rope (50 ft.)"
},
"test_tube_merchant": {
"quantity": "1d3 * 50 + 1d50"
}
},
"system": {
"description": {
"value": "<p>Верёвка, сделанная из пеньки, имеет 2 ПЗ. Её можно порвать проверкой Силы со СЛ 17.</p>",
"chat": ""
},
"source": {
"custom": "PHB pg. 153"
},
"quantity": 1,
"weight": {
"value": 10,
"units": "lb"
},
"price": {
"value": 1,
"denomination": "gp"
},
"attunement": "",
"equipped": false,
"rarity": "common",
"identified": true,
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"cover": null,
"crewed": false,
"target": {
"value": "",
"width": null,
"units": "",
"type": "",
"prompt": true
},
"range": {
"value": null,
"long": null,
"units": ""
},
"uses": {
"value": 1,
"max": "1",
"per": "charges",
"recovery": "",
"autoDestroy": false,
"prompt": true
},
"consume": {
"type": "",
"target": "",
"amount": null,
"scale": false
},
"ability": "",
"actionType": "abil",
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "str",
"dc": 17,
"scaling": "flat"
},
"unidentified": {
"description": ""
},
"type": {
"value": "trinket",
"subtype": ""
},
"attack": {
"bonus": "",
"flat": false
},
"container": null,
"attuned": false,
"enchantment": null,
"summons": null,
"magicalBonus": null,
"properties": []
}
}