Files
test_tube_merchant/items/beautiful/potions/zel�e-dolgoletiya-_-potion-of-longevity.json
T
shiranui e21d8c5198
Build release archive / release (push) Failing after 28s
Релиз v1.2.9
Изменено:
 - Поддержка новых типов товаров: "Механические приспособления" и "Религиозные товары".
 - Добавлена возможность случайной генерации уровня торговца.
 - Улучшена производительность при загрузке предметов из компендиумов.
 - Обновлены тексты описаний для категорий товаров.
 - Исправлена ошибка при добавлении предметов к торговцу (см. `module/data.mjs`, строки 2436-2446).
 - Исправлена проблема с отображением характеристик торговца в интерфейсе.
2026-07-15 19:42:45 +03:00

116 lines
3.3 KiB
JSON
Executable File
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "Зелье долголетия / Potion of Longevity",
"type": "consumable",
"img": "modules/laaru-dnd5-hw/assets/images/pic/Potion%20of%20Longevity.webp",
"effects": [],
"flags": {
"srd5e": {
"page": "",
"source": "DMG",
"hash": "potion%20of%20longevity_dmg"
},
"test_tube_merchant": {
"quantity": "1d4 - 1"
},
"babele": {
"hasTranslation": true,
"originalName": "Potion of Longevity",
"translated": true
}
},
"system": {
"description": {
"value": "<div>\n<p>Когда вы выпили это зелье, ваш физический возраст уменьшается на [[/r 1d6 + 6]] лет, минимум до 13 лет. Каждый раз после этого, когда вы снова пьёте зелье долголетия, появляется накапливающийся шанс 10%, что вместо этого вы постареете на [[/r 1d6 + 6]] лет.</p>\n<p>В этой янтарной жидкости плавают хвост скорпиона, клык гадюки, дохлый паук и маленькое сердечко, которое, как ни странно, до сих пор бьётся. Эти ингредиенты исчезают, если открыть зелье. </p>\n</div>",
"chat": ""
},
"source": {
"custom": "DMG"
},
"quantity": 1,
"weight": {
"value": 0.1,
"units": "lb"
},
"price": {
"value": 25000,
"denomination": "gp"
},
"attunement": "",
"equipped": false,
"rarity": "veryRare",
"identified": true,
"activation": {
"type": "action",
"cost": 1,
"condition": ""
},
"duration": {
"value": "",
"units": ""
},
"cover": null,
"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": "",
"chatFlavor": "",
"critical": {
"threshold": null,
"damage": ""
},
"damage": {
"parts": [],
"versatile": ""
},
"formula": "",
"save": {
"ability": "",
"dc": null,
"scaling": "spell"
},
"crewed": false,
"unidentified": {
"description": "<p>В этой янтарной жидкости плавают хвост скорпиона, клык гадюки, дохлый паук и маленькое сердечко, которое, как ни странно, до сих пор бьётся. </p>"
},
"type": {
"value": "potion",
"subtype": ""
},
"container": null,
"properties": [
"mgc"
],
"attack": {
"bonus": "",
"flat": false
},
"attuned": false,
"enchantment": null,
"summons": null,
"magicalBonus": null
}
}